/* footer/footer.scss */
#bc-footer{width:100%;overflow:hidden;background-color:var(--page-footer-background-color, var(--dark-background-color));color:var(--page-footer-text-color);--daily-item-width: 194px;--daily-item-img-width: 136px;--weekly-width: 410px;--weekly-title-width: 250px;--weekly-title-margin: 24px}#bc-footer h1,#bc-footer h2,#bc-footer h3,#bc-footer h4,#bc-footer h5,#bc-footer p,#bc-footer ul,#bc-footer li,#bc-footer button{margin:0;padding:0}#bc-footer a,#bc-footer a:link,#bc-footer a:active,#bc-footer a:visited,#bc-footer a:focus,#bc-footer cite{color:inherit;text-decoration:none;font-style:normal}#bc-footer a:hover{color:inherit;text-decoration:underline;font-style:normal}#bc-footer img{width:100%}#bc-footer ul{list-style-type:none}#bc-footer button{border:none;background-color:transparent}#bc-footer ul li>span{color:var(--page-footer-text-color);opacity:.7}#bc-footer div.footer-links{font-size:14px;line-height:2}#bc-footer div.footer-links ul h5{display:inline;font-weight:normal;font-size:inherit;color:var(--page-footer-text-color);opacity:.7}#bc-footer div.footer-links ul ul.sublist{display:inline}#bc-footer div.footer-links ul ul.sublist>li{display:inline}#bc-footer div.footer-links ul ul.sublist>li+li{border-left:1px solid #eaeaea80;padding-left:.5em;margin-left:.3em}#bc-footer div.footer-links a.about-link span:nth-of-type(2){display:none}footer.artist-centric #bc-footer div.footer-links a.about-link span:nth-of-type(1){display:none}footer.artist-centric #bc-footer div.footer-links a.about-link span:nth-of-type(2){display:inherit}#bc-footer div.footer-links>li span{opacity:.6}#bc-footer>div.footer-links.mobile-contents{font-weight:bold;margin-top:50px;text-align:center}#bc-footer>div.footer-links.mobile-contents>ul{padding:4em .5em}#bc-footer>div.footer-links.mobile-contents>ul:nth-child(1){background-color:var(--page-footer-mobile-links-background-color, #262725)}#bc-footer>div.footer-links.mobile-contents>ul:nth-child(2){background-color:var(--page-footer-mobile-bottom-links-background-color, #121313);font-weight:normal}#bc-footer>div.footer-links.mobile-contents button{font-weight:bold}#bc-footer>div.footer-links.mobile-contents>ul>li+li{margin-top:1.6em}#bc-footer>div.footer-links.mobile-contents>ul li a+a{border-left:1px solid #eaeaea80;padding-left:.5em;margin-left:.3em}#bc-footer>div.footer-links.mobile-contents .social-links{margin-top:4em}#bc-footer>div.footer-links.mobile-contents .social-links a{display:inline-block;width:44px;height:44px;fill:currentColor}#bc-footer>div.footer-links.mobile-contents .social-links ul.sublist li+li{border-left:none;padding-left:0;margin-left:60px}#bc-footer>div.footer-links.mobile-contents .logo{padding:0 .5em}#bc-footer>div.footer-links.mobile-contents .logo ul.sublist{display:flex;justify-content:space-around;align-items:center}#bc-footer>div.footer-links.mobile-contents .logo ul.sublist li{border:none;padding:0;margin:0}#bc-footer>div.footer-links.mobile-contents .logo svg{width:112px;fill:#fff;margin-top:10px}#bc-footer>div.footer-links.mobile-contents .logo li.switch>button{font-weight:normal;-webkit-appearance:none;appearance:none;border:none;color:inherit;background:inherit;font-size:inherit;cursor:pointer}footer.artist-centric #bc-footer>div.footer-links.mobile-contents li.press,footer.artist-centric #bc-footer>div.footer-links.mobile-contents li.social-links{display:none}#bc-footer>div.footer-links.mobile-contents{margin-top:0}

/* footer/lang_menu.scss */
#bc-footer .lang-picker{--lang-picker-background: #383835;--lang-picker-active-background: #2d2d2d;--lang-picker-padding: 10px}#bc-footer .lang-picker{display:inline-block;position:relative;background-color:var(--lang-picker-background);-webkit-user-select:none;user-select:none;cursor:default;padding-left:var(--lang-picker-padding);border-radius:3px}#bc-footer .lang-picker.selected{border-radius:0 0 3px 3px}#bc-footer .lang-picker ul.lang-submenu{position:absolute;bottom:100%;left:0;z-index:1;width:100%;list-style:none;padding:0;margin:0}#bc-footer .lang-picker ul.lang-submenu li:nth-child(1){border-radius:3px 3px 0 0}#bc-footer .lang-picker ul.lang-submenu li{border-bottom:1px solid var(--lang-picker-background);background-color:var(--lang-picker-active-background)}#bc-footer .lang-picker button{-webkit-appearance:none;appearance:none;padding-right:var(--lang-picker-padding);border:none;color:inherit;background:inherit;font-size:inherit;cursor:pointer}#bc-footer .lang-picker button[aria-expanded=false]+ul.lang-submenu{display:none}#bc-footer .lang-picker ul.lang-submenu button{width:100%;text-align:right}#bc-footer .lang-picker ul.lang-submenu button:hover{text-decoration:underline}#bc-footer .lang-picker>button>span.title{opacity:.6}#bc-footer .lang-picker>button:hover>span.lang-name{text-decoration:underline}#bc-footer .lang-picker:hover{background-color:var(--lang-picker-active-background)}

