<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dpp-wrapper {
    background-color: white;
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
    display: flex;
    opacity: 0;
    position: fixed;
    right: 25px;
    transition: opacity .5s ease-in-out;
    width: 426px;
    z-index: 999;
}

.dpp-wrapper.reveal {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .dpp-wrapper {
        bottom: 10px;
        flex-wrap: wrap;
        left: 50%;
        padding: 10px;
        right: auto;
        transform: translateX(-50%);
        width: 330px;
    }
}

.dpp-wrapper .dpp-image.withImage {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
    max-height: 85px;
    margin: 6px 5px;
    min-width: 80px;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-image.withImage {
        margin: 0;
        min-height: 50px;
        min-width: 52px;
    }
}

.dpp-wrapper .dpp-image.noImage {
    background-color: #FD0D1B;
    background-image: url('../img/dpp_default_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 42px;
    margin: 18px 0 0 18px;
    min-width: 42px;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-image.noImage {
        height: 39px;
        margin: 6px 0 0 7px;
        min-width: 39px;
    }
}

.dpp-wrapper .dpp-text {
    color: #131719;
    font-family: 'Roboto Slab';
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 18px;
    width: 100%;
}

.dpp-wrapper .dpp-image.withImage + .dpp-text {
    padding: 18px 18px 18px 7px;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-image.withImage + .dpp-text {
        padding: 8px 8px 0 18px !important;
        width: calc(100% - 52px);
    }

    .dpp-wrapper .dpp-image.noImage + .dpp-text {
        padding: 7px 7px 0 15px !important;
        width: calc(100% - 46px);
    }
}

.dpp-wrapper .dpp-text span {
    color: #FD0D1B;
    font-weight: bold;
}

.dpp-wrapper .dpp-links {
    align-items: center;
    background-color: #DBDBDB;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-flow: column;
    min-width: 121px;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-links {
        border-radius: 8px;
        flex-flow: row;
        margin-top: 15px;
        min-width: 100%;
    }
}

.dpp-wrapper .dpp-links a {
    color: #131719;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24px;
    line-height: 16px;
    padding: 16px 0 15px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease-in-out;
    width: 100%;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-links a {
        padding: 9px 0 !important;
        width: 50%;
    }
}

.dpp-wrapper .dpp-links a:last-child {
    padding: 15px 0 16px;
}

.dpp-wrapper .dpp-links a:hover {
    color: #FD0D1B;
}

.dpp-wrapper .dpp-links hr {
    border: solid #131719;
    border-width: 0 0 1px 0;
    margin: 0;
    width: 54px;
}

@media (max-width: 991.98px) {
    .dpp-wrapper .dpp-links hr {
        border-width: 0 1px 0 0;
        height: 18px;
        width: 0;
    }
}</pre></body></html>