<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
    .cn_frame {
        z-index: 100; 
        color: #adadad; 
        width: 30vw; 
        height: auto; 
        position: fixed; 
        background-color:#272d3b;
        border-radius: 3px; 
        border: 1px solid #adadad;
        padding: 20px;
        filter: drop-shadow(1px 1px 5px #000000);
        bottom: 100;
        right: 0;
        margin: 30px;
        min-width: 300px;
        min-height: 200px;
    }
    .cn_frame_policylink {
        color: #adadad; 
        text-decoration: underline;
    }
    .cn_frame_policylink:hover, .cn_frame_policylink:active, .cn_frame_policylink:focus {
        color: #1f9ad9; 
        text-decoration: none;
    }
    .cn_frame h1 {
        color: #adadad;
    }
    @media (max-width: 992px) {
        .cn_frame h1 {
            font-size: 24px;
        }
        .cn_btngrp {
            flex: initial;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }
        .cn_btngrp .btn {
            margin-top: 10px;
        }
    }
    .cn_frame .divider {
        position: static;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .cn_btngrp {
        margin-top: 20px;
    }
    .cn_btngrp .btn {
        margin-top: 0px;
    }
</pre></body></html>