/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.error {
  align-items: center;
  background-color: #006efa;
  background-image: url(/_next/static/images/desktop-897cc0f23a6a45f7d906dc85aa0f509b.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  justify-content: center;
  padding: 25px; }
  @media only screen and (max-width: 991px) {
    .error {
      background-image: url(/_next/static/images/tablet-dfaaf5d604363c345f8b103e954e2543.jpg); } }
  @media only screen and (max-width: 767px) {
    .error {
      background-image: url(/_next/static/images/mobile-5d7119c13ca1285bd3d05d37227a74cd.jpg); } }
  .error__logo {
    display: inline-block;
    margin-bottom: 25px;
    max-width: 300px;
    width: 100%; }
  .error__text {
    color: #ffffff;
    text-align: center; }
    .error__text__header {
      font-size: 36px;
      margin-bottom: 10px; }
    .error__text__details {
      font-size: 20px;
      line-height: normal;
      margin: 25px 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .navbar {
  display: none; }
  .globalplayer .navbar__login-buttons {
    z-index: 3;
    pointer-events: none;
    text-align: center;
    width: 100%;
    margin-top: 10px; }
    .globalplayer .navbar__login-buttons .gp-btn {
      margin: 0 12px 10px; }
      @media screen and (max-width: 321px) {
        .globalplayer .navbar__login-buttons .gp-btn {
          margin: 0 6px;
          width: 42%;
          padding: 15px 0; } }
  .globalplayer .navbar--expanded .menu-items {
    overflow-y: auto;
    z-index: 3; }
    .globalplayer .navbar--expanded .menu-items .menu-item .badge {
      position: relative; }
  .globalplayer .navbar--expanded .navbar__login-buttons {
    margin-bottom: 10px;
    pointer-events: all;
    transition-delay: 0.3s; }
  .globalplayer .navbar--expanded .navbar__toggle .badge {
    display: none; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .globalplayer .navbar {
      top: 0;
      display: block;
      position: fixed;
      z-index: 6; } }

.globalplayer .sidebar {
  display: block;
  height: calc(100% - 80px); }
  .globalplayer .sidebar__login-buttons {
    margin-top: auto;
    opacity: 0;
    text-align: center;
    overflow: visible;
    transition: opacity 0.5s;
    transition-delay: 0.3s; }
    .globalplayer .sidebar__login-buttons .gp-btn {
      padding: 10px 20px;
      width: 150px; }
  .globalplayer .sidebar--expanded .sidebar__login-buttons {
    opacity: 1; }
  @media screen and (max-width: 1023px), (pointer: coarse) {
    .globalplayer .sidebar {
      display: none; } }

.globalplayer .playbar {
  z-index: 5;
  position: fixed; }

/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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("https://www.globalplayer.com/assets/backgrounds/capital/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capital-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capital/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capital-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capital/mobile.jpg?v0.1"); } }
  .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 .capitalxtra-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtra-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/mobile.jpg?v0.1"); } }
  .globalplayer .capitalxtrareloaded-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .capitalxtrareloaded-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.1"); } }
  .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 .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 .smooth-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .smooth-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smooth-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/mobile.jpg?v0.1"); } }
  .globalplayer .smoothchill-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothchill-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/mobile.jpg?v0.1"); } }
  .globalplayer .smoothcountry-brand-background {
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer .smoothcountry-brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/mobile.jpg?v0.1"); } }
  .globalplayer.capital .circular-play-button svg {
    fill: #233287; }
  .globalplayer.capital .brand-background {
    background-color: #233287;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capital/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capital .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capital/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capital .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capital/mobile.jpg?v0.1"); } }
  .globalplayer.capitaldance .circular-play-button svg {
    fill: #000; }
  .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.capitalxtra .circular-play-button svg {
    fill: #2b3351; }
  .globalplayer.capitalxtra .brand-background {
    background-color: #2b3351;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtra .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtra/mobile.jpg?v0.1"); } }
  .globalplayer.capitalxtrareloaded .circular-play-button svg {
    fill: #2b3351; }
  .globalplayer.capitalxtrareloaded .brand-background {
    background-color: #2b3351;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.capitalxtrareloaded .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/capitalxtrareloaded/mobile.jpg?v0.1"); } }
  .globalplayer.classicfm .circular-play-button svg {
    fill: #bdd975; }
  .globalplayer.classicfm .brand-background {
    background-color: #bdd975;
    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 .circular-play-button svg {
    fill: #ab9258; }
  .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 .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heart .brand-background {
    background-color: #ee1d3a;
    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 .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heartdance .brand-background {
    background-color: #ee1d3a;
    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 .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heart70s .brand-background {
    background-color: #ee1d3a;
    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 .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heart80s .brand-background {
    background-color: #ee1d3a;
    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 .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heart90s .brand-background {
    background-color: #ee1d3a;
    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.heartxmas .circular-play-button svg {
    fill: #ee1d3a; }
  .globalplayer.heartxmas .brand-background {
    background-color: #ee1d3a;
    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 .circular-play-button svg {
    fill: #0491cd; }
  .globalplayer.lbc .brand-background {
    background-color: #0491cd;
    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 .circular-play-button svg {
    fill: #0491cd; }
  .globalplayer.lbcnews .brand-background {
    background-color: #0491cd;
    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 .circular-play-button svg {
    fill: #37a247; }
  .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.smooth .circular-play-button svg {
    fill: #6a2c91; }
  .globalplayer.smooth .brand-background {
    background-color: #6a2c91;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.smooth .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smooth .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smooth/mobile.jpg?v0.1"); } }
  .globalplayer.smoothchill .circular-play-button svg {
    fill: #6a2c91; }
  .globalplayer.smoothchill .brand-background {
    background-color: #6a2c91;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothchill .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothchill/mobile.jpg?v0.1"); } }
  .globalplayer.smoothcountry .circular-play-button svg {
    fill: #6a2c91; }
  .globalplayer.smoothcountry .brand-background {
    background-color: #6a2c91;
    background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/desktop.jpg?v0.1"); }
    @media only screen and (max-width: 991px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/tablet.jpg?v0.1"); } }
    @media only screen and (max-width: 767px) {
      .globalplayer.smoothcountry .brand-background {
        background-image: url("https://www.globalplayer.com/assets/backgrounds/smoothcountry/mobile.jpg?v0.1"); } }
  .globalplayer .sidebar {
    z-index: 4; }
  .globalplayer .gdpr-modal, .globalplayer .backdrop--gdpr-modal {
    z-index: 7; }
  .globalplayer .rounded-logo {
    position: relative; }
  .globalplayer a {
    color: #006efa;
    text-decoration: none;
    transition: opacity 0.3s; }
    .globalplayer a:active, .globalplayer a:hover {
      color: #0058c7; }
  .globalplayer.modal-open {
    overflow-x: hidden;
    height: 100vh; }

.toast-container {
  z-index: 8;
  width: 40%;
  right: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .toast-container {
      top: 44px;
      width: 100%; } }

.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-32aa814464055d8ee461d81ce15a0f18.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%; } }
  .settings-content .nav-links {
    margin-bottom: 30px; }
  .settings-content .gp-btn-group {
    text-align: left; }

/* 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: Podcasts */
/* Round Button */
/* Content page */
#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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.encourage-modal {
  position: relative;
  z-index: 9; }
  .encourage-modal .modal {
    overflow: auto; }
  .encourage-modal__wrapper {
    width: 100%;
    padding: 40px 15px; }
    @media screen and (min-width: 1023px) {
      .encourage-modal__wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px; } }
    .encourage-modal__wrapper__title {
      margin: 0 auto 50px;
      width: 100%;
      max-width: 270px;
      font-size: 17px;
      line-height: 22px; }
      @media screen and (min-width: 321px) {
        .encourage-modal__wrapper__title {
          margin: 0 auto 25px;
          max-width: 370px;
          font-size: 22px;
          line-height: 28px; } }
      @media screen and (min-width: 767px) {
        .encourage-modal__wrapper__title {
          font-size: 28px;
          line-height: 34px; } }
      @media screen and (min-width: 1440px) {
        .encourage-modal__wrapper__title {
          max-width: 450px;
          font-size: 34px;
          line-height: 40px; } }
    .encourage-modal__wrapper .gp-btn {
      display: block;
      width: 100%;
      max-width: 230px;
      margin: 0 auto 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.gp-modal {
  position: relative;
  z-index: 7; }
  .gp-modal__back {
    border-top-right-radius: 5px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    top: 12px;
    left: 12px;
    transition: opacity 0.5s;
    width: 35px; }
  .gp-modal .compact-modal {
    align-items: center;
    display: flex;
    max-width: 430px;
    padding: 50px; }
  .gp-modal__container {
    color: #4a4a4a;
    width: 100%; }
  .gp-modal__gp-icon {
    display: block;
    margin: 0 auto 20px;
    max-width: 180px;
    text-align: center; }
  .gp-modal__text {
    color: #4a4a4a;
    font-size: 17px;
    line-height: 22px; }
  .gp-modal__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 35px;
    margin-top: 40px;
    text-align: left; }
  @media screen and (max-width: 768px) {
    .gp-modal__gp-icon {
      display: block;
      margin: 0 auto 20px;
      max-width: 260px;
      text-align: center; }
    .gp-modal__button.gp-btn .icon {
      left: 10px; }
    .gp-modal .compact-modal {
      border-radius: 0;
      max-width: 100%;
      height: 100%;
      width: 100%; }
    .gp-modal__container {
      padding: 50px; } }
  @media screen and (max-width: 321px) {
    .gp-modal__container {
      padding: 25px; } }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.login-modal__button.gp-btn {
  display: block;
  padding: 10px 6px;
  position: relative;
  margin: 10px auto;
  max-width: 320px;
  width: 100%; }
  .login-modal__button.gp-btn .icon {
    height: 30px;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; }

.login-modal__button--login-facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #ffffff; }
  .login-modal__button--login-facebook svg, .login-modal__button--login-facebook path {
    fill: #ffffff; }
  .login-modal__button--login-facebook a {
    color: #ffffff; }
  .login-modal__button--login-facebook:hover {
    background-color: transparent;
    color: #3b5998; }
    .login-modal__button--login-facebook:hover svg, .login-modal__button--login-facebook:hover path {
      fill: #3b5998; }
    .login-modal__button--login-facebook:hover a {
      color: #3b5998; }

.login-modal__button--login-twitter {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
  color: #ffffff; }
  .login-modal__button--login-twitter svg, .login-modal__button--login-twitter path {
    fill: #ffffff; }
  .login-modal__button--login-twitter a {
    color: #ffffff; }
  .login-modal__button--login-twitter:hover {
    background-color: transparent;
    color: #1da1f2; }
    .login-modal__button--login-twitter:hover svg, .login-modal__button--login-twitter:hover path {
      fill: #1da1f2; }
    .login-modal__button--login-twitter:hover a {
      color: #1da1f2; }

.login-modal__heading {
  color: #006efa;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.login-modal__or {
  font-size: 11px;
  line-height: 13px; }

.login-modal__smallprint {
  font-size: 11px;
  line-height: 13px;
  margin-top: 20px; }

.login-modal__subheading {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px; }

.login-modal__welcome {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px; }

@media screen and (max-width: 768px) {
  .login-modal__container {
    left: 50%;
    min-width: 340px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .login-modal__button.gp-btn .icon {
    left: 10px; } }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.account-finalisation-modal .modal {
  align-items: flex-start;
  max-height: 90%;
  overflow-x: scroll; }
  @media screen and (max-width: 768px) {
    .account-finalisation-modal .modal {
      max-height: initial; } }

.account-finalisation-modal__form {
  margin: 35px 0 0; }
  .account-finalisation-modal__form__button.gp-btn {
    margin: 30px 0; }

.account-finalisation-modal__cancel {
  color: #006efa;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase; }

.account-finalisation-modal__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }

.account-finalisation-modal__text {
  color: #4a4a4a;
  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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px), (pointer: coarse) {
  .catchup-show {
    padding-left: 50px; } }

@media screen and (max-width: 1023px) {
  .catchup-show {
    padding: 44px 32px 0; } }

@media screen and (max-width: 767px) {
  .catchup-show {
    padding: 54px 15px 120px 15px; } }

@media screen and (min-width: 1440px) {
  .catchup-show {
    display: flex;
    justify-content: space-between; } }

.catchup-show__detail {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .catchup-show__detail {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (min-width: 1023px) {
    .catchup-show__detail {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .catchup-show__detail {
      width: 660px;
      padding-right: 140px; } }
  .catchup-show__detail__image-container {
    position: relative;
    max-width: 260px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 767px) {
      .catchup-show__detail__image-container {
        max-width: 236px; } }
    @media screen and (min-width: 1023px) {
      .catchup-show__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1920px) {
      .catchup-show__detail__image-container {
        max-width: 289px; } }
    .catchup-show__detail__image-container::before {
      content: '';
      position: absolute;
      left: -112px;
      z-index: -1;
      bottom: 0;
      width: 118px;
      height: 66px;
      background: url([object Module]) no-repeat;
      background-size: cover;
      opacity: 0.6; }
  .catchup-show__detail__image {
    background-size: cover;
    border-radius: 8px;
    display: block;
    max-width: 295px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .catchup-show__detail__brand-link {
    display: inline-block;
    margin-bottom: 25px;
    text-align: left; }
  .catchup-show__detail__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: left; }
  .catchup-show__detail__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: left; }
  .catchup-show__detail__author {
    color: #767676;
    margin-bottom: 25px;
    text-align: left; }
  .catchup-show__detail__link__container {
    display: block;
    margin-bottom: 25px;
    text-align: left; }
  .catchup-show__detail__button-container {
    margin: 0 auto 25px; }
    .catchup-show__detail__button-container .gp-btn {
      margin: 0 auto; }

.catchup-show__info-container {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  padding: 40px 0 0; }
  @media screen and (min-width: 767px) {
    .catchup-show__info-container {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (min-width: 1023px) {
    .catchup-show__info-container {
      padding: 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .catchup-show__info-container {
      max-width: 515px; } }
  @media screen and (min-width: 1600px) {
    .catchup-show__info-container {
      max-width: 530px; } }
  .catchup-show__info-container__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-bottom: 5px; }
  .catchup-show__info-container__author {
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 20px; }
  .catchup-show__info-container__subtitle {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px; }
    @media screen and (min-width: 767px) {
      .catchup-show__info-container__subtitle {
        margin-bottom: 20px; } }
  .catchup-show__info-container__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    white-space: pre-wrap; }
    @media screen and (min-width: 767px) {
      .catchup-show__info-container__description {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1023px) {
      .catchup-show__info-container__description {
        margin-bottom: 60px; } }
    .catchup-show__info-container__description p {
      margin-bottom: 20px; }

.catchup-show__episodes {
  display: inline-block;
  padding: 0 0 10px;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .catchup-show__episodes {
      width: 50%;
      padding-left: 15px;
      padding-top: 40px; } }
  @media screen and (min-width: 1023px) {
    .catchup-show__episodes {
      padding-top: 20px; } }
  @media screen and (min-width: 1440px) {
    .catchup-show__episodes {
      width: calc(100% - 660px); } }
  .catchup-show__episodes__title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .catchup-show__episodes__title {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .catchup-show__episodes__title {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (min-width: 767px) {
    .catchup-show__episodes .episode {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1440px) {
    .catchup-show__episodes .episode {
      padding-left: 0;
      padding-right: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px), (pointer: coarse) {
  .catchup-episode {
    padding-left: 50px; } }

@media screen and (max-width: 1023px) {
  .catchup-episode {
    padding: 44px 32px 0; } }

@media screen and (max-width: 767px) {
  .catchup-episode {
    padding: 54px 15px 120px 15px; } }

@media screen and (min-width: 1440px) {
  .catchup-episode {
    display: flex;
    justify-content: space-between; } }

.catchup-episode__detail {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .catchup-episode__detail {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .catchup-episode__detail {
      width: 100%;
      padding-right: 0; } }
  @media screen and (min-width: 1023px) {
    .catchup-episode__detail {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .catchup-episode__detail {
      width: 660px;
      padding-right: 140px; } }
  .catchup-episode__detail__image-container {
    position: relative;
    max-width: 296px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 767px) {
      .catchup-episode__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1023px) {
      .catchup-episode__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1920px) {
      .catchup-episode__detail__image-container {
        max-width: 289px; } }
    .catchup-episode__detail__image-container::before {
      content: '';
      position: absolute;
      left: -112px;
      z-index: -1;
      bottom: 0;
      width: 118px;
      height: 66px;
      background: url([object Module]) no-repeat;
      background-size: cover;
      opacity: 0.6; }
  .catchup-episode__detail__image {
    background-size: cover;
    border-radius: 8px;
    display: block;
    max-width: 295px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .catchup-episode__detail__button-container {
    margin: 0 auto 25px; }
    .catchup-episode__detail__button-container .gp-btn {
      margin: 0 auto; }
      .catchup-episode__detail__button-container .gp-btn.gp-styling.catchup-episode__play-button {
        display: flex;
        align-items: center;
        min-width: 170px;
        min-height: 44px;
        margin: 0 auto auto;
        padding: 9px 15px; }
        .catchup-episode__detail__button-container .gp-btn.gp-styling.catchup-episode__play-button .icon {
          width: 30px;
          height: 30px; }
        .catchup-episode__detail__button-container .gp-btn.gp-styling.catchup-episode__play-button .equaliser {
          margin-top: -15px; }
        .catchup-episode__detail__button-container .gp-btn.gp-styling.catchup-episode__play-button .catchup-episode__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 15px; }

.catchup-episode__info-container {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding: 40px 0 0;
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 767px) {
    .catchup-episode__info-container {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    .catchup-episode__info-container {
      width: 100%;
      max-width: 522px;
      display: block;
      padding-top: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 1023px) {
    .catchup-episode__info-container {
      padding: 0 10px 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .catchup-episode__info-container {
      max-width: 515px; } }
  @media screen and (min-width: 1600px) {
    .catchup-episode__info-container {
      max-width: 530px; } }
  .catchup-episode__info-container__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-bottom: 5px; }
  .catchup-episode__info-container__author {
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 20px; }
  .catchup-episode__info-container__date {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  .catchup-episode__info-container__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    white-space: pre-wrap; }
    @media screen and (min-width: 767px) {
      .catchup-episode__info-container__description {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1023px) {
      .catchup-episode__info-container__description {
        margin-bottom: 60px; } }
    .catchup-episode__info-container__description p {
      margin-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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .catchup-brand {
  padding-top: 0; }
  .globalplayer .catchup-brand__logo {
    position: absolute;
    right: 52px;
    top: 0;
    width: 60px; }
  .globalplayer .catchup-brand__help-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px; }
  .globalplayer .catchup-brand__shows {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    grid-column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .catchup-brand__shows {
        grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
        grid-column-gap: 16px; } }
    .globalplayer .catchup-brand__shows--grid-fixer {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
      grid-column-gap: 32px; }
      @media screen and (max-width: 767px) {
        .globalplayer .catchup-brand__shows--grid-fixer {
          grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
          grid-column-gap: 16px; } }
    .globalplayer .catchup-brand__shows__show {
      grid-column: span 2;
      margin-bottom: 32px; }
      .globalplayer .catchup-brand__shows__show__image {
        padding: 10px 5px 0; }
  .globalplayer .catchup-brand__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px; }

@media screen and (max-width: 1023px), (pointer: coarse) {
  .globalplayer .catchup-brand {
    padding-top: 50px; } }

@media screen and (max-width: 767px) {
  .globalplayer .catchup-brand {
    padding: 54px 15px 120px 15px; }
    .globalplayer .catchup-brand__logo {
      position: relative;
      right: initial;
      top: initial;
      width: 70px; }
    .globalplayer .catchup-brand__shows {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
      grid-column-gap: 32px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .globalplayer .catchup-brand__shows {
        grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
        grid-column-gap: 16px; } }

@media screen and (max-width: 767px) {
      .globalplayer .catchup-brand__shows__show {
        margin-top: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.globalplayer .navbar {
  z-index: 6; }

.globalplayer .live-video-cta {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 200px; }
  .globalplayer .live-video-cta--minimised {
    top: calc(100% - 120px * 2); }
  @media screen and (min-width: 767px) and (min-height: 480px) {
    .globalplayer .live-video-cta {
      right: 10px; } }
  @media screen and (min-width: 1023px) {
    .globalplayer .live-video-cta {
      right: 120px; } }
  @media screen and (min-width: 1023px) and (min-height: 600px) and (orientation: landscape) {
    .globalplayer .live-video-cta {
      right: 6%; }
      .globalplayer .live-video-cta--minimised {
        right: 10%;
        top: 60%; } }
  .globalplayer .live-video-cta--maximised {
    top: 0;
    right: 0;
    position: fixed;
    transition: box-shadow none;
    z-index: 7; }

.globalplayer .previous-next-tracks {
  bottom: 0;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  transform: translateY(-120px);
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 78px);
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .previous-next-tracks {
      grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
    display: inline-block;
    grid-column: span 3; }
    .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
      color: #ffffff;
      margin-bottom: 10px;
      text-shadow: 0 0 5px black;
      text-transform: uppercase;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
          font-size: 12px; } }
  .globalplayer .previous-next-tracks__previous {
    text-align: right; }
  .globalplayer .previous-next-tracks__next {
    text-align: left; }
  @media screen and (pointer: coarse) {
    .globalplayer .previous-next-tracks {
      padding-left: 0; } }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .globalplayer .previous-next-tracks {
      background: none;
      padding: 0 16px 130px;
      position: relative;
      transform: none; }
      .globalplayer .previous-next-tracks__previous p, .globalplayer .previous-next-tracks__next p {
        color: #4a4a4a;
        text-shadow: none; } }
  @media screen and (max-width: 767px) {
    .globalplayer .previous-next-tracks {
      max-width: 600px; }
      .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
        grid-column: span 2; } }
  @media screen and (max-width: 600px) {
    .globalplayer .previous-next-tracks {
      max-width: 375px;
      padding-left: 5px;
      padding-right: 5px; }
      .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
        grid-column: span 1; } }
  @media screen and (max-width: 375px) {
    .globalplayer .previous-next-tracks {
      max-width: 350px; } }
  @media screen and (max-width: 350px) {
    .globalplayer .previous-next-tracks {
      max-width: 320px; }
      .globalplayer .previous-next-tracks__previous, .globalplayer .previous-next-tracks__next {
        grid-column: span 1; } }

.globalplayer .carousel-station {
  margin: 0 auto;
  padding-top: 5px; }
  .globalplayer .carousel-station__items {
    z-index: 1; }

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

.globalplayer .background-image {
  transition: background-image 0.5s; }

.globalplayer .content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  margin-left: 60px;
  margin-right: 60px;
  min-height: 650px;
  overflow: hidden;
  position: relative; }
  @media screen and (pointer: coarse), screen and (max-width: 1023px) {
    .globalplayer .content {
      min-height: unset;
      height: auto; } }
  @media screen and (max-width: 1023px), screen and (pointer: coarse) {
    .globalplayer .content {
      margin-left: 0;
      margin-right: 0;
      padding-top: 44px; } }
  .globalplayer .content .presenter-background {
    display: block;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: bottom center;
    height: 100%; }
    @media screen and (max-width: 1023px), screen and (pointer: coarse) {
      .globalplayer .content .presenter-background {
        display: none; } }
  .globalplayer .content .metadata-container {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    height: 70%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .globalplayer .content .metadata-container .column {
      display: inline-block;
      padding: 0 2.5vw;
      width: 33.33333%; }
      .globalplayer .content .metadata-container .column.track-container {
        min-width: 450px;
        padding: 0;
        text-align: center; }
    .globalplayer .content .metadata-container.presenter {
      display: block;
      width: 33%;
      height: auto; }
      .globalplayer .content .metadata-container.presenter > div {
        display: block;
        width: 100%; }
    @media screen and (max-width: 1023px), screen and (pointer: coarse) {
      .globalplayer .content .metadata-container {
        display: block;
        margin: 0;
        position: relative;
        transform: none;
        padding-bottom: 25px; }
        .globalplayer .content .metadata-container .column {
          display: block;
          width: 100%; }
          .globalplayer .content .metadata-container .column.track-container {
            min-width: auto;
            margin-top: 20px; }
        .globalplayer .content .metadata-container > div {
          width: 100%; }
        .globalplayer .content .metadata-container.presenter {
          margin-top: 0;
          position: relative;
          width: 100%;
          top: 0;
          transform: none; } }
    .globalplayer .content .metadata-container .show-info-badge-main {
      align-self: center;
      display: block; }
      @media screen and (max-width: 1023px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-badge-main {
          display: none; } }
    .globalplayer .content .metadata-container .show-info-card {
      display: none;
      position: relative;
      top: 0; }
      .globalplayer .content .metadata-container .show-info-card.track {
        display: block; }
      .globalplayer .content .metadata-container .show-info-card .badge {
        display: none; }
      .globalplayer .content .metadata-container .show-info-card .apple-music-badge {
        left: 25px;
        top: 25px; }
      @media screen and (max-width: 1023px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-card {
          display: block; }
          .globalplayer .content .metadata-container .show-info-card.track {
            display: block; }
          .globalplayer .content .metadata-container .show-info-card .badge {
            display: inline-block; } }
      @media screen and (max-width: 767px), screen and (pointer: coarse) {
        .globalplayer .content .metadata-container .show-info-card {
          margin: 20px auto 0; }
          .globalplayer .content .metadata-container .show-info-card .apple-music-badge {
            left: 15px;
            top: 15px; } }
      .globalplayer .content .metadata-container .show-info-card .card-frame {
        width: 100%;
        height: 100%;
        max-width: 50vh;
        max-height: 50vh;
        text-align: left;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            min-width: 50vh;
            min-height: 50vh; } }
        @media screen and (min-width: 768px), (min-width: 768px) and (orientation: landscape) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            min-height: 320px;
            min-width: 320px; } }
        @media screen and (max-width: 767px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            width: 100%;
            height: 100%;
            min-height: 320px;
            min-width: 320px;
            max-width: 320px;
            max-height: 320px; }
            .globalplayer .content .metadata-container .show-info-card .card-frame img {
              min-height: 320px;
              min-width: 320px; } }
        @media screen and (max-width: 321px) {
          .globalplayer .content .metadata-container .show-info-card .card-frame {
            width: 100%;
            height: 100%;
            min-height: initial;
            min-width: initial;
            max-width: 280px;
            max-height: 280px; }
            .globalplayer .content .metadata-container .show-info-card .card-frame img {
              min-height: 280px;
              min-width: 280px; } }

/* Fix for Storybook animation of Show Info Card not factoring in left position */
.show-info-card-exit {
  height: 100%;
  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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* TODO: fix for scrollbar positioning weirdness at certain viewport heights */
.globalplayer .my-library b {
  font-weight: 700; }

.globalplayer .my-library__header {
  margin-bottom: 40px; }
  .globalplayer .my-library__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px; }

.globalplayer .my-library__links {
  margin-bottom: 25px; }
  .globalplayer .my-library__links__link {
    margin-right: 45px;
    color: #4a4a4a; }
  .globalplayer .my-library__links .nav-links__link--active {
    color: #006efa; }

.globalplayer .my-library__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  grid-column-gap: 32px; }
  @media screen and (max-width: 767px) {
    .globalplayer .my-library__items {
      grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
      grid-column-gap: 16px; } }
  .globalplayer .my-library__items--grid-fixer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
    grid-column-gap: 32px; }
    @media screen and (max-width: 767px) {
      .globalplayer .my-library__items--grid-fixer {
        grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
        grid-column-gap: 16px; } }
  .globalplayer .my-library__items__item {
    grid-column: span 2;
    margin-bottom: 32px;
    margin-top: 16px; }
    .globalplayer .my-library__items__item__image {
      padding: 10px 5px 0; }
    @media screen and (min-width: 767px) {
      .globalplayer .my-library__items__item {
        margin-top: 0; } }

.globalplayer .my-library__panel {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  .globalplayer .my-library__panel__button--login {
    margin-right: 10px;
    margin-bottom: 10px; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px), (pointer: coarse) {
  .playlist-details {
    padding-left: 50px; } }

@media screen and (max-width: 1023px) {
  .playlist-details {
    padding: 44px 32px 0; } }

@media screen and (max-width: 767px) {
  .playlist-details {
    padding: 54px 15px 120px 15px; } }

@media screen and (min-width: 1440px) {
  .playlist-details {
    display: flex;
    justify-content: space-between; } }

.playlist-details__detail {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .playlist-details__detail {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (min-width: 1023px) {
    .playlist-details__detail {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .playlist-details__detail {
      width: 660px;
      padding-right: 140px; } }
  .playlist-details__detail__image-container {
    position: relative;
    max-width: 260px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 767px) {
      .playlist-details__detail__image-container {
        max-width: 236px; } }
    @media screen and (min-width: 1023px) {
      .playlist-details__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1920px) {
      .playlist-details__detail__image-container {
        max-width: 289px; } }
    .playlist-details__detail__image-container::before {
      content: '';
      position: absolute;
      left: -112px;
      z-index: -1;
      bottom: 0;
      width: 118px;
      height: 66px;
      background: url([object Module]) no-repeat;
      background-size: cover;
      opacity: 0.6; }
  .playlist-details__detail__image {
    background-size: cover;
    border-radius: 8px;
    display: block;
    max-width: 295px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .playlist-details__detail__brand-link {
    display: inline-block;
    margin-bottom: 25px;
    text-align: left; }
  .playlist-details__detail__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: left; }
  .playlist-details__detail__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: left; }
  .playlist-details__detail__author {
    color: #767676;
    margin-bottom: 25px;
    text-align: left; }
  .playlist-details__detail__link__container {
    display: block;
    margin-bottom: 25px;
    text-align: left; }
  .playlist-details__detail__button-container {
    margin: 0 auto 25px; }
    .playlist-details__detail__button-container .gp-btn {
      margin: 0 auto; }

.playlist-details__info-container {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  padding: 40px 0 0; }
  @media screen and (min-width: 767px) {
    .playlist-details__info-container {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (min-width: 1023px) {
    .playlist-details__info-container {
      padding: 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .playlist-details__info-container {
      max-width: 515px; } }
  @media screen and (min-width: 1600px) {
    .playlist-details__info-container {
      max-width: 530px; } }
  .playlist-details__info-container__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-bottom: 5px; }
  .playlist-details__info-container__author {
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 20px; }
  .playlist-details__info-container__subtitle {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px; }
    @media screen and (min-width: 767px) {
      .playlist-details__info-container__subtitle {
        margin-bottom: 20px; } }
  .playlist-details__info-container__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    white-space: pre-wrap; }
    @media screen and (min-width: 767px) {
      .playlist-details__info-container__description {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1023px) {
      .playlist-details__info-container__description {
        margin-bottom: 60px; } }
    .playlist-details__info-container__description p {
      margin-bottom: 20px; }

.playlist-details__episodes {
  display: inline-block;
  padding: 0 0 10px;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .playlist-details__episodes {
      width: 50%;
      padding-left: 15px;
      padding-top: 40px; } }
  @media screen and (min-width: 1023px) {
    .playlist-details__episodes {
      padding-top: 20px; } }
  @media screen and (min-width: 1440px) {
    .playlist-details__episodes {
      width: calc(100% - 660px); } }
  .playlist-details__episodes__title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .playlist-details__episodes__title {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .playlist-details__episodes__title {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (min-width: 767px) {
    .playlist-details__episodes .episode {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1440px) {
    .playlist-details__episodes .episode {
      padding-left: 0;
      padding-right: 0; } }

.globalplayer .playlist-details {
  background-image: linear-gradient(114deg, #19e4ff -65%, #1e54ef 100%); }
  .globalplayer .playlist-details__gradient {
    width: 100vw;
    background-image: linear-gradient(180deg, transparent 0, #fff 40%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__gradient {
        background-image: linear-gradient(145deg, transparent 0, #fff 27%); } }
    @media screen and (min-width: 1440px) {
      .globalplayer .playlist-details__gradient {
        background-image: linear-gradient(145deg, transparent 0, #fff 32%); } }
  @media screen and (max-width: 1023px) {
    .globalplayer .playlist-details {
      padding: 44px 32px 120px; } }
  @media screen and (max-width: 767px) {
    .globalplayer .playlist-details {
      padding: 44px 16px 120px; } }
  .globalplayer .playlist-details__detail {
    z-index: 2;
    position: relative; }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__detail {
        padding-top: 30px; } }
    @media screen and (max-width: 1023px) {
      .globalplayer .playlist-details__detail {
        width: 100%;
        padding-right: 0; } }
    .globalplayer .playlist-details__detail__playing-container {
      margin: 0 auto 25px; }
      .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
        padding: 15px 0 0;
        transform: none;
        display: flex;
        justify-content: center;
        margin-bottom: 30px; }
        @media screen and (min-width: 767px) {
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
            max-width: 340px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px; } }
        @media screen and (min-width: 1440px) {
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks {
            max-width: none;
            padding-top: 30px; } }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous, .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next {
          max-width: 220px;
          width: 100%; }
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous p, .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next p {
            text-align: left;
            color: #4a4a4a;
            font-weight: 700;
            text-shadow: none;
            text-transform: uppercase;
            font-size: 12px;
            margin-bottom: 10px; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous {
          margin-right: 2.5%; }
          .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__previous p {
            text-align: right; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks__next {
          margin-left: 2.5%; }
        .globalplayer .playlist-details__detail__playing-container .previous-next-tracks img {
          min-width: auto;
          min-height: auto; }
      .globalplayer .playlist-details__detail__playing-container .show-info-badge {
        text-align: left; }
        .globalplayer .playlist-details__detail__playing-container .show-info-badge .badge {
          background-image: linear-gradient(135deg, #19e4ff -40%, #1e54ef 100%);
          padding-right: 9px;
          padding-left: 9px; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__image-container {
        margin: 0 auto; }
        @media screen and (min-width: 767px) {
          .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__image-container {
            max-width: 425px; } }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card--no-gradient .card-with-gradient__gradient {
        display: none; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .card-frame {
        width: 100%;
        height: auto;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
        .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .card-frame .current-img {
          display: block; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button {
        width: 45px;
        height: 45px; }
        @media screen and (min-width: 767px) {
          .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button {
            width: 50px;
            height: 50px; } }
        @media screen and (min-width: 1023px) {
          .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button {
            width: 80px;
            height: 80px; } }
        .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button svg {
          width: 35px;
          height: 35px;
          fill: #006efa !important; }
          @media screen and (min-width: 767px) {
            .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button svg {
              width: 40px;
              height: 40px; } }
          @media screen and (min-width: 1023px) {
            .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .circular-play-button svg {
              width: 60px;
              height: 60px; } }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .show-info__text__title {
        white-space: normal !important; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .badge {
        text-transform: uppercase; }
      .globalplayer .playlist-details__detail__playing-container .playlist-details__detail__info-card .apple-music-badge {
        top: 25px;
        left: 25px; }
  .globalplayer .playlist-details__info-container {
    z-index: 2;
    position: relative;
    padding-top: 15px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .playlist-details__info-container {
        width: 100%; } }
    @media screen and (min-width: 767px) {
      .globalplayer .playlist-details__info-container {
        padding-top: 40px; } }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__info-container {
        padding: 30px 16px 0; } }
    @media screen and (min-width: 1023px) {
      .globalplayer .playlist-details__info-container__title {
        margin-top: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .playlists__header {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  @media screen and (min-width: 767px) {
    .globalplayer .playlists__header {
      flex-direction: row;
      justify-content: space-between; } }
  .globalplayer .playlists__header__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px; }
    @media screen and (min-width: 767px) {
      .globalplayer .playlists__header__title {
        margin: 0; } }

.globalplayer .playlists__detail {
  position: relative;
  width: 100%;
  padding: 10px 0; }
  .globalplayer .playlists__detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px; }
  .globalplayer .playlists__detail__title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px; }
  .globalplayer .playlists__detail__see-all {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }

.globalplayer .playlists .slick-carousel-slider__container {
  margin-left: -8px;
  margin-right: -8px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .playlists .slick-carousel-slider__container {
      margin-left: -16px;
      margin-right: -16px; } }

.globalplayer .playlists .slick-carousel__button--next, .globalplayer .playlists .slick-carousel__button--prev {
  top: calc(((calc(100vw - 16px) / 3) - 16px) / 2); }
  @media screen and (min-width: 480px) {
    .globalplayer .playlists .slick-carousel__button--next, .globalplayer .playlists .slick-carousel__button--prev {
      top: calc(((calc(100vw - 16px) / 4) - (16px * 2)) / 2); } }
  @media screen and (min-width: 1023px) and (pointer: fine) {
    .globalplayer .playlists .slick-carousel__button--next, .globalplayer .playlists .slick-carousel__button--prev {
      top: calc(((calc(100vw - (104px + 52px)) / 4) - (16px * 2)) / 2); } }

.globalplayer .playlists .slick-carousel__button--prev {
  left: -4px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .playlists .slick-carousel__button--prev {
      left: -8px; } }

.globalplayer .playlists .slick-carousel__button--next {
  right: -4px; }
  @media screen and (min-width: 1023px) {
    .globalplayer .playlists .slick-carousel__button--next {
      right: -8px; } }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px), (pointer: coarse) {
  .podcast-show {
    padding-left: 50px; } }

@media screen and (max-width: 1023px) {
  .podcast-show {
    padding: 44px 32px 0; } }

@media screen and (max-width: 767px) {
  .podcast-show {
    padding: 54px 15px 120px 15px; } }

@media screen and (min-width: 1440px) {
  .podcast-show {
    display: flex;
    justify-content: space-between; } }

.podcast-show__detail {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .podcast-show__detail {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (min-width: 1023px) {
    .podcast-show__detail {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .podcast-show__detail {
      width: 660px;
      padding-right: 140px; } }
  .podcast-show__detail__image-container {
    position: relative;
    max-width: 260px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 767px) {
      .podcast-show__detail__image-container {
        max-width: 236px; } }
    @media screen and (min-width: 1023px) {
      .podcast-show__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1920px) {
      .podcast-show__detail__image-container {
        max-width: 289px; } }
    .podcast-show__detail__image-container::before {
      content: '';
      position: absolute;
      left: -112px;
      z-index: -1;
      bottom: 0;
      width: 118px;
      height: 66px;
      background: url([object Module]) no-repeat;
      background-size: cover;
      opacity: 0.6; }
  .podcast-show__detail__image {
    background-size: cover;
    border-radius: 8px;
    display: block;
    max-width: 295px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .podcast-show__detail__brand-link {
    display: inline-block;
    margin-bottom: 25px;
    text-align: left; }
  .podcast-show__detail__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: left; }
  .podcast-show__detail__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: left; }
  .podcast-show__detail__author {
    color: #767676;
    margin-bottom: 25px;
    text-align: left; }
  .podcast-show__detail__link__container {
    display: block;
    margin-bottom: 25px;
    text-align: left; }
  .podcast-show__detail__button-container {
    margin: 0 auto 25px; }
    .podcast-show__detail__button-container .gp-btn {
      margin: 0 auto; }

.podcast-show__info-container {
  width: 100%;
  margin-top: 0;
  display: inline-block;
  padding: 40px 0 0; }
  @media screen and (min-width: 767px) {
    .podcast-show__info-container {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (min-width: 1023px) {
    .podcast-show__info-container {
      padding: 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .podcast-show__info-container {
      max-width: 515px; } }
  @media screen and (min-width: 1600px) {
    .podcast-show__info-container {
      max-width: 530px; } }
  .podcast-show__info-container__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-bottom: 5px; }
  .podcast-show__info-container__author {
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 20px; }
  .podcast-show__info-container__subtitle {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px; }
    @media screen and (min-width: 767px) {
      .podcast-show__info-container__subtitle {
        margin-bottom: 20px; } }
  .podcast-show__info-container__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    white-space: pre-wrap; }
    @media screen and (min-width: 767px) {
      .podcast-show__info-container__description {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1023px) {
      .podcast-show__info-container__description {
        margin-bottom: 60px; } }
    .podcast-show__info-container__description p {
      margin-bottom: 20px; }

.podcast-show__episodes {
  display: inline-block;
  padding: 0 0 10px;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .podcast-show__episodes {
      width: 50%;
      padding-left: 15px;
      padding-top: 40px; } }
  @media screen and (min-width: 1023px) {
    .podcast-show__episodes {
      padding-top: 20px; } }
  @media screen and (min-width: 1440px) {
    .podcast-show__episodes {
      width: calc(100% - 660px); } }
  .podcast-show__episodes__title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .podcast-show__episodes__title {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1440px) {
      .podcast-show__episodes__title {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (min-width: 767px) {
    .podcast-show__episodes .episode {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1440px) {
    .podcast-show__episodes .episode {
      padding-left: 0;
      padding-right: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .podcasts-all__header {
  margin-bottom: 40px; }

.globalplayer .podcasts-all__episodes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 16px; }
  .globalplayer .podcasts-all__episodes .content-item__link {
    grid-column: span 2;
    margin-bottom: 16px; }
  @media screen and (min-width: 767px) {
    .globalplayer .podcasts-all__episodes {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (min-width: 1023px) {
    .globalplayer .podcasts-all__episodes {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 32px; }
      .globalplayer .podcasts-all__episodes .content-item__link {
        margin-bottom: 32px; } }
  @media screen and (min-width: 1440px) {
    .globalplayer .podcasts-all__episodes {
      grid-template-columns: repeat(16, 1fr); } }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px), (pointer: coarse) {
  .podcast-episode {
    padding-left: 50px; } }

@media screen and (max-width: 1023px) {
  .podcast-episode {
    padding: 44px 32px 0; } }

@media screen and (max-width: 767px) {
  .podcast-episode {
    padding: 54px 15px 120px 15px; } }

@media screen and (min-width: 1440px) {
  .podcast-episode {
    display: flex;
    justify-content: space-between; } }

.podcast-episode__detail {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 40px 0 0;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .podcast-episode__detail {
      width: 50%;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .podcast-episode__detail {
      width: 100%;
      padding-right: 0; } }
  @media screen and (min-width: 1023px) {
    .podcast-episode__detail {
      padding-top: 15px; } }
  @media screen and (min-width: 1440px) {
    .podcast-episode__detail {
      width: 660px;
      padding-right: 140px; } }
  .podcast-episode__detail__image-container {
    position: relative;
    max-width: 296px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 767px) {
      .podcast-episode__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1023px) {
      .podcast-episode__detail__image-container {
        max-width: 305px; } }
    @media screen and (min-width: 1920px) {
      .podcast-episode__detail__image-container {
        max-width: 289px; } }
    .podcast-episode__detail__image-container::before {
      content: '';
      position: absolute;
      left: -112px;
      z-index: -1;
      bottom: 0;
      width: 118px;
      height: 66px;
      background: url([object Module]) no-repeat;
      background-size: cover;
      opacity: 0.6; }
  .podcast-episode__detail__image {
    background-size: cover;
    border-radius: 8px;
    display: block;
    max-width: 295px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto; }
  .podcast-episode__detail__button-container {
    margin: 0 auto 25px; }
    .podcast-episode__detail__button-container .gp-btn {
      margin: 0 auto; }
      .podcast-episode__detail__button-container .gp-btn.gp-styling.podcast-episode__play-button {
        display: flex;
        align-items: center;
        min-width: 170px;
        min-height: 44px;
        margin: 0 auto auto;
        padding: 9px 15px; }
        .podcast-episode__detail__button-container .gp-btn.gp-styling.podcast-episode__play-button .icon {
          width: 30px;
          height: 30px; }
        .podcast-episode__detail__button-container .gp-btn.gp-styling.podcast-episode__play-button .equaliser {
          margin-top: -15px; }
        .podcast-episode__detail__button-container .gp-btn.gp-styling.podcast-episode__play-button .podcast-episode__play-button__text {
          font-size: 14px;
          line-height: 30px;
          padding-left: 15px; }

.podcast-episode__info-container {
  z-index: 2;
  width: 100%;
  margin-top: 0;
  padding: 40px 0 0;
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 767px) {
    .podcast-episode__info-container {
      width: 50%;
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    .podcast-episode__info-container {
      width: 100%;
      max-width: 522px;
      display: block;
      padding-top: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 1023px) {
    .podcast-episode__info-container {
      padding: 0 10px 15px 10px; } }
  @media screen and (min-width: 1440px) {
    .podcast-episode__info-container {
      max-width: 515px; } }
  @media screen and (min-width: 1600px) {
    .podcast-episode__info-container {
      max-width: 530px; } }
  .podcast-episode__info-container__title {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-bottom: 5px; }
  .podcast-episode__info-container__author {
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 20px; }
  .podcast-episode__info-container__date {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  .podcast-episode__info-container__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    white-space: pre-wrap; }
    @media screen and (min-width: 767px) {
      .podcast-episode__info-container__description {
        margin-bottom: 150px; } }
    @media screen and (min-width: 1023px) {
      .podcast-episode__info-container__description {
        margin-bottom: 60px; } }
    .podcast-episode__info-container__description p {
      margin-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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .podcasts--with-hero-header {
  padding-top: 30px; }

.globalplayer .podcasts__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 .podcasts__hero-header {
      padding-bottom: 10px; } }
  .globalplayer .podcasts__hero-header .header-panel__title {
    display: inline-block;
    margin-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .globalplayer .podcasts__hero-header .header-panel__title {
        margin-bottom: 40px; } }
  .globalplayer .podcasts__hero-header__search-bar {
    position: relative;
    margin-bottom: 25px;
    z-index: 3; }
    @media screen and (min-width: 767px) {
      .globalplayer .podcasts__hero-header__search-bar {
        float: right;
        margin-bottom: 0;
        width: 100%;
        max-width: 420px; } }
    .globalplayer .podcasts__hero-header__search-bar__results {
      z-index: 3; }
  .globalplayer .podcasts__hero-header__slider {
    display: block; }
    .globalplayer .podcasts__hero-header__slider__title {
      color: #ffffff;
      margin-bottom: 10px; }
    .globalplayer .podcasts__hero-header__slider__container {
      margin: 0 -16px; }
      @media screen and (min-width: 520px) {
        .globalplayer .podcasts__hero-header__slider__container {
          margin: 0 -10px; } }
      @media screen and (min-width: 767px) {
        .globalplayer .podcasts__hero-header__slider__container {
          margin: 0; } }
    .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide {
      padding: 10px;
      transition: 0.3s ease-in-out transform; }
      .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide:hover {
        transform: scale(1.05); }
      @media screen and (min-width: 767px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide {
          padding: 15px; } }
      .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide .content-item__link:before {
        display: none; }
      .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide .content-item__text__title {
        color: #ffffff; }
      .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__slide .content-item__text__caption {
        color: #ffffff; }
    .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
      top: calc((100vw - 100px) / 2); }
      @media screen and (min-width: 520px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (16px * 2) - 15px) / 3) - 10px * 2) / 2) + 10px); } }
      @media screen and (min-width: 1023px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (16px * 2) - 15px) / 4) - 10px * 2) / 2) + 10px); } }
      @media screen and (min-width: 1023px) and (pointer: fine) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (104px + 52px) - 15px) / 4) - 15px * 2) / 2) + 15px); } }
      @media screen and (min-width: 1440px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (16px * 2) - 15px) / 5) - 10px * 2) / 2) + 10px); } }
      @media screen and (min-width: 1440px) and (pointer: fine) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (104px + 52px) - 15px) / 5) - 15px * 2) / 2) + 15px); } }
      @media screen and (min-width: 1920px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (16px * 2) - 15px) / 6) - 10px * 2) / 2) + 10px); } }
      @media screen and (min-width: 1920px) and (pointer: fine) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev, .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          top: calc((((calc(100vw - (104px + 52px) - 15px) / 6) - 15px * 2) / 2) + 15px); } }
    .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev {
      left: -4px; }
      @media screen and (min-width: 1023px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--prev {
          left: -8px; } }
    .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
      right: -4px; }
      @media screen and (min-width: 1023px) {
        .globalplayer .podcasts__hero-header__slider__carousel .slick-carousel__button--next {
          right: -8px; } }

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

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

.globalplayer .podcasts__search-results__podcast {
  grid-column: span 2; }

.globalplayer .podcasts .search-bar__results {
  z-index: 3; }

@media screen and (min-width: 767px) {
  .globalplayer .podcasts .search-bar {
    max-width: 420px; } }

.globalplayer .podcasts__detail {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .globalplayer .podcasts__detail__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px; }
    .globalplayer .podcasts__detail__header__title {
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      margin-bottom: 0; }
    .globalplayer .podcasts__detail__header__see-all {
      flex-shrink: 0;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
  .globalplayer .podcasts__detail .slick-carousel-slider__container {
    margin-left: -8px;
    margin-right: -8px; }
    @media screen and (min-width: 1023px) {
      .globalplayer .podcasts__detail .slick-carousel-slider__container {
        margin-left: -16px;
        margin-right: -16px; } }
  .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
    top: calc(((calc(100vw - (16px / 2)) / 2) - 16px) / 2); }
    @media screen and (min-width: 480px) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (16px / 2)) / 3) - 16px) / 2); } }
    @media screen and (min-width: 767px) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (16px / 2)) / 4) - (16px * 2)) / 2); } }
    @media screen and (min-width: 1023px) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (16px / 2)) / 6) - (16px * 2)) / 2); } }
    @media screen and (min-width: 1440px) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (16px / 2)) / 8) - (16px * 2)) / 2); } }
    @media screen and (min-width: 1023px) and (pointer: fine) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (104px + 52px)) / 6) - (16px * 2)) / 2); } }
    @media screen and (min-width: 1440px) and (pointer: fine) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev, .globalplayer .podcasts__detail .slick-carousel__button--next {
        top: calc(((calc(100vw - (104px + 52px)) / 8) - (16px * 2)) / 2); } }
  .globalplayer .podcasts__detail .slick-carousel__button--prev {
    left: -4px; }
    @media screen and (min-width: 1023px) {
      .globalplayer .podcasts__detail .slick-carousel__button--prev {
        left: -8px; } }
  .globalplayer .podcasts__detail .slick-carousel__button--next {
    right: -4px; }
    @media screen and (min-width: 1023px) {
      .globalplayer .podcasts__detail .slick-carousel__button--next {
        right: -8px; } }
  .globalplayer .podcasts__detail .slick-carousel .slick-track {
    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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .register {
  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) {
    .globalplayer .register {
      background-image: none;
      display: block;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  .globalplayer .register__promo {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 10px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .register__promo {
        display: inline-flex;
        justify-content: center;
        padding: 10px 50px;
        margin: 0;
        width: 100%; } }
    .globalplayer .register__promo__logo--mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__logo--mobile {
          display: block;
          max-width: 100%; } }
    .globalplayer .register__promo__brands__logo {
      margin: 20px; }
    .globalplayer .register__promo__container {
      position: -webkit-sticky;
      position: sticky;
      top: 50px;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__container {
          display: none; } }
    .globalplayer .register__promo__headline {
      font-size: 34px;
      margin-bottom: 15px;
      margin-top: 25px; }
      @media screen and (max-width: 1023px) {
        .globalplayer .register__promo__headline {
          font-size: 22px; } }
    .globalplayer .register__promo__text {
      font-size: 16px;
      line-height: 21px; }
  .globalplayer .register__form {
    background-color: #ffffff;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: -50px;
    padding: 40px 60px;
    padding-bottom: 160px;
    text-align: center;
    max-width: 700px;
    width: 50%; }
    .globalplayer .register__form__title {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 44px; }
    .globalplayer .register__form__text {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 15px; }
    @media screen and (max-width: 1023px) {
      .globalplayer .register__form {
        margin-top: 20px;
        padding: 40px 6vw;
        padding-bottom: 200px;
        width: 95%; } }
    @media screen and (max-width: 767px) {
      .globalplayer .register__form {
        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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px) {
  .change-password {
    padding-top: 44px; } }

.change-password__form {
  text-align: center; }
  .change-password__form__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 44px; }
  .change-password__form .form-field {
    margin-bottom: 30px;
    text-align: left; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px) {
  .edit-profile {
    padding-top: 44px; } }

.edit-profile .registration_form__buttons {
  text-align: left; }

.edit-profile__form {
  text-align: center; }
  .edit-profile__form__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 44px; }
  .edit-profile__form__field--dob .form-field {
    display: inline-block;
    padding: 3%;
    vertical-align: top;
    width: 50%; }
    .edit-profile__form__field--dob .form-field:first-of-type {
      padding-left: 0;
      width: 25%; }
    .edit-profile__form__field--dob .form-field:last-of-type {
      padding-right: 0;
      width: 25%; }
    @media screen and (max-width: 767px) {
      .edit-profile__form__field--dob .form-field {
        display: block;
        padding: 0;
        width: 100%; }
        .edit-profile__form__field--dob .form-field:first-of-type, .edit-profile__form__field--dob .form-field:last-of-type {
          width: 100%; } }
  .edit-profile__form .form-field {
    margin-bottom: 30px;
    text-align: left; }
  .edit-profile__form .form-radio-group__option {
    margin-bottom: 10px; }
    @media screen and (max-width: 321px) {
      .edit-profile__form .form-radio-group__option:last-of-type {
        margin-left: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.account-nav-links {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 100%; }
  .account-nav-links__tab.nav-links__link {
    text-align: left; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
@media screen and (max-width: 1023px) {
  .delete-account {
    padding-top: 44px; } }

.delete-account__heading {
  font-size: 22px;
  line-height: 28px; }

.delete-account__text {
  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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.settings-header-panel {
  background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
  @media screen and (max-width: 767px) {
    .settings-header-panel {
      padding: 20px; } }
  .settings-header-panel__button--login {
    margin-right: 10px; }
  .settings-header-panel__text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px; }
    .settings-header-panel__text a {
      cursor: pointer; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.globalplayer .settings {
  min-height: 100vh;
  position: relative;
  padding-bottom: 120px; }
  .globalplayer .settings b {
    font-weight: 700; }
  @media screen and (max-width: 991px) {
    .globalplayer .settings {
      padding-bottom: 160px; } }
  .globalplayer .settings__panel {
    max-width: 40vw;
    margin-bottom: 65px; }
    .globalplayer .settings__panel__main {
      background-image: url(/_next/static/images/settings-panel-background-ec9988ec8ab875874e58a4879e39b353.jpg); }
      .globalplayer .settings__panel__main__name {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px; }
      .globalplayer .settings__panel__main__email {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px; }
      .globalplayer .settings__panel__main__edit-profile {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px; }
        .globalplayer .settings__panel__main__edit-profile:hover {
          color: white;
          opacity: 0.6; }
      .globalplayer .settings__panel__main__title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 40px; }
      .globalplayer .settings__panel__main__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .globalplayer .settings__panel {
        max-width: 100%; } }
    .globalplayer .settings__panel__title {
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .globalplayer .settings__panel__title {
          margin-bottom: 20px; } }
    .globalplayer .settings__panel__subtitle {
      font-size: 12px;
      margin-bottom: 10px;
      margin-left: 15px;
      text-transform: uppercase; }
    .globalplayer .settings__panel__link {
      background-color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #4a4a4a;
      display: block;
      font-size: 15px;
      padding: 20px;
      transition: background-color 0.3s;
      width: 100%; }
      .globalplayer .settings__panel__link:last-child {
        border: 0 none; }
      .globalplayer .settings__panel__link:hover {
        background-color: #e6e6e6;
        color: #4a4a4a; }
  .globalplayer .settings__footer {
    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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/* 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: Podcasts */
/* Round Button */
/* Content page */
.registration_form__button--submit {
  padding: 15px 40px;
  margin: 20px 5px 40px; }

.registration_form__captcha > div {
  margin: 0 auto; }

.registration_form .form-radio-group__option {
  margin-bottom: 10px; }
  @media screen and (max-width: 321px) {
    .registration_form .form-radio-group__option:last-of-type {
      margin-left: 0; } }

.registration_form__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px; }
  .registration_form__text a {
    cursor: pointer; }

.registration_form__title {
  font-size: 28px;
  margin-bottom: 44px; }

.registration_form__field--dob .form-field {
  display: inline-block;
  padding: 3%;
  vertical-align: top;
  width: 50%; }
  .registration_form__field--dob .form-field:first-of-type {
    padding-left: 0;
    width: 25%; }
  .registration_form__field--dob .form-field:last-of-type {
    padding-right: 0;
    width: 25%; }
  @media screen and (max-width: 767px) {
    .registration_form__field--dob .form-field {
      display: block;
      padding: 0;
      width: 100%; }
      .registration_form__field--dob .form-field:first-of-type, .registration_form__field--dob .form-field:last-of-type {
        width: 100%; } }

.registration_form .form-field {
  margin-bottom: 30px;
  text-align: left; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.email-sign-in-modal .modal__close {
  display: none; }

.email-sign-in-modal__forgotten-password {
  border: none;
  color: #006efa;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none; }

.email-sign-in-modal__form .form-field {
  margin-bottom: 30px; }
  .email-sign-in-modal__form .form-field:last-of-type {
    margin: 0; }
  .email-sign-in-modal__form .form-field .form-checkbox .check {
    height: 32px;
    width: 32px; }
  .email-sign-in-modal__form .form-field .form-checkbox input {
    left: 50%;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%); }

.email-sign-in-modal__header {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 35px;
  text-align: left; }

/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.password-email-reset-modal .gp-modal__form__button {
  margin-top: 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: Podcasts */
/* Round Button */
/* Content page */
/************************************
** 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: Podcasts */
/* Round Button */
/* Content page */
.reset-password-modal .gp-modal__form__button {
  margin-top: 60px; }

