:root{--icon-stopped:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E");--icon-loading:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M12 6l0 -3' /%3E%3Cpath d='M16.25 7.75l2.15 -2.15' /%3E%3Cpath d='M18 12l3 0' /%3E%3Cpath d='M16.25 16.25l2.15 2.15' /%3E%3Cpath d='M12 18l0 3' /%3E%3Cpath d='M7.75 16.25l-2.15 2.15' /%3E%3Cpath d='M6 12l-3 0' /%3E%3Cpath d='M7.75 7.75l-2.15 -2.15' /%3E%3C/svg%3E");--icon-playing:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M9 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z' stroke-width='0' fill='currentColor' /%3E%3Cpath d='M17 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E");--icon-next:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M3 5v14a1 1 0 0 0 1.504 .864l12 -7a1 1 0 0 0 0 -1.728l-12 -7a1 1 0 0 0 -1.504 .864z' stroke-width='0' fill='currentColor' /%3E%3Cpath d='M20 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E")}n-headerhtml{scroll-padding-top:5rem;overflow-anchor:none}body,html{scrollbar-gutter:stable}.modal,.modal-open{padding-right:0!important}.player,body{min-width:320px}main{display:flex;flex-direction:column;flex-grow:1;min-height:calc(100vh - 5rem)}.navbar{height:5rem}body.menu-open{overflow:hidden}.hamburger{display:flex;flex-direction:column;width:27px;z-index:1052}.hamburger span{background:var(--dark);border-radius:3px;height:3px;margin:3px 0;transition:.4s cubic-bezier(.68,-.6,.32,1.6)}.hamburger span:nth-of-type(1){width:50%}.hamburger span:nth-of-type(2){width:100%}.hamburger span:nth-of-type(3){width:75%}.hamburger[aria-expanded=true] span{background:var(--dark)}.hamburger[aria-expanded=true] span:nth-of-type(1){width:100%;transform-origin:top;transform:rotatez(45deg) translate(7.5px,6px)}.hamburger[aria-expanded=true] span:nth-of-type(2){width:0}.hamburger[aria-expanded=true] span:nth-of-type(3){width:100%;transform-origin:bottom;transform:rotatez(-45deg) translate(7.5px,-6px)}.section{padding-top:1.5rem;padding-bottom:1.5rem}.section+.section.last{padding-bottom:2rem}.section+.section:last-child{padding-bottom:2rem}.footer{padding-top:2rem;padding-bottom:1rem}@media (min-width:992px){.section{padding-top:2rem;padding-bottom:2rem}.section.hero+.section{padding-top:0}.section+.section.relaxed{padding-bottom:6rem}.footer{padding-top:4rem;padding-bottom:1rem}}.hero__image{min-width:41.66667%;max-width:calc(100vh - 9rem)}.image__background{aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat}@media (min-width:1400px){.section.hero{min-height:min(80vh,900px)}}body.loading,body.player,body.playing{padding-bottom:6rem}body.loading .player,body.player .player,body.playing .player{transform:translateY(0)}body.loading .player,body.playing .player,body:not(.player):not(.loading):not(.playing) .player{transition:transform .5s ease}body:not(.player):not(.loading):not(.playing) .player{transition-delay:1s}.fa-forward::before,.fa-play::before{margin-left:.2em}.station{width:100%;border:inherit;aspect-ratio:1/1;cursor:pointer;color:var(--white);background-color:var(--color)}.station:hover{filter:brightness(110%)}.station.loading,.station.playing{background-color:var(--white);color:var(--color);border-color:var(--color);border-style:solid;border-width:.25rem}.station.playing{transform-origin:center;animation:kick-sound-1 .46s ease infinite alternate;animation-timing-function:cubic-bezier(0,1,1,0)}@keyframes kick-sound-1{0%{transform:scale(1)}100%{transform:scale(1.01)}}.station.playing svg{transform-origin:center;animation:kick-sound-2 .46s ease infinite alternate;animation-timing-function:cubic-bezier(0,1,1,0);animation-delay:80ms}@keyframes kick-sound-2{0%{transform:scale(1)}100%{transform:scale(1.1)}}.control{width:3rem;height:3rem;background-color:#fff;border:inherit;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:2rem}.control_large{width:4rem;height:4rem;background-size:2.6667rem}.control_hovered{visibility:hidden}.control_play{background-image:var(--icon-stopped)}.control_play.loading{background-image:var(--icon-loading);animation:fa-spin 2s linear infinite}.control_play.playing{background-image:var(--icon-playing)}.control_next{background-image:var(--icon-next)}.playlist{aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat}.playlist__image{border-radius:1rem}.playlist__link{display:block;height:100%}.playlist__control{position:absolute;right:1rem;bottom:1rem;z-index:1}.playlist__control.control_large{position:absolute;right:1.5rem;bottom:1.5rem}.control_hovered.loading,.control_hovered.playing,.playlist:hover .control_hovered{visibility:visible}.player{position:fixed;width:100vw;bottom:0;left:0;z-index:1030;will-change:margin-bottom;background-color:rgba(255,255,255,.98);transform:translateY(6rem)}.player__top{min-height:.25rem;cursor:pointer}.player__progress{width:0;height:.25rem;transition:width .2s linear,height .2s ease}.player:hover .player__progress{height:.75rem}.player__bottom{height:5.75rem}.player__image{display:block;min-width:4rem;aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat}.player__name,.player__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:599.98px){.player__title{font-size:.875rem}}.spinner{display:none}.spinner .lds-ring{display:inline-block;position:relative;width:5rem;height:5rem}body.loader .spinner{display:flex;align-items:center;justify-content:center;position:fixed;overflow:hidden;z-index:1028;top:0;right:0;left:0;bottom:0;outline:0}body.loader .spinner .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:5rem;height:5rem;margin:.25rem;border:.25rem;border-style:solid;border-radius:50%;border-color:var(--gray) transparent transparent transparent;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite}body.loader .spinner .lds-ring div:nth-child(1){animation-delay:-.45s}body.loader .spinner .lds-ring div:nth-child(2){animation-delay:-.3s}body.loader .spinner .lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 50px var(--white) inset!important}.icon.active>[class*=fa-],.icon.active>[class*=fa-]:hover{color:var(--primary)!important;font-weight:900!important}.links-vertical a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.links-vertical a:not(:last-child){margin-bottom:.5rem}.btn-link.disabled>i{color:inherit!important}.row-grid{row-gap:1rem}.row-grid-2{row-gap:2rem}.price-item__center,.price-item__left,.price-item__right{border-radius:2rem;min-width:100%;min-height:100%}@media (min-width:992px){.price-item__left{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.price-item__right{border-top-left-radius:0!important;border-bottom-left-radius:0!important}}.mw-450{max-width:450px;margin-left:auto;margin-right:auto}.mw-600{max-width:600px;margin-left:auto;margin-right:auto}.mw-900{max-width:900px;margin-left:auto;margin-right:auto}.headroom{transition:transform .2s ease-in-out;will-change:transform;position:sticky;top:0;left:0;right:0;z-index:1030}.headroom--pinned{transform:translateY(0)}.headroom--unpinned{transform:translateY(-5rem)}.client{aspect-ratio:1}.client__image{background-size:contain;background-repeat:no-repeat;background-position:center;margin:1rem;aspect-ratio:1}.nav-media{display:flex;flex-wrap:wrap;gap:.5rem}@media (pointer:coarse) and (max-width:575.98px){.nav-media-scrollable,.scrollable+*{overscroll-behavior:none;white-space:nowrap;flex-wrap:nowrap!important;overflow-x:scroll;justify-content:start!important;margin-left:-1rem;margin-right:-1rem}.nav-media-scrollable{padding-left:1rem;padding-right:1rem}.scrollable+*{padding-left:.5rem;padding-right:.5rem}.nav-media-scrollable::-webkit-scrollbar,.scrollable+::-webkit-scrollbar{display:none}}.bootstrap-autocomplete.dropdown-menu{max-height:30vh;scrollbar-width:none}.dropdown-menu{height:auto;overflow-y:auto;overflow-x:hidden}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:var(--primary)}.cols-5>*{flex:0 0 100%;max-width:260px}@media (min-width:576px){.cols-5>*{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.cols-5>*{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.cols-5>*{flex:0 0 25%;max-width:25%}}@media (min-width:1200px){.cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}}@media (max-width:575.98px){.g-recaptcha{transform:scale(.85)}}.accordion-panel:not(:last-child){border-bottom:.1rem solid #e3e5e7;padding-bottom:1.5rem;margin-bottom:1.5rem}.noselect,.player__name,.player__title,.station{user-select:none}.pointer:hover{cursor:pointer}.btn>.dot{display:inline-block;height:.75rem;width:.75rem;border-radius:50%;margin-left:.5rem;background-color:#fff}.player__suppress{background-color:#fff;border:inherit}