<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.phone .mobile-buttons &gt; .btn-primary &gt; #menu-btn-texture{
    background: none;
}

.phone .btn-primary &gt; .contact-icon {
    display: block;
    font-size: 17px;
    height: auto;
}

header .phone .mobile-buttons .fa {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

header .phone .btn-primary &gt; * {
    display: none;
}

header .phone .mobile-buttons &gt; .btn-primary {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

footer .phone .mobile-buttons .fa {
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

footer .phone .btn-primary &gt; *,
footer .phone .btn-primary &gt; .contact-icon {
    display: inline-block;
}

footer .phone .mobile-buttons &gt; .btn-primary {
    width: 100%;
    padding: 10px 20px;
    font-family: openSansSemibold;
    font-size: 15px;
}
</pre></body></html>