/* CSS Document */

 #footer-insac { background: #000000; color: rgba(255,255,255,0.78); padding-top: 65px; }
        #footer-insac h5 { color: #ffffff; font-weight: 900; margin-bottom: 20px; }
        #footer-insac a { color: rgba(255,255,255,0.78); text-decoration: none; display: block; margin-bottom: 10px; }
        #footer-insac a:hover { color: var(--insac-accent); }
        .footer-brand { font-size: 30px; font-weight: 900; color: #ffffff; margin-bottom: 14px; }
        .footer-brand span { color: var(--insac-primary); }
        .footer-social a { display: inline-flex !important; width: 40px; height: 40px; background: rgba(255,255,255,0.10); border-radius: 50%; align-items: center; justify-content: center; margin-right: 8px; color: white; }
        .footer-bottom { border-top: 1px solid rgba(255,255,255,0.10); padding: 18px 0; margin-top: 45px; font-size: 14px; }