.mobile{display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0;justify-content:center;align-items:center;background-color:#262626}.mobile>div:first-child{display:none}.mobile>div:first-child a,.mobile>div:first-child.open{display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0;grid-column:1/25}.mobile>div:first-child a{border-bottom:.5px solid #fff}.mobile>div:first-child a>span{grid-column:3/23;display:flex;height:fit-content;align-items:center;padding:20px 0;font-family:var(--font-primary-bold);font-size:clamp(20px,5.1162790698vw,1.5rem);font-style:normal;color:#fff;gap:20px}.mobile>div:nth-child(2){grid-column:3/23;padding:20px 0;display:flex;justify-content:space-between}.mobile a,.mobile>div:nth-child(2) .burger{cursor:pointer}.mobile a{display:flex;align-items:center;justify-content:center}.mobile a svg{width:2.25rem;height:2.25rem}@keyframes shimmer{0%{background-color:#f7f7f7}50%{background-color:#e5e5e5}to{background-color:#f7f7f7}}.shimmer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,#eee 25%,#ddd 50%,#eee 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}@media(min-width:768px){.shimmer{border-radius:20px}}.full-width{width:100%}.media-player-video,.media-player-video-portrait{aspect-ratio:9/16!important;background-color:#fff!important;border-radius:20px!important}.media-player-video-landscape{aspect-ratio:16/9!important;background-color:#fff!important;border-radius:20px!important}.media-player-video-full{border-radius:0!important}.vds-controls{background-image:none!important}.vds-airplay-button,.vds-google-cast-button,.vds-menu-button{display:none!important;visibility:hidden!important}.vds-play-button{background-color:rgba(206,49,49,.667)!important;width:60px;height:60px}.audioPlayer{display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0;background-color:#fff;max-height:75px}.audioPlayer .container{align-items:center;grid-column:2/24;padding:10px 0;display:grid;grid-template-columns:repeat(24,1fr);grid-template-rows:1fr;grid-column-gap:0;grid-row-gap:0}.audioPlayer .container img{grid-column:auto;width:50px;aspect-ratio:1/1}.audioPlayer .container .details{grid-column:2/24;display:flex;justify-content:center;flex-direction:column;height:50px;padding-right:10px;padding-left:10px}.audioPlayer .container .details>span{font-family:var(--font-primary-bold);font-size:clamp(14px,3.7209302326vw,1.125rem);font-style:normal}.audioPlayer .container .details .progress{display:flex;gap:5px;align-items:center}.audioPlayer .container .details .progress input{width:90%}.audioPlayer .container .details .progress span{width:100px;margin-bottom:2px;font-size:12px;white-space:nowrap}.audioPlayer .container .actions{display:flex;gap:10px}.audioPlayer .container .actions button{width:40px}input[type=range]{margin:auto;-webkit-appearance:none;position:relative;overflow:hidden;height:5px;cursor:pointer;border-radius:0}input[type=range]::-webkit-slider-runnable-track{background:#ddd}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:0;height:5px;background:#ce3131;box-shadow:-1000px 0 0 1000px #ce3131}