<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bp-co-info-layer-wrapper{
    position:fixed;
    width:100%;
    padding:0;
    overflow:hidden;
    box-sizing:border-box;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    opacity:1;
    transition:opacity 1s ease;
    color:#fff;
    background:rgba(0,0,0,.8)
}
.bp-co-info-layer-wrapper .bp-co-info-layer{
    max-width:1050px;
    margin:0 auto;
    padding:20px
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-text{
    font-size:14px;
    line-height:20px;
    text-align:center;
    margin-bottom:20px
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left{
    display:flex;
    flex-direction:row
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left #bp-co-info-layer-decline{
    min-width:306px;
    max-width:306px;
    width:306px;
    margin-right:17px;
    background:#878787;
    font-weight:700
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left #bp-co-info-layer-accept{
    min-width:306px;
    max-width:306px;
    width:306px;
    background:#878787;
    font-weight:700
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .right #bp-co-info-layer-more{
    min-width:208px;
    max-width:208px;
    width:208px;
    background:#bfbfbf;
    margin-left:17px
}
.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .bp-co-button{
    cursor:pointer;
    font-size:14px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:red;
    color:#fff;
    padding:0 20px
}
@media only screen and (max-width:910px){
    .bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper{
        flex-direction:column;
        align-items:center
    }
    .bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left{
        flex-direction:column
    }
    .bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left #bp-co-info-layer-accept,.bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .left #bp-co-info-layer-decline{
        flex:1;
        margin:0 0 10px
    }
    .bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper .right #bp-co-info-layer-more{
        min-width:306px;
        max-width:306px;
        width:306px;
        margin-left:0
    }
    .bp-co-info-layer-wrapper .bp-co-info-layer .bp-co-info-button-wrapper #bp-co-info-layer-more{
        flex:1
    }
}</pre></body></html>