html {
  line-height: 1.5;
}

hr {
  height: 0;
  color: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
pre {
  margin: 0;
}

a {
  text-decoration: inherit;
}

button {
  background-image: none;
  background-color: transparent;
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}

hr {
  border-top-width: 1px;
  border-color: #e5e7eb;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button.icon-only:has(i) {
  line-height: 1;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-32 {
  width: 8rem;
}

.w-auto {
  width: auto;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-full {
  width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-full {
  max-width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.text-right {
  text-align: right;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-lg,
.text-xl {
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.text-gray-600 {
  color: #4b5563;
}

.text-gray-700 {
  color: #374151;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-img {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
@font-face {
  font-family: "podcastpage";
  src: url('podcastpage_4nod1j.eot');
  src: url('podcastpage_4nod1j.eot#iefix') format("embedded-opentype"), url('podcastpage_4nod1j.ttf') format("truetype"), url('podcastpage_4nod1j.woff') format("woff"), url('podcastpage_4nod1j-podcastpage.svg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6,
body .button, body button, body a.button,
body .podcast-filter li, body .episode-filter li,
body #nav-container a.nav-item {
  font-family: var(--secondary-font, var(--primary-font)), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
}
#nav-container a.nav-item i {
  display: inline-block;
}
#nav-container a.nav-item.search-icon {
  min-width: 4.8rem;
}
#nav-container li.nav-icons a {
  min-width: 24px;
}
.text-white {
  color: #fff;
}
body .container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .container .container {
  max-width: 100%;
}
body .container [data-stretch-width=true] .container, body .container pp-podcast-header .container, body .container app-episodes-carousel .container {
  max-width: 90%;
}
body::-webkit-scrollbar {
  width: var(--scrollbar-width, 0.8rem);
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 calc(var(--scrollbar-width, 0.8rem) - 2px) #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  min-height: 5rem;
  outline: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #a2a2a2;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #919191;
}
@supports (-moz-appearance: none) {
  :root {
    --scrollbar-width: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --scrollbar-width: 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  body .container, body .nsm-content {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body .container .container, body .nsm-content .container {
    max-width: 100%;
  }
  body .container [data-stretch-width=true] .container, body .container pp-podcast-header .container, body .container app-episodes-carousel .container, body .nsm-content [data-stretch-width=true] .container, body .nsm-content pp-podcast-header .container, body .nsm-content app-episodes-carousel .container {
    max-width: 1280px;
  }
}
a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-hover-color);
}
.button, a.button {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
  border-radius: 3.125rem;
  padding: 1rem 3rem;
}
.button:hover, a.button:hover {
  background-color: var(--primary-hover-color);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  margin: 1rem 0 1.5rem 0;
  line-height: 1.3 !important;
}
body h1 {
  font-size: 3rem;
}
body h2 {
  font-size: 2.3rem;
}
body h3 {
  font-size: 2.1rem;
}
body h4 {
  font-size: 2rem;
}
body h5 {
  font-size: 1.8rem;
}
body h6 {
  font-size: 1.5rem;
}
body {
  background: var(--body-bg-color);
  color: var(--body-font-color);
}
html.loading .custom-loader {
  content: "";
  animation: fade 0.25s;
  background: var(--body-bg-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  position: fixed;
}
html.loading .custom-loader .loader-shape {
  background-color: var(--primary-color);
  width: 90%;
  height: 90%;
}
@keyframes fade {
  0% {
    opacity: 0;
    transition: all 0.2s ease;
  }
  100% {
    opacity: 1;
    transition: all 0.2s ease;
  }
}
.main-content-container {
  font-size: var(--primary-body-font-size);
  font-weight: var(--primary-body-font-weight);
  line-height: 1.6;
  word-break: break-word;
}
.main-content-container p {
  margin-bottom: 1.2rem;
}
.main-content-container a {
  color: var(--primary-color);
}
.main-content-container a:hover {
  color: var(--primary-hover-color);
}
.main-content-container a.button, .main-content-container a.button:hover {
  color: #fff;
}
.main-content-container ul {
  list-style: disc;
}
.main-content-container ol {
  list-style: decimal;
}
.main-content-container ul, .main-content-container ol {
  padding-left: 1.15rem;
}
.main-content-container ul li, .main-content-container ol li {
  margin: 0.3rem 0;
}
.main-content-container b, .main-content-container strong {
  font-weight: 700;
}
.main-content-container,
.main-content-container.wrapper,
body .wrapper .body-container,
body .blog-grid.body-container,
[data-gjs-type=wrapper] {
  padding-top: var(--body-padding, 4rem);
  padding-bottom: var(--body-padding, 4rem);
}
body iframe {
  max-width: 100%;
}
button, a, .button, input[type=submit] {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
  outline: none;
}
button:focus, a:focus, .button:focus, input[type=submit]:focus {
  outline: none;
}
button a, .button a {
  transition-duration: 0ms;
}
.img-rouneded {
  border-radius: 0.275rem;
}
body video, body .mejs__poster {
  border-radius: 0.175rem;
}
body .sticky-default-player .audio-player-wrapper {
  background: transparent !important;
}
body img:not([src]) {
  height: 8rem;
  width: 100%;
  visibility: hidden !important;
}
body img.lazyload.lazyloaded {
  height: auto;
  width: auto;
  opacity: 1;
}
.episode-content-container audio, .episode-content-container video, #episode-header audio, #episode-header video, #sticky-player audio, #sticky-player video, .native-player audio, .native-player video {
  display: none;
}
body.episode.sidebar .related-episodes .mejs__button.mejs__speed-button, body.episode.sidebar .related-episodes .mejs__button.mejs__volume-button, body.episode.sidebar .related-episodes .mejs__button.download-link {
  display: none;
}
/* Web Components Custom Styles */
body .top-header-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li,
body .footer-copyright-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li {
  width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  margin-right: 0.2rem !important;
  margin-bottom: 0 !important;
}
body .top-header-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li img,
body .footer-copyright-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li img {
  width: 24px !important;
  height: 24px !important;
}
pp-episodes, pp-episode-carousel, pp-recent-episodes,
pp-audio-playlist, pp-player, pp-podcast-carousel, pp-podcast-info,
pp-reviews, pp-review-carousel, pp-participants, pp-videos, pp-channel-info,
pp-posts, pp-contact-form, pp-review-form, pp-voice-message, pp-intake-form,
pp-social-sharing, pp-instagram-gallery, pp-featured-episodes, pp-podcast-header {
  min-height: 8rem;
}
pp-subscribe-buttons {
  min-height: 3rem;
}
pp-episodes, pp-episode-carousel, pp-recent-episodes,
pp-audio-playlist, pp-player, pp-videos, pp-podcast-carousel, pp-podcast-info,
pp-subscribe-buttons, pp-reviews, pp-review-carousel, pp-participants, pp-channel-info,
pp-posts, pp-contact-form, pp-review-form, pp-voice-message, pp-intake-form,
pp-social-sharing, pp-instagram-gallery, pp-featured-episodes, pp-podcast-header {
  display: block;
  animation-name: webComponentLoader;
  animation-duration: 0.525s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-play-state: running;
}
@keyframes webComponentLoader {
  0% {
    background-color: rgba(245, 245, 245, 0.075);
    border-radius: 0.375rem;
    margin-bottom: 6px;
  }
  50% {
    background-color: rgba(233, 233, 233, 0.328);
  }
  99% {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.375rem;
    margin-bottom: 6px;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    margin-bottom: 0;
  }
}
body [data-stretch-width=true],
body .stretch-width {
  display: block;
  width: calc(100vw - var(--scrollbar-width, 0.8rem)) !important;
  margin-left: calc( (var(--scrollbar-width, 0.8rem) / 2 ) + 50% - 50vw) !important;
  margin-right: calc( (var(--scrollbar-width, 0.8rem) / 2 ) + 50% - 50vw) !important;
  max-width: 100vw !important;
}
/* END Web Components */
/* START Component Preview Styles */
body.component-preview {
  background-color: transparent !important;
}
/* END   Component Preview Styles */
/* START Page Builder Styles */
.gjs-row {
  display: flex !important;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.gjs-row[data-stretch-width=true] {
  display: flex;
}
.gjs-row[data-stretch-width=true] .gjs-cell {
  max-width: min(1280px, 94%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.gjs-row[data-stretch-width=true] .gjs-cell[data-stretch-width=true] {
  max-width: 100vw !important;
  margin-left: calc( (var(--scrollbar-width, 0.8rem) / 2 ) + 50% - 50vw) !important;
  margin-right: calc( (var(--scrollbar-width, 0.8rem) / 2 ) + 50% - 50vw) !important;
}
@media screen and (max-width: 767px) {
  body .gjs-row,
body .gjs-cell {
    flex-direction: column;
    height: auto !important;
  }
}
.gjs-row pp-player {
  display: flex;
  align-items: center;
}
.gjs-cell {
  min-height: 7rem;
  flex-grow: 1;
  flex-basis: 100%;
}
.primary-color-c {
  color: var(--primary-color);
}
.secondary-color-c {
  color: var(--primary-hover-color);
}
.primary-color-bg {
  background-color: var(--primary-color);
}
.secondary-color-bg {
  background-color: var(--primary-hover-color);
}
/* END Page Builder Styles */
/* START Page Title Container */
.page-title-container {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: var(--page-single-header-padding, 75px);
  padding-bottom: var(--page-single-header-padding, 75px);
  background-color: var(--page-single-background-color, var(--body-bg-color));
}
.title-container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  text-align: var(--page-single-title-align, left);
}
.title-container h1 {
  color: var(--page-single-title-color, var(--body-font-color));
  font-size: var(--page-single-title-size, 3rem);
}
.main-content-container .page-title-container {
  margin-top: calc(-1 * var(--body-padding,4rem));
  margin-bottom: var(--body-padding, 4rem);
}
@media screen and (min-width: 1400px) {
  .title-container {
    max-width: 1280px;
  }
}
/* END Page Title Container */
body .sticky-embed .audio-embed-container {
  margin: 0;
}
body .ng-bar {
  background-color: var(--primary-color) !important;
}
body #app-loader {
  direction: ltr !important;
}
body .ng-spinner-icon {
  display: none !important;
}
body .hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }

  body .container {
    max-width: 94%;
  }
  body .container .container {
    max-width: 100%;
  }
  body .container [data-stretch-width=true] .container, body .container pp-podcast-header .container, body .container app-episodes-carousel .container {
    max-width: 94%;
  }

  #sticky-player .player-collapser {
    margin-top: 4px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .episodes-container.column-1 .mejs__container {
    min-width: 300px !important;
  }

  .main-content-container,
.main-content-container.wrapper,
.blog-template-container,
.page-template-container,
.title-container,
.participant-template-container {
    max-width: 94% !important;
  }

  .main-content-container .container {
    max-width: 100%;
  }

  [data-stretch-width=true],
.stretch-width,
.main-content-container.wrapper.stretch-width {
    max-width: 100vw !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
    line-height: 1.7;
  }

  body .flex {
    display: block;
  }
  body .text-base, body .container, body .host-text.text-sm {
    font-size: 1.4rem;
  }
  body .text-sm {
    font-size: 1.15rem;
  }
  body .text-xs {
    font-size: 1rem;
  }
  body .text-2xl {
    font-size: 1.8rem;
  }
  body .audio-player-wrapper {
    min-height: 125px;
    padding-top: 20px;
  }
  body .audio-player-wrapper .mejs__container {
    min-width: auto !important;
    max-width: 100% !important;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.mejs__skip-back-button, body .audio-player-wrapper .mejs__container .mejs__button.mejs__jump-forward-button, body .audio-player-wrapper .mejs__container .mejs__button.mejs__speed-button, body .audio-player-wrapper .mejs__container .mejs__button.download-link, body .audio-player-wrapper .mejs__container .mejs__button.share-link, body .audio-player-wrapper .mejs__container .mejs__button.subscribe-link {
    position: absolute !important;
    top: 55px !important;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.mejs__skip-back-button {
    left: -2px;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.mejs__jump-forward-button {
    left: 19%;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.mejs__speed-button {
    left: 41%;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.download-link {
    left: 63%;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.share-link {
    left: 84%;
  }
  body .audio-player-wrapper .mejs__container .mejs__button.subscribe-link {
    left: 95%;
  }
  body .mejs__controls {
    display: flex;
    justify-content: space-between;
  }
  body .mejs__button,
body .mejs__button.mejs__jump-forward-button,
body .mejs__button.mejs__speed-button,
body .mejs__button.download-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: initial;
    text-align: center;
  }
  body .mejs__button button, body .mejs__button button:before,
body .mejs__button.mejs__jump-forward-button button,
body .mejs__button.mejs__jump-forward-button button:before,
body .mejs__button.mejs__speed-button button,
body .mejs__button.mejs__speed-button button:before,
body .mejs__button.download-link button,
body .mejs__button.download-link button:before {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: initial;
  }
  body app-audio-player, body app-audio-embed-player {
    margin-top: 0 !important;
  }
  body .mejs__container {
    min-width: 200px;
  }
  body .mejs__button.mejs__jump-forward-button {
    padding-right: 26%;
  }
  body .blog-grid .grid {
    grid-template-columns: repeat(1, 100%) !important;
    grid-gap: 3rem;
    gap: 3rem;
  }
  body .blog-template-container, body .page-template-container, body .title-container, body .participant-template-container {
    padding-right: 3%;
    padding-left: 3%;
  }
  body .main-content-container {
    font-size: calc(var(--primary-body-font-size) + 0.3rem);
  }
  body .top-header-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li, body .footer-copyright-container pp-subscribe-buttons app-podcast-icons .subscribe-buttons li {
    margin-bottom: 20px !important;
  }
  body .main-content-container .episodes-container .episode-content-container .audio-player-wrapper.player-speed-disabled .mejs__button.mejs__speed-button {
    display: none !important;
  }
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container,.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:none}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background,.mejs__mediaelement{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{animation:a 1s linear infinite;background:transparent url(mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@keyframes a{to{transform:rotate(1turn)}}.mejs__controls{bottom:0;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:transparent url(mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:1px dotted #999}.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{animation:b 2s linear infinite;background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-current,.mejs__time-handle-content{background:hsla(0,0%,100%,.9)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded{left:0;transform:scaleX(0);transform-origin:0 0;transition:all .15s ease-in;width:100%}.mejs__time-buffering{transform:scaleX(1)}.mejs__time-hovered{transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;transform:scale(0);width:10px}.mejs__time-rail .mejs__time-handle-content:active,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail:hover .mejs__time-handle-content{transform:scale(1)}.mejs__time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;transform:translateX(-50%);width:2px}.mejs__volume-current{left:0;margin:0;width:100%}.mejs__volume-current,.mejs__volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs__volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs__horizontal-volume-current,.mejs__horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs__horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay a,.mejs__cannotplay p{display:inline-block;padding:0 15px;width:100%}