@charset "UTF-8";footer.footer{--width:var(--base-content-width-wide);--background:var(--base-color-text,#333);--color:var(--base-color-background,#fff);--offset:var(--base-space,20px);--font-size:var(--base-font-size-small,12px);background:var(--background);color:var(--color);padding:var(--offset) 0;font-size:var(--font-size);}footer.footer .site-layout-container__inner{width:var(--width);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between;}@media (max-width: 599px){footer.footer .site-layout-container__inner{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:calc(var(--offset) / 2);}}footer.footer *{margin-bottom:0;}footer.footer a{color:var(--color);}footer.footer nav{margin-top:0 !important;}footer.footer nav ul{display:-ms-flexbox;display:-webkit-flex;display:flex;gap:var(--offset);}footer.footer nav ul .current-menu-item > a{text-decoration:underline;}footer.footer .footer__widgets{text-align:right;}footer.footer .module-content-rte{width:initial;overflow:inherit;}