@-webkit-keyframes fadeVolume{0%{height:0}to{height:50px}}@-o-keyframes fadeVolume{0%{height:0}to{height:50px}}@keyframes fadeVolume{0%{height:0}to{height:50px}}@-webkit-keyframes fadeRate{0%{max-height:0}to{max-height:120px}}@-o-keyframes fadeRate{0%{max-height:0}to{max-height:120px}}@keyframes fadeRate{0%{max-height:0}to{max-height:120px}}.fade-volume-enter-active{-webkit-animation:fadeVolume .3s;-o-animation:fadeVolume .3s;animation:fadeVolume .3s}.fade-volume-leave-active{animation:fadeVolume .3s reverse}.fade-rate-enter-active{-webkit-animation:fadeRate .3s;-o-animation:fadeRate .3s;animation:fadeRate .3s}.fade-rate-leave-active{animation:fadeRate .3s reverse}.vue-audio-player .vue-audio-player__btn-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.vue-audio-player .vue-audio-player__play-icon{fill:currentColor;height:100%;overflow:hidden;width:100%}.vue-audio-player .vue-audio-player__play-volume-icon-wrap{cursor:pointer;height:21px;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:21px;-webkit-user-drag:none;margin-left:16px}.vue-audio-player .vue-audio-player__play-volume-icon-wrap .vue-audio-player__play-volume-wrap{background-color:#ddd;border-radius:10px;bottom:21px;height:50px;left:0;position:absolute;width:14px}.vue-audio-player .vue-audio-player__play-volume-icon-wrap .vue-audio-player__play-volume-wrap .vue-audio-player__play-volume{border-radius:10px;bottom:0;left:0;position:absolute;right:0}.vue-audio-player .vue-audio-player__play-rate{cursor:pointer;height:21px;line-height:21px;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;font-size:14px;margin-right:16px}.vue-audio-player .vue-audio-player__play-rate__dropdown{border-radius:15px;bottom:100%;color:#fff;font-size:12px;left:50%;overflow:hidden;padding:2px;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.vue-audio-player .vue-audio-player__play-prev{cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.vue-audio-player .vue-audio-player__play-prev svg{display:block;height:33px;width:21px}.vue-audio-player .vue-audio-player__play-prev.disable{opacity:.5}.vue-audio-player .vue-audio-player__play-start{cursor:pointer;margin:0 16px;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.vue-audio-player .vue-audio-player__play-start svg{display:block;height:42px;width:42px}.vue-audio-player .vue-audio-player__play-pause{cursor:pointer;margin:0 16px;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.vue-audio-player .vue-audio-player__play-pause svg{display:block;height:42px;width:42px}.vue-audio-player .vue-audio-player__play-next{cursor:pointer;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.vue-audio-player .vue-audio-player__play-next svg{display:block;height:33px;width:21px}.vue-audio-player .vue-audio-player__play-next.disable{opacity:.5}.vue-audio-player__notice{border-radius:4px;bottom:-15px;color:#bdb2b2;font-size:12px;position:absolute}.vue-audio-player .vue-audio-player__progress-wrap{background:#ddd;border-radius:3px;height:4px;margin-top:20px;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;outline:none;-webkit-tap-highlight-color:transparent}.vue-audio-player .vue-audio-player__progress{border-radius:3px;bottom:0;left:0;position:absolute;top:0;width:0}.vue-audio-player .vue-audio-player__progress-point{border-radius:50%;height:16px;left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}.vue-audio-player .vue-audio-player__progress-point:after{background:#fff;border-radius:50%;content:"";height:6px;left:50%;margin:-3px 0 0 -3px;position:absolute;top:50%;width:6px}.vue-audio-player .vue-audio-player__time-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:7px}.vue-audio-player .vue-audio-player__current-time,.vue-audio-player .vue-audio-player__duration{color:#888;font-size:10px}.vue-audio-player .vue-audio-player__audio{display:block;margin:0 auto}@media (any-hover:hover){.vue-audio-player .vue-audio-player__play-rate:hover>span,.vue-audio-player .vue-audio-player__play-rate__dropdown>div:hover,.vue-audio-player__play-icon:hover{opacity:.7}}.vue-audio-player__play-loading{height:42px;margin:0 16px;position:relative;width:42px}.vue-audio-player__play-loading span{-webkit-animation:loading 1.04s ease infinite;-o-animation:loading 1.04s ease infinite;animation:loading 1.04s ease infinite;border-radius:50%;display:inline-block;height:8px;position:absolute;width:8px}@-webkit-keyframes loading{0%{opacity:1}to{opacity:.2}}@-o-keyframes loading{0%{opacity:1}to{opacity:.2}}@keyframes loading{0%{opacity:1}to{opacity:.2}}.vue-audio-player__play-loading span:first-child{-webkit-animation-delay:.13s;-o-animation-delay:.13s;animation-delay:.13s;left:0;margin-top:-4px;top:50%}.vue-audio-player__play-loading span:nth-child(2){-webkit-animation-delay:.26s;-o-animation-delay:.26s;animation-delay:.26s;left:7px;top:7px}.vue-audio-player__play-loading span:nth-child(3){-webkit-animation-delay:.39s;-o-animation-delay:.39s;animation-delay:.39s;left:50%;margin-left:-4px;top:0}.vue-audio-player__play-loading span:nth-child(4){-webkit-animation-delay:.52s;-o-animation-delay:.52s;animation-delay:.52s;right:7px;top:7px}.vue-audio-player__play-loading span:nth-child(5){-webkit-animation-delay:.65s;-o-animation-delay:.65s;animation-delay:.65s;margin-top:-4px;right:0;top:50%}.vue-audio-player__play-loading span:nth-child(6){-webkit-animation-delay:.78s;-o-animation-delay:.78s;animation-delay:.78s;bottom:7px;right:7px}.vue-audio-player__play-loading span:nth-child(7){-webkit-animation-delay:.91s;-o-animation-delay:.91s;animation-delay:.91s;bottom:0;left:50%;margin-left:-4px}.vue-audio-player__play-loading span:nth-child(8){-webkit-animation-delay:1.04s;-o-animation-delay:1.04s;animation-delay:1.04s;bottom:7px;left:7px}[data-v-d54dadff]:root{--Spacing-xxs:.2rem;--Spacing-xs:.4rem;--Spacing-s:.6rem;--Spacing-sm:1rem;--Spacing-base:1.6rem;--Spacing-m:1.4rem;--Spacing-ml:2rem;--Spacing-l:2.8rem;--Spacing-xl:4rem;--Spacing-xxl:8rem;--Radius-xs:2px;--Radius-s:4px;--Radius-sm:6px;--Radius-m:10px;--Radius-ml:16px;--Radius-lg:24px;--Radius-xl:36px;--Radius-round:100%;--card-height:0px}.audio-block[data-v-d54dadff]{margin:var(--Spacing-l) 0}.audio-block__title[data-v-d54dadff]{margin-bottom:var(--Spacing-l)}.audio-block--white .audio-block__title[data-v-d54dadff]{color:#fff}.audio-block--white .player__icon-play[data-v-d54dadff]{background-image:url(../assets/images/svg/basil_play-solid.svg)}.audio-block--white .player__icon-pause[data-v-d54dadff]{background-image:url(../assets/images/svg/pause-white.svg)}.audio-block .vue-audio-player[data-v-d54dadff]{padding-left:4.8rem}.audio-block .vue-audio-player .player__icon[data-v-d54dadff]{cursor:pointer;height:2.4rem;left:-5rem;position:absolute;top:1rem;width:2.4rem;z-index:5}.audio-block .vue-audio-player .player__icon[data-v-d54dadff]:before{background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.audio-block .vue-audio-player .player__icon-play[data-v-d54dadff]{background-image:url(../assets/images/svg/play-solid.svg)}.audio-block .vue-audio-player .player__icon-pause[data-v-d54dadff]{background-image:url(../assets/images/svg/pause.svg);-webkit-background-size:cover;background-size:cover}.audio-block .vue-audio-player .player__icon svg[data-v-d54dadff]{display:none}
