/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.error_L4hVq2c9 {
  position: relative;
  padding: 54px 16px 120px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92vh;
  background-color: #006efa;
  background-image: linear-gradient(225deg, #19e4ff 0%, #006fea 30%, #0635bd 100%);
  font-family: "Open Sans", sans-serif; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .error_L4hVq2c9 {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }
  .error_L4hVq2c9 .button_1k8BWa3Y {
    width: 100%; }
    .error_L4hVq2c9 .button_1k8BWa3Y:not(:first-of-type) {
      margin-left: 0;
      margin-top: 30px; }

.logo_3LUUZNIj {
  width: 100%;
  max-width: 224px;
  margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .logo_3LUUZNIj {
      max-width: 100%; } }

.container_2V-TukTG {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  max-width: 300px; }
  .container_2V-TukTG .heading_3IeZvtHq {
    margin: 44px 0 40px;
    font-size: 28px;
    line-height: 34px; }
    @media screen and (min-width: 767px) {
      .container_2V-TukTG .heading_3IeZvtHq {
        margin: 46px 0 40px; } }
  .container_2V-TukTG .details_AD-hcYol {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 22px; }
    .container_2V-TukTG .details_AD-hcYol:empty {
      margin-bottom: 20px; }
    @media screen and (min-width: 767px) {
      .container_2V-TukTG .details_AD-hcYol {
        margin-bottom: 60px; } }

/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
/************************************
** The Global Components Variables **
*************************************/
/* Colours */
/* Brand Colours */
/* General */
/* Badge */
/* Button */
/* Card Frame */
/* Carousel */
/* Circular Play Button */
/* Episode */
/* Equaliser */
/* Form Field (Checkbox) */
/* Form Field (Error Message) */
/* Form Field (Input) */
/* Form Field (Password Field) */
/* Form Field (Radio Group) */
/* Image Hover With Text */
/* Track Display */
/* Form Field (Select Dropdown) */
/* Live Video CTA */
/* Navbar */
/* Playbar */
/* Popover */
/* Range Slider */
/* Rounded Logo */
/* Round Button */
/* Round Button Arrow */
/* Search Bar */
/* Sidebar */
/* Show Info */
/* Show Info Card */
/* Toasties */
/* Live Radio Block Primary Station */
/* Live Radio Block Secondary Stations */
/* Typography */
.navbar_L3VFKzB8 {
  z-index: 3;
  pointer-events: none;
  text-align: center;
  width: 100%;
  margin-top: 10px; }

.sidebar_3zF_6PLx {
  margin-top: auto;
  text-align: center;
  overflow: visible;
  transition: opacity 0.5s;
  transition-delay: 0.3s; }
  .sidebar_3zF_6PLx * {
    width: 150px; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.svg-sprite-defs {
  position: absolute;
  height: 0;
  width: 0; }
  .svg-sprite-defs svg {
    height: 0;
    width: 0; }

#nprogress .bar {
  background: #006efa; }

#nprogress .peg {
  box-shadow: 0 0 10px #29d, 0 0 5px #006efa; }

#nprogress .spinner {
  display: none; }

.globalplayer {
  color: #4a4a4a;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
  .globalplayer p {
    margin-bottom: 20px; }
  .globalplayer .globalplayer-background {
    background-position: bottom center; }
  .globalplayer .capital-brand-background {
    background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capital-brand-background {
        background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capital-brand-background {
        background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }
  .globalplayer .capitaldance-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitaldance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitaldance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }
  .globalplayer .capitalchill-brand-background {
    background-image: url("/assets/backgrounds/capitalchill/desktop.jpg?v0.1"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .capitalchill-brand-background {
        background-image: url("/assets/backgrounds/capitalchill/desktop-large.jpg?v0.1"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalchill-brand-background {
        background-image: url("/assets/backgrounds/capitalchill/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalchill-brand-background {
        background-image: url("/assets/backgrounds/capitalchill/mobile.jpg?v0.1"); } }
  .globalplayer .capitalxtra-brand-background {
    background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }
  .globalplayer .capitalxtrareloaded-brand-background {
    background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }
  .globalplayer .classicfm-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .classicfm-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .classicfm-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }
  .globalplayer .gold-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .gold-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .gold-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }
  .globalplayer .heart-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }
  .globalplayer .heartdance-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heartdance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heartdance-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }
  .globalplayer .heart70s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart70s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart70s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }
  .globalplayer .heart80s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart80s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart80s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }
  .globalplayer .heart90s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart90s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart90s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }
  .globalplayer .heart00s-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heart00s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heart00s-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }
  .globalplayer .heartxmas-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .heartxmas-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .heartxmas-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }
  .globalplayer .lbc-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .lbc-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .lbc-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }
  .globalplayer .lbcnews-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .lbcnews-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .lbcnews-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }
  .globalplayer .radiox-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .radiox-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .radiox-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }
  .globalplayer .radioxclassicrock-brand-background {
    background-image: url("/assets/backgrounds/radioxclassicrock/desktop.jpg?v0.1"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .radioxclassicrock-brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/desktop-large.jpg?v0.1"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .radioxclassicrock-brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .radioxclassicrock-brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/mobile.jpg?v0.1"); } }
  .globalplayer .smooth-brand-background {
    background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smooth-brand-background {
        background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }
  .globalplayer .smoothchill-brand-background {
    background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }
  .globalplayer .smoothcountry-brand-background {
    background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }
  .globalplayer.capital .brand-background {
    background-color: #2e6bf6;
    background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capital .brand-background {
        background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capital .brand-background {
        background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }
  .globalplayer.capitaldance .brand-background {
    background-color: #000;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitaldance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitaldance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }
  .globalplayer.capitalchill .brand-background {
    background-color: #227cb5;
    background-image: url("/assets/backgrounds/capitalchill/desktop.jpg?v0.1"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.capitalchill .brand-background {
        background-image: url("/assets/backgrounds/capitalchill/desktop-large.jpg?v0.1"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalchill .brand-background {
        background-image: url("/assets/backgrounds/capitalchill/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalchill .brand-background {
        background-image: url("/assets/backgrounds/capitalchill/mobile.jpg?v0.1"); } }
  .globalplayer.capitalxtra .brand-background {
    background-color: #0e1a37;
    background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }
  .globalplayer.capitalxtra .content-item__image,
  .globalplayer.capitalxtra .episode__artwork__main {
    background-size: auto; }
  .globalplayer.capitalxtrareloaded .brand-background {
    background-color: #0e1a37;
    background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }
  .globalplayer.capitalxtrareloaded .content-item__image,
  .globalplayer.capitalxtrareloaded .episode__artwork__main {
    background-size: auto; }
  .globalplayer.classicfm .brand-background {
    background-color: #414042;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.classicfm .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.classicfm .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }
  .globalplayer.gold .brand-background {
    background-color: #ab9258;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.gold .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.gold .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }
  .globalplayer.heart .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }
  .globalplayer.heartdance .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heartdance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heartdance .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }
  .globalplayer.heart70s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart70s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart70s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }
  .globalplayer.heart80s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart80s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart80s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }
  .globalplayer.heart90s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart90s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart90s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }
  .globalplayer.heart00s .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heart00s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heart00s .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }
  .globalplayer.heartxmas .brand-background {
    background-color: #d4102f;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.heartxmas .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.heartxmas .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }
  .globalplayer.lbc .brand-background {
    background-color: #105387;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.lbc .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.lbc .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }
  .globalplayer.lbcnews .brand-background {
    background-color: #105387;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.lbcnews .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.lbcnews .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }
  .globalplayer.radiox .brand-background {
    background-color: #37a247;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.radiox .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.radiox .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }
  .globalplayer.radioxclassicrock .brand-background {
    background-color: #4a807b;
    background-image: url("/assets/backgrounds/radioxclassicrock/desktop.jpg?v0.1"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.radioxclassicrock .brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/desktop-large.jpg?v0.1"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.radioxclassicrock .brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.radioxclassicrock .brand-background {
        background-image: url("/assets/backgrounds/radioxclassicrock/mobile.jpg?v0.1"); } }
  .globalplayer.smooth .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smooth .brand-background {
        background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }
  .globalplayer.smoothchill .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }
  .globalplayer.smoothcountry .brand-background {
    background-color: #8a0dd9;
    background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
    @media only screen and (min-width: 1440px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }
  .globalplayer .gdpr-modal,
  .globalplayer .backdrop--gdpr-modal {
    z-index: 5000007; }
  .globalplayer .rounded-logo {
    position: relative; }
  .globalplayer.modal-open {
    overflow-x: hidden;
    height: 100vh; }

a {
  color: #006efa;
  text-decoration: none;
  transition: opacity 0.3s; }
  a:active, a:hover {
    color: #0058c7; }

.content-page {
  position: relative;
  padding: 54px 16px 120px 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .content-page {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }
  .content-page__background {
    background-image: url(/_next/static/images/global-player-background-d2875ae186faa7b85ed7f11dc0d040d3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }

.settings-content {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 40px 60px;
  padding-bottom: 160px;
  position: relative;
  max-width: 700px; }
  @media screen and (max-width: 1023px) {
    .settings-content {
      padding: 40px 6vw;
      padding-bottom: 200px;
      width: 95%; } }
  @media screen and (max-width: 767px) {
    .settings-content {
      width: 100%; } }

/* Fix for the scrubber in the playbar on catchup mode going offscreen */
body {
  overflow-x: hidden; }

/* For preventing Zendesk widget from overlapping on playbar */
iframe#launcher {
  bottom: 90px !important;
  z-index: 6 !important; }
  @media screen and (max-width: 767px) {
    iframe#launcher {
      bottom: 130px !important;
      /* For preventing Zendesk widget from overlapping on playbar */ } }
  @media screen and (max-width: 767px) and (pointer: fine) {
    iframe#launcher {
      right: 30px !important; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
#globalplayer.jwplayer.jw-skin-gp-player.jw-flag-ads {
  z-index: 6; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.encourageModal_2hbfSBPw {
  position: relative;
  z-index: 5000009; }

.wrapper_3fBROfaB {
  width: 100%;
  padding: 40px 15px; }
  @media screen and (min-width: 1023px) {
    .wrapper_3fBROfaB {
      position: absolute;
      padding: 35px 15px; } }
  @media screen and (min-width: 321px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        margin: 0 auto 25px;
        max-width: 370px;
        font-size: 22px;
        line-height: 28px; } }
  @media screen and (max-width: 321px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        margin: 0 auto 50px;
        width: 100%;
        max-width: 270px;
        font-size: 17px;
        line-height: 22px; } }
  @media screen and (min-width: 1023px) {
    .wrapper_3fBROfaB {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        max-width: 450px;
        font-size: 34px;
        line-height: 40px;
        margin: 0 auto 25px; } }
  @media screen and (min-width: 767px) {
    .wrapper_3fBROfaB {
      padding: 40px 15px; }
      .wrapper_3fBROfaB .title_34YIcUUe {
        max-width: 370px;
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 25px; } }

.list_1lXIOPiT {
  text-align: left;
  max-width: 450px;
  margin: 35px auto; }

.item_2EogbXeD {
  color: #4a4a4a;
  margin-bottom: 15px;
  display: flex; }
  .item_2EogbXeD .icon_5-wwvLXI {
    padding-top: 2px; }
  .item_2EogbXeD svg {
    height: 16px;
    width: 16px;
    margin-right: 5px; }
  .item_2EogbXeD .text_6Jwt24qI {
    font-size: 16px;
    line-height: 21px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.page_2pQU-BgE {
  text-align: center; }

.logo_43sfgn5M {
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 100px;
  width: 20%; }
  .logoHeart_1ckw35Os {
    margin-bottom: 30px;
    max-width: 220px;
    width: 100%; }
  @media screen and (min-width: 480px) {
    .logo_43sfgn5M {
      width: 100%; } }

.list_1SMiQbuR {
  padding-left: 25px; }
  .list_1SMiQbuR li {
    font-size: 12px;
    line-height: 16px;
    list-style-type: initial;
    margin-bottom: 10px; }

.text_1EJgtFnb {
  margin-bottom: 20px;
  text-align: left; }
  .textHeart_o6ZGoIDh {
    text-align: center;
    max-width: 630px;
    margin: 0 auto; }

.paragraph_uEUTG1qO {
  font-size: 13px;
  line-height: 18px; }
  .paragraphHeart_2bI_1jes {
    font-size: 16px;
    line-height: 26px; }

.privacyManagerLink_WTeBBmHa {
  cursor: pointer;
  color: #006efa; }

.heading_S1R7Yuma {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; }
  .headingHeart_2Wl-Oqh1 {
    font-size: 20px;
    margin-bottom: 35px; }

.subHeading_Z5xnvMed {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 5px; }

.allowBtn_1yDiS1qI {
  margin-bottom: 10px; }

.heartRed_28mBgtOa {
  color: #ee1d39;
  font-weight: 700; }

.logo_1NxOWQb2 {
  display: block;
  margin: 0 auto 40px;
  max-width: 100px;
  width: 100%; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.header_1ihMY3yM {
  margin-bottom: 40px; }

.title_1QRgDldJ {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px; }

.details_2jZJpEt4 {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 20px; }
  .details_2jZJpEt4 ul {
    list-style: initial;
    margin: 1em 0;
    padding-left: 1em; }

.form_30IxXSDA {
  max-width: 700px;
  width: 50%;
  margin-bottom: 15px; }

.disclaimer_1pNfcLr1 {
  font-style: italic;
  font-size: 16px;
  line-height: 21px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (min-width: 1023px) and (pointer: fine) {
  .page_-yAdq1OB {
    padding-top: 0; } }

.title_21N6q6oY {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 16px 0 20px; }

.helpText_W4ajZrHm {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px; }

.gridFixer_g73OzmvX {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .gridFixer_g73OzmvX {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.shows_34QnQpCm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .shows_34QnQpCm {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.show_27CJoFkM {
  grid-column: span 2;
  margin-bottom: 16px; }
  @media screen and (min-width: 767px) {
    .show_27CJoFkM {
      margin-top: 16px;
      margin-bottom: 32px; } }

.image_141VoZ0Q {
  padding: 10px 0 0; }

.capital_2XNY_7-X {
  background-color: #2e6bf6;
  background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capital_2XNY_7-X {
      background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capital_2XNY_7-X {
      background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }

.capitaldance_1a977aiU {
  background-color: #000;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .capitaldance_1a977aiU {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .capitaldance_1a977aiU {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }

.capitalchill_gqMtm9f5 {
  background-color: #227cb5;
  background-image: url("/assets/backgrounds/capitalchill/desktop.jpg?v0.1"); }
  @media only screen and (min-width: 1440px) {
    .capitalchill_gqMtm9f5 {
      background-image: url("/assets/backgrounds/capitalchill/desktop-large.jpg?v0.1"); } }
  @media only screen and (max-width: 991px) {
    .capitalchill_gqMtm9f5 {
      background-image: url("/assets/backgrounds/capitalchill/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .capitalchill_gqMtm9f5 {
      background-image: url("/assets/backgrounds/capitalchill/mobile.jpg?v0.1"); } }

.capitalxtra_ait7Hnmd {
  background-color: #0e1a37;
  background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capitalxtra_ait7Hnmd {
      background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capitalxtra_ait7Hnmd {
      background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }

.capitalxtrareloaded_DdrEnKxo {
  background-color: #0e1a37;
  background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capitalxtrareloaded_DdrEnKxo {
      background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capitalxtrareloaded_DdrEnKxo {
      background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }

.classicfm_26pM1SZB {
  background-color: #414042;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .classicfm_26pM1SZB {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .classicfm_26pM1SZB {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }

.gold_QNEg90j6 {
  background-color: #ab9258;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .gold_QNEg90j6 {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .gold_QNEg90j6 {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }

.heart_lZXzAHPI {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart_lZXzAHPI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart_lZXzAHPI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }

.heart70s_H2BaCVlx {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart70s_H2BaCVlx {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart70s_H2BaCVlx {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }

.heart80s_1Fmwdmfc {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart80s_1Fmwdmfc {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart80s_1Fmwdmfc {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }

.heart90s_2aXu7Wxq {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart90s_2aXu7Wxq {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart90s_2aXu7Wxq {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }

.heart00s_o4aCB96s {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart00s_o4aCB96s {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart00s_o4aCB96s {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }

.heartdance_2WDHZX6G {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heartdance_2WDHZX6G {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heartdance_2WDHZX6G {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }

.heartxmas_r8NRm7JI {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heartxmas_r8NRm7JI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heartxmas_r8NRm7JI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }

.lbc_C3sn0vjR {
  background-color: #105387;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .lbc_C3sn0vjR {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .lbc_C3sn0vjR {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }

.lbcnews_1VDbMlkA {
  background-color: #105387;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .lbcnews_1VDbMlkA {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .lbcnews_1VDbMlkA {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }

.radiox_22fLoaMK {
  background-color: #37a247;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .radiox_22fLoaMK {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .radiox_22fLoaMK {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }

.radioxclassicrock_1PGH8VLo {
  background-color: #4a807b;
  background-image: url("/assets/backgrounds/radioxclassicrock/desktop.jpg?v0.1"); }
  @media only screen and (min-width: 1440px) {
    .radioxclassicrock_1PGH8VLo {
      background-image: url("/assets/backgrounds/radioxclassicrock/desktop-large.jpg?v0.1"); } }
  @media only screen and (max-width: 991px) {
    .radioxclassicrock_1PGH8VLo {
      background-image: url("/assets/backgrounds/radioxclassicrock/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .radioxclassicrock_1PGH8VLo {
      background-image: url("/assets/backgrounds/radioxclassicrock/mobile.jpg?v0.1"); } }

.smooth_2sFnr9zM {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smooth_2sFnr9zM {
      background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smooth_2sFnr9zM {
      background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smooth_2sFnr9zM {
      background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }

.smoothchill_3CU7gwTR {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smoothchill_3CU7gwTR {
      background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smoothchill_3CU7gwTR {
      background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smoothchill_3CU7gwTR {
      background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }

.smoothcountry_2L2FxSo4 {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smoothcountry_2L2FxSo4 {
      background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smoothcountry_2L2FxSo4 {
      background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smoothcountry_2L2FxSo4 {
      background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.homeHub_3GQSVqcO {
  margin: 0 auto;
  max-width: 1440px; }

.headerBlock_2Lky1ZW2 {
  position: relative;
  padding-top: 40px; }
  @media screen and (max-width: 1023px) {
    .headerBlock_2Lky1ZW2 {
      padding-top: 20px; } }

.gradient_3yAt4-Va {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  position: absolute;
  top: 0;
  height: 500px;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 1023px) {
    .gradient_3yAt4-Va {
      height: 500px; } }
  @media screen and (max-width: 600px) {
    .gradient_3yAt4-Va {
      height: calc(60vh - 120px); } }

.logo_b9NVQT-0 {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .logo_b9NVQT-0 {
      display: none; } }

.logoContainer_2yQPO3oU {
  max-width: 1920px;
  padding-left: 104px;
  padding-right: 52px; }
  @media screen and (max-width: 1023px) {
    .logoContainer_2yQPO3oU {
      padding-left: 16px;
      padding-right: 16px; } }

.loader_3d_Q_juZ {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50vh - 80px); }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.jingleBellBall_SEySZfub {
  max-width: unset;
  min-height: 100vh;
  background-color: #00f0c4fe; }
  @media screen and (min-width: 1023px) {
    .jingleBellBall_SEySZfub {
      padding-left: 112px; } }

.content_2X9-qeNj {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }

.hero_1Zeh33Ty {
  aspect-ratio: 2/1;
  margin: -10px -16px 24px -16px;
  position: relative;
  max-width: 800px;
  width: 100vw; }
  @media screen and (min-width: 767px) {
    .hero_1Zeh33Ty {
      margin-bottom: 48px; } }
  @media screen and (min-width: 1023px) {
    .hero_1Zeh33Ty {
      margin-top: -50px; } }

.description_3yIeO57a {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  color: #7200bd; }
  @media screen and (min-width: 767px) {
    .description_3yIeO57a {
      margin-bottom: 20px; } }

.title_1R0RGPw5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
  max-width: 326px; }
  @media screen and (min-width: 767px) {
    .title_1R0RGPw5 {
      max-width: 472px;
      font-size: 28px;
      line-height: 34px; } }

.subtitle_aSHpQOCG {
  font-size: 16px;
  line-height: 21px;
  max-width: 375px; }
  @media screen and (min-width: 767px) {
    .subtitle_aSHpQOCG {
      max-width: 412px; } }

.isTouchscreen_3MeBUpXz {
  margin-top: -5px; }
  @media screen and (min-width: 1023px) {
    .isTouchscreen_3MeBUpXz {
      padding-left: 16px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.liveVideoCtaMinimised_4uxfOFYu {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 200px; }
  @media screen and (min-width: 767px) and (min-height: 480px) {
    .liveVideoCtaMinimised_4uxfOFYu {
      right: 10px; } }
  @media screen and (min-width: 1023px) {
    .liveVideoCtaMinimised_4uxfOFYu {
      right: 120px; } }
  @media screen and (min-width: 1023px) and (min-height: 600px) and (orientation: landscape) {
    .liveVideoCtaMinimised_4uxfOFYu {
      right: 6%; } }

.previousNextTracks_nqvNfUSY {
  bottom: 0;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 130px;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 740px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .previousNextTracks_nqvNfUSY {
      column-gap: 16px; } }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .previousNextTracks_nqvNfUSY {
      transform: translateY(-120px);
      padding-top: 20px;
      padding-bottom: 0;
      padding-left: 104px;
      padding-right: 52px; } }

.globalplayerBackground_1YGrQIA4 {
  background-size: cover;
  z-index: -1;
  height: calc(100vh - 100px);
  min-height: 650px; }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .globalplayerBackground_1YGrQIA4 {
      max-height: 600px;
      height: 60%;
      min-height: 400px; } }
  @media screen and (max-width: 767px) {
    .globalplayerBackground_1YGrQIA4 {
      max-height: 400px;
      height: 60%; } }

.backgroundImage_1EdpLgCC {
  transition: background-image 0.5s;
  background-position: bottom center; }

.content_1QZclzyL {
  display: flex;
  flex-direction: column;
  min-height: unset;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 54px;
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .content_1QZclzyL {
      padding: 50px 52px 80px 104px;
      padding-top: 0;
      height: calc(100vh - 100px);
      min-height: 650px; } }

.presenterBackground_3xo7At-k {
  display: none; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .presenterBackground_3xo7At-k {
      left: 0;
      display: block;
      background-repeat: no-repeat;
      background-size: auto 70%;
      background-position: bottom center;
      height: 100%;
      box-sizing: content-box;
      padding-left: 60px; } }

.metadataContainer_V388CZoc {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  height: 70%;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .metadataContainer_V388CZoc {
      width: calc(100% - 156px); } }
  .metadataContainer_V388CZoc .column_2iSFaCKP {
    display: inline-block;
    padding: 0 2.5vw;
    width: 33.33333%; }
    .metadataContainer_V388CZoc .column_2iSFaCKP.trackContainer_75U3QwmK {
      min-width: 450px;
      padding: 0;
      text-align: center; }
  .metadataContainer_V388CZoc.presenter_1qkthjth {
    display: block;
    width: 33%;
    height: auto; }
    .metadataContainer_V388CZoc.presenter_1qkthjth > div {
      display: block;
      width: 100%; }
  @media screen and (max-width: 1023px), screen and (pointer: coarse) {
    .metadataContainer_V388CZoc {
      display: block;
      margin: 0;
      position: relative;
      transform: none;
      padding-bottom: 25px; }
      .metadataContainer_V388CZoc .column_2iSFaCKP {
        display: block;
        width: 100%; }
        .metadataContainer_V388CZoc .column_2iSFaCKP.trackContainer_75U3QwmK {
          min-width: auto;
          margin-top: 20px; }
      .metadataContainer_V388CZoc > div {
        width: 100%; }
      .metadataContainer_V388CZoc.presenter_1qkthjth {
        margin-top: 0;
        position: relative;
        width: 100%;
        top: 0;
        transform: none; } }
  .metadataContainer_V388CZoc .showInfoBadgeMain_2TfJWd8L {
    align-self: center;
    display: block; }
    @media screen and (max-width: 1023px), screen and (pointer: coarse) {
      .metadataContainer_V388CZoc .showInfoBadgeMain_2TfJWd8L {
        display: none; } }
  .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq {
    display: none; }
    .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq.track_M-YG2BUw {
      display: block; }
    .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq .cardBadge_33NAhZZe {
      display: none; }
    @media screen and (max-width: 1023px), screen and (pointer: coarse) {
      .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq {
        display: block; }
        .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq.track_M-YG2BUw {
          display: block; }
        .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq .cardBadge_33NAhZZe {
          display: inline-block; } }
    @media screen and (max-width: 767px), screen and (pointer: coarse) {
      .metadataContainer_V388CZoc .showInfoCard_2QW5u8Nq {
        margin: 20px auto 0; } }

.cardFrame_9Q-yXo9M {
  width: 100%;
  height: 100%;
  max-width: 50vh;
  max-height: 50vh;
  text-align: left;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .cardFrame_9Q-yXo9M {
      min-width: 50vh;
      min-height: 50vh; } }
  @media screen and (min-width: 768px), (min-width: 768px) and (orientation: landscape) {
    .cardFrame_9Q-yXo9M {
      min-height: 320px;
      min-width: 320px; } }
  @media screen and (max-width: 767px) {
    .cardFrame_9Q-yXo9M {
      width: 100%;
      height: 100%;
      min-height: 320px;
      min-width: 320px;
      max-width: 320px;
      max-height: 320px; }
      .cardFrame_9Q-yXo9M img {
        min-height: 320px;
        min-width: 320px; } }
  @media screen and (max-width: 321px) {
    .cardFrame_9Q-yXo9M {
      width: 100%;
      height: 100%;
      min-height: initial;
      min-width: initial;
      max-width: 280px;
      max-height: 280px; }
      .cardFrame_9Q-yXo9M img {
        min-height: 280px;
        min-width: 280px; } }

.capital_3jRB6r3a {
  background-color: #2e6bf6;
  background-image: url("/assets/backgrounds/capital/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capital_3jRB6r3a {
      background-image: url("/assets/backgrounds/capital/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capital_3jRB6r3a {
      background-image: url("/assets/backgrounds/capital/mobile.jpg?v0.2"); } }

.capitaldance_bgh0VYZG {
  background-color: #000;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .capitaldance_bgh0VYZG {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .capitaldance_bgh0VYZG {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/capitaldance/mobile.jpg?v0.1"); } }

.capitalchill_1u60Pto7 {
  background-color: #227cb5;
  background-image: url("/assets/backgrounds/capitalchill/desktop.jpg?v0.1"); }
  @media only screen and (min-width: 1440px) {
    .capitalchill_1u60Pto7 {
      background-image: url("/assets/backgrounds/capitalchill/desktop-large.jpg?v0.1"); } }
  @media only screen and (max-width: 991px) {
    .capitalchill_1u60Pto7 {
      background-image: url("/assets/backgrounds/capitalchill/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .capitalchill_1u60Pto7 {
      background-image: url("/assets/backgrounds/capitalchill/mobile.jpg?v0.1"); } }

.capitalxtra_3W39xDRM {
  background-color: #0e1a37;
  background-image: url("/assets/backgrounds/capitalxtra/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capitalxtra_3W39xDRM {
      background-image: url("/assets/backgrounds/capitalxtra/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capitalxtra_3W39xDRM {
      background-image: url("/assets/backgrounds/capitalxtra/mobile.jpg?v0.2"); } }

.capitalxtrareloaded_3nhl0eAm {
  background-color: #0e1a37;
  background-image: url("/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.2"); }
  @media only screen and (max-width: 991px) {
    .capitalxtrareloaded_3nhl0eAm {
      background-image: url("/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .capitalxtrareloaded_3nhl0eAm {
      background-image: url("/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.2"); } }

.classicfm_3H50gXSp {
  background-color: #414042;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .classicfm_3H50gXSp {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .classicfm_3H50gXSp {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/classicfm/mobile.jpg?v0.1"); } }

.gold_14AbadPi {
  background-color: #ab9258;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .gold_14AbadPi {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .gold_14AbadPi {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/gold/mobile.jpg?v0.1"); } }

.heart_26KkJBBI {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart_26KkJBBI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart_26KkJBBI {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart/mobile.jpg?v0.1"); } }

.heart70s_3QE8VRtR {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart70s_3QE8VRtR {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart70s_3QE8VRtR {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart70s/mobile.jpg?v0.1"); } }

.heart80s_1ykXNW-O {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart80s_1ykXNW-O {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart80s_1ykXNW-O {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart80s/mobile.jpg?v0.1"); } }

.heart90s_1_p0Ga4M {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart90s_1_p0Ga4M {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart90s_1_p0Ga4M {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart90s/mobile.jpg?v0.1"); } }

.heart00s_3f4eYTcr {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heart00s_3f4eYTcr {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heart00s_3f4eYTcr {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heart00s/mobile.jpg?v0.1"); } }

.heartdance_39AhDQhJ {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heartdance_39AhDQhJ {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heartdance_39AhDQhJ {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartdance/mobile.jpg?v0.1"); } }

.heartxmas_2a-JEbpV {
  background-color: #d4102f;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .heartxmas_2a-JEbpV {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .heartxmas_2a-JEbpV {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/heartxmas/mobile.jpg?v0.1"); } }

.lbc_26_fKJmw {
  background-color: #105387;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .lbc_26_fKJmw {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .lbc_26_fKJmw {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbc/mobile.jpg?v0.1"); } }

.lbcnews_2zjwWd-k {
  background-color: #105387;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .lbcnews_2zjwWd-k {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .lbcnews_2zjwWd-k {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/lbcnews/mobile.jpg?v0.1"); } }

.radiox_3bUcHOQB {
  background-color: #37a247;
  background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/desktop.jpg?v0.1"); }
  @media only screen and (max-width: 991px) {
    .radiox_3bUcHOQB {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .radiox_3bUcHOQB {
      background-image: url("https://www.globalplayer.com/assets/backgrounds/radiox/mobile.jpg?v0.1"); } }

.radioxclassicrock_1uZ1dww7 {
  background-color: #4a807b;
  background-image: url("/assets/backgrounds/radioxclassicrock/desktop.jpg?v0.1"); }
  @media only screen and (min-width: 1440px) {
    .radioxclassicrock_1uZ1dww7 {
      background-image: url("/assets/backgrounds/radioxclassicrock/desktop-large.jpg?v0.1"); } }
  @media only screen and (max-width: 991px) {
    .radioxclassicrock_1uZ1dww7 {
      background-image: url("/assets/backgrounds/radioxclassicrock/tablet.jpg?v0.1"); } }
  @media only screen and (max-width: 767px) {
    .radioxclassicrock_1uZ1dww7 {
      background-image: url("/assets/backgrounds/radioxclassicrock/mobile.jpg?v0.1"); } }

.smooth_1wiB9zsz {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smooth/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smooth_1wiB9zsz {
      background-image: url("/assets/backgrounds/smooth/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smooth_1wiB9zsz {
      background-image: url("/assets/backgrounds/smooth/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smooth_1wiB9zsz {
      background-image: url("/assets/backgrounds/smooth/mobile.jpg?v0.2"); } }

.smoothchill_1gc5zgNv {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smoothchill/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smoothchill_1gc5zgNv {
      background-image: url("/assets/backgrounds/smoothchill/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smoothchill_1gc5zgNv {
      background-image: url("/assets/backgrounds/smoothchill/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smoothchill_1gc5zgNv {
      background-image: url("/assets/backgrounds/smoothchill/mobile.jpg?v0.2"); } }

.smoothcountry_3TRMgnuq {
  background-color: #8a0dd9;
  background-image: url("/assets/backgrounds/smoothcountry/desktop.jpg?v0.2"); }
  @media only screen and (min-width: 1440px) {
    .smoothcountry_3TRMgnuq {
      background-image: url("/assets/backgrounds/smoothcountry/desktop-large.jpg?v0.2"); } }
  @media only screen and (max-width: 991px) {
    .smoothcountry_3TRMgnuq {
      background-image: url("/assets/backgrounds/smoothcountry/tablet.jpg?v0.2"); } }
  @media only screen and (max-width: 767px) {
    .smoothcountry_3TRMgnuq {
      background-image: url("/assets/backgrounds/smoothcountry/mobile.jpg?v0.2"); } }

.capital .globalplayerBackground_1YGrQIA4 {
  background-position: top; }
  @media screen and (min-width: 767px) {
    .capital .globalplayerBackground_1YGrQIA4 {
      background-position: center; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.header_32JT3h1p {
  margin-bottom: 40px; }

.title_21JSHf9M {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px; }

.links_2pCxGExc {
  margin-bottom: 25px; }

.items_lU2tGoG9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .items_lU2tGoG9 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.gridFixer_1Gxn0FWG {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .gridFixer_1Gxn0FWG {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.item_pWzgHVHF {
  grid-column: span 2;
  margin-bottom: 32px;
  margin-top: 16px; }
  @media screen and (min-width: 767px) {
    .item_pWzgHVHF {
      margin-top: 0px; } }

.image_3o3sdfwL {
  padding: 10px 0 0; }

.panel_3yfQT35s {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.contentPage_FUdAlCGe {
  position: relative;
  padding: 54px 16px 120px 16px; }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .contentPage_FUdAlCGe {
      max-width: 1920px;
      padding: 50px 52px 80px 104px; } }

.background_2eKsdFu8 {
  background-image: url(/_next/static/images/global-player-background-d2875ae186faa7b85ed7f11dc0d040d3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.page_33DHJF9I {
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(114deg, #19e4ff -65%, #1e54ef 100%); }
  @media screen and (max-width: 1023px) {
    .page_33DHJF9I {
      padding: 44px 32px 120px; } }
  @media screen and (max-width: 767px) {
    .page_33DHJF9I {
      padding: 44px 16px 120px; } }

.gradient_3M6tEorI {
  width: 100vw;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 40%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (min-width: 1023px) {
    .gradient_3M6tEorI {
      background-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0, #fff 27%); } }
  @media screen and (min-width: 1440px) {
    .gradient_3M6tEorI {
      background-image: linear-gradient(145deg, rgba(255, 255, 255, 0) 0, #fff 32%); } }

.detail_1-DjpySH {
  z-index: 2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 767px) {
    .detail_1-DjpySH {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (min-width: 1023px) {
    .detail_1-DjpySH {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .detail_1-DjpySH {
      max-width: 660px;
      padding-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .detail_1-DjpySH {
      width: 100%;
      padding-right: 0; } }

.infoContainer_1C3Yqv2g {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0;
  display: inline-block; }
  @media screen and (min-width: 1023px) {
    .infoContainer_1C3Yqv2g {
      padding: 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .infoContainer_1C3Yqv2g {
      max-width: 620px; } }
  @media screen and (min-width: 1023px) {
    .infoContainer_1C3Yqv2g {
      width: 50%; } }

.infoTitle_1ii6sGHr {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  text-align: left;
  margin-bottom: 5px; }

.infoDescription_x2zkg1xz {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
  white-space: pre-wrap; }
  @media screen and (min-width: 767px) {
    .infoDescription_x2zkg1xz {
      margin-bottom: 150px; } }
  @media screen and (min-width: 1023px) {
    .infoDescription_x2zkg1xz {
      margin-bottom: 60px; } }
  .infoDescription_x2zkg1xz p {
    margin-bottom: 20px; }

.imageContainer_1H2nYVLG {
  position: relative;
  max-width: 425px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .imageContainer_1H2nYVLG {
      max-width: 390px; } }
  @media screen and (max-width: 767px) {
    .imageContainer_1H2nYVLG {
      max-width: 290px; } }

.prevNextTracks_2Z-_A0Vv {
  margin: 15px auto 0; }
  @media screen and (max-width: 1023px) {
    .prevNextTracks_2Z-_A0Vv {
      max-width: 550px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.previousNextTracks_3wUFWsjQ {
  bottom: 0;
  justify-content: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .previousNextTracks_3wUFWsjQ {
      column-gap: 16px; } }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .previousNextTracks_3wUFWsjQ {
      background: none;
      position: relative; }
      .previousNextTracks_3wUFWsjQ .previous_2PDqFgjJ .outerText_1xOD5ryk,
      .previousNextTracks_3wUFWsjQ .next_kTm8HXVk .outerText_1xOD5ryk {
        color: #4a4a4a;
        text-shadow: none; } }

.previous_2PDqFgjJ,
.next_kTm8HXVk {
  display: inline-block;
  grid-column: span 3; }

.previous_2PDqFgjJ {
  text-align: right; }

.next_kTm8HXVk {
  text-align: left; }

.outerText_1xOD5ryk {
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 0 0 5px black;
  text-transform: uppercase;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .outerText_1xOD5ryk {
      font-size: 12px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.header_2zCNCsP0 {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .header_2zCNCsP0 {
      flex-direction: row;
      justify-content: space-between; } }

.title_3mzhidbF {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px; }
  @media screen and (min-width: 767px) {
    .title_3mzhidbF {
      margin: 0; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcastsAllEpisodes_2VYLBTHS {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px; }
  @media screen and (min-width: 767px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (min-width: 1023px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 32px; } }
  @media screen and (min-width: 1440px) {
    .podcastsAllEpisodes_2VYLBTHS {
      grid-template-columns: repeat(16, 1fr); } }

.item_2w1_gyEQ {
  grid-column: span 2;
  margin-bottom: 16px; }
  @media screen and (min-width: 1023px) {
    .item_2w1_gyEQ {
      margin-bottom: 32px; } }

.podcastsHeader_2GpOtCQE {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px; }
  @media screen and (min-width: 767px) {
    .podcastsHeader_2GpOtCQE {
      flex-direction: row;
      justify-content: space-between; } }
  .podcastsHeader_2GpOtCQE .title_3brNYTw_ {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 20px; }
    @media screen and (min-width: 767px) {
      .podcastsHeader_2GpOtCQE .title_3brNYTw_ {
        margin: 0; } }

@media screen and (min-width: 767px) {
  .podcastsSearchBar_1EGPdHnr {
    float: right;
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.podcasts_3x99hxfX .heroHeader_JyWopYGW {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  padding-bottom: 5px; }
  @media screen and (min-width: 767px) {
    .podcasts_3x99hxfX .heroHeader_JyWopYGW {
      padding-bottom: 10px; } }

@media screen and (min-width: 767px) {
  .searchBar_3hyYmOZ2 {
    float: right;
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; } }

.searchBarHero_3iItmkHx {
  position: relative;
  margin-bottom: 25px;
  z-index: 3; }

.header_2Zzx5ywT {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .header_2Zzx5ywT {
      flex-direction: row;
      justify-content: space-between; } }

.headerTitle_1qKLUL9H {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .headerTitle_1qKLUL9H {
      margin: 0; } }

.grid_L6N_xtP3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .grid_L6N_xtP3 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.gridFixer_24gKPir5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .gridFixer_24gKPir5 {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }

.podcastItem_4Se1h49U {
  grid-column: span 2; }

.withHeroHeader_3yMCtaPl {
  padding-top: 30px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.result_2W2Djc6B {
  background-color: #ffffff;
  display: block;
  padding: 12px;
  position: relative;
  color: #4a4a4a;
  transition: background-color 0.5s;
  z-index: 2; }
  .result_2W2Djc6B:hover {
    background-color: #e6e6e6; }

.selected_3a1idjAC {
  background-color: #e6e6e6;
  color: #006efa; }

.more_2A5mSPJK {
  font-weight: 700; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.carousel_1FaKFMUq {
  width: 100%;
  position: relative;
  padding: 10px 0; }

.header_lu4W-R2K {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px; }

.headerTitle_jwK2P_Zv {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0; }

.seeAll_1bj-bf6F {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }

.carouselContainer_IF0uMChR {
  margin-left: -8px;
  margin-right: -8px; }
  @media screen and (min-width: 1023px) {
    .carouselContainer_IF0uMChR {
      margin-left: -16px;
      margin-right: -16px; } }

.heroCarouselSlide_27ODPWe- {
  padding: 10px;
  transition: 0.3s ease-in-out transform; }
  .heroCarouselSlide_27ODPWe-:hover {
    transform: scale(1.05); }
  @media screen and (min-width: 767px) {
    .heroCarouselSlide_27ODPWe- {
      padding: 15px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.register_3NqchLuI {
  background-color: #006efa;
  background-image: url(/_next/static/images/desktop-601fb5ce25838fc35f049b97590a95e6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  max-width: 100%;
  padding-left: 60px;
  padding-bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .register_3NqchLuI {
      background-image: none;
      display: block;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }

.registerPromo_1WTH0Tb- {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 50%;
  margin: 0 10px; }
  @media screen and (max-width: 1023px) {
    .registerPromo_1WTH0Tb- {
      display: inline-flex;
      justify-content: center;
      padding: 10px 50px;
      margin: 0;
      width: 100%; } }
  .registerPromo_1WTH0Tb- .logoMobile_PKWFmhnO {
    display: none; }
    @media screen and (max-width: 1023px) {
      .registerPromo_1WTH0Tb- .logoMobile_PKWFmhnO {
        display: block;
        max-width: 100%; } }
  .registerPromo_1WTH0Tb- .brands_1Lxbiniq .logo_1WAVhVRM {
    margin: 20px; }
  .registerPromo_1WTH0Tb- .container_1kfksJsv {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .registerPromo_1WTH0Tb- .container_1kfksJsv {
        display: none; } }
  .registerPromo_1WTH0Tb- .text_Gwxi8ufH {
    font-size: 16px;
    line-height: 21px; }

.headline_e4xyjcaA {
  font-size: 34px;
  margin-bottom: 15px;
  margin-top: 25px; }
  @media screen and (max-width: 1023px) {
    .headline_e4xyjcaA {
      font-size: 22px; } }

.form_1pcOdNGF {
  background-color: #ffffff;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: -65px;
  padding: 40px 60px;
  padding-bottom: 160px;
  text-align: center;
  max-width: 700px;
  width: 50%; }
  .form_1pcOdNGF .title_1DdVLv1G {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 44px; }
  .form_1pcOdNGF .text_Gwxi8ufH {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px; }
  @media screen and (max-width: 1023px) {
    .form_1pcOdNGF {
      margin-top: 20px;
      padding: 40px 6vw;
      padding-bottom: 200px;
      width: 95%; } }
  @media screen and (max-width: 767px) {
    .form_1pcOdNGF {
      width: 100%; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.alexaLinkingPage_28k6U-YA {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  height: 100%;
  min-height: 950px; }
  @media screen and (min-width: 767px) {
    .alexaLinkingPage_28k6U-YA {
      min-height: 850px; } }

.alexaLinking_1ypviiX1 {
  height: 100%;
  display: flex;
  flex-direction: column; }

.title_3vNux4-j {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px; }
  @media screen and (min-width: 1023px) {
    .title_3vNux4-j {
      margin-top: 0px; } }
  .title_3vNux4-j h1 {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    line-height: 40px; }
    @media screen and (min-width: 767px) {
      .title_3vNux4-j h1 {
        font-size: 56px;
        line-height: 76px; } }

.body_tPP0NxKL {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 767px) {
    .body_tPP0NxKL {
      flex-direction: row;
      height: 80%; } }

.content_APAAKrqG {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center; }
  @media screen and (min-width: 767px) {
    .content_APAAKrqG {
      height: 100%;
      order: 2;
      width: 50%;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 30px; } }

.description_3kLEpWYA {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding: 0px 16px 20px 16px; }
  @media screen and (min-width: 767px) {
    .description_3kLEpWYA {
      text-align: left;
      padding-left: 5px;
      font-size: 17px; } }
  @media screen and (min-width: 1023px) {
    .description_3kLEpWYA {
      width: 80%; } }
  @media screen and (min-width: 1440px) {
    .description_3kLEpWYA {
      width: 60%; } }
  .description_3kLEpWYA p {
    line-height: 20px; }
    @media screen and (min-width: 767px) {
      .description_3kLEpWYA p {
        line-height: 22px; } }

.descriptionTitle_2EKjSRaN {
  font-weight: 700;
  margin-bottom: 20px; }

.buttons_2Hn9xTmr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  flex-wrap: wrap; }
  @media screen and (min-width: 767px) {
    .buttons_2Hn9xTmr {
      justify-content: flex-start; } }

.alexaLogoContainer_1aF60II7 {
  height: 20px;
  width: 134px; }
  .alexaLogoContainer_1aF60II7 img {
    width: 100%; }
  @media screen and (min-width: 767px) {
    .alexaLogoContainer_1aF60II7 {
      margin-left: 5px;
      height: 34px;
      width: 233px; } }

.imageContainer_-muT55MH {
  position: relative;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .imageContainer_-muT55MH {
      width: 50%;
      bottom: 0px;
      height: 100%;
      justify-content: flex-end; } }
  @media screen and (min-width: 1440px) {
    .imageContainer_-muT55MH {
      padding-right: 60px; } }

.echoImage_125b1w4U {
  position: relative;
  height: 300px;
  width: 300px;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .echoImage_125b1w4U {
      height: 400px;
      width: 400px;
      min-width: 400px;
      bottom: 20px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.summertimeBall_1wzEC_IY {
  background-color: #33b7e3;
  width: 100%;
  min-height: 100%;
  background-image: url(/_next/static/images/summertime-ball-background-mobile-aecd6452239f4e790fbe87cd067edf28.jpg);
  background-repeat: no-repeat;
  background-position: center 44px;
  background-size: auto 612px; }
  @media screen and (min-width: 1023px) {
    .summertimeBall_1wzEC_IY {
      background-position: calc(50% + 30px) top; } }
  @media screen and (min-width: 767px) {
    .summertimeBall_1wzEC_IY {
      background-image: url(/_next/static/images/summertime-ball-background-desktop-fd3c4159075470d8d8e07ff8e6343379.jpg);
      background-size: auto 880px; } }

.placeholder_26rboj7C {
  height: 274px;
  width: 100%;
  clear: both; }
  @media screen and (min-width: 767px) {
    .placeholder_26rboj7C {
      height: 432px; } }

.description_1UfeEEty {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  color: #0d1a77; }
  @media screen and (min-width: 767px) {
    .description_1UfeEEty {
      margin-bottom: 20px; } }

.title_1Cyh07LD {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
  max-width: 326px; }
  @media screen and (min-width: 767px) {
    .title_1Cyh07LD {
      max-width: 472px;
      margin-bottom: 8px; } }

.subtitle_34AzM9mT {
  font-size: 16px;
  line-height: 21px;
  max-width: 284px; }
  @media screen and (min-width: 767px) {
    .subtitle_34AzM9mT {
      max-width: 412px; } }

.isTouchscreen_sMB3m9B4 {
  background-position: center 44px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .video-player-page {
  position: absolute;
  top: 124px;
  width: 100%;
  padding-top: 0px; }
  @media screen and (min-width: 600px) {
    .globalplayer .video-player-page {
      padding-left: 32px;
      padding-right: 32px;
      top: 184px; } }
  @media screen and (min-width: 1023px) {
    .globalplayer .video-player-page {
      top: 140px;
      padding-left: 156px;
      padding-right: 52px; } }
  .globalplayer .video-player-page__container {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
    .globalplayer .video-player-page__container__video-container {
      padding-right: 0px;
      width: 100%;
      height: min-content; }
      @media screen and (min-width: 1023px) {
        .globalplayer .video-player-page__container__video-container {
          width: 61.8%;
          padding-right: 48px; } }
      .globalplayer .video-player-page__container__video-container__video-card {
        height: 100%;
        width: 100%;
        position: relative;
        margin: auto; }
        .globalplayer .video-player-page__container__video-container__video-card__video::before {
          content: '';
          position: absolute;
          z-index: -1;
          bottom: 1px;
          width: 60px;
          height: 60px;
          background-size: cover;
          opacity: 0.6;
          display: none;
          left: 4px;
          transform: translate(-100%, 0);
          background: url("/assets/shadow-left.png") no-repeat; }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video::before {
              display: block; } }
        .globalplayer .video-player-page__container__video-container__video-card__video::after {
          content: '';
          position: absolute;
          z-index: -1;
          bottom: 1px;
          width: 60px;
          height: 60px;
          background-size: cover;
          opacity: 0.6;
          display: none;
          right: 4px;
          transform: translate(100%, 0);
          background: url("/assets/shadow-right.png") no-repeat; }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video::after {
              display: block; } }
        .globalplayer .video-player-page__container__video-container__video-card__video .jwplayer {
          max-height: calc(100vh - 68px);
          aspect-ratio: 16/9;
          margin: 0 auto;
          border-radius: 8px;
          overflow: hidden;
          -webkit-transform: translateZ(0);
          box-shadow: 8px 5px 15px 0px rgba(0, 0, 0, 0.2); }
          @media screen and (min-width: 1023px) {
            .globalplayer .video-player-page__container__video-container__video-card__video .jwplayer {
              box-shadow: none; } }
    .globalplayer .video-player-page__container__share-button-container {
      margin-bottom: 12px; }

.globalplayer .global-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/global/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .global-circular-background {
      background-image: url("/assets/banner/backgrounds/global/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .radio-x-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/radio-x/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .radio-x-circular-background {
      background-image: url("/assets/banner/backgrounds/radio-x/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .lbc-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/lbc/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .lbc-circular-background {
      background-image: url("/assets/banner/backgrounds/lbc/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .heart-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/heart/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .heart-circular-background {
      background-image: url("/assets/banner/backgrounds/heart/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-circular-background {
      background-image: url("/assets/banner/backgrounds/capital/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-xtra-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital-xtra/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-xtra-circular-background {
      background-image: url("/assets/banner/backgrounds/capital-xtra/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .smooth-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/smooth/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .smooth-circular-background {
      background-image: url("/assets/banner/backgrounds/smooth/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .classic-fm-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/classic-fm/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .classic-fm-circular-background {
      background-image: url("/assets/banner/backgrounds/classic-fm/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .popbuzz-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/popbuzz/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .popbuzz-circular-background {
      background-image: url("/assets/banner/backgrounds/popbuzz/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .gold-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/gold/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .gold-circular-background {
      background-image: url("/assets/banner/backgrounds/gold/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

.globalplayer .capital-dance-circular-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/banner/backgrounds/capital-dance/circular-banner-background-mobile.png");
  background-position-y: -18px; }
  @media only screen and (min-width: 1023px) {
    .globalplayer .capital-dance-circular-background {
      background-image: url("/assets/banner/backgrounds/capital-dance/circular-banner-background-desktop.png");
      background-position-y: 0px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.globalplayer .videos--with-hero-header {
  padding-top: 30px; }

.globalplayer .videos__hero-header {
  margin: 0;
  display: block;
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  padding-bottom: 5px; }
  @media screen and (min-width: 767px) {
    .globalplayer .videos__hero-header {
      padding-bottom: 10px; } }
  .globalplayer .videos__hero-header__slider {
    display: block; }
    .globalplayer .videos__hero-header__slider__title {
      color: #ffffff;
      margin-bottom: 10px; }
    .globalplayer .videos__hero-header__slider__container {
      margin: 0 -16px; }
      @media screen and (min-width: 520px) {
        .globalplayer .videos__hero-header__slider__container {
          margin: 0 -10px; } }
      @media screen and (min-width: 767px) {
        .globalplayer .videos__hero-header__slider__container {
          margin: 0; } }
    .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide {
      padding: 10px;
      transition: 0.3s ease-in-out transform; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide:hover {
        transform: scale(1.05); }
      @media screen and (min-width: 767px) {
        .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide {
          padding: 15px; } }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__link:before {
        display: none; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__text__title {
        color: #ffffff; }
      .globalplayer .videos__hero-header__slider__carousel .slick-carousel__slide .content-item__text__caption {
        color: #ffffff; }

.globalplayer .videos__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .videos__header {
      margin-bottom: 20px; } }
  @media screen and (min-width: 767px) {
    .globalplayer .videos__header {
      flex-direction: row;
      justify-content: space-between; } }
  .globalplayer .videos__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 20px; }
    @media screen and (min-width: 767px) {
      .globalplayer .videos__header__title {
        margin: 0; } }

.globalplayer .videos__search-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .videos__search-results__grid {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
      column-gap: 16px; } }
  .globalplayer .videos__search-results__grid--grid-fixer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .videos__search-results__grid--grid-fixer {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        column-gap: 16px; } }

.globalplayer .videos__search-results__video {
  grid-column: span 2; }

.globalplayer .videos__detail {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .globalplayer .videos__detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px; }
    .globalplayer .videos__detail__header__title {
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      margin-bottom: 0; }
    .globalplayer .videos__detail__header__see-all {
      flex-shrink: 0;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
  .globalplayer .videos__detail .slick-carousel-slider__container {
    margin-left: -8px;
    margin-right: -8px; }
    @media screen and (min-width: 1023px) {
      .globalplayer .videos__detail .slick-carousel-slider__container {
        margin-left: -16px;
        margin-right: -16px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.container_21XnFhqG {
  height: 172px;
  position: relative;
  margin-top: 44px; }
  @media screen and (min-width: 1023px) {
    .container_21XnFhqG {
      height: 218px;
      margin-top: 0; } }

.banner_1V9HRbKH {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 32px; }
  @media screen and (min-width: 1023px) {
    .banner_1V9HRbKH {
      top: 0;
      margin-top: 0;
      padding-top: 54px; } }
  .banner_1V9HRbKH h1 {
    font-weight: 700; }

.backForwardNav_Txv7GHsb {
  right: 4px;
  margin-bottom: 15px; }

.backForwardNavText_1RAuJhPi {
  font-size: 13px;
  line-height: 18px; }

.isTouchScreen_2FROvcV2 {
  padding-bottom: 76px; }

.videoHomeBanner_hDngibgz {
  background: linear-gradient(-140deg, #19e4ff 0%, #006efa 40%, #1e54ef 100%);
  top: 0; }
  @media screen and (min-width: 1023px) {
    .videoHomeBanner_hDngibgz {
      padding-bottom: 120px;
      padding-top: 40px; } }

.logoContainer_2BMpJUoH {
  position: absolute;
  right: 8px;
  top: 16px;
  height: 48px;
  width: 80px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 600px) {
    .logoContainer_2BMpJUoH {
      top: 10px;
      height: 88px;
      width: 148px;
      right: 4px; } }
  @media screen and (min-width: 1023px) {
    .logoContainer_2BMpJUoH {
      top: 54px;
      right: 38px; } }
  .logoContainer_2BMpJUoH img {
    width: 100%; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.video-category-page__video-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px;
  padding-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 600px) {
    .video-category-page__video-list {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  .video-category-page__video-list .content-item__link::before {
    padding-bottom: 0; }
  .video-category-page__video-list .video-item-image {
    border-radius: 8px; }
  .video-category-page__video-list .video-item-text {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 991px) {
      .video-category-page__video-list .video-item-text {
        min-height: 60px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
@media screen and (max-width: 1023px) {
  .profilePage_1kIikXNv {
    padding-top: 44px; } }

.content_HKCnjgnY {
  padding-top: 40px;
  max-width: 700px;
  margin: 0 auto; }

.buttons_2gFYrHW_ {
  text-align: left; }

.form_1VL2QTUg {
  text-align: center; }

.title_2R5xPa52 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 44px; }

.text_27HPHrDZ {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.accountNavLinks_3Sc6Vn_F {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.settingsHeaderPanel_RCPffEoq {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  @media screen and (max-width: 767px) {
    .settingsHeaderPanel_RCPffEoq {
      padding: 20px; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.settings_2OymYWff {
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px; }
  @media screen and (max-width: 991px) {
    .settings_2OymYWff {
      padding-bottom: 160px; } }
  .settings_2OymYWff b {
    font-weight: 700; }

.panel_6ZVInbmh {
  max-width: 40vw;
  margin-bottom: 65px; }
  @media screen and (max-width: 991px) {
    .panel_6ZVInbmh {
      max-width: 100%; } }
  .panel_6ZVInbmh .title_2mKkN1Gs {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .panel_6ZVInbmh .title_2mKkN1Gs {
        margin-bottom: 20px; } }
  .panel_6ZVInbmh .subtitle_3btmtyg9 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    text-transform: uppercase; }

.main_2jjgyqdi {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  .main_2jjgyqdi .name_3WlPHpJ8 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px; }
  .main_2jjgyqdi .email_1wzQ7AlO {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px; }
  .main_2jjgyqdi .title_2mKkN1Gs {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px; }
  .main_2jjgyqdi .text_1fgEtdCY {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }

.links_3mz1Gn-j {
  display: flex;
  flex-wrap: wrap; }
  .links_3mz1Gn-j .editProfile_1NifVIqM {
    margin-bottom: 8px; }
  .links_3mz1Gn-j .editProfile_1NifVIqM,
  .links_3mz1Gn-j .linkConfirmation_3JrE7R4H,
  .links_3mz1Gn-j .linkDevice_12zh9_vW {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer; }
  .links_3mz1Gn-j .editProfile_1NifVIqM:hover,
  .links_3mz1Gn-j .linkDevice_12zh9_vW:hover {
    color: #ffffff;
    opacity: 0.6; }
  .links_3mz1Gn-j .linkDevice_12zh9_vW,
  .links_3mz1Gn-j .linkConfirmation_3JrE7R4H {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px; }
    .links_3mz1Gn-j .linkDevice_12zh9_vW::before,
    .links_3mz1Gn-j .linkConfirmation_3JrE7R4H::before {
      content: unset; }
    @media screen and (min-width: 380px) {
      .links_3mz1Gn-j .linkDevice_12zh9_vW,
      .links_3mz1Gn-j .linkConfirmation_3JrE7R4H {
        margin-left: 20px;
        width: auto;
        margin-top: 0px; }
        .links_3mz1Gn-j .linkDevice_12zh9_vW::before,
        .links_3mz1Gn-j .linkConfirmation_3JrE7R4H::before {
          content: '|';
          position: relative;
          right: 10px; } }

.link_244RaD_A {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #4a4a4a;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding: 20px;
  transition: background-color 0.3s;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit; }
  .link_244RaD_A:last-child {
    border: 0 none; }
  .link_244RaD_A:hover {
    background-color: #e6e6e6;
    color: #4a4a4a; }

.footer_16vT9IJE {
  color: #767676;
  width: 100%;
  text-align: left;
  font-size: 15px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.recaptcha_1aibLI1S {
  margin-bottom: 20px; }

.dobFields_11hbwUNo {
  display: flex;
  flex-direction: column; }
  .dobFields_11hbwUNo :nth-child(2) {
    flex-grow: 1; }
  @media screen and (min-width: 767px) {
    .dobFields_11hbwUNo {
      gap: 30px;
      flex-direction: row; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.loginModal_Ch7dTr6l {
  padding: 20px 0; }

.loginFormFields_1AN8Nn8g {
  margin-bottom: 15px; }

.pill_3WXQ7gur {
  background-color: rgba(0, 110, 250, 0.2);
  border-radius: 12px;
  color: #1e54ef;
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto 15px;
  max-width: 70px;
  padding: 6px; }

.navLinks_3d1o9KeH {
  justify-content: center; }

.navLink_3K49C37p {
  cursor: pointer;
  margin-bottom: 30px;
  padding: 15px; }
  .navLink_3K49C37p:nth-child(2) {
    padding: 15px 50px; }
    @media screen and (max-width: 480px) {
      .navLink_3K49C37p:nth-child(2) {
        padding: 15px 30px; } }

.header_2x2XGz_T {
  color: #4a4a4a;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px; }

.mainHeader_3arxMfai {
  margin: 0 auto 30px;
  width: 100%;
  display: flex;
  flex-direction: column; }

.link_388qyo_B {
  font-size: 13px;
  line-height: 18px;
  color: #006efa;
  display: inline-block;
  margin-bottom: 18px; }

.loginForm_NBxNIxbH {
  padding: 20px 0; }
  @media screen and (max-width: 480px) {
    .loginForm_NBxNIxbH {
      padding: 0 8px; } }

.loginForm_NBxNIxbH,
.loginRegisterForm_KhDBmwFV {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 10px; }

.loginButton_fppm7iFH {
  width: 40px;
  height: 40px; }

.divider_1DRD82wr {
  margin: 18px;
  font-size: 13px;
  color: #767676; }
  .divider_1DRD82wr::before, .divider_1DRD82wr::after {
    display: inline-block;
    content: '';
    border-top: 1px solid #e5e5e5;
    width: 110px;
    margin: 0 1rem;
    transform: translateY(-4px); }
    @media screen and (max-width: 480px) {
      .divider_1DRD82wr::before, .divider_1DRD82wr::after {
        margin: 0 5px;
        width: 50px; } }

.socialButtons_1JkOQyu0 {
  max-width: 200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 18px; }

.apple_1yQBbqpP svg {
  fill: #4a4a4a; }

.facebook_2Lu_63y9 svg {
  fill: #3b5998; }

.twitter_cgXMjKRq svg {
  fill: #1da1f2; }

.terms_3ehqVosK {
  color: #4a4a4a;
  font-size: 11px;
  line-height: 13px;
  max-width: 350px;
  margin: 0 auto; }

.forgotPasswordButton_3QxvWJdR {
  font-size: 13px;
  line-height: 18px;
  color: #006efa;
  margin-top: 18px;
  padding: 0; }

.stickyHeader_OQ5eqGS2 {
  position: sticky;
  top: 0px;
  padding: 10px 0 20px;
  z-index: 2;
  background-color: white; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.gpModalBack_MZ5kJKpS {
  border-top-right-radius: 5px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: opacity 0.5s;
  width: 35px; }

.gpModalContainer_dqhNlbqf {
  color: #4a4a4a;
  width: 100%; }

.gpModalIcon_3Y3gVo7Y {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
  text-align: center; }

.gpModalTitle_Ru7lMxea {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 35px;
  margin-top: 40px;
  text-align: left; }

@media screen and (max-width: 768px) {
  .gpModalIcon_3Y3gVo7Y {
    display: block;
    margin: 0 auto 20px;
    max-width: 260px;
    text-align: center; } }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.modal_vQBU4nxO {
  max-width: 550px; }

.form_2SBcnKFf {
  margin-top: 35px; }

.cancel_pqo0Ui7B {
  color: #006efa;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }
  .cancel_pqo0Ui7B:hover {
    color: #0058c8; }

.title_fosRkzRa {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px; }

.text_2qxgUzUH {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px; }

.submitButton_5a_26ZkS {
  margin-top: 20px; }

/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
/************************************
** The Global Player Variables ******
*************************************/
/* Brand Colours */
/* Brand Colours */
/* Colours */
/* General */
/* Breakpoints */
/* Index */
/* Card Frame */
/* Rounded Logo */
/* Show Page */
/* All Podcasts Page */
/******************************
** Duplicated from Storybook **
*******************************/
/* Navbar */
/* Playbar */
/* Sidebar  */
/* Typography */
/* Slick Carousel: Playlists */
/* Slick Carousel: Videos */
/* Slick Carousel: Videos */
/* Slick Carousel: Podcasts */
/* Round Button */
/* Container Paddings */
.page_2SpKxniP {
  position: relative;
  text-align: center; }

.logo_2oE8EGiY {
  display: inline-block;
  margin: 20px 0;
  max-width: 200px;
  width: 100%; }

