<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bg: #ffffff;
    --menutxtcl: 111, 115, 145;
    --menutxtweight: 600;
    --intlinear: 204, 172, 39;
    --txtall: 79, 82, 107;
    --cl1: 204, 172, 39;
    --pckdf: var(--cl1);
    --whydf: var(--cl1);
    --lbds: 255, 255, 255;
    --lsdb: 56, 58, 70;
    --text: 85, 85, 85;
    --fixedtel: #d581b4;
}
body.dark {
    --bg: #26272d;
    --menutxtcl: 226, 226, 228;
    --intlinear: 45, 45, 58;
    --txtall: 226, 226, 228;
    --cl1: 204, 172, 39;
    --lbds: 56, 58, 70;
    --lsdb: 255, 255, 255;
    --pckdf: var(--cl1);
    --text: 226, 226, 228;
}

i.fa-dribbble { color: #ea4c89 !important; } i.fa-whatsapp { color: #25D366 !important; } i.fa-square-snapchat { color: #FFFC00 !important; } i.fab.fa-youtube { color: #d72222 !important; } i.fab.fa-tiktok { color: #000000 !important; } i.fab.fa-instagram { color: #!important; } i.fa-reddit-alien { color: #FF5700 !important; } i.fa-pinterest-p { color: #cb2027 !important; } i.fa-vimeo { color: #19B7EA !important; } i.fa-vk { color: #0077FF !important; } i.fab.fa-twitter { color: #3bd8fd !important; } i.fa-font-awesome { color: #ffe450 !important; } i.fab.fa-facebook-square { color: #0500ba !important; } i.fa-soundcloud { color: #f86630 !important; } i.fab.fa-twitch { color: #6441a5 !important; } i.fab.fa-spotify { color: #2ebd59 !important; } i.fab.fa-telegram { color: #0088cc !important; } i.fab.fa-tumblr { color: #34526f !important; } i.fa-brands.fa-google { color: #4285F4 !important; } i.fa-solid.fa-video.fa-flip-horizontal { color: #f86630 !important; } i.fas.fa-heart { color: #d72222 !important; } i.fas.fa-box-open { color: #03da57 !important; } i.fas.fa-globe { color: #f0ab14 !important; } i.fas.fa-signature { color: #fa7c02 !important; } i.fas.fa-users { color: #293ecd !important; } i.fas.fa-user { color: # !important; } i.fas.fa-eye { color: #302c2d8f !important; } i.fas.fa-bookmark { color: #000000 !important; } i.fas.fa-comment { color: #45cfef !important; } i.fab.fa-instagram-square { color: #41ff00 !important; } i.fab.fa-facebook { color: #0500ba !important; } i.fab.fa-linkedin { color: #2612d8 !important; } i.fas.fa-comments { color: #45cfef !important; } i.fa-brands.fa-threads { color: #000000 !important; } i.fa-discord { color: #7289d9 !important; } .serviceList { display: grid !important; grid-template-columns: repeat(8, 1fr) !important; gap: 10px; } .serviceList .item .box { width: 100% !important; border-radius: 10px !important; } .serviceList .item { margin: 0 !important; } .serviceList .item .serviceName { text-align: center; margin: 0 auto; text-transform: uppercase; font-weight: 600; margin-top: 5px; max-width: 100%; } .serviceList .item .box:hover i { color: #fff !important; } @media (max-width: 1200px) { .serviceList { grid-template-columns: repeat(6, 1fr) !important; } } @media (max-width: 900px) { .serviceList { grid-template-columns: repeat(4, 1fr) !important; } } @media (max-width: 768px) { .serviceList { grid-template-columns: repeat(3, 1fr) !important; padding: 0 10px; } .serviceList .item:nth-child(1) { padding-left: 0; } .serviceList .item:last-child { padding-right: 0; } } .logo img { height: 65px !important; } </pre></body></html>