@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans+Condensed:wght@300;400;500;600;700;800&display=swap);.button-background{position:relative;border-radius:2px;cursor:pointer}.button-background:not(.ghost){background-color:#665901}.button-background .button{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;position:relative;border-radius:2px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.button-background .button .button-label{letter-spacing:1.25px}.button-background .button .button-icon{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.button-background .button.enormous{height:96px;padding:0 24px}.button-background .button.enormous .button-icon{width:48px;height:48px}.button-background .button.huge{height:72px;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px}.button-background .button.huge .button-label{letter-spacing:.5px}.button-background .button.huge .button-icon{width:40px;height:40px}.button-background .button.huge.icon-only{padding:0 16px}.button-background .button.huge.ghost{height:36px}.button-background .button.large{height:48px;padding:0 16px;font-family:"Inter";font-style:normal;font-size:16px;font-weight:500;line-height:20px}.button-background .button.large .button-icon{width:24px;height:24px}.button-background .button.large.icon-only{padding:0 12px}.button-background .button.big{height:40px;min-width:40px;padding:0 14px;font-family:"Inter";font-style:normal;font-size:16px;font-weight:500;line-height:20px}.button-background .button.big .button-icon{width:32px;height:32px}.button-background .button.big.icon-only{justify-content:center;padding:12px}.button-background .button.medium{height:40px;padding:0 14px;font-family:"Inter";font-style:normal;font-size:16px;font-weight:500;line-height:20px}.button-background .button.medium .button-icon{width:20px;height:20px}.button-background .button.medium.icon-only{padding:0 10px}.button-background .button.small{height:32px;padding:0 12px;font-family:"Inter";font-style:normal;font-size:14px;font-weight:500;line-height:20px}.button-background .button.small .button-icon{width:16px;height:16px}.button-background .button.small.icon-only{padding:0 8px}.button-background .button.filled{color:#fff;background-color:#333}.button-background .button.outline{color:#fff;border:1.4px solid #b2b2b2;background-color:#000}.button-background .button.ghost{color:#fff}.button-background:hover .filled{color:#000;background-color:#ffde03;-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px)}.button-background:hover .filled .button-label{color:#000}.button-background:hover .outline{color:#ffde03;background-color:#332c01;border-color:#ffde03;-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px)}.button-background:hover .ghost,.button-background:hover .outline .button-label{color:#ffde03}.button-background:hover .ghost .button-label{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.button-background:active .filled{-webkit-transform:translate(0);transform:translate(0);background-color:#998502}.button-background:active .outline{-webkit-transform:translate(0);transform:translate(0);background-color:#665901}.button-background:active .ghost{color:#998502}.button-background:active .ghost .button-label{color:#998502;text-decoration:underline;text-underline-offset:3px}.volume-controls-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center}.volume-controls-container .horizontal-slider{width:120px;height:4px;margin-left:4px;border-radius:2px;background:#333}.volume-controls-container .horizontal-slider>.track-1{visibility:hidden}.volume-controls-container .horizontal-slider .thumb{width:12px;height:12px;top:-5px;border:1px solid #fff;border-radius:50%;background-color:#fff;text-align:center;outline:none;cursor:grab}.volume-controls-container .horizontal-slider .thumb:hover{width:16px;height:16px;top:-7px;-webkit-transform:translateX(-2px);transform:translateX(-2px);background-color:#ffde03;border-color:#ffde03}.volume-controls-container .horizontal-slider .thumb:active{width:16px;height:16px;top:-7px;-webkit-transform:translateX(-2px);transform:translateX(-2px);background-color:#998502;border-color:#998502}.volume-controls-container .horizontal-slider .track{height:4px;border-radius:2px;background-color:#b2b2b2}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes swap{0%,50%{left:1px}50.01%,to{left:calc(100% + 1px)}}@keyframes swap{0%,50%{left:1px}50.01%,to{left:calc(100% + 1px)}}@-webkit-keyframes pulse{0%,to{background-color:#661a1f}20%,40%{background-color:#ff424d}}@keyframes pulse{0%,to{background-color:#661a1f}20%,40%{background-color:#ff424d}}.track-information-container{flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;height:52px;margin-left:24px}.track-information-container,.track-information-container .on-air{display:flex;display:-webkit-flex;justify-content:flex-start;align-content:center}.track-information-container .on-air{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-items:center;height:24px;margin-bottom:4px}.track-information-container .on-air .red-dot{width:4px;height:4px;margin-right:8px;border-radius:2px;background-color:#ff424d;-webkit-animation:pulse 4s linear infinite;animation:pulse 4s linear infinite}.track-information-container .on-air .title{font-family:"Inter";font-style:normal;font-size:12px;font-weight:700;line-height:20px;color:#fff;letter-spacing:.4px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.track-information-container .track-name-container{width:100%;height:24px}.track-information-container .track-name-container.hidden{opacity:0;transition:opacity 1s ease-in-out}.track-information-container .track-name-container.shown{opacity:1;transition:opacity 1s ease-in-out}.track-information-container .track-name-container .ticker-wrapper{width:100%;height:100%;position:relative;overflow:hidden;white-space:nowrap}.track-information-container .track-name-container .ticker-wrapper .ticker{display:inline-block;-webkit-animation:marquee 80s ease-in-out infinite;animation:marquee 80s ease-in-out infinite}.track-information-container .track-name-container .ticker-wrapper .ticker .first-set{position:relative;left:1px;-webkit-animation:swap 80s ease-in-out infinite;animation:swap 80s ease-in-out infinite}.track-information-container .track-name-container .ticker-wrapper .ticker .item{margin:0 32px 0 12px;display:inline-block;font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.track-information-container .track-name-container .ticker-wrapper .ticker-overlay{width:100%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(90deg,#000 0,transparent 5%,transparent 95%,#000);cursor:pointer}.track-information-container .track-name-container .static-name{margin-left:12px;font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stream-links-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.stream-links-container .link-separator{width:2px;height:32px;background-color:#333}.header-player{max-width:1092px}.header-player,.header-player .track-art{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.header-player .track-art{width:52px;height:52px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#333}.header-player .track-art .fullscreen-button{margin:0;display:none;-webkit-backdrop-filter:brightness(50%);backdrop-filter:brightness(50%)}.header-player .track-art .fullscreen-button .button{height:52px;padding:0 18px}.header-player .track-art:hover .fullscreen-button{display:flex}.header-player .play-button{margin-left:24px}.header-player .track-title-component{width:370px}.header-player .volume-controls{margin-left:20px}.header-player .stream-links{margin-left:36px}.header-player .fullscreen-button{margin-left:20px}.social-links-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:stretch;align-items:center;width:100%}@-webkit-keyframes blur-in{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}@keyframes blur-in{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}@-webkit-keyframes blur-out{0%{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}to{display:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes blur-out{0%{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}to{display:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.menu{position:absolute;top:102px;left:-482px;z-index:9999;width:482px;justify-content:flex-start;transition:.5s}.menu,.menu .aside-button-close{height:calc(100vh - 102px);height:calc(100dvh - 102px);background:#fff;display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch}.menu .aside-button-close{justify-content:center;align-items:center;width:120px;min-width:120px;border-right:2px solid #b2b2b2;cursor:pointer}.menu .aside-button-close .close-button{display:flex;flex-direction:row;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.menu .aside-button-close .close-button .close-button-icon{color:#000;margin-right:8px}.menu .aside-button-close .close-button .close-button-label{font-family:"Inter";font-style:normal;font-size:16px;font-weight:600;line-height:20px;color:#000;letter-spacing:1.25px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.menu .aside-button-close:hover .close-button-label{text-decoration:underline;text-underline-offset:3px}.menu .aside-button-close:active .close-button-icon,.menu .aside-button-close:active .close-button-label{color:grey}.menu .aside-button-close:active .close-button-label{text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:grey;text-decoration-color:grey}.menu .menu-items-container{height:100%;width:360px;box-sizing:border-box;padding:48px;background:#fff;display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;overflow:hidden}.menu .menu-items-container .menu-items{width:100%;padding:0;margin:0}.menu .menu-items-container .menu-items .menu-item{width:100%;margin-bottom:36px;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;text-transform:uppercase;cursor:pointer}.menu .menu-items-container .menu-items .menu-item.donate-button{margin-top:8px}.menu .menu-items-container .menu-items .menu-item>a{display:block;height:36px;line-height:36px}.menu .menu-items-container .menu-items .menu-item:hover{text-decoration:underline;text-underline-offset:4px}.menu .menu-items-container .menu-items .menu-item:active{color:grey;text-decoration:underline;text-underline-offset:4px;-webkit-text-decoration-color:grey;text-decoration-color:grey}.menu .menu-items-container .menu-social-buttons{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:flex-start;max-width:256px;margin-bottom:16px}.menu .menu-items-container .menu-social-buttons .social-button .button{margin:0 16px 24px 0;padding:0;color:#000}.menu .menu-items-container .menu-social-buttons .social-button .button:hover{color:#333}.menu .menu-items-container .menu-social-buttons .social-button .button:active{color:#191919}.menu.opened{left:0}.overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:9998;display:none;overflow:hidden;cursor:pointer}.overlay.hidden{-webkit-animation:blur-out .5s forwards;animation:blur-out .5s forwards}.overlay.shown{display:block;-webkit-animation:blur-in .5s forwards;animation:blur-in .5s forwards}@media(max-width:1439px){.menu{width:360px}.menu .aside-button-close{width:86px;min-width:86px}.menu .menu-items-container{width:272px;padding:32px}.menu .menu-items-container .menu-items .menu-item{margin-bottom:24px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}}@media(max-width:1279px){.menu{height:100vh;height:100dvh;top:0}.menu .aside-button-close{height:100%}.wrapper{position:relative}}@media(max-width:767px){.menu{height:100vh;height:100dvh;width:100vw;left:-100vw}.menu .menu-items-container{width:calc(100vw - 88px)}}.aside-button-open{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:center;width:120px;min-width:120px;height:calc(100vh - 102px);height:calc(100dvh - 102px);background:#000;border-right:2px solid #333;cursor:pointer}.aside-button-open .open-button{display:flex;flex-direction:row;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.aside-button-open .open-button .open-button-icon{color:#fff;margin-right:8px}.aside-button-open .open-button .open-button-label{font-family:"Inter";font-style:normal;font-size:16px;font-weight:500;line-height:20px;color:#fff;letter-spacing:1.25px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.aside-button-open:hover .open-button-icon,.aside-button-open:hover .open-button-label{color:#ffde03}.aside-button-open:hover .open-button-label{text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#ffde03;text-decoration-color:#ffde03}.aside-button-open:active .open-button-icon,.aside-button-open:active .open-button-label{color:#998502}.aside-button-open:active .open-button-label{text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#998502;text-decoration-color:#998502}@media(max-width:1279px){.aside-button-open{display:none}}header.header-container{align-content:stretch;justify-content:space-between;height:100px;width:100%;border-bottom:2px solid #333}header.header-container,header.header-container .logo-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-items:center}header.header-container .logo-container{align-content:center;justify-content:center;width:120px;cursor:pointer;color:#fff}header.header-container .logo-container:hover{color:#ffde03}header.header-container .logo-container:active{color:#998502}header.header-container .player-container{justify-content:space-between;width:1160px;padding:0 16px;box-sizing:border-box}header.header-container .donate-button-container,header.header-container .player-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;align-items:center}header.header-container .donate-button-container{justify-content:flex-start;width:168px}header.header-container.mobile{display:none}@media(max-width:1279px){header.header-container.desktop{display:none}header.header-container.mobile{display:flex;position:fixed;left:0;top:0;z-index:99;height:64px;box-sizing:border-box;padding:8px 12px;background-color:#000;overflow:visible}header.header-container.mobile.bring-forward{z-index:10003}header.header-container.mobile .logo-container{width:188px;height:48px}header.header-container.mobile .logo-container .logo{height:48px}}@media(max-width:374px){header.header-container.mobile .header-menu-button .button .button-icon{width:24px;height:24px}header.header-container.mobile .logo-container{width:160px;height:41px}header.header-container.mobile .logo-container .logo{height:41px}header.header-container.mobile .donate-button .button .button-icon{width:24px;height:24px}}.news-card{display:flex;display:-webkit-flex;flex:0 0 auto;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:flex-start}.news-card.small{flex-direction:column;width:360px;margin-bottom:56px}.news-card.small .news-image-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:flex-start;width:100%;height:200px;margin-bottom:20px;background-color:#333;background-size:cover;background-position:50%;background-repeat:no-repeat;overflow:hidden}.news-card.small .news-image-container .news-image{height:auto;width:100%}.news-card.small .news-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:flex-start;width:100%}.news-card.small .news-information .news-service-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;width:100%;margin-bottom:16px}.news-card.small .news-information .news-service-information .news-date{font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px}.news-card.small .news-information .news-service-information .separator{width:4px;height:4px;margin:0 8px;border-radius:2px;background-color:#b2b2b2}.news-card.small .news-information .news-service-information .category-button>.button{padding:0}.news-card.small .news-information .news-content-information .news-title{margin-bottom:16px;font-family:"Open Sans Condensed";font-style:normal;font-size:28px;font-weight:700;line-height:36px;color:#fff;letter-spacing:.5px}.news-card.small .news-information .news-content-information .news-excerpt{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;color:#e5e5e5;letter-spacing:.5px}.news-card.small .news-information .news-content-information:hover .news-title{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.news-card.small .news-information .news-content-information:active .news-title{color:#998502;text-decoration:underline;text-underline-offset:3px}.news-card.large{flex-direction:row;width:100%;max-width:1160px;padding:0 16px;box-sizing:border-box}.news-card.large .news-image{width:744px;height:420px;margin-right:24px;background-color:#333;background-size:cover;background-position:50%;background-repeat:no-repeat}.news-card.large .news-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:flex-start;width:360px}.news-card.large .news-information .news-service-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;width:100%;margin-bottom:40px}.news-card.large .news-information .news-service-information .news-date{font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px}.news-card.large .news-information .news-service-information .separator{width:4px;height:4px;margin:0 8px;border-radius:2px;background-color:#b2b2b2}.news-card.large .news-information .news-service-information .category-button>.button{padding:0}.news-card.large .news-information .news-content-information .news-title{margin-bottom:40px;font-family:"Open Sans Condensed";font-style:normal;font-size:48px;font-weight:700;line-height:56px;color:#fff;letter-spacing:.5px}.news-card.large .news-information .news-content-information .news-excerpt{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;color:#e5e5e5;letter-spacing:.5px}.news-card.large .news-information .news-content-information:hover .news-title{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.news-card.large .news-information .news-content-information:active .news-title{color:#998502;text-decoration:underline;text-underline-offset:3px}@media(max-width:1279px){.news-card.small{width:320px;margin-bottom:32px}.news-card.small .news-image{margin-bottom:10px}.news-card.small .news-information .news-service-information{margin-bottom:6px}.news-card.small .news-information .news-content-information .news-title{margin-bottom:8px;font-weight:600}.news-card.large{justify-content:center}.news-card.large .news-image{width:488px;height:280px;margin-right:16px}.news-card.large .news-information{width:488px}.news-card.large .news-information .news-service-information{margin-bottom:10px}.news-card.large .news-information .news-content-information .news-title{margin-bottom:12px;line-height:52px}}@media(max-width:1023px){.news-card.small{flex-direction:row;width:736px;margin-bottom:32px}.news-card.small .news-image-container{width:128px;height:128px;margin-bottom:0;margin-right:24px}.news-card.small .news-image-container .news-image{height:100%;width:auto}.news-card.small .news-information{width:584px}.news-card.small .news-information .news-service-information{height:24px;margin-bottom:6px;line-height:24px}.news-card.small .news-information .news-content-information .news-title{margin-bottom:8px;font-weight:600;line-height:32px}.news-card.large{flex-direction:column;justify-content:center;width:768px;box-sizing:border-box}.news-card.large .news-image{width:736px;height:414px;margin-right:0;margin-bottom:16px}.news-card.large .news-information{width:736px}.news-card.large .news-information .news-service-information{margin-bottom:8px;font-weight:400}.news-card.large .news-information .news-content-information .news-title{margin-bottom:8px;font-family:"Open Sans Condensed";font-style:normal;font-size:28px;font-weight:600;line-height:36px}.news-card.large .news-information .news-content-information .news-excerpt{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px}}@media(max-width:767px){.news-card.small{width:100%}.news-card.small .news-image-container{width:64px;height:64px;margin-right:16px}.news-card.small .news-information{width:calc(100% - 88px)}.news-card.small .news-information .news-service-information{margin-bottom:4px}.news-card.small .news-information .news-content-information .news-title{font-size:24}.news-card.large{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.news-card.large .news-image-container{width:100%;height:auto;min-height:184px}.news-card.large .news-image-container .news-image{width:100%;height:auto}.news-card.large .news-information{width:100%}}.news-list-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex:2 1 100%;width:100%;height:auto;box-sizing:border-box;border-bottom:2px solid #333}.news-list-container .news-list-headline-container{justify-content:center}.news-list-container .news-list-headline-container,.news-list-container .news-list-headline-container .news-list-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;width:100%}.news-list-container .news-list-headline-container .news-list-headline{justify-content:space-between;max-width:1160px;box-sizing:border-box;padding:56px 16px}.news-list-container .news-list-headline-container .news-list-title{font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:48px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.news-list-container .news-list-headline-container .news-list-title-button{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;height:48px}.news-list-container .news-list-headline-container .news-categories-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;float:right;font-size:14px}.news-list-container .news-list-headline-container .news-categories-container .category-button{margin-left:8px}.news-list-container .news-list-headline-container .news-categories-container .category-button .button-label{color:#ccc}.news-list-container .news-list-headline-container .news-categories-container .category-button.selected .button-label{color:#fff;text-decoration:underline;text-underline-offset:3px}.news-list-container .news-list-headline-container .news-categories-container .category-button:hover .button-label{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.news-list-container .news-list-headline-container .news-categories-container .category-button:active .button-label{color:#998502;text-decoration:underline;text-underline-offset:3px}.news-list-container .news-list-headline-container .news-categories-container .meta-link{width:0;height:0;padding:0;margin:0;overflow:hidden}.news-list-container .highlight-news-card-container{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;margin-bottom:56px}.news-list-container .highlight-news-card-container,.news-list-container .news-cards-container{display:flex;display:-webkit-flex;align-content:stretch;justify-content:center;align-items:center;width:100%}.news-list-container .news-cards-container{flex:0 0 auto;flex-direction:column;flex-wrap:nowrap}.news-list-container .news-cards-container .news-cards{justify-content:space-between}.news-list-container .news-cards-container .load-more-container,.news-list-container .news-cards-container .news-cards{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:flex-start;width:100%;max-width:1160px;box-sizing:border-box;padding:0 16px}.news-list-container .news-cards-container .load-more-container{justify-content:flex-end;margin-bottom:56px}@media(max-width:1279px){.news-list-container .news-list-headline-container .news-list-headline{align-items:flex-start;flex-direction:column;max-width:1024px;padding:32px 16px}.news-list-container .news-list-headline-container .news-list-headline .news-list-title,.news-list-container .news-list-headline-container .news-list-headline .news-list-title-button{margin-bottom:16px}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container{flex-wrap:wrap}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container .category-button{margin:0 16px 0 0}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container .category-button>.button{padding:0}.news-list-container .highlight-news-card-container{box-sizing:border-box;margin-bottom:32px}.news-list-container .news-cards-container .news-cards{max-width:1024px}.news-list-container .news-cards-container .load-more-container{max-width:1024px;margin-bottom:32px}}@media(max-width:1023px){.news-list-container .news-list-headline-container .news-list-headline{align-items:flex-start;flex-direction:column;max-width:768px;padding:24px 16px}.news-list-container .news-list-headline-container .news-list-headline .news-list-title,.news-list-container .news-list-headline-container .news-list-headline .news-list-title-button{margin-bottom:16px}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container{flex-wrap:wrap}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container .category-button{margin:0 16px 0 0}.news-list-container .news-list-headline-container .news-list-headline .news-categories-container .category-button>.button{padding:0}.news-list-container .highlight-news-card-container{box-sizing:border-box;margin-bottom:32px}.news-list-container .news-cards-container .news-cards{justify-content:center;max-width:1024px;margin-bottom:16px}.news-list-container .news-cards-container .load-more-container{justify-content:center!important;max-width:1024px;margin-bottom:48px}}@media(max-width:767px){.news-list-container .news-list-headline-container .news-list-headline{width:100%}.news-list-container .news-list-headline-container .news-list-headline .news-list-title-button{height:28px}.news-list-container .news-list-headline-container .news-list-headline .news-list-title-button .button{font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.news-list-container .news-list-headline-container .news-list-headline .news-list-title-button .button .button-icon{width:24px;height:24px}.news-list-container .news-list-headline-container .news-list-headline .news-list-title{height:28px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.news-list-container .news-cards-container .load-more-container,.news-list-container .news-cards-container .news-cards{width:100%}}.schedule-line-wrapper{width:100%}.schedule-line-container{justify-content:center;align-items:center;height:auto;border-top:2px solid #333}.schedule-line-container,.schedule-line-container .schedule-line{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;width:100%}.schedule-line-container .schedule-line{justify-content:flex-start;align-items:flex-start;max-width:1160px;box-sizing:border-box;padding:16px}.schedule-line-container .visual-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center}.schedule-line-container .visual-container .on-air{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;height:24px;margin-bottom:12px}.schedule-line-container .visual-container .on-air .red-dot{width:4px;height:4px;margin-right:8px;border-radius:2px;background-color:#ff424d;-webkit-animation:pulse 4s linear infinite;animation:pulse 4s linear infinite}.schedule-line-container .visual-container .on-air .title{font-family:"Inter";font-style:normal;font-size:12px;font-weight:700;line-height:20px;color:#fff;letter-spacing:.4px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.schedule-line-container .visual-container .image{width:128px;height:128px;background-color:#333;background-size:cover;background-position:50%;background-repeat:no-repeat}.schedule-line-container .information-container{flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;width:calc(100% - 320px);margin-left:24px;color:#fff}.schedule-line-container .information-container,.schedule-line-container .information-container .time{display:flex;display:-webkit-flex;justify-content:flex-start;align-content:center;align-items:flex-start}.schedule-line-container .information-container .time{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;margin-bottom:12px}.schedule-line-container .information-container .time .interval,.schedule-line-container .information-container .time .periodicity{font-family:"Open Sans Condensed";font-style:normal;font-size:20px;font-weight:700;line-height:24px}.schedule-line-container .information-container .title{margin-bottom:4px;font-family:"Open Sans Condensed";font-style:normal;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.5px}.schedule-line-container .information-container .type{margin-bottom:12px;color:grey;font-family:"Inter";font-style:normal;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.4px;text-transform:uppercase}.schedule-line-container .information-container .description{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;color:#e5e5e5}.schedule-line-container .episodes-link-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-content:center;align-items:center;height:128px}@media(max-width:1279px){.schedule-line-container .schedule-line{max-width:1024px}}@media(max-width:1023px){.schedule-line-container .schedule-line{max-width:768px}.schedule-line-container .schedule-line .information-container .time{margin-bottom:8px}.schedule-line-container .schedule-line .information-container .title{font-family:"Open Sans Condensed";font-style:normal;font-size:22px;font-weight:600;line-height:24px}.schedule-line-container .schedule-line .information-container .type{margin-bottom:8px}}@media(max-width:767px){.schedule-line-container .schedule-line{flex-wrap:wrap;width:100%}.schedule-line-container .schedule-line .visual-container .image{width:64px;height:64px}.schedule-line-container .schedule-line .information-container{width:calc(100% - 88px);margin-left:16px}.schedule-line-container .schedule-line .episodes-link-container{height:auto;margin-left:68px;margin-top:8px}}.scrollable-container{width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);overflow-x:hidden;overflow-y:overlay;box-sizing:border-box;scrollbar-gutter:stable}.scrollable-container::-webkit-scrollbar{width:2px}.scrollable-container::-webkit-scrollbar-track{background-color:transparent;border:0}.scrollable-container::-webkit-scrollbar-thumb{background-color:#191919}.scrollable-container::-webkit-scrollbar-button{display:none}@media(max-width:1279px){.scrollable-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px)}}.schedule-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex:2 1 100%;width:100%;height:auto;box-sizing:border-box}.schedule-container .schedule-headline-container{justify-content:center}.schedule-container .schedule-headline-container,.schedule-container .schedule-headline-container .schedule-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center}.schedule-container .schedule-headline-container .schedule-headline{justify-content:space-between;width:100%;max-width:1160px;box-sizing:border-box;padding:56px 16px}.schedule-container .schedule-headline-container .schedule-headline .schedule-title{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;height:48px;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;letter-spacing:.5px;text-transform:uppercase}.schedule-container .schedule-headline-container .schedule-headline .schedule-days{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;float:right;font-size:14px}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button{margin-left:8px}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button .button-label{color:#ccc}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button.selected .button-label{color:#fff;text-decoration:underline;text-underline-offset:3px}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button:hover .button-label{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button:active .button-label{color:#998502;text-decoration:underline;text-underline-offset:3px}@media(max-width:1279px){.schedule-container .schedule-headline-container .schedule-headline{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:1024px;padding:32px 16px}.schedule-container .schedule-headline-container .schedule-headline .schedule-title{margin-bottom:16px}.schedule-container .schedule-headline-container .schedule-headline .schedule-days{flex-wrap:wrap}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button{margin:0 16px 0 0}.schedule-container .schedule-headline-container .schedule-headline .schedule-days .schedule-day-button>.button{padding:0}}@media(max-width:1023px){.schedule-container .schedule-headline-container .schedule-headline{flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:768px;padding:24px 16px}.schedule-container .schedule-headline-container .schedule-headline .schedule-title{margin-bottom:16px}}@media(max-width:767px){.schedule-container .schedule-headline-container .schedule-headline{width:100%}.schedule-container .schedule-headline-container .schedule-headline .schedule-title{height:28px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}}.start-page-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);overflow-x:hidden;overflow-y:overlay;scrollbar-gutter:stable}.start-page-container::-webkit-scrollbar{width:2px}.start-page-container::-webkit-scrollbar-track{background-color:transparent;border:0}.start-page-container::-webkit-scrollbar-thumb{background-color:#191919}.start-page-container::-webkit-scrollbar-button{display:none}@media(max-width:1279px){.start-page-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px)}}.show-card{display:flex;display:-webkit-flex;flex:0 0 auto;flex-wrap:nowrap;flex-direction:column;align-content:center;justify-content:flex-start;align-items:flex-start;width:360px;margin-bottom:56px}.show-card .show-image{width:100%;height:360px;margin-bottom:16px;background-color:#333;background-size:cover;background-position:50%;background-repeat:no-repeat}.show-card .show-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:flex-start;width:100%}.show-card .show-information .show-content-information .show-title{margin-bottom:12px;font-family:"Open Sans Condensed";font-style:normal;font-size:28px;font-weight:700;line-height:36px;color:#fff;letter-spacing:.5px}.show-card .show-information .show-content-information .show-author{margin-bottom:12px;font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px;text-transform:uppercase}.show-card .show-information .show-content-information .show-excerpt{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;color:#e5e5e5;letter-spacing:.5px}.show-card:hover>.show-information>.show-content-information>.show-title{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.show-card:active>.show-information>.show-content-information>.show-title{color:#998502;text-decoration:underline;text-underline-offset:3px}@media(max-width:1279px){.show-card{width:320px;margin-bottom:40px}.show-card .show-image{height:320px}}@media(max-width:1023px){.show-card{width:234px;margin-bottom:40px}.show-card .show-image{height:234px}.show-card .show-information .show-content-information .show-author,.show-card .show-information .show-content-information .show-title{margin-bottom:8px}}@media(max-width:767px){.show-card{width:288px}.show-card .show-image{height:288px}.show-card .show-information .show-content-information .show-title{font-family:"Open Sans Condensed";font-style:normal;font-size:24px;font-weight:600;line-height:32px}.show-card .show-information .show-content-information .show-author{font-family:"Inter";font-style:normal;font-size:12px;font-weight:400;line-height:20px}}@media(max-width:319px){.show-card{width:100%}.show-card .show-image{height:160px}}.show-list{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex:2 1 100%;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);overflow-x:hidden;overflow-y:overlay;box-sizing:border-box;scrollbar-gutter:stable}.show-list::-webkit-scrollbar{width:2px}.show-list::-webkit-scrollbar-track{background-color:transparent;border:0}.show-list::-webkit-scrollbar-thumb{background-color:#191919}.show-list::-webkit-scrollbar-button{display:none}.show-list .shows-list-headline-container{justify-content:center}.show-list .shows-list-headline-container,.show-list .shows-list-headline-container .shows-list-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;width:100%}.show-list .shows-list-headline-container .shows-list-headline{justify-content:space-between;max-width:1160px;box-sizing:border-box;padding:56px 16px}.show-list .shows-list-headline-container .shows-list-title{font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:48px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.show-list .shows-list-headline-container .shows-list-title-button{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;height:48px}.show-list .shows-list-headline-container .show-categories-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;float:right;font-size:14px}.show-list .shows-list-headline-container .show-categories-container .filter-button{margin-left:8px}.show-list .shows-list-headline-container .show-categories-container .filter-button .button-label{color:#ccc}.show-list .shows-list-headline-container .show-categories-container .filter-button.selected .button-label{color:#fff;text-decoration:underline;text-underline-offset:3px}.show-list .shows-list-headline-container .show-categories-container .filter-button:hover .button-label{color:#ffde03;text-decoration:underline;text-underline-offset:3px}.show-list .shows-list-headline-container .show-categories-container .filter-button:active .button-label{color:#998502;text-decoration:underline;text-underline-offset:3px}.show-list .show-cards-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.show-list .show-cards-container .show-cards{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:center;align-items:flex-start;width:100%;max-width:1160px;box-sizing:border-box;padding:0 16px}@media(max-width:1279px){.show-list{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px)}.show-list .shows-list-headline-container .shows-list-headline{align-items:flex-start;flex-direction:column;max-width:1024px;padding:32px 16px}.show-list .shows-list-headline-container .shows-list-headline .shows-list-title,.show-list .shows-list-headline-container .shows-list-headline .shows-list-title-button{margin-bottom:16px}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container{flex-wrap:wrap}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container .filter-button{margin:0 16px 0 0}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container .filter-button>.button{padding:0}.show-list .show-cards-container .show-cards{max-width:1024px}}@media(max-width:1023px){.show-list .shows-list-headline-container .shows-list-headline{align-items:flex-start;flex-direction:column;max-width:768px;padding:24px 16px}.show-list .shows-list-headline-container .shows-list-headline .shows-list-title,.show-list .shows-list-headline-container .shows-list-headline .shows-list-title-button{margin-bottom:16px}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container{flex-wrap:wrap}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container .filter-button{margin:0 16px 0 0}.show-list .shows-list-headline-container .shows-list-headline .show-categories-container .filter-button>.button{padding:0}.show-list .show-cards-container .show-cards{max-width:768px}}@media(max-width:767px){.show-list .shows-list-headline-container .shows-list-headline{width:100%}.show-list .shows-list-headline-container .shows-list-headline .shows-list-title{height:28px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.show-list .show-cards-container .show-cards{width:624px}}@media(max-width:623px){.show-list .show-cards-container .show-cards{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center;width:100%}}.show-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);padding:56px 0;overflow-x:hidden;overflow-y:overlay;box-sizing:border-box;scrollbar-gutter:stable}.show-container::-webkit-scrollbar{width:2px}.show-container::-webkit-scrollbar-track{background-color:transparent;border:0}.show-container::-webkit-scrollbar-thumb{background-color:#191919}.show-container::-webkit-scrollbar-button{display:none}.show-container .show{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:stretch;align-items:flex-start;width:100%;max-width:1160px;padding:0 16px 56px;box-sizing:border-box}.show-container .show .information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;width:576px;margin-right:72px}.show-container .show .information .show-title{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:100%;min-height:48px;font-size:36px;font-weight:400;text-transform:uppercase}.show-container .show .information .show-description,.show-container .show .information .show-title{margin-bottom:56px;font-family:"Inter";font-style:normal;line-height:36px;color:#fff;letter-spacing:.5px}.show-container .show .information .show-description{font-size:22px;font-weight:300}.show-container .show .information .social-buttons{margin-bottom:40px}.show-container .show .information .social-buttons .social-links-container>.social-button{margin:0 16px 16px 0}.show-container .show .information .social-buttons .social-links-container>.social-button .button{padding:0}.show-container .show .image{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;width:480px;height:480px}.show-container .show .image img{width:100%;height:auto}.show-container .from-creator-section{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:100%}.show-container .from-creator-section .from-creator-headline-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.show-container .from-creator-section .from-creator-headline-container .from-creator-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:space-between;align-items:center;width:100%;max-width:1160px;box-sizing:border-box;padding:56px 16px}.show-container .from-creator-section .from-creator-headline-container .from-creator-title{font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.show-container .from-creator-section .from-creator-container{width:100%;border-bottom:2px solid #333}.show-container .more-shows-section{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:100%}.show-container .more-shows-section .more-shows-headline-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.show-container .more-shows-section .more-shows-headline-container .more-shows-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:space-between;align-items:center;width:100%;max-width:1160px;box-sizing:border-box;padding:56px 16px}.show-container .more-shows-section .more-shows-headline-container .more-shows-title{font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.show-container .more-shows-section .more-shows-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.show-container .more-shows-section .more-shows-container .more-shows{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:center;align-items:flex-start;width:100%;max-width:1160px;box-sizing:border-box;padding:0 16px}@media(max-width:1279px){.show-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px);padding:32px 0}.show-container .show{justify-content:space-between;max-width:1024px}.show-container .show .information{width:480px;margin-right:0}.show-container .show .information .show-title{margin-bottom:48px}.show-container .show .information .social-buttons{margin-bottom:32px}.show-container .show .information .show-description{margin-bottom:0}.show-container .show .image{width:480px;height:480px}.show-container .from-creator-section .from-creator-headline-container .from-creator-headline,.show-container .more-shows-section .more-shows-headline-container .more-shows-headline{max-width:1024px;padding:32px 16px}.show-container .more-shows-section .more-shows-container .more-shows{max-width:1024px}}@media(max-width:1023px){.show-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px);padding:24px 0}.show-container .show{flex-direction:column;justify-content:flex-start;max-width:768px;padding:0 16px 24px}.show-container .show .information{width:100%;margin-right:0;margin-bottom:48px}.show-container .show .information .show-title{margin-bottom:48px}.show-container .show .information .show-description{margin-bottom:0}.show-container .show .image{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;width:100%;height:480px}.show-container .show .image img{width:480px;height:480px}.show-container .from-creator-section .from-creator-headline-container .from-creator-headline,.show-container .more-shows-section .more-shows-headline-container .more-shows-headline{max-width:768px;padding:24px 16px}.show-container .more-shows-section .more-shows-container .more-shows{max-width:768px}}@media(max-width:767px){.show-container .show,.show-container .show .information{width:100%}.show-container .show .information .show-description{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px}.show-container .show .image,.show-container .show .image img{width:100%;height:auto}.show-container .from-creator-section .from-creator-headline-container .from-creator-headline{width:100%}.show-container .from-creator-section .from-creator-headline-container .from-creator-headline .from-creator-title{height:28px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.show-container .more-shows-section .more-shows-headline-container .more-shows-headline{width:100%}.show-container .more-shows-section .more-shows-headline-container .more-shows-headline .more-shows-title{height:28px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.show-container .more-shows-section .more-shows-container .more-shows{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center;width:100%}}.news{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);overflow-x:hidden;overflow-y:overlay;box-sizing:border-box;scrollbar-gutter:stable}.news::-webkit-scrollbar{width:2px}.news::-webkit-scrollbar-track{background-color:transparent;border:0}.news::-webkit-scrollbar-thumb{background-color:#191919}.news::-webkit-scrollbar-button{display:none}.news .news-description{flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;height:488px;background-color:#333;background-size:cover;background-position:50%;background-repeat:no-repeat}.news .news-description,.news .news-description .news-information{display:flex;display:-webkit-flex;justify-content:center;align-items:center;width:100%}.news .news-description .news-information{flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;height:100%;background-color:rgba(0,0,0,.6392156863)}.news .news-description .news-information .news-title{width:95%;max-width:1128px;margin-bottom:48px;text-align:center;font-family:"Open Sans Condensed";font-style:normal;font-size:48px;font-weight:700;line-height:64px;letter-spacing:.5px;color:#fff}.news .news-description .news-information .news-excerpt{max-width:744px;margin-bottom:48px;text-align:center;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.5px}.news .news-description .news-information .article-creators-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;margin-bottom:24px}.news .news-description .news-information .article-creators-information p{font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#e5e5e5;letter-spacing:.25px;text-align:center}.news .news-description .news-information .news-service-information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;padding:8px 12px;margin-bottom:16px;background-color:#000}.news .news-description .news-information .news-service-information .news-date{font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px}.news .news-description .news-information .news-service-information .separator{width:4px;height:4px;margin:0 8px;border-radius:2px;background-color:#b2b2b2}.news .news-description .news-information .news-service-information .category-button>.button{padding:0}.news .news-description .news-information .language-toggle-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:40px;border-top:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #fff}.news .news-description .news-information .language-toggle-container .language-toggle-button{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;height:30px;width:60px;border-right:1px solid #fff;color:#fff;background-color:#000;font-size:14px;cursor:pointer}.news .news-description .news-information .language-toggle-container .language-toggle-button:hover{text-decoration:underline}.news .news-description .news-information .language-toggle-container .language-toggle-button.active{background-color:#fff;color:#000}.news .localization-button-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;width:740px;margin-top:52px}.news .localization-button-container .localization-button{margin:0 8px 8px}.news .news-content-container{width:100%;margin-bottom:56px}.news .news-content-container,.news .news-content-container .news-content{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center}.news .news-content-container .news-content{width:936px;margin-top:32px;overflow:visible}.news .news-content-container .news-content h1,.news .news-content-container .news-content h2,.news .news-content-container .news-content h3,.news .news-content-container .news-content h4,.news .news-content-container .news-content h5{width:744px;margin:20px 0;font-family:"Open Sans Condensed";font-style:normal;font-size:36px;font-weight:600;line-height:44px;letter-spacing:.5px}.news .news-content-container .news-content p{width:744px;margin:16px 0;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.5px;color:#e5e5e5}.news .news-content-container .news-content p img{width:936px;height:auto;margin:64px 0}.news .news-content-container .news-content p:has(img){width:936px}.news .news-content-container .news-content p strong{font-weight:600}.news .news-content-container .news-content span{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;justify-content:center;align-content:center;align-items:center;width:744px}.news .news-content-container .news-content iframe{width:100%;margin:20px 0}.news .news-content-container .news-content a{color:#fff;text-decoration:underline;text-underline-offset:3px}.news .news-content-container .news-content a:hover{color:#ffde03;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#ffde03;text-decoration-color:#ffde03}.news .news-content-container .news-content a:active{color:#998502;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#998502;text-decoration-color:#998502}.news .news-content-container .news-content ol,.news .news-content-container .news-content ul{width:744px;box-sizing:border-box;list-style-position:outside;padding:32px 32px 32px 0;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;color:#e5e5e5;border:2px solid #333;background-color:#0d0d0d}.news .news-content-container .news-content li{margin:8px 0 8px 64px;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.5px;color:#fff}.news .news-content-container .news-content img+em{display:block;font-size:14px;margin-bottom:17px}.news .news-content-container .news-content hr{width:100%;height:2px;margin:16px 0;color:#333;background-color:#333;font-size:0;border:0}.news .news-content-container .news-content br{display:none}.news .more-news-headline-container{justify-content:center;border-top:2px solid #333}.news .more-news-headline-container,.news .more-news-headline-container .more-news-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;align-items:center;width:100%}.news .more-news-headline-container .more-news-headline{justify-content:space-between;max-width:1160px;box-sizing:border-box;padding:56px 16px}.news .more-news-headline-container .more-news-title{font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.news .more-news-cards-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.news .more-news-cards-container .more-news-cards{justify-content:space-between;box-sizing:border-box;padding:0 16px}.news .more-news-cards-container .load-more-container,.news .more-news-cards-container .more-news-cards{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:flex-start;width:100%;max-width:1160px}.news .more-news-cards-container .load-more-container{justify-content:center;margin-bottom:56px}@media(max-width:1279px){.news{height:calc(100vh - 148px);height:calc(100dvh - 148px)}.news,.news .localization-button-container{width:100%}}@media(max-width:1023px){.news{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px)}.news .news-content-container .news-content{width:768px}.news .news-content-container .news-content h1,.news .news-content-container .news-content h2,.news .news-content-container .news-content h3,.news .news-content-container .news-content h4,.news .news-content-container .news-content h5{width:744px;margin:8px 0}.news .news-content-container .news-content p{width:744px;margin:16px 0}.news .news-content-container .news-content p img{width:744px;height:auto;margin:32px 0}.news .news-content-container .news-content p:has(img){width:744px}.news .news-content-container .news-content span{width:744px}.news .news-content-container .news-content iframe{width:100%;margin:16px 0}.news .news-content-container .news-content ol,.news .news-content-container .news-content ul{width:744px;padding:24px 32px 24px 0}.news .news-content-container .news-content li{margin:8px 0 8px 64px}.news .news-content-container .news-content hr{margin:8px 0}}@media(max-width:767px){.news{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px)}.news .news-description .news-information .news-title{font-family:"Open Sans Condensed";font-style:normal;font-size:36px;font-weight:600;line-height:44px}.news .news-description .news-information .news-excerpt{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px}.news .news-content-container{padding:0 16px;box-sizing:border-box}.news .news-content-container .news-content{width:100%}.news .news-content-container .news-content h1,.news .news-content-container .news-content h2,.news .news-content-container .news-content h3,.news .news-content-container .news-content h4,.news .news-content-container .news-content h5{width:100%;font-family:"Open Sans Condensed";font-style:normal;font-size:24px;font-weight:600;line-height:32px}.news .news-content-container .news-content p{width:100%;font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px}.news .news-content-container .news-content p img{width:100%}.news .news-content-container .news-content p:has(img){width:100%}.news .news-content-container .news-content p br{height:8px}.news .news-content-container .news-content span{width:100%}.news .news-content-container .news-content iframe{width:100%!important}.news .news-content-container .news-content ol,.news .news-content-container .news-content ul{width:100%}}.about-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:center;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);padding:56px 0;overflow-x:hidden;overflow-y:overlay;box-sizing:border-box}.about-container::-webkit-scrollbar{width:2px}.about-container::-webkit-scrollbar-track{background-color:transparent;border:0}.about-container::-webkit-scrollbar-thumb{background-color:#191919}.about-container::-webkit-scrollbar-button{display:none}.about-container .about{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:stretch;align-items:flex-start;width:100%;max-width:1160px;padding:0 16px;box-sizing:border-box}.about-container .about .image,.about-container .about .information{width:50%}.about-container .about .information{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start}.about-container .about .information .about-title{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:100%;height:48px;margin-bottom:40px;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.about-container .about .information .about-text{margin-bottom:40px}.about-container .about .information .about-text h1,.about-container .about .information .about-text h2,.about-container .about .information .about-text h3,.about-container .about .information .about-text h4,.about-container .about .information .about-text h5{width:100%;margin:20px 0;font-family:"Open Sans Condensed";font-style:normal;font-size:36px;font-weight:600;line-height:44px;letter-spacing:.5px}.about-container .about .information .about-text p{width:100%;margin:16px 0;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.5px;color:#e5e5e5}.about-container .about .information .about-text p img{width:100%;height:auto;margin:64px 0}.about-container .about .information .about-text p:has(img){width:100%}.about-container .about .information .about-text p strong{font-weight:600}.about-container .about .information .about-text span{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;justify-content:center;align-content:center;align-items:center;width:100%}.about-container .about .information .about-text iframe{width:100%;margin:20px 0}.about-container .about .information .about-text a{color:#fff;text-decoration:underline;text-underline-offset:3px}.about-container .about .information .about-text a:hover{color:#ffde03;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#ffde03;text-decoration-color:#ffde03}.about-container .about .information .about-text a:active{color:#998502;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#998502;text-decoration-color:#998502}.about-container .about .information .about-text ol,.about-container .about .information .about-text ul{width:100%;box-sizing:border-box;list-style-position:outside;padding:32px 32px 32px 0;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;color:#e5e5e5;border:2px solid #333;background-color:#0d0d0d}.about-container .about .information .about-text li{margin:8px 0 8px 64px;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.5px;color:#fff}.about-container .about .information .about-text img+em{display:block;font-size:14px;margin-bottom:17px}.about-container .about .information .about-text hr{width:100%;height:2px;margin:16px 0;color:#333;background-color:#333;font-size:0;border:0}.about-container .about .information .about-text br{display:none}.about-container .about .information .social-buttons{margin-bottom:40px}.about-container .about .information .social-buttons .social-links-container>.social-button{margin:0 16px 16px 0}.about-container .about .information .social-buttons .social-links-container>.social-button .button{padding:0}.about-container .about .image{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-content:center;align-items:center}.about-container .about .image img{width:85%;height:auto}@media(max-width:1279px){.about-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px);padding:32px 0}.about-container .about{justify-content:space-between}.about-container .about .information{width:480px;margin:0}.about-container .about .information .about-title,.about-container .about .information .social-buttons{margin-bottom:32px}.about-container .about .information .show-description{margin-bottom:0}.about-container .about .image{width:480px;height:auto}.about-container .about .image img{width:100%}}@media(max-width:1023px){.about-container{width:100%;height:calc(100vh - 148px);height:calc(100dvh - 148px);padding:24px 0}.about-container .about{flex-direction:column-reverse;justify-content:space-between;max-width:768px}.about-container .about .information{width:100%;margin:0}.about-container .about .information .about-title{margin-bottom:24px}.about-container .about .information .about-title h1,.about-container .about .information .about-title h2,.about-container .about .information .about-title h3,.about-container .about .information .about-title h4,.about-container .about .information .about-title h5{width:744px;margin:8px 0}.about-container .about .information .about-title p{width:744px;margin:16px 0}.about-container .about .information .about-title p img{width:744px;height:auto;margin:32px 0}.about-container .about .information .about-title p:has(img){width:744px}.about-container .about .information .about-title span{width:744px}.about-container .about .information .about-title iframe{width:100%;margin:16px 0}.about-container .about .information .about-title ol,.about-container .about .information .about-title ul{width:744px;padding:24px 32px 24px 0}.about-container .about .information .about-title li{margin:8px 0 8px 64px}.about-container .about .information .about-title hr{margin:8px 0}.about-container .about .information .about-text{margin-bottom:48px}.about-container .about .information .show-description{margin-bottom:0}.about-container .about .image{width:100%;height:auto;margin-bottom:48px}.about-container .about .image img{width:100%}}@media(max-width:767px){.about-container,.about-container .about,.about-container .about .information{width:100%}.about-container .about .information .about-title{font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.about-container .about .information .about-text h1,.about-container .about .information .about-text h2,.about-container .about .information .about-text h3,.about-container .about .information .about-text h4,.about-container .about .information .about-text h5{width:100%;font-family:"Open Sans Condensed";font-style:normal;font-size:24px;font-weight:600;line-height:32px}.about-container .about .information .about-text p{width:100%;font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px}.about-container .about .information .about-text p img{width:100%}.about-container .about .information .about-text p:has(img){width:100%}.about-container .about .information .about-text p br{height:8px}.about-container .about .information .about-text span{width:100%}.about-container .about .information .about-text iframe{width:100%!important}.about-container .about .information .about-text ol,.about-container .about .information .about-text ul{width:100%}}.project-card-container{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:570px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:80px;color:#fff;cursor:pointer}.mobile .project-card-container{width:100%;height:auto;margin-bottom:40px;cursor:default}.media-container{width:100%;height:320px;margin-bottom:20px;overflow:hidden}.mobile .media-container{height:66.6666666667vw;width:100%}.media-image{position:relative;top:0;left:0;z-index:2;width:100%;height:320px;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:height 0ms .4s,opacity .4s 0ms}.media-image,.media-image .circle{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center}.media-image .circle{width:64px;height:64px;border:1px solid #fff;border-radius:50%;background-color:rgba(0,0,0,.1960784314);-webkit-backdrop-filter:blur(5px) opacity(.8);backdrop-filter:blur(5px) opacity(.8);transition:-webkit-backdrop-filter .1s;transition:backdrop-filter .1s;transition:backdrop-filter .1s,-webkit-backdrop-filter .1s}.media-image:hover .circle{background-color:rgba(0,0,0,.4470588235);-webkit-backdrop-filter:blur(5px) opacity(1);backdrop-filter:blur(5px) opacity(1)}.media-image .circle svg{margin-left:6px}.media-image.hidden{height:0;opacity:0}.media-image.visible{height:320px;opacity:1;transition:height 0ms 0ms,opacity .6s 0ms}.mobile .media-image.visible{height:100%}.media-video{width:100%;height:100%}.media-video video::-webkit-media-controls-timeline{display:block}.project-information-container{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;width:100%;height:auto}.project-title{margin-bottom:8px;font-family:"Open Sans Condensed";font-style:normal;font-size:28px;font-weight:700;line-height:36px;letter-spacing:.5px;color:#fff}.project-tags{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:flex-start;color:#fff;margin-bottom:8px}.project-description{font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#fff}.tag{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:flex-start}.tag-name{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-right:15px;margin-bottom:-1px;font-family:"Inter";font-style:normal;font-size:14px;font-weight:500;line-height:20px;letter-spacing:1.25px;text-transform:uppercase;text-underline-offset:3px}.tag-name:hover{text-decoration:underline}.tag-separator{margin:0 10px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.tag-separator.hidden{display:none}.studio{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:flex-start;width:calc(100% - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);overflow-x:hidden;overflow-y:overlay;box-sizing:border-box;scrollbar-gutter:stable}.studio::-webkit-scrollbar{width:2px}.studio::-webkit-scrollbar-track{background-color:transparent;border:0}.studio::-webkit-scrollbar-thumb{background-color:#191919}.studio::-webkit-scrollbar-button{display:none}.studio .image{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;width:100%;height:640px}.studio .image .left-section,.studio .image .right-section{width:50%;height:100%}.studio .image .left-section{display:flex;display:-webkit-flex;flex:0 0 auto;padding:0 0 40px 80px;box-sizing:border-box;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-end}.studio .image .left-section h1{text-transform:uppercase;color:#fff;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:36px;letter-spacing:.5px}.studio .image .right-section{display:flex;display:-webkit-flex;flex:0 0 auto;padding:0 80px 40px 0;box-sizing:border-box;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-content:center;align-items:flex-end}.studio .image .right-section .description{padding:30px;width:645px;box-sizing:border-box;background-color:#000;font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#fff}.studio .image .right-section .description p{margin-bottom:32px}.studio .image .right-section .description .social-buttons .social-links-container>.social-button{margin:0 16px 16px 0}.studio .image .right-section .description .social-buttons .social-links-container>.social-button .button{padding:0}.studio .portfolio-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;width:100%;padding:100px;box-sizing:border-box}.studio .portfolio-container .filter-container{font-family:"Inter";font-style:normal;font-size:14px;font-weight:500;line-height:20px;letter-spacing:1.25px;text-transform:uppercase;text-underline-offset:3px;color:#fff}.studio .portfolio-container .filter-container,.studio .portfolio-container .filter-container .filter{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:flex-start}.studio .portfolio-container .filter-container .filter{margin:8px 12px}.studio .portfolio-container .filter-container .filter .filter-button{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.studio .portfolio-container .filter-container .filter .filter-button:hover{color:#fff}.studio .portfolio-container .filter-container .filter .filter-button.active{text-decoration:underline;color:#fff}.studio .portfolio-container .portfolio-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:flex-start;margin-top:100px}.studio .portfolio-container .portfolio-list .left{margin-right:40px}.studio .portfolio-container .portfolio-list .right{margin-left:40px}.studio.mobile{width:100%;height:auto;box-sizing:border-box}.studio.mobile .image{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.studio.mobile .image .left-section,.studio.mobile .image .right-section{width:100%;height:auto}.studio.mobile .image .left-section{padding:40px}.studio.mobile .image .left-section h1{font-weight:300}.studio.mobile .image .right-section{padding:0 40px 40px}.studio.mobile .image .right-section .description{width:100%}.studio.mobile .portfolio-container{padding:40px}.studio.mobile .portfolio-list{margin-top:40px}.studio.mobile .portfolio-list .left,.studio.mobile .portfolio-list .right{margin:0}.not-found-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;box-sizing:border-box;width:calc(100vw - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px);padding:40px 40px 101px}.not-found-container h1{font-size:220px;font-weight:700}.not-found-container h3{font-size:20px;font-weight:400}main.mobile .not-found-container{width:100%}main.mobile .not-found-container h1{font-size:150px}main.mobile .not-found-container h3{width:100%;text-align:center}.page-player-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:flex-start;width:calc(100vw - 122px);height:calc(100vh - 102px);height:calc(100dvh - 102px)}.page-player-container .left-section,.page-player-container .right-section{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:center;align-items:center;height:100%;padding:48px 96px 0;box-sizing:border-box}.page-player-container .left-section{width:660px}.page-player-container .left-section .track-information-container.page{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 0 48px}.page-player-container .left-section .track-information-container.page .track-name-container{height:100%}.page-player-container .left-section .track-information-container.page .track-name-container .static-name{margin-left:0;font-family:"Inter";font-style:normal;font-size:22px;font-weight:300;line-height:36px;letter-spacing:.25px;-webkit-user-select:initial;-ms-user-select:initial;user-select:initial;white-space:wrap}.page-player-container .left-section .player-primary-controls{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:center;align-items:center;width:100%;margin-bottom:48px}.page-player-container .left-section .player-primary-controls .volume-controls{width:calc(100% - 144px);margin-left:48px}.page-player-container .left-section .player-primary-controls .volume-controls .horizontal-slider{width:calc(100% - 60px)}.page-player-container .left-section .player-secondary-controls{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-content:center;align-items:center;width:100%}.page-player-container .right-section{align-items:center;width:calc(100% - 660px);padding:48px 0 0;border-left:2px solid #333}.page-player-container .right-section .track-art{width:calc(100% - 192px);max-width:640px;height:auto;aspect-ratio:1/1;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#333}@media(max-width:1279px){.page-player-container{width:100%;height:calc(100dvh - 64px)}.page-player-container .left-section{justify-content:center;flex-direction:column-reverse;padding:16px;width:100%}.page-player-container .left-section .track-information-container{align-items:center}.page-player-container .left-section .track-information-container .on-air{margin-right:12px}.page-player-container .left-section .track-information-container .track-name-container{width:100%;height:108px;padding:0 16px;margin-bottom:8px;box-sizing:border-box}.page-player-container .left-section .track-information-container .track-name-container .static-name{width:100%;display:-webkit-box;max-height:72px;margin:0;text-align:center;white-space:wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-break:after-white-space}.page-player-container .left-section .player-primary-controls{justify-content:center}.page-player-container .left-section .player-primary-controls .volume-controls,.page-player-container .left-section .player-secondary-controls,.page-player-container .right-section{display:none}}.news-carousel-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex:2 1 100%;width:100%;height:auto;box-sizing:border-box;border-bottom:2px solid #333}.news-carousel-container .news-carousel-headline-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%}.news-carousel-container .news-carousel-headline-container .news-carousel-headline{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:space-between;align-items:center;width:100%;max-width:1160px;box-sizing:border-box;padding:56px 16px}.news-carousel-container .news-carousel-headline-container .news-carousel-title{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:flex-start;justify-content:center;align-items:flex-start;font-family:"Inter";font-style:normal;font-size:36px;font-weight:400;line-height:48px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.news-carousel-container .news-carousel-headline-container .news-navigation{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-content:center;align-items:center;float:right;font-size:14px}.news-carousel-container .news-carousel-headline-container .news-navigation .news-navigation-counter{margin:0 4px;width:64px;overflow-x:visible;color:#fff;font-family:"Inter";font-style:normal;font-size:16px;font-weight:400;line-height:24px;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.news-carousel-container .highlight-carousel-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:stretch;justify-content:center;align-items:center;width:100%;margin-bottom:56px}.news-carousel-container .highlight-carousel-container .news-card-wrapper{max-width:1160px;height:420px;margin-bottom:16px;overflow:visible}@media(max-width:1279px){.news-carousel-container .news-carousel-headline-container .news-carousel-headline{max-width:1024px;padding:32px 16px}.news-carousel-container .highlight-carousel-container .news-card-wrapper{height:280px}}@media(max-width:1023px){.news-carousel-container .news-carousel-headline-container .news-carousel-headline{max-width:768px;padding:24px 16px}.news-carousel-container .highlight-carousel-container{margin-bottom:24px}.news-carousel-container .highlight-carousel-container .news-card-wrapper{height:600px}}@media(max-width:767px){.news-carousel-container .news-carousel-headline-container .news-carousel-headline{width:100%;padding:14px 16px}.news-carousel-container .news-carousel-headline-container .news-carousel-headline .news-carousel-title{height:48px;font-family:"Inter";font-style:normal;font-size:28px;font-weight:400;line-height:28px}.news-carousel-container .news-carousel-headline-container .news-navigation .news-navigation-counter{margin:0;width:48px;font-size:14px}.news-carousel-container .highlight-carousel-container{margin-bottom:24px}.news-carousel-container .highlight-carousel-container .news-card-wrapper{height:auto}}section{width:calc(100vw - 122px);height:calc(100vh - 181px);padding:40px}.player{display:none;position:fixed;bottom:0;left:0;z-index:4997;align-content:flex-start;justify-content:flex-start;align-items:flex-start;height:84px;overflow:visible}.player,.player .main-panel{flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;width:100%}.player .main-panel{display:flex;display:-webkit-flex;align-content:center;justify-content:space-between;align-items:center;position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);z-index:4999;height:100vh;height:100dvh;background-color:#000;will-change:transform;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat}.player .main-panel.full{-webkit-transform:translateY(calc(-100vh - -84px));transform:translateY(calc(-100vh - -84px));-webkit-transform:translateY(calc(100dvh*-1 - -84px));transform:translateY(calc(100dvh*-1 - -84px))}.player .main-panel .content-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:space-between;align-items:center;width:100%;height:100%;-webkit-backdrop-filter:blur(8px) brightness(25%);backdrop-filter:blur(8px) brightness(25%)}.player .main-panel .controls-container,.player .main-panel .schedule-information-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;width:100%}.player .main-panel .schedule-information-container{height:56px}.player .main-panel .schedule-information-container .schedule-title{margin-bottom:4px;color:#fff;font-family:"Open Sans Condensed";font-style:normal;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.5px}.player .main-panel .schedule-information-container .schedule-type{color:#e5e5e5;font-family:"Inter";font-style:normal;font-size:12px;font-weight:400;line-height:20px;letter-spacing:.4px;text-transform:uppercase}.player .main-panel .track-art-container{width:100%}.player .main-panel .track-art-container,.player .main-panel .track-art-container .track-art{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.player .main-panel .track-art-container .track-art{width:200px;height:200px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#333}.player .main-panel .main-panel-track-title{width:100%;height:auto;margin:0}.player .main-panel .main-panel-track-title .track-name-container{width:100%;height:72px;padding:0 16px;margin-bottom:8px;box-sizing:border-box}.player .main-panel .main-panel-track-title .track-name-container .static-name{display:-webkit-box;margin:0;text-align:center;white-space:wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical}.player .main-panel .main-panel-footer{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;width:100%;height:84px;box-sizing:border-box;border-top:2px solid #333;background-color:#000;overflow:hidden}.player .main-panel .main-panel-footer .broadcast-information-container{width:calc(100% - 106px)}.player .main-panel .main-panel-footer .broadcast-information-container .on-air{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;height:24px;margin-bottom:4px}.player .main-panel .main-panel-footer .broadcast-information-container .on-air .red-dot{width:4px;height:4px;margin-right:8px;border-radius:2px;background-color:#ff424d;-webkit-animation:pulse 4s linear infinite;animation:pulse 4s linear infinite}.player .main-panel .main-panel-footer .broadcast-information-container .on-air .title{font-family:"Inter";font-style:normal;font-size:12px;font-weight:700;line-height:20px;color:#fff;letter-spacing:.4px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none}.player .main-panel .main-panel-footer .broadcast-information-container .listeners{margin-left:12px;font-family:"Inter";font-style:normal;font-size:14px;font-weight:400;line-height:24px;color:#fff;letter-spacing:.25px;text-transform:uppercase;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden}.player .main-panel .main-panel-footer .play-button{margin-left:24px}.player .footer-panel{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center;position:absolute;z-index:4998;width:100%;height:84px;padding:15px 16px;box-sizing:border-box;border-top:2px solid #333;background-color:#000;overflow:hidden}.player .footer-panel .track-art{width:52px;height:52px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:#333}.player .footer-panel .track-title-component{width:calc(100% - 148px);margin-left:16px}.player .footer-panel .play-button{margin-left:24px}@media(max-width:1279px){.player{display:flex;display:-webkit-flex}}.main-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;outline:0;width:100%}@media(max-width:1279px){.main-container{padding-top:64px;height:calc(100vh - 148px)}.aside-button-open{display:none}}.audio{display:none}.content-container{display:flex;display:-webkit-flex;flex:0 0 auto;flex-direction:row;flex-wrap:nowrap}body,html{height:100vh;height:100dvh}body{margin:0;background:#000;font-family:"Inter","Open Sans Condensed",BlinkMacSystemFont,"Helvetica Neue";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;overflow:hidden;-webkit-tap-highlight-color:#ffdd030a}@media (pointer:coarse),(pointer:none){body,html{width:100%;height:100vh;height:100dvh;position:fixed}}code,h1,h2,h3,h5,h6,hr,p{color:#fff;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-before:0;padding-block-start:0;-webkit-padding-after:0;padding-block-end:0;-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0}table,td,th,thead,tr{color:#fff;border:1px solid #fff}button{border:0;padding:0;outline:none;background:none;overflow:visible;line-height:normal;box-sizing:content-box;cursor:pointer}a,button{color:inherit;font:inherit}a{text-decoration:none}::selection{color:#000;background:#fff}video::-webkit-media-controls-timeline{display:none}.chatbro_container *{font-family:"Inter",BlinkMacSystemFont,"Helvetica Neue"!important}
/*# sourceMappingURL=main.d6f5cbd8.chunk.css.map */