@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";.epoch-player{position:relative;overflow:scroll}.epoch-player,.epoch-player .content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.epoch-player .content-wrapper{width:100%;z-index:0}.epoch-player-microphone,.epoch-player-playing{padding:2rem 0;width:65%;display:flex;flex-direction:column;align-items:center}@media(max-width:960px){.epoch-player-microphone,.epoch-player-playing{width:80%}}.epoch-player-microphone-text-wrapper,.epoch-player-playing-text-wrapper{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.5rem;max-width:500px}.epoch-player-microphone-text-wrapper h1,.epoch-player-playing-text-wrapper h1{font-size:1.6rem;line-height:1.2;margin:0;color:#fff}.epoch-player-microphone-text-wrapper p,.epoch-player-playing-text-wrapper p{font-size:1.2rem;line-height:1.4;color:#fff}.epoch-player-microphone-btn-wrapper,.epoch-player-playing-btn-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;gap:.875rem;z-index:10}.epoch-player-microphone-btn-wrapper button,.epoch-player-playing-btn-wrapper button{font-size:1.25rem;font-weight:600;padding:.9375rem 3.75rem;border-radius:1.875rem;border:none;color:#fff;background-color:rgba(225,175,51,.8)}.epoch-player-microphone-btn-wrapper button:hover,.epoch-player-playing-btn-wrapper button:hover{cursor:pointer;background-color:#e1af33}.epoch-player-microphone-btn-wrapper button:last-of-type,.epoch-player-playing-btn-wrapper button:last-of-type{background-color:rgba(0,0,0,.5)}.epoch-player-microphone-btn-wrapper button:last-of-type:hover,.epoch-player-playing-btn-wrapper button:last-of-type:hover{cursor:pointer;background-color:#000}.epoch-player-microphone button:hover,.epoch-player-playing button:hover{cursor:pointer}.epoch-player-microphone button:disabled,.epoch-player-playing button:disabled{cursor:not-allowed}.epoch-player-microphone-secondary-btn-wrapper,.epoch-player-playing-secondary-btn-wrapper{position:absolute;bottom:30px;z-index:2;left:20px;padding:0;line-height:0}@media(min-width:960px){.epoch-player-microphone-secondary-btn-wrapper,.epoch-player-playing-secondary-btn-wrapper{left:50%;transform:translateX(-50%)}}.epoch-player-microphone-secondary-btn-wrapper button,.epoch-player-playing-secondary-btn-wrapper button{margin:0 5px;padding:0;line-height:0;font-size:0;border-radius:4rem;background:rgba(0,0,0,.5);border:2px solid rgba(225,175,51,.8)}.epoch-player-microphone-secondary-btn-wrapper button img,.epoch-player-playing-secondary-btn-wrapper button img{width:50px}.epoch-player-microphone-secondary-btn-wrapper button:hover,.epoch-player-playing-secondary-btn-wrapper button:hover{background-color:#000;border:2px solid #e1af33}.epoch-player-microphone-secondary-btn-wrapper button:disabled,.epoch-player-playing-secondary-btn-wrapper button:disabled{opacity:.5;border:2px solid rgba(225,175,51,.8)}.epoch-player-microphone .btn-wrapper-microphone,.epoch-player-playing .btn-wrapper-microphone{position:absolute;bottom:30px;right:25px;padding:0;line-height:0;font-size:0;border-radius:4rem;background:rgba(0,0,0,.5);border:2px solid rgba(225,175,51,.8);box-shadow:0 0 0 0 rgba(225,175,51,0);transform:scale(1)}.epoch-player-microphone .btn-wrapper-microphone img,.epoch-player-playing .btn-wrapper-microphone img{width:50px}.epoch-player-microphone .btn-wrapper-microphone:hover,.epoch-player-playing .btn-wrapper-microphone:hover{cursor:pointer;background-color:#000;border:2px solid #e1af33}.epoch-player-microphone .btn-wrapper-microphone:before,.epoch-player-playing .btn-wrapper-microphone:before{content:"Listening";position:absolute;right:140%;top:50%;color:#fff;font-size:1.1rem;opacity:0;transition:.2s ease-in-out}.epoch-player-microphone .btn-wrapper-microphone.listening,.epoch-player-playing .btn-wrapper-microphone.listening{background-color:#f23732;animation:pulse 2s infinite}.epoch-player-microphone .btn-wrapper-microphone.listening:before,.epoch-player-playing .btn-wrapper-microphone.listening:before{opacity:1}.epoch-player-microphone .epoch-player-playing-btn-wrapper,.epoch-player-playing .epoch-player-playing-btn-wrapper{padding-bottom:30px}.epoch-player .story-background{position:absolute;object-fit:cover;width:100%;height:100%;top:0;left:0;z-index:0}.epoch-player .epoch-player-playing-text-wrapper{z-index:3}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(225,175,51,0)}70%{transform:scale(1.4);box-shadow:0 0 0 8px rgba(225,175,51,.5)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(225,175,51,.6)}}#__next,body,html{height:100%;margin:0;overflow:hidden;font-family:Josefin Sans,sans-serif;color:#000;background-image:linear-gradient(#153731,#041f2c)}