<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.animate__animated.animate__flipInY {
    --animate-duration: 3s;
}
.animate__animated.animate__slideInDown {
    --animate-duration: 2s;
}
#fixed {
    position: fixed;
    height:0;
    bottom: 140px;
    width: 100%;

    margin: 0 auto;
    background-color: transparent;
    z-index: 99999;
}
.nlt{
    position: relative;
    margin-left: 90%;
    width: 75px;
    background-color: #5974b8;
    height: 75px;
    border-radius: 100px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 99999;
}
.nlt:hover{
    cursor: pointer;
}
.nlt_icon{
    width: 70%;
    margin-top: 14%;
}
.nlt_form{
    position: fixed;
    width: 240px;
    bottom: 40px;
    right:10%;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    background-color: #5974b8;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:17px;
    display: none;
    z-index: 99999999999999;
}
.nlt_form h2{
    color: white;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.nlt_1, .nlt_2, .nlt_3{
    text-align: center;
    width: 100%;
    color: white;
    padding-top: 2px;
    border-radius: 10px;
    margin: auto;

    font-family: 'Philosopher', sans-serif;
}
.nlt_1{font-size: 22px;}
.nlt_2{font-size: 16px;}

input:-webkit-autofill {
    color: #ffffff !important;
}
.nlt_btn{ color: white; background-color: transparent !important;  border: 0; position: absolute; left: -8px;}
.nlt_btn:hover{ cursor: pointer; background-color: transparent;}
.nlt_btn i{background-color: transparent !important;}
.nlt_btn i:hover{ cursor: pointer; opacity: 0.8;}
.nlt_m{width: 80%; display: flex; margin: 0 auto;}
.nlt_error{ color: white; width: 100%; margin-bottom: 10px;}
.nlt_close{display: block; top: 8px; right: 15px; position: absolute; border: 0; background-color: transparent;}
.nlt_close_i{font-size: 15px; color: white; font-style: normal; font-family: Arial, Tahoma;  background-color: transparent;}
.nlt_close:hover{text-decoration: none; }
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .nlt{
        margin-left: 102%;
    }
    .nlt_form{
        right:7%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .nlt{
        margin-left: 102%;
    }
    .nlt_form{
        right:7%;
    }
}
@media screen and (max-width: 1400px) {
    .nlt{
        margin-left: 89%;
    }
    .nlt_form{
        right: 120px;
    }
}
@media screen and (max-width: 1200px) {
    .nlt{
        margin-left: 84%;
    }
    .nlt_form{
        right: 120px;
    }
}
@media screen and (max-width: 800px) {
    #fixed {

        bottom: 120px;
    }
    .nlt{
        margin-left: 75%;
    }
    .nlt_form{
        right: 120px;
    }
}
@media screen and (max-width: 500px) {
    .newsprk-er-back-to-top{display: none !important;}
    #fixed {
        bottom: 120px;
    }
    .nlt{
        margin-left: 70%;
    }
    .nlt_form{

        margin: auto;
        right: 5%;

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