@import 'https://fonts.googleapis.com/css?family=Lato:400,700&display=swap';*{font-family:Lato,Arial}:root{--primaryColor: #303891;--secondaryColor: #ffffff;--tertiaryColor: #8C8B8E;--borderRadius: 2px}body{margin:0;padding:0}.components{display:inline-block;overflow:hidden}.components-ad{display:inline-block;overflow:hidden;white-space:nowrap}.component{background-color:var(--primaryColor);border:none;outline:none;border-radius:var(--borderRadius);height:30px;margin-right:8px;padding-left:16px;padding-right:16px;display:flex;align-items:center;float:left;color:var(--secondaryColor);vertical-align:bottom;opacity:1;transition:opacity .25s,transform;cursor:pointer}.component:hover,.component:focus,.component:active{opacity:.8;transform:scale(1.025)}.component-square{width:30px;text-align:center;padding:0}.component-outline{border:1px solid var(--primaryColor);background-color:transparent}svg{width:30px;height:30px}.poweredBy{text-align:right;display:block;width:calc(100% - 8px)}.poweredBy svg{margin-top:2px;width:96px;height:8px}.poweredBy svg path,.poweredBy svg text{fill:var(--tertiaryColor)}path,text{fill:var(--secondaryColor)}.component-listen{font-weight:700;margin-top:0;padding-top:0}.component-listen-text{margin-top:-1px}.component-speed-text{width:100%;font-size:12px;font-weight:700;text-align:center}.component-progressBar{flex-direction:column;font-size:8px;min-width:128px;overflow:hidden}.component-progressBar-ContainerContent{width:100%}.animation-comoponent-progressBar-ContainerContent{animation-name:animation-comoponent-progressBar-ContainerContent;animation-duration:21s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.animation-comoponent-progressBar-ContainerContent:hover{animation-play-state:paused}@keyframes animation-comoponent-progressBar-ContainerContent{0%{transform:translateY(0px)}24%{transform:translateY(0px)}27%{transform:translateY(-30px)}98%{transform:translateY(-30px)}100%{transform:translateY(-64px)}}.animation-comoponent-progressBar-ContainerContent-2{animation-name:animation-comoponent-progressBar-ContainerContent-2;animation-duration:21s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.animation-comoponent-progressBar-ContainerContent-2:hover{animation-play-state:paused}@keyframes animation-comoponent-progressBar-ContainerContent-2{0%{transform:translateY(-30px)}71%{transform:translateY(-30px)}74%{transform:translateY(0px)}98%{transform:translateY(0px)}100%{transform:translateY(-30px)}}.component-ad-content,.component-skipAd-content{display:flex;align-items:center;justify-content:center;width:100%;height:30px;min-height:30px;text-align:center}.ad-content-link,.ad-content-skipAd,.component-listen-text{font-size:14px}.component-ad-content button,.component-skipAd-content button{outline:none;border:none;background-color:var(--primaryColor);color:var(--secondaryColor)}.component-progressBar-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:30px;min-height:30px;text-align:right}.component-progressBar-bar{background-color:rgba(0,0,0,.3);height:8px;width:100%;border-radius:var(--borderRadius);display:block}.component-outline .component-progressBar-bar{background-color:transparent;border:1px solid var(--primaryColor)}.component-progressBar-progress{background-color:var(--secondaryColor);width:50%;height:100%;border-radius:var(--borderRadius)}.component-progressBar-progressText{width:100%}.component-disabled{cursor:not-allowed;opacity:.4}.component-disabled:hover,.component-disabled:focus,.component-disabled:active{opacity:.4}.component-skip{display:flex;justify-content:center;margin-right:0;font-size:20px}