<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/Caviar/CaviarDreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsregular_bold';
    src: url('fonts/Caviar/CaviarDreams_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

#subscribe_modal{
    font-family: 'caviar_dreamsregular';
    background-image: url('../images/pop-up-ze-journal-2.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 600px;
    width: 600px !important;
    height: 487px !important;
    padding: 0px!important;
    background-color: transparent!important;
    box-shadow: none!important;
}

#close_subscribe_modal_bt{
    background-color: rgba(255,255,255,.0);
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;

}

.subscribe_form{
    display: flex;
    padding:0px;
    padding-left: 310px;
    padding-right: 0px;
    align-items: center;
    height: 330px;
    width: 250px;
    color:#fff;
}

#subscribe_modal h2{
    font-family: 'caviar_dreamsregular_bold';
    color:#a4d4a6;
    font-size: 1.75rem;
    margin-bottom:15px;
}

#subscribe_modal p{
    font-family: 'caviar_dreamsregular';
    color:#fff;
    margin:0px;
    margin-bottom:30px;
    font-size: 1.1rem;
}

#subscribe_form input{
    width: 80%;
    margin-bottom: 20px;
    border-radius: 200px;
    padding:10px 20px;
    font-size: 1rem;
    text-align: center;
}

#subscribe_form button{
    font-family: 'caviar_dreamsregular_bold';
    color:#16486b;
    border-radius: 200px;
    padding:10px 20px;
    font-size: 1rem;
    background-color: #a4d4a6;
    border: none;
}

#subscribe_form{
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
        
    #subscribe_modal{
        background-size: 350px;
        width: 350px !important;
        height: 200px !important;
        padding: 0px!important;
        top: calc(50vh - 130px) !important;
    }


    #close_subscribe_modal_bt{
        background-color: rgba(255,255,255,.0);
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;

    }

    .subscribe_form{
        padding:0px;
        padding-left: 180px;
        padding-right: 0px;
        align-items: center;
        width: 150px;
        height: 200px;
        color:#fff;
    }

    #subscribe_modal h2 {
        font-size: 1rem;
        margin-bottom: 10px;
    }


    #subscribe_modal p {
        margin-bottom: 15px;
        font-size: .75rem;
    }

    #subscribe_form input {
        width: 80%;
        margin-bottom: 10px;
        border-radius: 200px;
        padding: 5px 10px;
        font-size: .75rem;
    }

    #subscribe_form button{
        font-family: 'caviar_dreamsregular_bold';
        color:#16486b;
        border-radius: 200px;
        padding:5px 20px;
        font-size: .75rem;
        background-color: #a4d4a6;
        border: none;
    }

}


#donation_modal{
    /* font-family: 'caviar_dreamsregular'; */
    background-image: url('../images/bg-donation.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 600px;
    width: 600px !important;
    height: 487px !important;
    padding: 0px!important;
    background-color: transparent!important;
    box-shadow: none!important;
    display: none;
}

#close_donation_modal_bt{
    background-color: rgba(255,255,255,.0);
    width: 48px;
    height: 48px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url('../images/close-btn.svg') !important;
    background-repeat: no-repeat;
    /* background-position: -10px -10px; */
    background-size: 48px;

}

.donation_form{
    text-align: center;
    padding: 20px;
}

 .donation_form img{
        padding-top: 40px;
}

.donation_form h3{
font-size:24px;
}

.donation_form p{
font-size:14px;
}

.info{
    margin-bottom: 40px;;
}

.learn-more{
     margin-top:-25px;
     font-size: 14px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
        
    #donation_modal{
        background-size: 350px;
        width: 350px !important;
        height: 300px !important;
        padding: 0px!important;
        top: calc(50vh - 130px) !important;
    }

    /* #close_donation_modal_bt{
        width: 30px;
        height: 30px;

    } */

    #close_donation_modal_bt{
        background-color: rgba(255,255,255,.0);
        width: 30px;
        height: 30px;
        position: absolute;
        right: -10px;
        top: -10px;
        background-image: url('../images/close-btn.svg') !important;
        background-repeat: no-repeat;
        /* background-position: -10px -10px; */
        background-size: 30px;

    }
    

    .donation_form img{
        width: 150px;
        padding-top: 10px;
    }

    .donation_form h3{
    font-size:14px;
    }

    .donation_form p{
    font-size:12px;
    }

    .info{
    margin-bottom: 15px;;
    }

    .learn-more{
        margin-top:-20px;
        font-size: 10px !important;
    }

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