<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
    padding: 15px 30px;
    transition: all 0.3s ease;
    border: 0;
    font-size: 18px;
    font-family: 'Futura LT Pro Book';
    cursor:pointer;
    line-height: 28px;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-black {
    background: #000;
    padding: 5px 30px;
    transition: all 0.3s ease;
    border: 0;
    font-size: 18px !important;
    font-family: 'Futura LT Pro Book';
    cursor:pointer;
    line-height: 26px;
    color: #fff !important;
    font-weight: 400;
    border: 2px solid #000;
    border-radius: 0;
}
.btn-black:hover {
    background: rgba(0,0,0,0.125) !important;
    color:#000 !important;
    transition:0.3s ease all;
    border: 2px solid #000 !important;
}
.btn-link{
    color:#000;
    padding:0 !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #000;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
}
.btn-link:hover {
    color: #000 !important;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
@media only screen and (max-width: 767.98px) {
    .btn{
        padding: 12px 50px;
        font-size: 18px;
    }
}</pre></body></html>