/* CSS Document */
/*font-family: 'Bungee', cursive;
font-family: 'DM Mono', monospace;*/
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=DM+Mono:wght@300;400;500&display=swap');
html, body{
  font-size: 62.5%;
}
/*SCROLBAR -----------------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #009792;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF3F76;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FF3F76;
}
body{
  background-color: #A2DAD1;
  margin: 0px;
  padding: 0;
}
header{
  margin: 20px 20px;
}
main{
  margin: 0% 0px;
}
p{
  font-family: 'DM Mono', monospace;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: white;
}
.small{
  font-family: 'DM Mono', monospace;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.p{
  font-family: 'Bungee', cursive;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Bungee', cursive;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
h1{margin-top: 0; font-size: 6.4rem;}
h2{font-size: 4.8rem;}
h3{font-size: 3.6rem;}
h4{font-size: 2.8rem;}
h5{font-size: 2.4rem;}
h6{font-size: 2.2rem;}
.bungee-pink{
  color: #FF3F76;
  text-shadow: -4px 4px 0 #009792;
}
.bungee-white{
  color: white;
  text-shadow: -4px 4px 0 #009792;
}
.bungee-white-shadow-pink{
  color: white;
  text-shadow: -4px 4px 0 #FF3F76;
}
.bungee-white-noshadow{
  color: white;
}
.bungee-white-pink{
  color: white;
  text-shadow: -4px 4px 0 #FF3F76;
}
.bungee-green{
  color: #009792;
}
.mono-violet{
  color: #7E3FC6;
}
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'DM Mono', monospace;
  line-height: 1rem;
  font-style: normal;
  color: white;
  white-space: nowrap;
  font-weight: 400;
}
.h1{font-size: 4.8rem;}
.h2{font-size: 4.2rem;}
.h3{font-size: 3.2rem;}
.h4{font-size: 2.6rem;
  margin: 3rem 0;
}
.h5{font-size: 2.4rem; margin-top: 0.5rem;}
.h6{font-size: 2.0rem;}
.line-height-mono-cta{
  line-height: 30px;
}
a{text-decoration: none}
.text-DM-bold{
  font-weight: 500;
}
.mono-white{
  color: white;
}
.mono-green{
  color: #288FA0;
}
.text-wrap{
  white-space: normal;
}
.text-button{
  font-weight: 500;
  text-wrap: nowrap;
  color: #7E3FC6;
  margin: 0;
}
.text-button:hover{
  color: white;
}
.text-button:active{
  color: #7E3FC6;
}
.text-button-green{
  font-weight: 500;
  text-wrap: nowrap;
  color: #009792;
  margin: 0;
}
.text-button-green:hover{
  color: white;
}
.text-button:active{
  color: #009792;
}
.btn-sound{
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid black;
  position: relative;
  background: #FF3F76;
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-sound::after{
  content: '';
  position: absolute;
  inset: 0;
  -webkit-transform: translate3d(-6px,6px,-1px);
  -ms-transform: translate3d(-6px,6px,-1px);
  -o-transform: translate3d(-6px,6px,-1px);
  transform: translate3d(-6px,6px,-1px);
  background-color: transparent;
  border: 2px solid #009792;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.btn-sound:hover{
  webkit-transform: translateX(-5px) translateY(6px);
  -ms-transform: translateX(-5px) translateY(6px);
  -o-transform: translateX(-5px) translateY(6px);
  transform: translateX(-5px) translateY(6px);
  background: #009792;
}
.btn-sound:hover::after{
  -webkit-transform: translate3d(0,0,-1px);
  -ms-transform: translate3d(0,0,-1px);
  -o-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}
.btn-sound:active{
  webkit-transform: translateX(-6px) translateY(6px);
  -ms-transform: translateX(-6px) translateY(6px);
  -o-transform: translateX(-6px) translateY(6px);
  transform: translateX(-6px) translateY(6px);
  background: #009792;
}
.btn-sound:active::after{
  display: none;
}
.btn-sound-form{
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid black;
  position: relative;
  background: #A2DAD1;
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-sound-ondemand{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:25px;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid black;
  position: relative;
  background: #A2DAD1;
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-sound-form::after{
  content: '';
  position: absolute;
  inset: 0;
  -webkit-transform: translate3d(-6px,6px,-1px);
  -ms-transform: translate3d(-6px,6px,-1px);
  -o-transform: translate3d(-6px,6px,-1px);
  transform: translate3d(-6px,6px,-1px);
  background-color: transparent;
  border: 2px solid #009792;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.btn-sound-ondemand::after{
  content: '';
  position: absolute;
  inset: 0;
  -webkit-transform: translate3d(-6px,6px,-1px);
  -ms-transform: translate3d(-6px,6px,-1px);
  -o-transform: translate3d(-6px,6px,-1px);
  transform: translate3d(-6px,6px,-1px);
  background-color: transparent;
  border: 2px solid #009792;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.btn-sound-form:hover{
  webkit-transform: translateX(-5px) translateY(6px);
  -ms-transform: translateX(-5px) translateY(6px);
  -o-transform: translateX(-5px) translateY(6px);
  transform: translateX(-5px) translateY(6px);
  background: #009792;
}
.btn-sound-form:hover::after{
  -webkit-transform: translate3d(0,0,-1px);
  -ms-transform: translate3d(0,0,-1px);
  -o-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}
.btn-sound-form:active{
  webkit-transform: translateX(-6px) translateY(6px);
  -ms-transform: translateX(-6px) translateY(6px);
  -o-transform: translateX(-6px) translateY(6px);
  transform: translateX(-6px) translateY(6px);
  background: #009792;
}
.btn-sound-form:active::after{
  display: none;
}
.marquee {
  width: 100%;
  /*padding: 5px;*/
  background-color: #FF3F76;
  border: 2px solid #000;
  box-shadow: -8px 8px 0px #009792;
  overflow: hidden;
  margin-bottom: 50px;
}
.marquee .inner {
  display: flex;
}
.marquee .inner > * {
  white-space: nowrap;
  padding: 0 30px 0 0;
}
.text-scroll{
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}
.text-scroll a{
  display: flex;
}
.text-scroll span h5{
  color: #7E3FC6;
  text-shadow: -2px 2px 0px #009792;
}
/**************Desk and Mobile menu**********************/
#fullMenu{
  position: fixed;
  top: 20px;
  left: 2420px;
  right: -2420px;
  bottom: 20px;
  border: 2px solid #000;
  box-shadow: -8px 8px 0px #009792;
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.showMenu{
  position: fixed;
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
}
.headerMenu{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:15px;
  padding: 5px 15px;
  background: #A2DAD1;
}
.bar-divider{
  width: 100%;
}
.span-green{
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #009792;
  margin-bottom: 10px;
}
.span-green::after{
  content: '';
  position: absolute;
  top: 12px;
  width: 100%;
  height: 7px;
  background-color: #009792;
}
.closebutton{
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 10px 5px;
  border: 2px solid black;
  position: relative;
  background: #FF3F76;
}
.closebutton-inner{
  margin: 0 auto;
  display: block;
  top: 40%;
  top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.closebutton-inner, .closebutton-inner::after{
  position: absolute;
  width: 25px;
  height: 5px;
  background-color: black;
}
.closebutton-inner::after{
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.mainMenu{
  position: absolute;
  bottom: 0;
  top: 53.2px;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #FF3F76;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mainMenu::-webkit-scrollbar{
  display: none;
}
.mainMenu ul{
  list-style-type: none;
}
.mainMenu ul li{
  margin: 20px 0px;
}
.logo-menu{
  padding: 20px;
}
.navMobile{
}
.ham--menu{
}
.ham{
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 10px 5px;
  border: 2px solid black;
  position: relative;
  background: #FF3F76;
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ham::after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-transform: translate3d(-6px,6px,-1px);
  -ms-transform: translate3d(-6px,6px,-1px);
  -o-transform: translate3d(-6px,6px,-1px);
  transform: translate3d(-6px,6px,-1px);
  background-color: transparent;
  border: 2px solid #009792;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.ham:active::after{
  -webkit-transform: translate3d(0,0,-1px);
  -ms-transform: translate3d(0,0,-1px);
  -o-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}
.ham:active{
  webkit-transform: translateX(-6px) translateY(6px);
  -ms-transform: translateX(-6px) translateY(6px);
  -o-transform: translateX(-6px) translateY(6px);
  transform: translateX(-6px) translateY(6px);
  background: #009792;
}
.ham-inner{
  margin: 0 auto;
  position: relative;
  display: block;
  top: 40%;
}
.ham-inner, .ham-inner::before, .ham-inner::after{
  width: 25px;
  height: 5px;
  background-color: black;
}
.ham-inner::before, .ham-inner::after{
  content: "";
  display: block;
  position: absolute;
}
.ham-inner::before{
  top: -10px;
}
.ham-inner::after{
  top: 10px;
}
.deskMenu{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.social-icondesk{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.navDesktop ul{
  list-style-type: none;
}
/**************Carousel Homepage Mobile**********************/
main section{
  width: 100%;
  margin: 0;
}
.wrapperDrag, .wrapperCal{
 /* max-width: 430px;*/
  width: 100%;
  position: relative;
  margin: 0 auto;
  /*min-height: 100vh;*/
}
.wrapperDrag i, .wrapperCal i {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:5px;
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
}

.wrapperDrag i:first-child, .wrapperCal i:first-child {
  left: 30px;
}

.wrapperDrag i:last-child, .wrapperCal i:last-child {
  right: 30px;
}

.wrapperDrag i:active, .wrapperCal i:active {
  transform: translateY(-50%) scale(0.85);
}
.wrapperDrag .carouselDrag, .wrapperCal .carouselCal {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 19px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -ms-align-items: center;
  align-items: center;
}
.wrapperDrag .carouselDrag.no-transition, .wrapperCal .carouselCal.no-transition {
  scroll-behavior: auto;
}

.wrapperDrag .carouselDrag::-webkit-scrollbar, .wrapperCal .carouselCal::-webkit-scrollbar {
  display: none;
}

.wrapperDrag .carouselDrag.dragging, .wrapperCal .carouselCal.dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.wrapperDrag .carouselDrag .cardDrag, .wrapperCal .carouselCal .cardCal {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  justify-content: center;
}

.wrapperDrag .carouselDrag.dragging .cardDrag, .wrapperCal .carouselCal.dragging .cardCal {
  user-select: none;
  cursor: grab;
}
.cardBody, .cardBodyCal{
  width: 100%;
  /*max-width: 410px;*/
  /*min-height: 75vh;*/
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 4px solid #000;
  background-color: #FF3F76;
  -webkit-box-shadow: -4px 4px 0px #009792;
  box-shadow: -4px 4px 0px #009792;
}
.cardHeader, .container-player--header, .window-calendar-header, .aboutus-header{
  padding: 0.5%;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:15px;
  justify-content: center;
  background-color: #A2DAD1;
}
.container-player--header-ondemand{
  width: 100%;
  padding: 0.5%;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.window-control{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:3px;
}
.circle-controls{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #009792;
}
.span-green{
  width: 100%;
  height: 7px;
  background-color: #009792;
}
.status-player{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:6px;
  -ms-align-items: center;
  align-items: center;
}
.status-player-ads{
  padding: 7px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:6px;
  -ms-align-items: center;
  align-items: center;
}
.status-player div{
  height: 17px;
  width: 17px;
  border-radius: 17px;
  background-color: #FF3F76;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.55);
		background-color: rgba(255,63,118,0.00);
	}

	70% {
		transform: scale(1);
    background-color: #FF3F76;
	}

	100% {
		transform: scale(0.55);
    background-color: rgba(255,63,118,0.00);
	}
}
.cardMain, .cardMainCal{
  padding: 20px;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-align-items: center;
  align-items: center;
}
.img-album{
  -webkit-box-shadow: -6px 6px 0px #009792;
  box-shadow: -6px 6px 0px #009792;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.music-title{
  margin-top: 25px;
}
#seekObjContainer, #seekObjContainer-next, #seekObjContainer-previous, #seekObjContainer-live-desk{
  position: relative;
  width: 100%;
  height: 7px;
}
#seekObj, #seekObj-next, #seekObj-previous, #seekObj-live-desk{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FF9DB9;
}
#percentage, #percentage-next, #percentage-previous, #percentage-live-desk{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #009792;
}
#percentage::-webkit-slider-runnable-track, #percentage-next::-webkit-slider-runnable-track, #percentage-previous::-webkit-slider-runnable-track, #percentage-live-desk::-webkit-slider-runnable-track{
  width: 10px;
  height: 10px;
  border-radius: 10px;
  color: #009792;
}
.player-controls{
  position: relative;
  margin-top: 15px;
  margin-bottom: 60px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:10px;
}
#backward, #backward-next, #backward-previous, #backward-live-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background: url( "../img/music-player/player-controls/backward.svg") no-repeat center;
    background-size: contain;
}
#playAudio, #playAudio-next, #playAudio-previous, #playAudio-live-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background: url( "../img/music-player/player-controls/play.svg") no-repeat center;
    background-size: contain;
}

.audio-player #playAudio.pause, .audio-player #playAudio-live-desk.pause {
  background: url( "../img/music-player/player-controls/stop.svg") no-repeat center;
  background-size: contain;
}

#forward, #forward-next, #forward-previous, #forward-live-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background: url( "../img/music-player/player-controls/forward.svg") no-repeat center;
    background-size: contain;
}
#love, #love-next, #love-previous, #love-live-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background: url( "../img/music-player/player-controls/teenyicons_heart-solid.svg") no-repeat center;
    background-size: contain;
}
#else, #else-next, #else-previous, #else-live-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background: url( "../img/music-player/player-controls/else.svg") no-repeat center;
    background-size: contain;
}
/**************************Accordion Homepage Desktop*******************************/
.accordion-wrapper {
  width: 100vw;
  /*height: 75vh;*/
}
.accordion-desk {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.accordion-desk .tabs {
  flex:2;
  /*margin: 3rem;*/
  /*padding: 3rem;*/
  display: flex;
  overflow: visible;
  position: relative;
  /*transition: all 0.275s ease;*/
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.accordion-desk .tabs:hover {
  cursor: pointer;
}
.accordion-desk .tabs .tab-header {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  visibility: visible;
  opacity: 1;
  padding: 0;
  overflow: visible;
}
.accordion-desk .tabs .tab-content {
  visibility: hidden;
  opacity: 0;
  color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.accordion-desk .tabs .tab-content .tab-content-wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
 /* -webkit-transition: all 0.275s ease;
  -o-transition: all 0.275s ease;
  transition: all 0.275s ease;*/
  transition: all 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.accordion-desk .tabs.is-active {
  flex: 7;
  flex-shrink: 0;
  overflow: visible;
}
.accordion-desk .tabs.is-active .tab-header {
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.accordion-desk .tabs.is-active .tab-content {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.accordion-desk .tabs.is-active .tab-content .tab-content-wrapper {
  visibility: visible;
  opacity: 1;
  padding: 2% 0%;
}
.accordion-desk .tabs .tab-content .tab-content-wrapper .window-player{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:20px;
  justify-content: center;
  padding: 0 30px;
}
.img-fluid-desk{
  width: 100%;
  height: auto;
  max-height: 365px;
  max-width: 365px;
}
.container-player, .container-previous-song, .container-next-song{
  width: 100%;
  max-height: 502.27px;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 4px solid #000;
  background-color: #FF3F76;
  -webkit-box-shadow: -16px 16px 0px #009792;
  box-shadow: -16px 16px 0px #009792;
}
.container-previous-song, .container-next-song{
  max-width: 54px;
}
.window-calendar{
  width: 100%;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 4px solid #000;
  background-color: #FF3F76;
  -webkit-box-shadow: -16px 16px 0px #009792;
  box-shadow: -16px 16px 0px #009792;
}
.window-calendar{
  background-color: #009792;
  -webkit-box-shadow: -16px 16px 0px #FF3F76;
  box-shadow: -16px 16px 0px #FF3F76;
}
.status-indicator{
  position: relative;
}
.status-indicator--inner{
  position: absolute;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:5px;
  -ms-align-items: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%) translateY(-30px);
}
.status-indicator--inner div{
  height: 24px;
  width: 24px;
  border-radius: 24px;
  background-color: #FF3F76;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.container-player--main, .container-player--main-tab-header, .window-calendar-main{
  display: flex;
  position: relative;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  align-content: space-between;
  padding: 8% 5%;
}
.container-player-ondemand--main{
  display: flex;
  position: relative;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  align-content: space-between;
  padding: 50px 20px;
}
.window-calendar-main{
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start; 
}
.player-audio-desk{
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 1%;
  padding-left: 20px;
  align-content: space-between;
}
#seekObjContainer-live-desk, #seekObjContainer-prev-desk, #seekObjContainer-next-desk{
  position: relative;
  width: 100%;
  height: 7px;
}
#seekObj-live-desk, #seekObj-prev-desk, #seekObj-next-desk{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FF9DB9;
}
#percentage-live-desk, #percentage-prev-desk, #percentage-next-desk{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #009792;
}
#percentage-live-desk::-webkit-slider-runnable-track, #percentage-prev-desk::-webkit-slider-runnable-track, #percentage-next-desk::-webkit-slider-runnable-track{
  width: 10px;
  height: 10px;
  border-radius: 10px;
  color: #009792;
}
.player-controls-desk{
  position: relative;
  margin-top: 20px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap:15px;
}
.audio-player-desk{
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  align-content: space-between;
}
#backward-live-desk, #backward-prev-desk, #backward-next-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    background: url( "../img/music-player/player-controls/backward.svg") no-repeat center;
    background-size: contain;
}
#playAudio-live-desk, #playAudio-prev-desk, #playAudio-next-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    background: url( "../img/music-player/player-controls/play.svg") no-repeat center;
    background-size: contain;
}
.audio-player-desk #playAudio-live-desk.pause, .audio-player-desk #playAudio-prev-desk.pause, .audio-player-desk #playAudio-next-desk.pause {
  background: url( "../img/music-player/player-controls/stop.svg") no-repeat center;
  background-size: contain;
}
#forward-live-desk, #forward-prev-desk, #forward-next-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    background: url( "../img/music-player/player-controls/forward.svg") no-repeat center;
    background-size: contain;
}
#love-live-desk, #love-prev-desk, #love-next-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    background: url( "../img/music-player/player-controls/teenyicons_heart-solid.svg") no-repeat center;
    background-size: contain;
}
#else-live-desk, #else-prev-desk, #else-next-desk {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 50px;
    height: 50px;
    background: url( "../img/music-player/player-controls/else.svg") no-repeat center;
    background-size: contain;
}
.window-player-close, .window-player-close-next{
  width: 100%;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 17% 0 17% 0;
  min-height: 502.27px;
}
.window-player-close{
  justify-content: center;
}
.window-player-close-next{
  justify-content: flex-end;
}
.text-previous{
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
}
.text-next{
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-text-previous{
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;  
}
.inner-text-next{
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container-text-live{
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:15px;
}
.container-text-live div{
 height: 24px;
  width: 24px;
  border-radius: 24px;
  background-color: #FF3F76;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.container-player--main-tab-header{
  justify-content: center;
  padding-top: 50%;
}
.maximize-window{
  margin: 30% 0;
}
/**************************+Calendar Mobile****************************/
.calendar-mobile{
  margin-top: 10%;
}
.cardBodyCal{
  background-color: #009792;
  -webkit-box-shadow: -6px 6px 0px #FF3F76;
  box-shadow: -6px 6px 0px #FF3F76;
}
.wrapperCal i.chevron-right-cal{
  bottom: 405px;
}
.wrapperCal i.chevron-right-social{
  bottom: 10px;
}
.month{
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: baseline;
  align-items: baseline;
  gap:20px;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.day{
  margin-top: 65px;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.day-desk{
  margin-top: 0;
}
.schedule-list, .schedule-list-desk{
  padding: 0;
  margin-bottom: 50px;
}
.schedule-list-desk{
  margin-bottom: 0;
}
.schedule-cell{
  padding: 20px;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.row-1{
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.where-to-listen {
  width: 100%;
  background-color: #009792;
  padding-bottom: 400px;
}
.title-where-to-listen {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: center;
}
.container-where-to-listen {
  width: 100%;
  background-color: #FF3F76;
  border: 4px solid #000;
  -webkit-box-shadow: -16px 16px 0px 0px #A2DAD1;
  box-shadow: -16px 16px 0px 0px #A2DAD1;
}
.container-where-to-listen-mobile {
  width: 100%;
  background-color: #FF3F76;
  border: 4px solid #000;
  -webkit-box-shadow: -4px 4px 0px 0px #A2DAD1;
  box-shadow: -4px 4px 0px 0px #A2DAD1;
}

.header-container-wtl {
  display: flex;
  padding: 0 2%;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  gap:2%;
  background-color: #A2DAD1;
}

.container-box {
  padding: 3%;
}

.container--outer {
  padding: 2%;
}
.container--outer-mobile {
  padding: 40px 20px;
  max-width: 430px;
  margin: 0 auto;
}

.main-container-wtl {
  padding: 8% 15% 8% 3%;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:3%;
  -ms-align-items: center;
  align-items: center;
}
.main-container-wtl-mobile {
  padding: 8% 8% 8% 8%;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  gap:3%;
  justify-content: center;
}
.wtl-cell {
  padding: 20px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-top: 1px solid #009792;
  border-bottom: 1px solid #009792;
}

.wtl-list-desk {
  width: 100%;
}

.img-fluid-mobile {
  width: 100%;
  height: auto;
  max-width: 362px;
  max-height: 362px;
}

.where-to-listen-mobile {
  width: 100%;
  background-color: #009792;
  padding-top: 5%;
  padding-bottom: 400px;
}

.icon-wtl-mobile {
  margin: 0 auto;
}

.wtl-list-mobile {
  width: 100%;
  margin: 0;
  padding: 0;
}



.mbottom {
  height: 20px;
  margin-bottom: 20%;
}

.footer-mobile {
  display: flex;
  -webkit-flex-flow: column nowrap; 
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 4px solid #FF3F76;
  background-color: #7E3FC6;
  padding: 0 20px;
}

.box-ads {
  padding: 2px 7px;
  border: 2px solid #000;
  background-color: #FF3F76;
}

.showroom-cta {
  max-width: 410px;
  position: relative;
  transform: translateY(-50%);
  border: 4px solid #000;
  background-color: #FF3F76;
  -webkit-box-shadow: -4px 4px 0px #009792;
  box-shadow: -4px 4px 0px #009792;
}
.showroom-cta-desk {
  position: absolute;
  bottom: -60px;
  right: 0;
  border: 4px solid #000;
  background-color: #FF3F76;
  -webkit-box-shadow: -4px 4px 0px #009792;
  box-shadow: -4px 4px 0px #009792;
}

.main-container-cta {
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  -o-flex-flow: column wrap;
  flex-flow: column wrap;
  gap:20px;
  padding: 20px;
}

.cell-footer {
  padding: 10px 5px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap:5px;
  border-top: 1px solid #009792;
  -ms-align-items: center;
  align-items: center;
}
.cell-footer:last-child{
  border-bottom: 1px solid #009792;
}

.list-footer {
  margin-top: -150px;
}

.logo-footer {
  margin-bottom: 30%;
}
.sub-footer {
  width: 100%;
  padding: 10px 15px;
  background-color: #FF3F76;
  text-align: center;
}
#getintouchForm{
  width: 100%;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
}
#getintouchForm-desk{
  width: 100%;
}
#getintouchForm-desk form{
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  gap:15px;
}
#getintouchForm label{
  width: 100%;
}
#getintouchForm input[type=submit]{
  font-size: 2.2rem;
  font-weight: 500;
  color: #009792;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
#getintouchForm .btn-sound-form input[type=submit]{
  font-size: 2.2rem;
  font-weight: 500;
  color: #009792;
  background-color: transparent;
  border: none;
}
#getintouchForm-desk .btn-sound-form input[type=submit]{
  font-size: 2.2rem;
  font-weight: 500;
  color: #009792;
  background-color: transparent;
  border: none;
}
#getintouchForm-desk input[type=submit]:hover{
  color: white;
}
#getintouchForm input[type=email]{
  background-color: #A2DAD1;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px;
  color: #009792;
  border: none;
  -webkit-box-shadow: -4px 4px 0px #009792;
  box-shadow: -4px 4px 0px #009792;
  width: 100%;
  margin-bottom: 35px;
  transition: all .2s ease-in-out;
}
#getintouchForm-desk input[type=email]{
  background-color: #A2DAD1;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px;
  color: #009792;
  border: none;
  -webkit-box-shadow: -4px 4px 0px #009792;
  box-shadow: -4px 4px 0px #009792;
  transition: all .2s ease-in-out;
}
#getintouchForm input[type=email]:focus, #getintouchForm-desk input[type=email]:focus{
  outline: none;
  background-color: #81A9A2;
  color: white;
}
.social-list {
  padding: 0;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 20px;
  list-style-type: none;
  margin: 15px 0 50px;
}

.footer-desk {
  width: 100%;
  padding: 95px 45px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:20px;
  border-top: 4px solid #FF3F76;
  border-bottom: 4px solid #FF3F76;
  background-color: #7E3FC6;
}

.container-showroom-cta {
  position: relative;
  width: 100%;
  flex-basis: 40%;
}

.logo-footer-desk {
  flex-basis: 10%;
}

.container-list-footer-desk {
  flex-basis: 25%;
}

.container-aboutus {
  width: 100%;
  padding: 20px 40px;
}
.container-aboutus-mobile {
  width: 100%;
  padding: 20px 20px;
}

.content-about-us {
  width: 100%;
  border: 4px solid #000;
  -webkit-box-shadow: -16px 16px 0px #009792;
  box-shadow: -16px 16px 0px #009792;
  background-color: #FF3F76;
}
.content-about-us-mobile {
  width: 100%;
  border: 4px solid #000;
  -webkit-box-shadow: -8px 8px 0px #009792;
  box-shadow: -8px 8px 0px #009792;
  background-color: #FF3F76;
}

.aboutus-main {
  padding: 45px 100px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.aboutus-main-mobile {
  padding: 20px;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  -o-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
}
.library-main-mobile {
  padding: 20px;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  -o-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
}
.library-main-desk {
  padding: 20px;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -o-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.img-fluid-radio {
  max-width: 460px;
  width: 100%;
  height: auto;
}

.container-au-left {
  width: 100%;
  margin-right: 5%;
}
.container-au-left-mobile {
  width: 100%;
  margin-bottom: 50px;
}

.container-au-right {
  width: 100%;
}

.mission-team {
  margin-top: 100px;
  padding: 15px 40px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.container-mission-team {
  padding: 40px 40px;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:20px;
}

.container-team-mobile {
  position: relative;
  width: 100%;
  background-color: #009792;
  -webkit-box-shadow: -8px 8px 0px #FF3F76;
  box-shadow: -8px 8px 0px #FF3F76;
  border: 4px solid #000;
}
.container-news-mobile {
  position: relative;
  width: 100%;
  background-color: #FF3F76;
  -webkit-box-shadow: -8px 8px 0px #009792;
  box-shadow: -8px 8px 0px #009792;
  border: 4px solid #000;
  padding: 50px 15px;
  min-height: 679.42px;
}
.container-social-mobile {
  position: relative;
  width: 100%;
  background-color: #009792;
  -webkit-box-shadow: -8px 8px 0px #FF3F76;
  box-shadow: -8px 8px 0px #FF3F76;
  border: 4px solid #000;
  padding: 50px 15px;
  min-height: 679.42px;
}
.container-team-mobile {
  position: relative;
  width: 100%;
  background-color: #FF3F76;
  -webkit-box-shadow: -8px 8px 0px #009792;
  box-shadow: -8px 8px 0px #009792;
  border: 4px solid #000;
}

.label-mission {
  position: absolute;
  top: -25px;
  left: 20px;
  border: 4px solid #000;
  background-color: #FF3F76;
  padding: 0 5px;
}
.label-team-mobile {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #000;
  background-color: #009792;
  padding: 0 5px;
}
.label-social-mobile {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #000;
  background-color: #FF3F76;
  padding: 0 5px;
}
.label-team {
  position: absolute;
  top: -25px;
  right: 20px;
  border: 4px solid #000;
  background-color: #009792;
  padding: 0 5px;
}

.content-mission-mobile {
  padding: 60px 30px;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.mission-team-mobile {
  margin-bottom: 400px;
}

.p-b-m {
  padding: 14px 10px;
}

.mt-70 {
  margin-top: 70px;
}

.label-mission-mobile {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #000;
  background-color: #FF3F76;
}
.label-news-desk {
  position: absolute;
  top: -25px;
  left: 20px;
  border: 4px solid #000;
  background-color: #009792;
  padding: 0 5px;
}
.label-social-desk {
  position: absolute;
  top: -25px;
  left: 20px;
  border: 4px solid #000;
  background-color: #FF3F76;
  padding: 0 5px;
}

.container-mission-team-mobile {
  padding: 0 20px;
}

.mb-400 {
  margin-bottom: 400px;
}

.content-news-mobile {
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
  background-color: #009792;
  border: 4px solid #000;
  -webkit-box-shadow: -8px 8px 0px #A2DAD1;
  box-shadow: -8px 8px 0px #A2DAD1;
  margin-bottom: 20px;
  min-height: 667.31px;
}
.content-social-mobile {
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -o-flex-flow: column;
  flex-flow: column;
  background-color: #FF3F76;
  border: 4px solid #000;
  -webkit-box-shadow: -8px 8px 0px #A2DAD1;
  box-shadow: -8px 8px 0px #A2DAD1;
  margin-bottom: 20px;
  min-height: 667.31px;
}

.arrow-link {
  padding: 5px;
  border-left: 4px solid #000;
  background-color: #FF3F76;
  -ms-align-self: stretch;
  align-self: stretch;
}
.arrow-link-social {
  padding: 5px;
  border-left: 4px solid #000;
  background-color: #009792;
  -ms-align-self: stretch;
  align-self: stretch;
}

.header-news-mobile {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.text-header-news {
  padding: 5px;
}

.img-news-card {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.title {
  padding: 10px;
}

.sub-title {
  padding: 0 10px 10px;
}

.container-mission-mobile {
  position: relative;
  width: 100%;
  background-color: #009792;
  -webkit-box-shadow: -8px 8px 0px #FF3F76;
  box-shadow: -8px 8px 0px #FF3F76;
  border: 4px solid #000;
}
.container-news-desk {
  position: relative;
  width: 100%;
  background-color: #FF3F76;
  -webkit-box-shadow: -8px 8px 0px #009792;
  box-shadow: -8px 8px 0px #009792;
  border: 4px solid #000;
}
.container-social-desk {
  position: relative;
  width: 100%;
  background-color: #009792;
  -webkit-box-shadow: -8px 8px 0px #FF3F76;
  box-shadow: -8px 8px 0px #FF3F76;
  border: 4px solid #000;
}

.news-section-desk {
  padding: 40px;
}

.news-section {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  gap:35px;
  padding: 60px 25px;
  list-style-type: none;
}

.news-card {
  flex-basis: 33.333336%;
}

.mb-400 {
  margin-bottom: 400px;
}

.title-ondemand {
  text-align: center;
}

.what-is-ondemand {
  margin: 0 auto;
  padding: 20px;
}

.what-is-ondemand-tip {
  position: relative;
  background-color: #009792;
  border: 4px solid #000;
  -webkit-box-shadow: -4px 4px 0px #FF3F76;
  box-shadow: -4px 4px 0px #FF3F76;
  padding: 40px 20px;
}

.what-is-label {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 5px;
  border: 4px solid #000;
  background-color: #FF3F76;
}

.ondemand-mobile {
  margin-bottom: 400px;
}

.nav-library {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.nav-library-desk {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.nav-library-desk {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.list-music {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.what-is-ondemand-desk {
  padding: 40px 15px 15px;
  position: relative;
  background-color: #009792;
  border: 4px solid #000;
  -webkit-box-shadow: -8px 8px 0px #FF3F76;
  box-shadow: -8px 8px 0px #FF3F76;
}

.label-what-is-on-demand {
  padding: 0 5px;
  position: absolute;
  top: -30px;
  left: 15px;
  background-color: #FF3F76;
  border: 4px solid #000;
}

.p-40 {
  padding: 40px;
}

.container-library-ondemand-desk {
  padding: 40px;
}

.list-nav-lib {
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  list-style-type: none;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  gap:15px;
}

.cell-nav-lib {
  padding: 0;
  margin: 0;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap:5px;
}

.ml-5 {
  margin-left: 15%;
}

.chevron {
  padding: 0;
}

.chevron-right {
  position: absolute;
  right: 0;
}

.chevron-left {
  position: absolute;
  left: 0;
}
.mr-400 {
  margin-right: 400px;
}

.mr-70 {
  margin-right: 120px;
}
@media(min-width:768px){
  .cardMain{
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap:50px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .cardMain .music-title .show p{
    font-size: 2.4rem;
  }
  .cardMain .music-title .nowplaying p{
    font-size: 2.4rem;
  }
  .aboutus-main-mobile{
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-align-items: center;
    align-items: center;
    gap:20px;
  }
}
@media(min-width:992px){
  body{
    margin: 0px;
    padding: 0;
  }
  header{
    margin: 20px 40px;
  }
}
.accordion-item {
  background-color: #FF3F76;
  border: none;
}
.accordion-button {
  background-color: #FF3F76 !important;
  border-top: 3px solid #009792;
}
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom: 3px solid #009792;
}
.accordion-button::after{
  display: none;
}

.violet-square {
  width: 12px;
  height: 12px;
  background-color: #7E3FC6;
}
.accordion-item .accordion-header .accordion-button{
  visibility: hidden;
}
.accordion-item .accordion-header .accordion-button.collapsed{
  visibility: visible;
}
.cell-list-music {
  width: 100%;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #009792; 
}
.cell-list-music:nth-of-type(3){
  border-bottom: 1px solid #009792;
}

.audio-player-ondemand {
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
