#footer{background:var(--ng-color-footer-1);color:var(--ng-color-footer-text);margin-top:auto}#footer-main{padding:var(--ng-gutter-lg) 0;border-bottom:1px solid rgba(255,255,255,.1)}#footer-main>.wrapper{display:flex;gap:var(--ng-gutter-lg);justify-content:space-between;flex-wrap:wrap}#footer-main .logo a{display:inline-flex;align-items:center;color:inherit;margin-bottom:var(--ng-gutter)}#footer-main .logo img,#footer-main .logo svg{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}#footer-bottom{background:var(--ng-color-footer-2);padding:20px 0}#footer-bottom>.wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}#footer-bottom p{font-size:14px;color:rgba(255,255,255,.6)}#footer-nav ul{display:flex;flex-wrap:wrap;gap:4px 16px;list-style:none}#footer-nav a{font-size:14px;color:rgba(255,255,255,.7);transition:color .15s ease}#footer-nav a:hover,#footer-nav a:focus-visible{color:#fff}#bottom-menu ul{display:flex;flex-wrap:wrap;gap:4px 16px;list-style:none}#bottom-menu a{font-size:13px;color:rgba(255,255,255,.5);transition:color .15s ease}#bottom-menu a:hover,#bottom-menu a:focus-visible{color:#fff}@media (max-width:599.98px){#footer-main>.wrapper{flex-direction:column}#footer-bottom>.wrapper{flex-direction:column;align-items:flex-start}}