.tag{align-items:baseline;align-self:center;background:var(--background-accent);border-radius:2px;color:var(--text-light);display:inline-flex;flex-wrap:nowrap;font-family:var(--font-family-sans);font-size:.625rem;font-weight:700;line-height:1;margin-left:.5rem;padding:.25rem .25rem .125rem;position:relative;text-transform:uppercase;white-space:nowrap}.tag-live:before{background-color:var(--accent2);border-radius:6px;content:"";display:inline-block;height:.5rem;margin-right:.1875rem;width:.5rem}.tag-live svg{display:none}.tag-podcast{padding-top:.1875rem}.tag-podcast svg{display:inline-block;margin-right:.125rem;vertical-align:middle}.audio-details{display:flex;gap:.75rem;flex-grow:1}.audio-image{width:3.5rem;height:3.5rem}.audio-image img{width:100%;height:100%;object-fit:cover;vertical-align:middle;border-radius:6px}.audio-details[data-extend=true],.videoModale .audio-details{position:relative;flex-grow:unset;flex-direction:column;align-items:center}.audio-details[data-extend=true] .audio-text,.videoModale .audio-text{align-self:center;margin:0 auto 1rem;text-align:center}@media (min-width:999px){.audio-details[data-extend=true] .audio-text,.videoModale .audio-text{align-self:auto;margin:0 0 2rem;text-align:left}}.audio-details[data-extend=true] .audio-image{height:9.0625rem;width:9.0625rem;margin-bottom:2rem;max-height:238px;max-width:238px}@media (min-height:569px) and (min-width:375px){.audio-details[data-extend=true] .audio-image{height:30vh;width:30vh}}.audio-details[data-extend=true] .author,.videoModale .audio-text .author{align-self:center;font-size:1.25rem;margin-bottom:.25rem;width:auto}.audio-details[data-extend=true] h2,.videoModale .audio-text h2{font-size:1.125rem;margin-bottom:.25rem}.audio-details[data-extend=true] .descr,.videoModale .audio-text .descr{font-size:1rem;margin-bottom:.25rem}.audio-details[data-extend=true] .tag,.videoModale .audio-text .tag{border-radius:6px;display:block;font-size:1rem;left:50%;line-height:normal;margin:0;padding:.4375rem .625rem;position:absolute;top:-3.5rem;transform:translate(-50%)}.audio-details[data-extend=true] .tag svg,.videoModale .audio-text .tag svg{width:1rem;height:1.0625rem}.audio-details[data-extend=true] .tag-live:before,.videoModale .audio-text .tag-live:before{height:.5rem;margin-right:.5rem;width:.5rem}.audio-details[data-extend=true]~.episodes-button{align-items:center;display:flex;font-size:1rem;margin-top:1.25rem;padding:.313rem 1.875rem}.audio-text{display:flex;flex-direction:column;justify-content:center}.audio-text p{margin:0}.audio-details[data-extend=false]{width:calc(100% - 58px)}.audio-details[data-extend=false] .author .scrolling-container{overflow:hidden;max-width:480px}.audio-details[data-extend=false] .audio-text{width:calc(100% - 58px)}.audio-details[data-extend=false] .audio-text .descr,.audio-details[data-extend=false] .audio-text h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-details[data-extend=false] .audio-text .author p{white-space:nowrap}.audio-details[data-extend=false] .audio-text .author p.title-scrolling{display:inline-block;animation:title-scrolling 15s linear infinite;padding:0 5px 0 100%}@keyframes title-scrolling{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}.audio-text h2{color:var(--text-accent);font-family:var(--font-family-sans);font-size:.9375rem;font-weight:400;line-height:1.26}.audio-text .descr{font-size:.75rem;margin-top:.25rem}.audio-text .author,.audio-text .descr{color:var(--text-light);font-family:var(--font-family-sans);line-height:1.15}.audio-text .author{display:flex;font-size:1rem;font-weight:700}@media screen and (min-width:999px){.audio-details[data-extend=false]{width:auto}.audio-details[data-extend=false] .audio-text{max-width:315px}}@media screen and (min-width:1200px){.audio-details[data-extend=false] .audio-text{max-width:455px}}.play-button{background-color:var(--background-accent);border-radius:3.125rem;position:relative;width:2.875rem;height:2.875rem;padding:.6875rem;align-self:center}.play-button svg{height:1.5rem;width:1.5rem;display:block}.play-button.large{padding:1rem;height:3.5rem;width:3.5rem}input[type=range]{appearance:none;--range-progress:0;-webkit-appearance:none;background:var(--bg-progress-empty);pointer-events:none;border-radius:2px;position:relative;cursor:pointer;height:2px;width:100%}input[type=range]::-moz-range-track{background:var(--bg-progress-empty);position:relative;border-radius:2px;cursor:pointer;height:2px;width:100%}input[type=range]:before{background:var(--bg-progress-full);width:var(--range-progress);border-bottom-left-radius:2px;border-top-left-radius:2px;position:absolute;height:2px;content:"";left:0;top:0}input[type=range]::-moz-range-progress{background:var(--bg-progress-full);border-bottom-left-radius:2px;border-top-left-radius:2px;height:2px}input[type=range]::-webkit-slider-thumb{background-color:var(--bg-progress-full);-webkit-appearance:none;pointer-events:auto;position:relative;border-radius:50%;cursor:pointer;border:none;height:11px;width:11px}input[type=range]::-moz-range-thumb{background:var(--bg-progress-full);pointer-events:auto;border:transparent;position:relative;border-radius:50%;cursor:pointer;height:11px;width:11px}input[type=range]:active::-moz-range-thumb,input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}.progressbar{margin:1rem 0 2rem;flex-direction:row;align-items:center;display:none}.progressbar input[type=range]{margin:0 .5rem;width:240px}.progressbar .slider{margin:0;height:1rem;display:flex;overflow:hidden;align-items:center}.progressbar .time{font-size:.875rem;line-height:1rem;color:var(--text-light);font-family:var(--font-family-sans)}.audio-player[data-extend=true] .progressbar{display:flex}@media (min-width:999px){.progressbar{margin:0;display:flex}.progressbar input[type=range]{width:110px}}.skip-button{display:none;margin:0 2rem}.skip-button svg{width:2.75rem;height:2.75rem}.audio-player[data-extend=true] .skip-button{display:block}@media (min-width:999px){.skip-button{display:block;margin:0 1rem}.skip-button svg{width:1.5rem;height:1.5rem}}.controls-wrapper{margin-left:.75rem;align-items:center;display:flex}.button-wrapper{display:flex}.audio-player[data-extend=true] .controls-wrapper{flex-direction:column-reverse}@media (min-width:999px){.controls-wrapper{margin:0 1rem}}.mute-wrapper{border-left:2px solid var(--background-accent);padding:0 .375rem 0 1rem;display:none}@media (min-width:999px){.mute-wrapper{display:inline-block}}.no-scroll{overflow:hidden}.video-button{background-color:var(--background-accent);border-radius:1.875rem;color:#fff;display:none;font-family:var(--font-family-sans);font-weight:700}.audio-player[data-extend=true] .video-button[data-video=false]{display:none}.video-button span{margin-right:.25rem}@media (min-width:999px){.video-button[data-video=true]{display:flex;align-items:center;font-size:.875rem;justify-content:center;margin-right:.5rem;padding:0 1.25rem}}.close-button{border:2px solid var(--text-light);border-radius:3.125rem;padding:.5rem;position:fixed;right:2rem;top:2rem}@media (min-width:999px){.close-button{position:absolute;left:calc(100% + .5rem);right:unset;top:0}}.lmn-aside{color:var(--text-light);display:block;margin:1rem 1rem 0;text-align:center}.lmn-aside .lmn-container{max-height:150px;overflow:hidden}@media (min-width:999px){.lmn-aside{margin-top:0}.lmn-aside .lmn-container{max-height:600px;width:300px}}.videoModale{background:var(--background-primary);bottom:0;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99999}.videoModale .player-content{padding:4.5rem 0 0}.videoModale .player-content>div{width:100vw}.videoModale .audio-details{width:100%}.videoModale #dailymotion-react-player{margin-bottom:1rem;width:100%}@media (min-width:999px){.videoModale .player-content{background:none}.videoModale .player-content>div{display:flex;margin:0 4rem;position:relative}.videoModale .audio-text{width:100%}.videoModale .audio-text .author,.videoModale .audio-text .descr,.videoModale .audio-text h2{align-self:auto;text-align:left}.videoModale .audio-text .author{font-size:2.125rem}.videoModale .audio-text h2{font-size:1.25rem}.videoModale .audio-text .descr{font-size:1.125rem}.videoModale #dailymotion-react-player,.videoModale .audio-details{margin:0 auto 2rem;max-width:734px}.videoModale .audio-details{margin-top:1.25rem}.videoModale .audio-text .tag{border-radius:3px;display:inline-flex;left:auto;margin-left:1rem;position:relative;top:auto;transform:none}}@media (min-height:900px){.videoModale .audio-details{min-height:800px}}#progress-circular{display:block;height:2.875rem;left:0;position:absolute;top:0;width:2.875rem}.play-button.large #progress-circular{height:3.5rem;width:3.5rem}.episodes-modal{z-index:99999;position:fixed;top:0;bottom:0;right:-110vw;width:100vw;height:100vh;background:var(--background-primary);display:flex;flex-direction:column;align-items:flex-start;transition:right .2s}.episodes-modal[data-open=true]{right:0}.episodes-modal .back-btn{padding:1.25rem 1rem;color:var(--text-light);font-family:var(--font-family-sans);font-size:1.125rem;font-weight:600;line-height:1.22;display:inline-flex;align-items:center;gap:.75rem}@media (min-width:600px){.episodes-modal .back-btn{padding:1.25rem}}#episodes-list{position:relative;overflow-y:scroll;min-height:0;width:100%;scrollbar-width:thin;scrollbar-color:var(--ui-scrollbar) hsla(0,0%,100%,.1)}#episodes-list.shadow-top{background:linear-gradient(0deg,rgba(7,21,67,0),#061441 75%);background-size:100% 10%;background-repeat:no-repeat;background-attachment:scroll}#episodes-list.shadow-bottom{background:linear-gradient(180deg,rgba(7,21,67,0),#061441 75%);background-size:100% 10%;background-repeat:no-repeat;background-attachment:scroll;background-position:bottom}#episodes-list.shadow-bottom:after{background:linear-gradient(180deg,rgba(7,16,67,0),#061441 75%);bottom:0;content:"";display:block;height:6.0625rem;left:0;position:sticky;right:0;pointer-events:none}#episodes-list.shadow-top.shadow-bottom{background:linear-gradient(0deg,rgba(7,21,67,0),#061441 75%),linear-gradient(180deg,rgba(7,21,67,0),#061441 75%);background-position-y:top,bottom;background-size:100% 10%,100% 10%;background-repeat:no-repeat,no-repeat;background-attachment:scroll,scroll}@media (min-width:1000px){#episodes-list::-webkit-scrollbar{width:4px}#episodes-list::-webkit-scrollbar-corner{background-color:transparent}#episodes-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}#episodes-list::-webkit-scrollbar-thumb{background-color:var(--ui-scrollbar)}#episodes-list::-webkit-scrollbar-track-piece{background-color:hsla(0,0%,100%,.1)}}.episodes-category{display:flex;gap:.5rem;margin:.25rem 1rem 1rem}@media (min-width:600px){.episodes-category{margin-top:.75rem;margin-left:1.25rem}}@media (min-width:1000px){.episodes-category{gap:.75rem;margin:1rem 1rem 1.5rem}}.episodes-category .audio-image{height:3.25rem;width:3.25rem}@media (min-width:600px){.episodes-category .audio-image{height:4.125rem;width:4.125rem}}.episodes-category .audio-text{font-size:1.25rem;font-weight:700;color:var(--text-light);line-height:1.15}.episodes-category .audio-text .author{font-weight:500;color:var(--text-accent)}.episode-item{cursor:pointer;display:flex;padding:1rem;justify-content:flex-start;align-items:flex-start;gap:1rem;height:5.3125rem;margin-bottom:.5rem}@media (min-width:600px){.episode-item{margin-inline:1.25rem;border-radius:.5rem}}.episode-item.current{background:hsla(0,0%,100%,.1)}.episode-item p{color:var(--text-light);display:-webkit-box;font-weight:500;margin-bottom:0;line-height:normal;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.episode-item .publish-date{font-size:.75rem;font-weight:700;color:var(--text-accent);white-space:nowrap}.episode-item .duration{color:var(--text-light);font-size:.75rem;font-weight:400}.episode-item .is-new{display:flex;align-items:center;justify-content:center;padding:0;border-radius:.24rem;background:var(--text-accent);color:var(--text-light);font-family:var(--font-family-sans);font-size:.6875rem;font-weight:700;line-height:1;letter-spacing:.034375rem;text-transform:uppercase;margin-top:.4375rem;width:4.25rem;height:1rem}.episode-item:last-of-type{margin-bottom:1.25rem}@keyframes showModalDesktop{0%{display:flex;opacity:0;bottom:100%}to{opacity:1;bottom:calc(100% + .25rem)}}@keyframes hideModalDesktop{0%{display:flex;opacity:1;bottom:calc(100% + .25rem)}to{display:none;opacity:0;bottom:100%}}@media (min-width:999px){.episodes-modal{display:none;opacity:0;top:auto;right:0;bottom:100%;width:26rem;height:min(35rem,80vh);border-radius:.625rem;animation:hideModalDesktop .1s ease forwards;position:absolute;overflow:hidden}.episodes-modal[data-open=true]{display:flex;right:0;animation:showModalDesktop .1s ease forwards}.episodes-modal .back-btn{display:none}.episode-item:hover{background:rgba(8,18,41,.3)}.episode-item:last-of-type{margin-bottom:1.25rem}}.no-scroll-mobile{overflow:hidden}@media (min-width:999px){.no-scroll-mobile{overflow:unset}}.episodes-button{background-color:var(--background-accent);border-radius:1.875rem;color:#fff;display:none;font-family:var(--font-family-sans);font-weight:700;width:190px}.episodes-button span{display:inline-block;margin-right:.25rem;white-space:nowrap}.episodes-button .closeIcon{display:none;height:14px;width:14px}@media (min-width:999px){.episodes-button{align-items:center;display:flex;font-size:.875rem;justify-content:center;margin-right:1rem;padding:.5rem 1.25rem}.episodes-button[data-modal-open=true]{background-color:var(--background-default);color:var(--text-default)}.episodes-button[data-modal-open=true] svg path{stroke:var(--text-default)}.episodes-button .closeIcon{display:inline-block}}#header{position:fixed;top:0;width:100%;left:0;background:#183375;z-index:10}#header .shortcuts{position:relative;float:right;padding:15px 0}#header .shortcuts a{float:left;display:block;color:#fff;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.6px;border-radius:27px;border:1px solid hsla(0,0%,100%,.15);margin:0 20px 15px 0;padding:7px 10px 6px}#header .shortcuts a .nota{float:left;display:block;line-height:20px}#header .shortcuts a.ops .nota{color:#ffbf00}#header .shortcuts a:hover .nota{text-decoration:underline}#header nav{position:relative;height:65px;background:#183375;padding-left:60px;transition:transform .3s ease-out;z-index:99;overflow:hidden}#header nav .logo{float:left;display:block;color:#fff;margin-top:19px}#header nav .logo .icon{width:95px;height:27px}#header nav .more{float:right}#header nav .more a{float:left;display:block;width:65px;height:65px;padding-top:24px;text-align:center;color:#fff;border-left:1px solid hsla(0,0%,100%,.15)}#header nav .more .icon{width:18px;height:18px}body{padding-top:65px}@media (min-width:1024px){.media:before{position:absolute;top:0;left:0;background:#040f0f;width:100%;height:100%;transition:opacity .3s ease-out;content:"";opacity:0;z-index:0}.media.with-opacity.hover:before,.media.with-opacity:hover:before{opacity:.65;z-index:10}#header{transition:transform .3s ease-out}#header .shortcuts{position:relative;float:left;width:calc(100% - 341px);padding:18px 0;overflow:hidden}#header .shortcuts a{font-size:1.0625rem;padding:10px 24px}#header .shortcuts a .nota{line-height:25px}#header nav{height:80px;padding-left:85px}#header nav:before{position:absolute;top:0;left:0;width:238px;height:80px;background:#183375;content:"";z-index:1}#header nav .logo{position:relative;margin:22px 42px 0 0;z-index:1}#header nav .logo .icon{width:123px;height:35px}#header nav .shortcuts{display:block}#header nav .more a{width:80px;height:80px;padding-top:29px}#header nav .more .icon{width:22px;height:22px}body{padding-top:80px}}#burger{position:fixed;top:0;left:0;width:0;height:100%;z-index:99999;-webkit-overflow-scrolling:touch}#burger .burger-button{position:absolute;top:25px;left:18px;width:18px;height:15px;z-index:1}#burger .burger-button:after,#burger .burger-button:before{position:absolute;top:6px;left:0;width:100%;height:3px;background:#fff;content:"";transition:.35s}#burger .burger-button span{position:absolute;left:0;width:100%;height:3px;background:#fff;transition:.2s .2s}#burger .burger-button span:first-child{top:0}#burger .burger-button span:nth-child(2){bottom:0}#burger .cnt{float:left;width:100vw;height:100%;transform:translate(-100%);transition:transform .3s ease-out;border-top:1px solid #465b90;background:#00123f;margin-top:65px}#burger .cnt .shortcuts{padding:22px 0 0}#burger .cnt .shortcuts a{font-size:1.0625rem;padding:13px 14px 12px;margin:0 20px 22px 0}#burger .cnt .shortcuts a:last-child{margin-bottom:5px}#burger .nav{width:100%;height:100%;background:#183375;padding:0 15px;overflow-y:auto}#burger .nav:after{float:left;margin-bottom:110px;content:""}#burger .nav ul{position:relative;float:left;width:100%;margin-top:30px;padding-top:10px}#burger .nav ul li{float:left;width:100%;font-size:1.25rem;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;text-transform:uppercase;padding-top:20px}#burger .nav ul li a{color:#fff;opacity:.4}#burger .nav ul li a:hover{text-decoration:underline;opacity:1}#burger .nav ul:before{position:absolute;top:0;left:0;width:100%;height:1px;background:rgba(209,218,226,.3);content:""}#burger .nav ul:first-child{margin-top:0;padding:0}#burger .nav ul:first-child:before{display:none}body.opened-burger{overflow:hidden}body.opened-burger #burger{z-index:999999}body.opened-burger #burger .cnt{transform:translate(0)}body.opened-burger #burger .burger-button{border-color:transparent}body.opened-burger #burger .burger-button:before body.opened-burger #burger .burger-button:after{transition:0s}body.opened-burger #burger .burger-button:before{transform:rotate(45deg)}body.opened-burger #burger .burger-button:after{transform:rotate(-45deg)}body.opened-burger #burger .burger-button span{top:50%;bottom:auto;height:0;transform:translateY(-50%);transition:0s 0s}@media (min-width:1024px){#burger .burger-button{top:30px;left:30px;width:25px;height:20px}#burger .burger-button:after,#burger .burger-button:before{top:8px;height:4px}#burger .burger-button span{height:4px}#burger .cnt{margin-top:80px}#burger .nav{float:left;width:28%;padding:20px 0 0 30px}#burger .nav ul:before{width:220px}#burger .nav .shortcuts{display:none}#burger .nav ul:nth-child(2){margin-top:0;padding:0}#burger .nav ul:nth-child(2):before{display:none}#burger .listing-cnter{float:left;width:72%;height:100%;padding:40px;overflow-y:auto}#burger .listing-cnter:after{float:left;margin-bottom:80px;content:""}#burger .section-titre{color:#9fa7b5;line-height:22px;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;font-size:1.375rem;text-transform:uppercase;letter-spacing:.6px;margin-bottom:35px}#burger .section-titre a{color:#9fa7b5}#burger .sticker{display:inline-block;line-height:normal;color:#1b8eff;font-size:.75rem;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;border-radius:2px;background:#d8d8d8;margin-right:10px;padding:2px 5px}#burger .media .picto,#burger .media .picto:after{display:none}#burger .media .picto{display:block;width:50px;height:50px;border-radius:50%}#burger .media .picto:before{top:0;left:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #fff;margin:auto auto auto 20px}#burger .listingMore ul li{display:inline-block;width:31%;vertical-align:top;margin:0 30px 70px 0}#burger .listingMore ul li:nth-child(3n){margin-right:0}#burger .listingMore .bloc-texte{float:left;width:100%;margin-top:10px}#burger .listingMore .bloc-texte .titre{line-height:28px;color:#fff;font-size:1.375rem;font-weight:700;letter-spacing:.37px;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;overflow:hidden}#burger .listingMore .bloc-texte .titre a{color:#fff}#burger .listingExt{margin-bottom:60px}#burger .listingExt ul li{display:inline-block;width:22%;vertical-align:top;margin:0 30px 40px 0}#burger .listingExt ul li:nth-child(4n){margin-right:0}#burger .listingExt .bloc-texte{float:left;max-width:217px;margin-top:10px}#burger .listingExt .bloc-texte a{color:#fff}#burger .listingExt .bloc-texte .nota{color:#40a0ff;line-height:20px;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;letter-spacing:.5px;text-transform:uppercase}#burger .listingExt .bloc-texte .titre{line-height:25px;color:#fff;font-size:1.375rem;font-weight:700;letter-spacing:.33px;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;margin-top:5px;padding-bottom:1px}#burger .listingExt .bloc-texte .infos{line-height:22px;color:#9fa7b5;font-size:.9375rem;margin-top:5px}#burger .listingExt .bloc-texte .description{line-height:20px;color:#fff;font-size:.875rem;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:4;overflow:hidden;margin-top:7px}}.wrap-img{position:relative;float:left}.wrap-img .infos{position:absolute;bottom:8px;right:8px;height:26px;line-height:26px;color:#fff;font-family:Roboto,sans-serif;font-stretch:condensed;font-weight:700;font-size:.9375rem;text-align:center;border-radius:3px;background:rgba(4,15,15,.7);padding:0 10px}.wrap-img .infos .picto-small{display:none}.wrap-img.media:before{position:absolute;top:0;left:0;background:#040f0f;width:100%;height:100%;content:"";opacity:.3}.wrap-img.media .picto{position:absolute;top:0;bottom:0;left:0;right:0;width:60px;height:60px;border-radius:50%;border:1px solid #484949;background-color:rgba(0,18,63,.6);margin:auto}.wrap-img.media .picto:before{position:absolute;top:0;bottom:0;left:0;right:0;height:0;width:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:20px solid #fff;margin:auto auto auto 22px;content:""}.wrap-img:hover picture{opacity:.75}.wrap-img:hover .picto{border-color:#fff;background-color:#fff}.wrap-img:hover .picto:before{border-left-color:#000!important}#header+#main .header-space{display:grid;align-items:center}button{border:0;background:none}svg.icon{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}@media (min-width:1024px){#main-player-container #player-wrapper{width:100%}#header.player-open+#main .header-space{margin-top:166px}.wrap-img .infos{height:20px;line-height:20px;font-size:.75rem;padding:0 5px}.wrap-img.media .picto{width:70px;height:70px}.wrap-img.media .picto:before{margin:auto auto auto 27px}}:root{--focus:#1fb8ff;--primary:#122565;--accent:#5badff;--accent2:#ff0101;--overlay:rgba(0,0,0,0.2);--text-default:#000;--text-secondary:#04123d;--text-accent:var(--accent);--text-disabled:rgba(235,235,245,0.18);--text-light:#fff;--text-warning:#c74600;--text-success:#238557;--link:var(--accent);--link-hover:#c21018;--link-disabled:rgba(235,235,245,0.18);--ui-btn-default:rgba(235,235,245,0.6);--ui-btn-hover:#fff;--ui-btn-accent-default:var(--accent);--ui-btn-accent-hover:#c21018;--ui-btn-light:#2a2a2a;--ui-btn-light-hover:#171717;--ui-btn-dark:#2a2a2a;--ui-btn-dark-hover:#171717;--ui-btn-disabled:rgba(235,235,245,0.18);--ui-scrollbar:var(--accent);--ui-rules:#38383a;--background-default:#fff;--background-light:#1c1c1e;--background-accent:hsla(0,0%,100%,0.1);--background-dark:#1c1c1e;--background-primary:linear-gradient(.25turn,var(--primary),#04123d);--background-success:#f5f8f7;--background-warning:#fef5f2;--bg-progress-empty:hsla(0,0%,100%,0.3);--bg-progress-full:var(--background-default);--font-family-sans:"Roboto"}button{background-color:transparent;cursor:pointer;border:none}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:2dppx){body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}}.audio-player{position:fixed;bottom:1rem;left:1rem;right:1rem;background:var(--background-primary);border-radius:.625rem;z-index:999999}.opened-burger .audio-player{z-index:99}.audio-player:hover{cursor:pointer}@media (min-width:600px){.audio-player{left:1.25rem;right:1.25rem}}@media (min-width:999px){.audio-player{background:unset;border-radius:unset}.audio-player:hover{cursor:default}}.audio-player .jwplayer,.jw-error-msg{display:none!important}.player-content{display:flex;position:relative;justify-content:space-between;align-items:center;border-radius:.625rem;max-width:1200px;margin:0 auto;padding:.75rem;z-index:2}@media (min-width:600px){.player-content{padding-inline:1.25rem}}@media (min-width:999px){.player-content{background:var(--background-primary)}}.minimize-button{display:none;position:absolute;top:2rem;right:2rem;padding:.5rem;border:2px solid var(--text-light);border-radius:3.125rem}.audio-player[data-extend=true]{z-index:99999;width:100vw;height:100vh;left:0;bottom:0;border-radius:unset;top:0;cursor:default}.audio-player[data-extend=true] .player-content{flex-direction:column;justify-content:center;height:100svh;width:100%;padding:4.5rem 2rem 0;border-radius:0}.audio-player[data-extend=true] .controls-wrapper{margin-left:0}.btn-container{display:flex}button svg{display:block;font-size:1.25rem}.btn-container .small-btn-icon,.overlay{display:none}.audio-player[data-extend=true] .btn-container button{align-items:center;display:flex;font-size:1rem;justify-content:center;margin:1.25rem 1rem 0;padding:.313rem 1.875rem;width:150px}.audio-player[data-extend=true] .btn-container .button-label{margin:0}.audio-player[data-extend=true] .btn-container svg{display:none;height:32px;width:32px}@media (min-width:999px){.btn-container button{width:4rem;height:2.5rem}.btn-container .button-label{display:none}.btn-container .small-btn-icon{display:inline-block}.overlay[data-modal-open=true]{cursor:auto;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}}@media (min-width:1200px){.btn-container button{width:146px}.btn-container .button-label{display:inline-block}.btn-container .small-btn-icon{display:none}}