<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsletter-step1-container p:first-of-type {
    margin-bottom: 10px;
    color: #e20026;
    font-family: 'mukta-bold', sans-serif;
    font-size: 5.5vw;
    letter-spacing: 1px;
    text-align: center;
}

.newsletter-step1-container.smiling-community p:first-of-type {
        font-size: 25px;
        margin-bottom: 0;
}

.newsletter-step1-container p:nth-of-type(2),
.newsletter-step1-container p:nth-of-type(4) {
    margin-bottom: 0px;
    color: #000;
    font-family: 'mukta-bold', sans-serif;
    font-size: 3.9vw;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-align: center;
}

.newsletter-step1-container.smiling-community p:nth-of-type(2),
.newsletter-step1-container.smiling-community p:nth-of-type(4) {
    font-family: 'mukta-semi-bold', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
}

.newsletter-step1-container p:nth-of-type(3) {
    margin-bottom: 0px;
    color: #e20026;
    font-family: 'mukta-bold', sans-serif;
    font-size: 15vw;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
}

.newsletter-step1-container:not(.smiling-community) p:nth-of-type(3) span:first-of-type {
    font-size: 4vh;
    position: relative;
    top: -1.25vh;
    font-family: 'mukta-regular', sans-serif;
}

.newsletter-step1-container.smiling-community p:nth-of-type(3) span:first-of-type {
    font-size: 50px;
    line-height: 66px;
    font-family: 'mukta-semi-bold', sans-serif;
}

.newsletter-step1-container p:nth-of-type(3) span:nth-of-type(2) {
    display: inline-block;
    font-family: 'mukta-semi-bold', sans-serif;
    font-size: 7.5vh;
}

.newsletter-step1-container p:nth-of-type(3) span:nth-of-type(3) {
    display: inline-block;
    font-family: 'mukta-semi-bold', sans-serif;
    font-size: 4vh;
}

.newsletter-step1-container p:nth-of-type(3) span:nth-of-type(4) {
    font-size: 3vh;
    position: relative;
    top: -0.85vh;
    font-family: 'mukta-regular', sans-serif;
}

.newsletter-step1-container.smiling-community p:nth-of-type(2), .newsletter-step1-container.smiling-community p:nth-of-type(4){
    font-size: 18px!important;
    line-height: 26px!important;
}

.newsletter-step1-container.smiling-community p:nth-of-type(3) span:first-of-type{
        font-size: 44px!important;
        /*line-height: 0!important;*/
}

.newsletter-step1-container p:nth-of-type(5) {
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'mukta-regular';
}

@media screen and (min-width: 500px) {
    .newsletter-step1-container p:first-of-type {
        font-size: 28px;
    }

    .newsletter-step1-container.smiling-community p:first-of-type {
        margin-bottom: 18px;
        font-family: 'mukta-semi-bold', sans-serif;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0;
    }
    

    .newsletter-step1-container p:nth-of-type(2),
    .newsletter-step1-container p:nth-of-type(4) {
        font-size: 18px;
    }

    .newsletter-step1-container p:nth-of-type(3) {
        font-size: 3vw;
    }

    .newsletter-step1-container.smiling-community p:nth-of-type(2), .newsletter-step1-container.smiling-community p:nth-of-type(4){
        margin-bottom: 0;
    }

    .newsletter-step1-container.smiling-community p:nth-of-type(2),
    .newsletter-step1-container.smiling-community p:nth-of-type(4) {
        font-size: 20px;
    }

}</pre></body></html>