@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(../../../fonts/Roboto-300.woff2) format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../../fonts/Roboto-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../../../fonts/Roboto-Bold.woff2) format("woff2");
}

:root {
  --font-family-main: "Roboto", sans-serif;
  --filter-main-color: brightness(0) saturate(100%) invert(26%) sepia(65%)
    saturate(7378%) hue-rotate(311deg) brightness(86%) contrast(115%);
  --color-font: #ffffff;
  --color-black: #000000;
  --color-main: #e70189;
  --color-body-bg: #000000;
  --color-text-big-superscription: #e70189;
  --color-bg-big-superscription: #000000;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #000000;
  --color-border-superscription: #ffffff4d;
  --color-bg-slot: #000000;
  --color-big-slot-title: #ffffff;
  --color-small-slot-title: #ffffff;
  --color-bg-slot-border: #000000;
  --color-bg-header: #222222;
  --color-bg-tapbar: #000000;
  --color-border-header: #000000;
  --color-border-line: #d7d7d7;
  --color-white: #ffffff;
  --color-pagination: #e70189;
  --color-quiz: #e70189;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #e70189;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Player */
  --player-accent: #222222;
  /* Taboola feed */
  --font-family-taboola-feed: "Roboto", sans-serif;
  --radius-taboola-feed: 12px;
  --color-font-taboola-feed: #ffffff;
  /* Breadcrumbs */
  --color-breadcrumbs-text: #f8f8f8;
  --color-breadcrumbs-link: rgba(248, 248, 248, 0.7);
  --margin-breadcrumbs-category: 8px 0;
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 4px;
  --radius-article-gallery: 20px;
  --radius-article-image: 16px;
  --radius-video: 16px;
}

body {
  font-family: var(--font-family-main);
  color: var(--color-font);
  background-color: var(--color-body-bg);
}

.settings-btn {
  bottom: 140px !important;
}

.gl_wrapper {
  padding: 0 16px;
}

.element__media a:after {
  background-size: contain;
  width: 40px;
  height: 32px;
  content: "";
  background-color: var(--color-white);
  -webkit-mask-image: url(/media/icons/f03e.svg);
  mask-image: url(/media/icons/f03e.svg);
  -webkit-mask-size: 40px;
  mask-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  z-index: 0;
  display: block;
}

body .link-rotator-wrapper {
  margin: 0 -16px 40px 0;
}

body .link-rotator-wrapper .swiper.link-rotator::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -32px;
  width: 72px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(0 0 0 / 50%) 25%,
    #000 80%
  );
  z-index: 2;
  pointer-events: none;
}

.section__hero.section__container {
  margin: 0 -16px 40px -16px;
}

.category-layout .link-rotator-wrapper + .blockinfo .blockinfo__text h1 {
  margin-bottom: 16px !important;
}

/* Tekst "Podcasty:" na SG i kategorii */
.category-layout
  .link-rotator-wrapper
  + .blockinfo
  .blockinfo__text.blockinfo__short,
.main-layout .blockinfo__text.blockinfo__short {
  margin-bottom: 0;
}
.category-layout .link-rotator-wrapper + .blockinfo .blockinfo__text h2,
.main-layout .blockinfo__text h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 0;
}
/* /Tekst "Podcasty:" na SG i kategorii */

/* quiz in article */
.article-layout article .quizv2 {
  padding: 16px;
  background: var(--color-white);
}
.article-layout article .quizv2 .button--primary {
  padding: 4px 15px !important;
  min-width: fit-content !important;
}
/* /quiz in article  */

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.blockinfo__text.blockinfo__short:has(h1) {
  max-height: none;
}
.blockinfo__text.blockinfo__short h1 {
  text-align: left;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  margin-top: 0;
  color: var(--color-main);
}
.blockinfo.gl_plugin {
  margin-bottom: 24px;
}

/* footer */
.gl_plugin.footer {
  padding-bottom: 55px;
  padding-top: 16px;
}
body:has(.glass-container) .gl_plugin.footer {
  padding-bottom: 140px;
}
footer .row {
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 3;
  margin-bottom: 16px;
}
footer .legal-info {
  order: 2;
  color: var(--color-font);
  padding: 0 16px;
}
footer::before {
  position: relative;
  display: block;
  content: "";
  top: -24px;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--color-border-line);
}
footer .about {
  order: 4;
}
footer .serwis-list {
  order: 6;
}
footer .legal {
  order: 5;
}
footer .list,
footer .legal,
footer .show-list,
footer .about,
footer .copyright {
  background-color: var(--color-bg-slot);
}
footer .list ul li a {
  display: inline-block;
  color: var(--color-white);
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 152px !important;
  justify-content: center;
}
footer .legal-info .h5 {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 0 0;
  color: var(--color-font);
  margin-bottom: 16px;
  border-top: 1px solid var(--color-border-line);
}
footer h3,
footer .h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-font);
}
footer .show-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
  border-bottom: 0;
}
footer .copyright .copyright__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-font);
}
.article-layout footer .gl_wrapper {
  padding: 0;
}
footer .serwis-list a {
  color: var(--color-font);
}
.footer::after,
.podcast-layout .footer::after {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 70px;
  background: var(--color-bg-slot);
}
footer a:hover,
footer ul li a {
  color: var(--color-font);
}
footer ul li {
  border-top: 1px solid var(--color-border-line);
}
/* /footer */

/* highlight */
.highlight {
  border-bottom: 1px solid #0000000f;
}
.highlight__button .hightlight__button-link {
  background-color: var(--color-black);
  border-radius: 8px;
}
.highlight__image-box {
  background-color: unset;
  padding-bottom: 0;
  line-height: 0;
  height: auto;
}
.highlight__image-box img {
  position: relative;
  margin: 0 auto;
  border-radius: 16px;
  width: 100%;
}
.highlight__textbox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.highlight__title .hightlight__text {
  color: var(--color-font);
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #0000000f;
}
/* /highlight */

.article-layout .main-content {
  margin-bottom: 0px;
}
.audioBlock {
  margin-bottom: 16px;
}
article > ul,
article > ol {
  margin: 0 0 16px 8px;
}
article > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-bottom: 16px;
}
article > p a,
article > a,
article p a {
  color: var(--color-main);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1.5px !important;
}
article h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
}
article h3 a {
  color: var(--color-main);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
  text-align: left;
}

/* recommended article link */
article .recommendedArticle {
  position: relative;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
}

article .recommendedArticle .recommendedArticle__link {
  display: inline;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

article .recommendedArticle .recommendedArticle__title {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
}

article .recommendedArticle .recommendedArticle__title p {
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-font);
}

article .recommendedArticle__link a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-main);
  text-decoration-color: var(--color-main) !important;
}

article .recommendedArticle__link::before {
  position: relative;
  top: 3px;
  left: 0;
  content: "•";
  font-size: 24px;
  margin-right: 2px;
  color: var(--color-main);
}

/* tagi */
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  color: var(--color-main);
  background-color: unset;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  padding: 3px 8px;
}
.article-layout .tags .breadcrumb__item:last-child::after {
  display: none;
}
.article-layout .tags .breadcrumb__item:first-child::before {
  color: var(--color-white);
}
.article-layout .tags .breadcrumb__item {
  margin-right: 8px;
}
/* /tagi */

.article-layout article .ctr_teaser_with_link figure figcaption {
  padding: 0;
}

.article-layout .player__title {
  color: var(--color-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
  padding: 8px;
  border-radius: 16px 16px 0 0;
}

article > h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 16px 0;
}
article ol li a,
article ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-main);
  text-decoration: none;
}
article ol li,
article ul li {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-font);
  text-decoration: none;
}
article h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-top: 0;
}
article {
  font-size: 17px;
}
article
  a:not(
    /* TOC */
    .toc li a,
    .toc__link,
    /* /TOC */
    .promo .promo__title,
    .oferteo a,
    .single-photo__zoom a,
    .trc_related_container a,
    article .autor span.h3 a,
    article .article-author span.h3 a,
    .product-presentation__button-link,
    .google-preference-btn
  ),
article li a:not(
  .ofeWidgetCities__itemUrl,
  /* TOC */
  .toc li a,
  .toc__link
  /* /TOC */
  ) {
  font-size: 17px;
  color: var(--color-main);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1.5px !important;
}
/* article gallery link*/
article .single-photo figure figcaption a {
  filter: invert(1);
}
article strong a,
article li strong a {
  text-decoration-color: var(--color-main) !important;
}
article ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: var(--color-font);
}
article li::marker {
  color: var(--color-font);
}
.gl_plugin.socials .expand {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 8px 20px 8px 20px;
  border-radius: 0 0 6px 6px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
}
.gl_plugin.socials.collapsed {
  border-bottom: 1px solid #d9d9d9 !important;
}
.col-4
  .listing-horizontal-full
  .element__media
  img:not(.lead-gallery-more img) {
  max-width: 80px;
  height: auto;
  border-radius: 8px;
}
.col-4 .listing-horizontal-full .element__extras .date p {
  display: none;
}
.col-4 .listing-horizontal-full .element__media {
  margin-right: 0;
  width: 80px;
  border-radius: 8px;
}
.listing-horizontal-full .element {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.listing-horizontal-full .element:has(.listing-lead) {
  display: block;
}
.col-4 .listing-horizontal-full .element:has(.listing-lead) .element__media {
  margin-right: 12px;
}

.listing-horizontal-full .element .element__content .element__headline a,
.listing-horizontal-full .element .element__content .element__headline h2,
.listing-horizontal-full .element .element__content .element__headline h3 {
  padding: 0 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  max-height: 48px;
  color: var(--color-font);
}
.author-layout
  .listing-horizontal-full
  .element
  .element__content
  .element__headline
  a {
  max-height: 58px;
}
.listing-container.listing-ron-nces {
  padding: 0 16px;
}
p.lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--color-font);
}
.tags.gl_plugin {
  margin-bottom: 24px;
}
.placeholder--after {
  left: 24px !important;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  padding: 2px 4px;
  color: var(--color-main);
  text-decoration: none;
}
.main-content .main-title-listing span {
  padding: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-transform: none;
  margin: 0;
  color: var(--color-font);
}
.main-content .main-title-listing span h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  margin: 16px 0 24px 0;
}
.listing__tags .listing-lead {
  bottom: 30px;
}
.listing__tags .listing-lead p {
  display: -webkit-box;
  position: relative;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  width: 328px;
  left: -96px;
  text-align: left;
}
.article-layout .main-content .main-title-listing span {
  padding-left: 0;
}
.main-title-listing a {
  margin-left: 0px;
  color: var(--color-main);
  text-decoration: none;
}

/* poprawka CLS dla sticky video */
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  ) {
  aspect-ratio: 1.777 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: unset !important;
  margin-bottom: 8px;
}
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(
    .podcastBlockPlayer--v2
  )
  .vjs-tech {
  aspect-ratio: 1.777 !important;
  position: inherit !important;
  height: auto !important;
}
.podcasts-player .turbo_audio_podcast .vjs-title-bar {
  top: 60px !important;
}
.video_player > .turbo-vjs {
  min-height: 200px !important;
  box-sizing: border-box;
  border-radius: 16px;
}
.vjs-fullscreen .vjs-tech {
  height: 100% !important;
}
.player.player--main video-js {
  padding-top: 56.25% !important;
}
.player.player--main video {
  position: absolute !important;
}
/* /poprawka CLS dla sticky video */

/* new sponsors on listings */
.extras_component.extras__component--spon {
  position: absolute;
  right: 0;
  top: -25px;
  height: 17px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: initial !important;
  max-width: initial !important;
  border-radius: 12px;
}
.extras_component.extras__component--spon p {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
  text-shadow: none;
}
.slot__label {
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 2;
  background: var(--color-white);
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 32px;
}
.slot__label span {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
}
article .gl_plugin.player.video_player {
  border-radius: 16px;
}

.header #hook_top .blockinfo__text h1 {
  margin-top: 16px;
}
.listing .button {
  display: flex;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  margin: 16px auto 40px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 8px;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
.gl_plugin.listing {
  margin-bottom: 24px;
}
.main-title-listing {
  width: initial;
  text-align: left;
}
.main-title-listing,
.main-title-listing a {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: var(--color-font);
}
.article-layout .main-title-listing,
.category-layout .main-title-listing,
.author-layout .main-title-listing {
  margin-bottom: 24px;
}
.category-layout .main-title-listing h2 {
  margin: 0;
}
.tag-layout .main-title-listing {
  margin-bottom: 0;
}
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text h1),
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text) h1 {
  margin-bottom: 8px;
}
.category-layout .main-title-listing h2,
.category-layout .main-title-listing span {
  font-size: 32px;
  line-height: 40px;
}

/* sekcje */
.section__more-button .more-button {
  border: 1px solid var(--color-white);
  background-color: unset;
  color: var(--color-white);
}
.slot__superscription p,
.element__superscription p {
  font-family: var(--font-family-main);
}
section > .gl_wrapper {
  padding: 0 16px;
}
.slot {
  margin-bottom: 16px;
}
.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase;
}
.section__v1
  .section__slots
  .slot.slot__big
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v1 .section__slots .slot.slot__big .slot__image,
.section__v2
  .section__slots
  .slot.slot__big
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v2 .section__slots .slot.slot__big .slot__image {
  height: 326px;
}
.section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--color-text-big-superscription) !important;
  padding: 0 !important;
  background-color: unset !important;
  letter-spacing: 0.7px;
}
.section__v2
  .section__slots
  .slot
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v2 .section__slots .slot .slot__image,
.section__v3
  .section__slots
  .slot
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v3 .section__slots .slot .slot__image {
  border-radius: 12px;
}
.section__v2 .section__slots .slot.slot_1 .slot__content .slot__superscription {
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  color: var(--color-text-big-superscription);
  margin-top: 4px;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content,
.section__v3 .section__slots .slot .slot__content .slot__superscription,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  position: relative;
  padding-left: 0;
  margin: 8px 0 0 0;
  text-align: left;
  background: unset;
  z-index: 0;
}
.section__v3 .section__slots .slot .slot__content {
  width: 100%;
  margin: 4px 0;
}
.section__v2 .section__slots .slot.slot__big,
.section__v3 .section__slots .slot,
.section__v2 .section__slots .slot {
  height: initial;
  flex-direction: column;
}
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v3 .section__slots .slot .slot__content::after,
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v2 .section__slots .slot.slot__big .slot__content::after {
  display: none !important;
}
.slot__title p,
.slot__title h2,
.slot__title h3 {
  color: var(--color-small-slot-title) !important;
}
.slot__superscription p {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  color: var(--color-text-small-superscription) !important;
  background-color: var(--color-bg-small-superscription) !important;
  padding: 0px 8px !important;
  text-align: left;
  width: max-content;
  border-radius: 12px;
  border: 1px solid var(--color-border-superscription);
  margin: 0 !important;
}
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  color: var(--color-big-slot-title);
  text-align: left !important;
  margin: 0 !important;
}
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h2,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h2,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h3,
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title
  h3 {
  margin-top: 8px !important;
}
.section__v3 .section__slots .slot.slot__big .slot__image {
  width: initial !important;
}
.section__title a,
.section__title {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 130% !important;
  text-align: left;
  color: var(--color-font) !important;
  text-transform: unset !important;
  width: 100%;
}
.section__title {
  margin: 0 0 20px 0 !important;
}
.section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: initial;
  padding-left: 0 !important;
}
.slot__superscription {
  margin: 0;
  padding-left: 0;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  width: 100%;
  max-width: 100%;
  color: var(--color-text-small-superscription);
  font-family: var(--font-family-main);
}
.section__v3 .section__slots .slot .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
  font-weight: 400;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-small-slot-title);
  padding: 0;
  margin: 0;
  -webkit-line-clamp: 2;
}
.section__v3
  .section__slots
  .slot
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v3 .section__slots .slot .slot__image,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__image
  picture
  img:not(.lead-gallery-more img),
.section__v2 .section__slots .slot.slot__small .slot__image {
  height: 280px !important;
}
.section__v3 .section__slots .slot .slot__image,
.section__v2 .section__slots .slot.slot__small .slot__image {
  background-color: #d8d8d8;
}
.section__header {
  padding-right: 0;
  margin-bottom: 0;
}
.section__v2 .section__slots .slot .slot__content .slot__title,
.section__v3 .section__slots .slot .slot__content .slot__title {
  padding-top: 12px;
}
.section__v2
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title,
.section__v3
  .section__slots
  .slot
  .slot__content
  .slot__superscription
  + .slot__title,
.section__v2 .section__slots .slot.slot_1 .slot__content .slot__title {
  padding-top: 0;
}
.section__container.section__v2.section__light
  .section__slots
  .slot:first-child
  .slot__image {
  width: initial;
}
.section__v3 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2,
.section__v2 .section__header .section__title h2 {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 130% !important;
  color: var(--color-font) !important;
  text-transform: unset;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__small .slot__content {
  position: relative;
  min-height: 124px;
  max-height: 124px;
  border-radius: 0 0 32px 32px;
}
.section__header .section__links {
  align-self: flex-start;
  width: calc(100% - -16px);
  gap: 12px;
  margin-bottom: 16px;
}
.section__v2 .section__header .section__links a,
.section__v3 .section__header .section__links a {
  align-self: flex-start;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--color-font);
  max-width: unset;
  border-radius: 24px;
  padding: 4px 8px;
  background: #f3f3f3;
  backdrop-filter: blur(8.5px);
  margin: 0;
}
.section__v2 .section__header .section__links a:last-of-type,
.section__v3 .section__header .section__links a:last-of-type {
  margin-right: 16px;
}
.section__hero.section__container .slot__content .slot__superscription p {
  background-color: unset !important;
}
/* /sekcje */

/* Kontener galerii w wersji dark */
.gallery-layout.wide,
.gallery-layout.wide .thumbnails__modal,
.gallery-layout.wide .thumbnails__modal .gallery-thumbnails,
.gallery-layout.wide .swiper-gallery,
.gallery-layout.wide #hook_content_bottom.m_bottom_hook {
  background-color: var(--color-black) !important;
}
.gallery-layout.wide .thumbnails__modal .gallery-container .gallery-close,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .photo__title,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .photo__desc,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .gallery__title,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .gallery__desc,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .photo__title
  p,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .photo__desc
  p,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .gallery__title
  p,
.gallery-layout.wide
  .swiper-gallery
  .gallery-swiper
  .swiper-wrapper
  .photo__description-container
  .gallery__desc
  p {
  color: var(--color-font);
}
.gallery-layout.wide
  .thumbnails__modal
  .gallery-container
  .gallery-close:before {
  filter: invert(1) brightness(1);
}
/* /Kontener galerii w wersji dark */

/* Kontener quizu w wersji dark */
.quiz-layout.wide .quizv2 .row,
.quiz-layout.wide .quizContent--spinner,
.quiz-layout.wide .quizv2 .answer,
.quiz-layout.wide .quizv2 .splash-container,
.quiz-layout.wide .quizv2--splash .ending-splash__result,
.quiz-layout.wide .quizv2--splash.quizv2--point .test-splash__result,
.quiz-layout.wide .quizv2--summary .summary,
.quiz-layout.wide .recommended-quizzes__item--title[data-v-cd98235c] {
  background-color: var(--color-black);
}
.quiz-layout.wide .quizv2--summary .answer.correct .answer__label,
.quiz-layout.wide .quizv2--summary .answer__label:after,
.quiz-layout.wide .quizv2--summary .answer__label:before {
  border-color: var(--color-white);
}
.quiz-layout.wide .quizv2--summary .answer.correct .answer__label:after {
  background-color: var(--color-white);
}
.quiz-layout.wide
  .exit-wrapper-nav
  .button.button--exit
  .nav-btn-exit__icon
  .mobile-exit-icon,
.quiz-layout.wide
  .exit-wrapper-nav
  .button.button--back
  .nav-btn-back__icon
  .mobile-back-icon {
  filter: invert(0) brightness(100);
}
.quiz-layout.wide .recommended-quizzes__item--title span[data-v-cd98235c] {
  color: var(--color-white);
}
/* Kontener quizu w wersji dark */

/* Artykuł w wersji dark */
body .breadcrumb_v2 .breadcrumb_v2-item:first-child a::before,
article .autor.flex.display-flex span.h3.art-sp::before,
article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before,
.share-buttons-wrapper .share-buttons,
.share-buttons-wrapper .google-preference-btn::before {
  filter: invert(1) brightness(1);
}
body.article-layout.wide article .neck .autor.flex.display-flex #timezone span,
body.article-layout.wide article .share-buttons-wrapper .share-buttons::before,
body.article-layout.wide article .quizv2 .quizv2__title--teaser,
body.article-layout.wide article .quizv2 .question__title,
body.article-layout.wide article .quizv2 .answer__title,
body.article-layout.wide .liveTimeline__title p,
body.article-layout.wide .liveTime__timelineText p,
body.article-layout.wide .liveTime__timeline p span,
body.article-layout.wide article .autor.flex.display-flex span.h3.art-sp {
  color: var(--color-font);
}
body.article-layout.wide article #table-of-contents,
.article__placement:after,
.zpr_inside_1_wide:after,
.zpr_inside_2_wide:after,
.zpr_inside_3_wide:after,
.zpr_bottom_1:after,
.zpr_inside_2:after,
.zpr_inside_3:after,
.zpr_side_bottom:after,
.zpr_side_2_box:after,
.zpr_side_3_box:after,
.zpr_side_4_box:after,
body.article-layout.wide article .quizv2 > div,
body.article-layout.wide article .quizv2 .answer,
body.article-layout.wide article .quizv2 {
  background-color: var(--color-black) !important;
}
/* /Artykuł w wersji dark */

/*rotator*/
.section__rotator {
  margin-left: -16px;
  margin-right: -16px;
}
.section__rotator .swiper-slide a {
  width: 160px;
  height: 200px;
}
.section__rotator .swiper-slide img {
  border-radius: 12px;
}
.swiper.rotator .swiper-button-next,
.swiper.rotator .swiper-button-prev {
  display: none;
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active img {
  height: 155px !important;
  border-radius: 12px;
}
.rotator .slot__title {
  padding: 8px !important;
}
.section__container.section__rotator .section__title,
.section__container.section__rotator .section__title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: var(--color-main);
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: unset;
  justify-content: flex-start;
  text-align: left;
}
.rotator .slot__title p,
.rotator .slot__title h2,
.rotator .slot__title h3 {
  -webkit-line-clamp: 3 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.section__container.section__rotator {
  position: relative;
}
.section__container.section__rotator::after,
.section__container.section__rotator::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -32px;
  width: 90px;
  height: 335px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(0 0 0 / 50%) 25%,
    #000 80%
  );
  z-index: 2;
  pointer-events: none;
}
.section__container.section__rotator::before {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(0 0 0 / 50%) 25%,
    #000 80%
  );
  left: -32px;
  right: unset;
}
.section__container.section__rotator.section__light {
  margin-bottom: 40px;
  overflow: hidden;
}
.section__container.section__rotator.section__light .section__header {
  position: relative;
  padding: 16px !important;
  z-index: 2;
}
.rotator .swiper-slide {
  box-shadow: unset !important;
  background-position: center;
  background-size: cover;
  width: 155px !important;
  height: 206px !important;
  overflow: hidden;
}
.section__rotator .section__slots .rotator::before,
.section__rotator .section__slots .rotator::after,
.section__rotator .section__slots .rotator .slot__superscription,
.link-rotator-wrapper .swiper.link-rotator .swiper-pagination {
  display: none;
}

/* v33 */
.v33_podcasts .element__media::after {
  display: none;
}
.v33_podcasts .element__media a {
  background-color: var(--color-white);
  border-radius: 12px;
}
.v33_podcasts .element__media img:not(.lead-gallery-more img) {
  border-radius: 8px;
}
.v33_podcasts .element__superscription {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
}
.v33_podcasts .element__superscription p {
  display: none;
}
.v33_podcasts .main-title-listing {
  text-align: left;
  padding: 0;
}

/* v30*/
.v30 .item-sp .element__extras {
  position: absolute;
  top: -273px;
  right: calc(-50% - -55px);
}

.v30 .element__media {
  width: initial;
  object-fit: cover;
  object-position: center;
  max-height: 288px;
}

.v30 .element__media a {
  min-height: 0px;
}

.v30 .element__media img:not(.lead-gallery-more img) {
  max-height: 288px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.listing-container.v30 .element .element__content .element__headline a,
.listing-container.v30 .element .element__content .element__headline h2,
.listing-container.v30 .element .element__content .element__headline h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--font-family-main);
  color: var(--color-font);
  -webkit-line-clamp: 2;
  text-align: left;
  padding: 0;
  max-height: 124px;
  margin: 0 !important;
}

.listing-container.v30
  .element
  .element__content:not(:has(.element__superscription))
  .element__headline
  a,
.listing-container.v30
  .element
  .element__content:not(:has(.element__superscription))
  .element__headline
  h2,
.listing-container.v30
  .element
  .element__content:not(:has(.element__superscription))
  .element__headline
  h3 {
  margin: 8px 0 0 0 !important;
}

.listing-container.v30 .element .element__content .element__superscription p {
  position: absolute;
  height: inherit;
  text-overflow: ellipsis;
  margin-left: 0;
  top: 8px;
  left: 24px;
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  background-color: unset;
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font-family-main);
  color: var(--color-text-small-superscription);
  border: 1px solid var(--color-border-superscription);
  border-radius: 12px;
  padding: 0px 8px;
  height: 24px;
  box-sizing: border-box;
}

.listing-container.v30 .element .element__content .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-bg-small-superscription);
  display: flex;
  height: 24px;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: inherit;
  box-sizing: border-box;
}

.listing-container.v30 .element .element__content {
  position: relative;
  background-color: unset;
  height: 124px;
}

.listing-container.v30 .element {
  height: 380px;
  width: 100%;
  margin-left: 0;
  margin-top: 4px;
  position: relative;
  overflow: initial;
  margin-bottom: 32px;
  margin-right: 0;
}

.v30 div {
  height: initial;
  width: 100%;
  position: relative;
  overflow: initial !important;
}

/* product-presentation */
.product-presentation__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 4px 8px;
  margin: auto;
  min-height: 32px;
  white-space: normal;
}
.product-presentation__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__image--small {
  width: 100%;
  height: auto;
}

/* highlight */
article .highlight {
  border-bottom: 0;
  padding: 8px 8px 16px 8px;
  border-radius: 8px;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

article .highlight .highlight__title {
  float: none;
  width: auto;
}

article .highlight .highlight__textbox {
  margin-bottom: 8px;
}

article .highlight .highlight__title .hightlight__text {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: var(--color-font);
  border-bottom: 0;
  padding-bottom: 0;
}

article .highlight .highlight__textbox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-font);
}

article .highlight .highlight__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

article .highlight .highlight__button .hightlight__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid #d9d9d9;
  padding: 4px 16px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 96px;
  width: max-content;
  box-sizing: border-box;
  min-width: 128px;
  text-decoration: none !important;
  height: 32px;
  text-align: center;
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.03),
    0px 1px 6px -1px rgba(0, 0, 0, 0.02),
    0px 2px 4px 0px rgba(0, 0, 0, 0.02);
  margin: 4px 0 0 0;
}

article .highlight .highlight__image {
  margin-bottom: 16px;
}

article .highlight .highlight__figcaption {
  position: relative;
  bottom: 0;
  padding: 2px 4px;
  left: 0;
  margin: 0;
  width: 100%;
  line-height: 10px;
}

article .highlight .highlight__figcaption .hightlight__text {
  display: inline;
  text-align: left;
  color: var(--color-font);
  font-size: 10px;
  line-height: 10px;
}

/* - recommended content - */
article .recommended-content {
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0 0 24px 0;
}

article .recommended-content .title {
  line-height: 15px;
  margin-left: 0 !important;
}

article .recommended-content .recommendedTitle__text {
  position: relative;
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: var(--color-font);
}

article .recommended-content .item {
  display: inline;
}

article .recommended-content .item a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-main);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

article .recommended-content .item::before {
  position: relative;
  top: 3px;
  left: 1px;
  content: "•";
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-main);
}

article .recommended-content .item span {
  display: inline;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-font);
}

article .recommended-content .item a:hover {
  text-decoration: none !important;
}

/* listing v32 */
.v32 > div .element__content {
  position: relative;
  margin: 8px 0;
}
.v32 > div:nth-child(1),
.v32 > div:nth-child(2),
.v32 > div:nth-child(3) {
  height: initial;
  width: 100%;
  position: relative;
  overflow: initial;
}
.v32 > div:nth-child(1) .element__media,
.v32 > div:nth-child(2) .element__media,
.v32 > div:nth-child(3) .element__media {
  width: initial;
}
.v32 > div:nth-child(1) .element__content:after,
.v32 > div:nth-child(2) .element__content:after,
.v32 > div:nth-child(3) .element__content:after,
.v32 > div:nth-child(4) .element__content:after,
.v32 > div:nth-child(5) .element__content:after,
.v32 > div:nth-child(6) .element__content:after {
  display: none;
}
.v32 > div .element__headline a,
.v32 > div .element__headline h2,
.v32 > div .element__headline h3 {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  color: var(--color-small-slot-title);
  text-align: left !important;
  padding: 0 !important;
}
.v32 > div:nth-of-type(1) .element__content a,
.v32 > div:nth-of-type(2) .element__content a {
  color: var(--color-big-slot-title);
}
.v32 > div:nth-of-type(n + 3) .element__content a {
  color: var(--color-small-slot-title);
}
.v32 > div:nth-child(2) .element__content,
.v32 > div:nth-child(3) .element__content,
.v32 > div:nth-child(4) .element__content,
.v32 > div:nth-child(5) .element__content,
.v32 > div:nth-child(6) .element__content {
  position: relative;
  padding-bottom: 8px;
  height: initial;
}
.v32 .element .element__headline {
  margin: 0;
  text-align: left;
}
.v32 .element .element__headline a {
  text-align: left !important;
  -webkit-line-clamp: 2;
}
.v32 > div:nth-of-type(n + 3) .element__headline .element__superscription p {
  position: relative;
  font-size: 14px !important;
  line-height: 20px !important;
}
.v32 > div .element__headline .element__superscription {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  text-align: left;
}
.v32 .element .element__headline .element__superscription p {
  background-color: unset !important;
  color: var(--color-text-small-superscription);
  text-align: left !important;
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 0 8px;
  border-radius: 0;
  font-family: var(--font-family-main);
  border: 1px solid var(--color-border-superscription);
  border-radius: 12px;
}
.v32 .element:nth-of-type(1) .element__headline .element__superscription p,
.v32 .element:nth-of-type(2) .element__headline .element__superscription p {
  color: var(--color-text-big-superscription);
  border: 0;
  padding: 0;
}
.v32 .element,
.v32 > div:nth-of-type(1),
.v32 > div:nth-of-type(2),
.v32 > div:nth-of-type(3) {
  height: auto;
  border-radius: 12px;
}
.v32 .element {
  height: initial;
  flex-direction: column;
}
.v32 .element__media a,
.v32 .element__media img:not(.lead-gallery-more img) {
  border-radius: 12px;
  height: 326px;
}
.v32 > div:nth-of-type(1) .element__content:after,
.v32 > div:nth-of-type(2) .element__content:after,
.v32 > div:nth-of-type(3) .element__content:after,
.v32 > div:nth-of-type(4) .element__content:after,
.v32 > div:nth-of-type(5) .element__content:after,
.v32 > div:nth-of-type(6) .element__content:after {
  display: none;
}
/* /listing v32 */

/* v34 */
.v34_radio .listing-container .element:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v34_radio .listing-container .element .element__media a {
  width: 100% !important;
  border-radius: 12px;
}
.v34_radio .listing-container .element .element__media {
  width: initial;
  margin-bottom: 8px;
}
.v34_radio .element__media a,
.v34_radio .element__media img:not(.lead-gallery-more img) {
  border-radius: 12px;
  height: 326px;
}
.v34_radio .listing-container .element__content {
  border-radius: 0 0 32px 32px;
}
.v34_radio .listing-container .element:first-child {
  height: 460px;
  background-color: var(--color-bg-slot);
  border: 1px solid var(--color-bg-slot-border);
}
.v34_radio .element {
  height: initial;
  flex-direction: column;
  border-radius: 12px;
}
.v34_radio .listing-container .element__content {
  position: relative !important;
}
.v34_radio .listing-container .element__content,
.v34_radio .listing-container .element__content .element__headline {
  min-height: 142px;
  max-height: 142px;
  background: unset;
}
.v34_radio .listing-container .element__headline .element__superscription p {
  font-weight: 700;
  height: inherit;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  background: none;
  color: var(--color-text-small-superscription);
  background-color: var(--color-bg-small-superscription);
  margin-left: 0;
  text-transform: unset;
  max-width: unset !important;
  text-align: left;
  width: max-content;
  padding: 0;
}
.v34_radio .element__headline .element__superscription {
  position: relative;
  width: inherit;
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: unset !important;
  text-align: left;
}
.v34_radio .listing-container .element:first-child .element__headline a,
.v34_radio .listing-container .element:first-child .element__headline h2,
.v34_radio .listing-container .element:first-child .element__headline h3 {
  color: var(--color-small-slot-title);
}
.v34_radio .listing-container .element:nth-of-type(1) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h3,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h3,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.v34_radio .listing-container .element__headline a,
.v34_radio .listing-container .element__headline h2,
.v34_radio .listing-container .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-font);
  padding: 0;
}
.v34_radio .listing-container .element__content {
  max-height: 124px;
}
.v34_radio .listing-container .element:first-child .element__content {
  position: relative !important;
}
.v34_radio .listing-container:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v34_radio .listing-container .element:first-child .element__content::after {
  display: none;
}
.v34_radio
  .listing-container
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  border-radius: 12px;
}
.v34_radio .element__headline:not(:has(.element__superscription)) a {
  padding-top: 0 !important;
}
/* v34 */

/* paginacja */
.paginacja {
  margin-top: 24px;
}
.v32 ul.horizontal.paginacja a,
ul.horizontal.paginacja a {
  color: var(--color-font);
}
ul.horizontal.paginacja li.active,
ul.horizontal.paginacja li.active a {
  border: 0;
  border-radius: 100%;
  color: var(--color-pagination);
  background-color: var(--color-white);
}
ul.horizontal.paginacja .fa-angle-left:before {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  transform: rotate(180deg);
}
ul.horizontal.paginacja .fa-angle-right:before {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-left: 0;
}
ul.horizontal.paginacja .fa-angle-right:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -16px;
  display: inline-block;
  transform: none;
  position: relative;
  top: 2px;
  left: 9px;
}
.v32 li.next,
.v32 li.prev ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.prev {
  background: unset;
  border-radius: 0;
}
ul.horizontal.paginacja .fa-angle-left:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before,
.listing-container.v35.with-pagination
  ul.horizontal.paginacja
  .fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  left: 8px;
}
ul.horizontal.paginacja li.disable {
  opacity: 0.4;
  background: var(--color-white);
}
.paginacja li.active {
  border: 1px solid var(--color-pagination) !important;
  border-radius: 50% !important;
}
.paginacja li.next,
.paginacja li.prev {
  background-color: unset;
  border-radius: 50% !important;
}
ul.horizontal.paginacja li.disable {
  background-color: unset;
  border-radius: 50%;
}
ul.horizontal.paginacja .fa-angle-left:before {
  transform: rotate(180deg);
}
.v32 > div .element__content {
  position: relative;
  background-color: unset;
  height: 108px;
}
.main-layout .m_zpr_box_top1 {
  margin-bottom: 0;
}

/* Strona Galerii */
.gallery-layout .element__headline {
  background: unset;
}
.gallery-layout .footer::after {
  display: none !important;
}
/* /Strona Galerii */

/* Strona Autora i Tagu */
.author-layout .author__name,
.tag-layout .main-content .main-title-listing span h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-font);
  margin: 0 0 24px 0;
}
.author-layout .author__spec {
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
}
.author-layout .author__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.author-layout .author__desc a {
  color: var(--color-main);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.author-layout .author__image {
  border-radius: 12px;
}
.author-layout .gl_plugin.author {
  margin-bottom: 32px;
}
.author-layout .author__desc p,
.author-layout .author__desc li,
.author-layout .author__desc ol,
.author-layout .author__desc ul,
.author-layout .author__desc p a,
.author-layout .author__desc a {
  color: var(--color-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.author-layout .author__desc p a,
.author-layout .author__desc a {
  color: var(--color-main);
}
.tag-layout .tag_photo {
  margin: 0 0 24px 0;
}
.tag-layout #blockinfo_long_seo_text {
  margin-bottom: 32px !important;
}
.tag-layout .blockinfo__text p,
.tag-layout .blockinfo__text li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: var(--color-font);
}
.author-layout .zpr_m_top_1 > iframe,
.author-layout .zpr_m_top_1 > div,
.author-layout .zpr_m_top_1 > a,
.tag-layout .zpr_m_top_1 > iframe,
.tag-layout .zpr_m_top_1 > div,
.tag-layout .zpr_m_top_1 > a {
  top: 16px;
}
.author-layout #hook_box_top1,
.tag-layout #hook_box_top1 {
  margin-bottom: 0;
}
.author-layout .author + .listing .listing-horizontal-full .element {
  justify-content: flex-start;
}
/* /Strona Autora i Tagu */

/* ---------------------------------------------------
------------- style ze starej mediateki --- START ----
--------------------------------------------------- */

body:not(.podcast-layout, .article-layout, .tag-layout, .author-layout)
  .m_zpr_box_topboard {
  display: none !important;
}

/* radio apps modal */
body.radio-apps-modal-opened {
  overflow: hidden;
}

html.radio-apps-modal-opened {
  overflow: hidden;
  position: relative;
}

#hook_content.radio-apps-modal-opened::before {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--color-modal-background);
  top: -400px;
  left: -100vw;
  width: 300vw;
  height: 100%;
  z-index: 999999999;
}

.radio-apps-modal {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999999;
  width: 80vw;
  height: calc(80vh - 72px);
  background-color: var(--color-white);
}

.radio-apps-modal.active {
  display: block;
}

.radio-apps-modal .radio-apps-modal__wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 24px;
  width: auto;
  height: calc(80vh - 72px);
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar {
  width: 6px;
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar-track {
  background-color: var(--color-modal-background);
}

.radio-apps-modal .radio-apps-modal__wrapper::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: var(--color-black);
}

.radio-apps-modal .radio-apps-modal__info-text {
  position: absolute;
  top: -24px;
  left: 0;
}

.radio-apps-modal .radio-apps-modal__info-text span {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.39px;
  margin: 0;
  color: var(--color-white);
  text-shadow: 0px 1px 5px var(--color-black);
}

.radio-apps-modal .radio-apps-modal__close-icon {
  position: absolute;
  top: -20px;
  right: -20px;
}

.radio-apps-modal .radio-apps-modal__close-icon span {
  display: block;
  width: 44px;
  height: 44px;
}

.radio-apps-modal .radio-apps-modal__close-icon span::before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  cursor: pointer;
  background-image: url(/media/mediateka/desktop/images/x-circle.svg);
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center center;
}

.radio-apps-modal .radio-apps-modal__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-black);
}

.radio-apps-modal .radio-apps-modal__slot:last-of-type {
  border-bottom: 0;
}

.radio-apps-modal .radio-apps-modal__slot--logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.radio-apps-modal .radio-apps-modal__slot--download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 12px 0 0 0;
}

.radio-apps-modal .radio-apps-modal__slot--download .google-play {
  display: block;
  height: 53px;
  width: 53px;
  background-image: url(/media/mediateka/desktop/images/google-play.svg?nocache=123);
  background-size: contain;
  background-repeat: no-repeat;
}

.radio-apps-modal .radio-apps-modal__slot--download .app-store {
  display: block;
  height: 53px;
  width: 53px;
  background-image: url(/media/mediateka/desktop/images/app-store.svg?nocache=123);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 32px;
}
/* /radio apps modal */

.player__dedicated_streams-stream {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.player__dedicated_streams-stream.active img {
  -webkit-box-shadow: 0px 0px 20px 2px var(--color-main);
  -moz-box-shadow: 0px 0px 20px 2px var(--color-main);
  box-shadow: 0px 0px 20px 2px var(--color-main);
}

.player__dedicated_streams-title,
.player-layout .main-content .listing .main-title-listing,
.podcast-layout .main-content .listing .main-title-listing {
  color: var(--color-white);
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 0;
  margin: 16px 20px;
  width: unset;
}

.player__dedicated_streams-streams .stream-title span,
.listing-container.v33 > .element .element__content .element__headline a {
  color: var(--color-white);
  width: 153px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.28px;
}

.listing-container.v33
  > .element
  .element__content
  .element__headline
  .element__superscription
  p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  color: var(--color-white);
}

.player__dedicated_streams-streams {
  margin: 16px;
  justify-content: center;
}

.player__dedicated_streams
  .player__dedicated_streams-streams
  .player__dedicated_streams-stream
  .stream-cover
  img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
}

.player__dedicated_streams-streams .stream-cover::after,
.v33_podcasts .element__media::after {
  background-image: url(/media/mediateka/desktop/images/play_white_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 20px);
  z-index: 1;
  pointer-events: none;
}

.v33_podcasts .element__media::after {
  bottom: 3px;
}

/* footer */
.col.col-4.legal-info .h5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
}
footer .row {
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 3;
  margin-bottom: 16px;
}
footer .legal-info {
  order: 2;
}
footer .about {
  order: 4;
}
footer .serwis-list {
  order: 6;
}
footer .legal {
  order: 5;
}
div#hook_footer {
  padding-top: 16px;
  background: var(--color-black);
}
footer .logo img {
  width: 201px;
  margin-top: 10px;
  height: auto;
}
footer .list ul li a {
  display: inline-block;
  color: var(--color-white);
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 152px !important;
  justify-content: center;
}
footer .fa-caret-down:before {
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/mediateka/desktop/images/caret-down.svg);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 3px;
  left: -2px;
}
/* /footer */

/* bottom player */
.player-program-bottom {
  background: var(--color-black);
  bottom: 55px;
  max-height: 90px;
}

.player-program-bottom #playerNowPlayingContent img {
  height: 62px;
  width: 62px;
  margin: 2px 0 0 8px;
}

.player-program-bottom #playerNowPlayingContent {
  background: rgba(255, 255, 255, 0);
  margin-top: 12px;
}

.player-program-bottom .streamTrack {
  left: 86px;
  top: 29px;
  width: 204px !important;
  color: var(--color-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.54px;
}

.player-program-bottom .streamArtist {
  width: 204px !important;
  left: 86px;
  top: 52px;
  color: var(--color-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.54px;
}

.player-program-bottom #playerNowPlayingContent {
  background: rgba(255, 255, 255, 0);
  margin-top: 12px;
}

.player-program-bottom
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder::before,
.player-program-bottom
  .video-js
  .vjs-play-control
  .vjs-icon-placeholder::before {
  background-image: url(/media/mediateka/desktop/images/play_black_white.svg);
  top: 3px;
  right: 14px !important;
  width: 54px;
  height: 54px;
  background-size: contain;
}

.player-program-bottom
  .video-js
  .vjs-play-control.vjs-playing
  .vjs-icon-placeholder:before {
  background: url(/media/mediateka/desktop/images/pause_black_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  right: 14px !important;
  box-shadow: unset;
}

.player-program-bottom
  .video-js
  .vjs-play-control.vjs-paused
  .vjs-icon-placeholder::before {
  right: 14px !important;
}

.player-program-bottom div#radio-stream {
  position: absolute;
  right: 0;
  top: 15px;
  height: 52px;
  width: 52px;
}

.player-program-bottom .player__stream-title {
  position: absolute;
  top: 14px;
  left: 86px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.36px;
  color: var(--color-main);
  margin: 0;
  width: 204px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
/* /bottom player */

/* zmiana wyglądu reklamy na radio player START */

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-ad-container .ima-controls-div {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #000 !important;
  padding: 4px 6px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !important;
}

.player__stream-radio_stream .ima-ad-container:hover .ima-controls-div {
  height: 24px !important;
  padding: 4px 6px !important;
  opacity: 1 !important;
  transform: none !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-controls-div * {
  opacity: 1 !important;
  visibility: visible !important;
}

.player__stream-radio_stream .ima-controls-background,
.player__stream-radio_stream .ima-controls-backdrop,
.player__stream-radio_stream .ima-ui-background {
  background: #000 !important;
  height: 24px !important;
  transition: none !important;
}

.player__stream-radio_stream .ima-play-pause-div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-right: 6px !important;
}

.player__stream-radio_stream .ima-countdown-div {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
  white-space: nowrap !important;
}

.player__stream-radio_stream .ima-seek-bar-div {
  background: #666 !important;
  height: 2px !important;
  flex-grow: 1 !important;
  width: calc(100% - 130px) !important;
  margin-left: 100px !important;
  margin-top: -1px !important;
}

.player__stream-radio_stream .ima-progress-div {
  background: #fff !important;
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-progress-div {
  height: 2px !important;
}

.player__stream-radio_stream .radio-stream_ima-countdown-div {
  font-size: 10px !important;
}

.player__stream-radio_stream .radio-stream_ima-play-pause-div {
  top: 0 !important;
  margin: -10px 0 0 75px;
}

.player__stream-radio_stream .ima-paused:before,
.player__stream-radio_stream .ima-playing:before {
  font-size: 22px !important;
}

.player__stream-radio_stream .player-program-bottom {
  overflow: visible;
}

.player__stream-radio_stream
  .player-program-bottom
  div#radio-stream.vjs-ad-playing {
  position: absolute;
  right: 0 !important;
  top: -24px;
  height: 24px !important;
  width: 100%;
  left: 0;
}

.player__stream-radio_stream #radio-stream_ima-controls-div > div:first-child {
  display: unset !important;
}

/* zmiana wyglądu reklamy na radio player END */

/* ---------------------------------------------------
------------- style ze starej mediateki --- END ------
--------------------------------------------------- */

/* radioYplayer START */

.player-mediateka-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.radioYplayer {
  margin: 5px 7px;
}

.radioYplayer__equalizerWrapper1,
.radioYplayer__equalizerWrapper2 {
  display: none;
}

.radioYplayer__equalizerWrapper3 {
  position: absolute;
  top: -12px;
  right: 70px;
  width: 80px;
}

.radioYplayer__equalizerWrapper3 svg {
  width: 80px;
}

.radioYplayer__container {
  display: flex;
  background-color: var(--color-black);
  border-radius: 6px;
  position: relative;
  height: 70px;
}

.radioYplayer .radioYplayer__stream-title {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 76px;
  color: var(--color-main);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.36px;
}

.radioYplayer .streamArtist {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 76px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
  max-width: 50vw;
  max-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.radioYplayer .streamSpacer {
  display: none;
}

.radioYplayer .streamTrack {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 76px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.54px;
  max-width: 50vw;
  max-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.radioYplayer #playerNowPlayingContent {
  padding: 0;
  margin: 0;
}

.radioYplayer #playerNowPlayingContent img {
  margin: 4px 0 0 4px;
  width: 62px;
  height: 62px;
  border-radius: 6px;
}

.radioYplayer__stream-radio_stream .video-js {
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  top: 10px;
  right: 56px;
}

.radioYplayer .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.radioYplayer .video-js .vjs-play-control .vjs-icon-placeholder:before,
.radioYplayer .vjs-icon-play:before {
  content: url('data:image/svg+xml,%3Csvg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 25.0312C0 16.5 4.5 8.625 12 4.3125C19.4062 0 28.5 0 36 4.3125C43.4062 8.625 48 16.5 48 25.0312C48 33.6562 43.4062 41.5312 36 45.8438C28.5 50.1562 19.4062 50.1562 12 45.8438C4.5 41.5312 0 33.6562 0 25.0312ZM17.625 14.9062C16.875 15.2812 16.5 16.0312 16.5 16.7812V33.2812C16.5 34.125 16.875 34.875 17.625 35.25C18.2812 35.7188 19.2188 35.625 19.875 35.25L33.375 27C34.0312 26.5312 34.5 25.875 34.5 25.0312C34.5 24.2812 34.0312 23.5312 33.375 23.1562L19.875 14.9062C19.2188 14.4375 18.2812 14.4375 17.625 14.8125V14.9062Z" fill="white"/%3E%3C/svg%3E%0A') !important;
}

.radioYplayer
  .video-js
  .vjs-play-control.vjs-playing
  .vjs-icon-placeholder:before,
.radioYplayer .vjs-icon-pause:before {
  margin-left: -1px;
  margin-top: 1px;
  content: url('data:image/svg+xml,%3Csvg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M25.125 48C16.5 48 8.625 43.5 4.3125 36C0 28.5938 0 19.5 4.3125 12C8.625 4.59375 16.5 0 25.125 0C33.6562 0 41.5312 4.59375 45.8438 12C50.1562 19.5 50.1562 28.5938 45.8438 36C41.5312 43.5 33.6562 48 25.125 48ZM22.125 18C22.125 16.4062 20.7188 15 19.125 15C17.4375 15 16.125 16.4062 16.125 18V30C16.125 31.6875 17.4375 33 19.125 33C20.7188 33 22.125 31.6875 22.125 30V18ZM34.125 18C34.125 16.4062 32.7188 15 31.125 15C29.4375 15 28.125 16.4062 28.125 18V30C28.125 31.6875 29.4375 33 31.125 33C32.7188 33 34.125 31.6875 34.125 30V18Z" fill="white"/%3E%3C/svg%3E%0A') !important;
}

.radioYplayer #status {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 44px;
  right: 10px;
  width: 220px;
  font-size: 10px;
}

/* debug */
.yplayer-mediateka {
  display: none;
}

/* glass */

.glass-container {
  --corner-radius: 12px 12px 0 0;
  --base-strength: 14px;
  --extra-blur: 2px;
  --softness: 12px;
  --tint-amount: 0;
  --tint-saturation: 2;
  --tint-hue: 180deg;
  --contrast: 1;
  --brightness: 1;
  --invert: 15%;
  --total-strength: calc(var(--base-strength) + var(--extra-blur));
  --edge-width: calc(0.3px + (var(--softness) * 0.1));
  --emboss-width: calc((var(--softness) * 0.38));
  --refraction-width: calc((var(--softness) * 0.3));
  overflow: visible;
  pointer-events: none;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 100;
  width: 100%;
  max-width: 616px;
}

.glass-content {
  position: relative;
  display: block;
  z-index: 100;
  overflow: hidden;
  border-radius: var(--corner-radius);
  pointer-events: auto;
}

.glass-material {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.glass-material:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: var(--corner-radius);
  background-color: rgba(128, 128, 128, 0);
}

.glass-material > div {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border-radius: var(--corner-radius);
  z-index: 2;
  overflow: hidden;
}

.glass-material .glass-emboss-reflection {
  backdrop-filter: blur(calc(var(--total-strength) * 1.5)) invert(0.25)
    brightness(1.11) saturate(1.2) hue-rotate(-10deg) contrast(2.3);
  padding: var(--emboss-width);
  border: 0 solid transparent;
  mask:
    linear-gradient(white 0 0) padding-box,
    linear-gradient(white 0 0) content-box;
  mask-composite: exclude, exclude;
}

.glass-material .glass-refraction {
  backdrop-filter: invert(0.1) brightness(1.2) contrast(1.5);
  padding: var(--refraction-width);
  border: calc(var(--emboss-width)) solid transparent;
  mask:
    linear-gradient(white 0 0) padding-box,
    linear-gradient(white 0 0) content-box;
  mask-composite: exclude, exclude;
}

.glass-material .glass-blur {
  backdrop-filter: blur(var(--extra-blur)) brightness(1.25);
  border-radius: calc(
    var(--corner-radius) - (var(--emboss-width) + var(--refraction-width))
  );
  margin: calc(var(--emboss-width) + var(--refraction-width));
}

.glass-material .blend-layers {
  z-index: 3;
  backdrop-filter: blur(
    calc((var(--softness) * 0.2) + (var(--extra-blur) * 0.2))
  );
}

.glass-material .blend-edge {
  z-index: 8;
  backdrop-filter: blur(calc(var(--edge-width) * 0.4)) contrast(1.6)
    saturate(1.5);
}

.glass-container:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  display: block;
  border-radius: var(--corner-radius);
  backdrop-filter: invert(var(--invert));
}

.glass-material:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 11;
  display: block;
  border-radius: var(--corner-radius);
  padding: 1px;
  border: 0 solid transparent;
  background: linear-gradient(
    155deg,
    hsla(0, 0%, 100%, 0.15) 0%,
    hsla(0, 0%, 0%, 0.2) 50%,
    hsla(0, 0%, 100%, 0.15) 100%
  );
  backdrop-filter: invert(0.15) opacity(1);
  mask:
    linear-gradient(white 0 0) padding-box,
    linear-gradient(white 0 0) content-box;
  mask-composite: exclude, exclude;
}

.glass-material .glass-highlight {
  z-index: 12;
  display: block;
  border-radius: var(--corner-radius);
  padding: 1px;
  border: 0 solid transparent;
  backdrop-filter: brightness(1.2) contrast(1.6) saturate(1.2) opacity(1);
  mask:
    linear-gradient(white 0 0) padding-box,
    linear-gradient(white 0 0) content-box;
  mask-composite: exclude, exclude;
}

.mediateka__stream-cover img {
  width: 150px;
  height: 150px;
}

.mediateka__dedicated_streams {
  margin-bottom: 40px;
}

.mediateka__dedicated_streams-streams {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  justify-content: center;
  gap: 32px;
}

.mediateka__dedicated_streams-stream {
  width: 100%;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
}

.mediateka__stream-cover img {
  border-radius: 12px;
}

.mediateka__dedicated_streams-title {
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 24px 0;
}

.mediateka__stream-title {
  color: var(--color-font);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.41px;
  margin: 8px 0 16px 0;
}

.mediateka__dedicated_streams-stream.active {
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.45));
  transition: filter 0.25s ease;
}

#discovery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#discovery-modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

#discovery-modal.hide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#discovery-container {
  display: flex;
  background: var(--color-body-bg);
  box-sizing: border-box;
  width: 300px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 52px;
  border: 1.5px solid #4b4b4b;
  background: var(--BG-black, #000);
  box-shadow: 0 5px 50px 0 rgba(255, 255, 255, 0.2);
}

.discovery__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.discovery__wrapper {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.02),
    inset 0 0 6px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.discovery__wrapper:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 0 24px rgba(255, 255, 255, 0.03),
    inset 0 0 8px rgba(0, 0, 0, 0.15),
    0 6px 24px rgba(0, 0, 0, 0.2);
}

.discovery__title {
  color: var(--color-white);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}

.discovery__link-title {
  color: #eeeeee;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}

.discovery__button-content {
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
}

.discovery-modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.discovery-modal-header__title {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.discovery-modal-header__close-button {
  cursor: pointer;
}

.discovery-modal-content__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.discovery-modal-content__app-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 12px;
  border-radius: 20px;
  border: 1.5px solid #1d1d1d;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 -6px 8px 0 rgba(0, 0, 0, 0.05) inset,
    0 4px 6px 0 rgba(255, 255, 255, 0.08) inset;
}

.discovery-modal-content__buttons-links {
  display: flex;
}

.discovery-modal-content__button-link a {
  font-size: 0;
  line-height: 0;
  margin-left: 16px;
  cursor: pointer;
}

.discovery-modal-content__app-spacer {
  height: 24px;
  width: 100%;
}

.discovery-modal-content__app-logo {
  height: 30px;
}

/* radioYplayer END */

.podcasts-grid__podcasts-wrapper {
  margin-bottom: 40px;
}

.podcasts-grid__podcasts-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  justify-content: center;
  gap: 32px;
}

.podcasts-grid__podcast-card {
  width: 100%;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
}

.podcasts-grid__podcast-cover img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
}

.podcasts-grid__podcast-title {
  color: var(--color-font);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.41px;
  margin: 8px 0 16px 0;
}

.podcasts-grid__service-name {
  font-family: var(--font-family-main);
  color: var(--color-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}

/* podcats player START */

.podcastPlayer__descriptionWrapper,
.podcastPlayer__containerAuthor {
  background-color: var(--player-accent) !important;
}

.podcastPlayer__descriptionWrapper,
.podcastPlayer__title,
.podcastPlayer__authorName,
.podcastPlayer__authorWrapper p,
.podcastPlayer__authorWrapper p,
.podcastPlayer__descriptionWrapper p {
  color: var(--color-white) !important;
}

.podcastBlockWithPlaylist,
.podcastBlockWithPlaylist__playlistWrapper {
  background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper {
  background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper {
  margin: 12px -12px 0 -12px !important;
  padding: 8px 12px 0 12px !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist-item.vjs-selected {
  background-color: var(--player-accent) !important;
}

.podcastPlayer__playerWrapper .podcastBlockWithPlaylist .vjs-playlist-item {
  background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__podcastName,
.podcastBlockWithPlaylist__headerTitle {
  color: var(--color-white) !important;
}

.podcastBlockWithPlaylist
  .vjs-control-bar
  .vjs-remaining-time.vjs-time-control.vjs-control {
  color: var(--color-white) !important;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  color: var(--color-black);
}

.podcastBlockWithPlaylist .video-js .vjs-progress-control .vjs-progress-holder {
  background-image: url("data:image/svg+xml,%3Csvg width='872' height='32' viewBox='0 0 872 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_21987)'%3E%3Cg clip-path='url(%23clip1_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 8 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 12 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 16 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 20 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 24 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 28 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 32 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 36 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 40 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 44 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 48 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 52 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 56 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 60 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 64 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 68 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 72 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 76 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 80 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 84 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 88 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 92 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 96 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 100 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 104 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 108 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 112 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 116 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 120 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 124 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 128 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 132 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 136 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 140 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 144 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 148 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 152 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 156 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 160 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 164 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 168 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 172 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 176 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 180 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 184 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 188 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 192 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 196 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 200 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 204 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 208 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 212 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 216 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 220 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 224 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 228 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 232 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 236 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 240 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 244 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 248 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 252 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 256 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 260 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 264 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 268 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 272 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 276 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 280 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 284 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 288 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 292 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 296 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 300 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 304 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 308 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 312 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 316 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 320 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 324 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 328 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 332 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 336 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 340 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 344 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 348 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 352 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 356 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 360 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 364 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 368 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 372 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 376 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 380 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 384 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 388 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 392 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 396 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 400 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 404 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 408 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 412 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 416 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 420 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 424 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 428 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 432 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 436 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_21987)'%3E%3Cg clip-path='url(%23clip3_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 444 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 448 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 452 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 456 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 460 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 464 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 468 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 472 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 476 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 480 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 484 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 488 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 492 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 496 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 500 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 504 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 508 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 512 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 516 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 520 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 524 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 528 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 532 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 536 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 540 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 544 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 548 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 552 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 556 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 560 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 564 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 568 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 572 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 576 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 580 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 584 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 588 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 592 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 596 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 600 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 604 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 608 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 612 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 616 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 620 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 624 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 628 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 632 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 636 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 640 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 644 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 648 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 652 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 656 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 660 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 664 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 668 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 672 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 676 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 680 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 684 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 688 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 692 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 696 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 700 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 704 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 708 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 712 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 716 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 720 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 724 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 728 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 732 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 736 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 740 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 744 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 748 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 752 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 756 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 760 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 764 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 768 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 772 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 776 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 780 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 784 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 788 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 792 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 796 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 800 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 804 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 808 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 812 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 816 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 820 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 824 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 828 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 832 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 836 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 840 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 844 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 848 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 852 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 856 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 860 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 864 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 868 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 872 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_21987'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylistPlayer
  .vjs-skip-backward-10
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 9C1.82812 9 1.5 8.67188 1.5 8.25V2.25C1.5 1.875 1.82812 1.5 2.25 1.5C2.625 1.5 3 1.875 3 2.25V6.60938C4.82812 3.5625 8.15625 1.5 12 1.5C17.7656 1.5 22.5 6.23438 22.5 12C22.5 17.8125 17.7656 22.5 12 22.5C8.25 22.5 4.96875 20.5781 3.09375 17.625C2.76562 17.1094 3.14062 16.5 3.75 16.5C4.03125 16.5 4.26562 16.6875 4.40625 16.9219C6 19.3594 8.8125 21 12 21C16.9688 21 21 16.9688 21 12C21 7.03125 16.9688 3 12 3C8.625 3 5.71875 4.82812 4.17188 7.5H8.25C8.625 7.5 9 7.875 9 8.25C9 8.67188 8.625 9 8.25 9H2.25Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylistPlayer
  .vjs-skip-forward-10
  .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 9H15.75C15.3281 9 15 8.67188 15 8.25C15 7.875 15.3281 7.5 15.75 7.5H19.7812C18.2344 4.82812 15.3281 3 12 3C7.03125 3 3 7.03125 3 12C3 16.9688 7.03125 21 12 21C15.1406 21 17.9531 19.3594 19.5469 16.9219C19.6875 16.6875 19.9688 16.5 20.25 16.5C20.8125 16.5 21.1875 17.1094 20.8594 17.625C19.0312 20.5781 15.7031 22.5 12 22.5C6.1875 22.5 1.5 17.8125 1.5 12C1.5 6.23438 6.1875 1.5 12 1.5C15.7969 1.5 19.125 3.5625 21 6.60938V2.25C21 1.875 21.3281 1.5 21.75 1.5C22.125 1.5 22.5 1.875 22.5 2.25V8.25C22.5 8.67188 22.125 9 21.75 9Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlockWithPlaylist .vjs-playlist-name,
.podcastBlockWithPlaylist .vjs-playlist-duration {
  color: var(--color-white) !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist-item:hover {
  background-color: var(--player-accent) !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist
  .vjs-selected
  .vjs-playlist-button {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 6H9.5C10.3125 6 11 6.6875 11 7.5V16.5C11 17.3438 10.3125 18 9.5 18H8.5C7.65625 18 7 17.3438 7 16.5V7.5C7 6.6875 7.65625 6 8.5 6ZM14.5 6H15.5C16.3125 6 17 6.6875 17 7.5V16.5C17 17.3438 16.3125 18 15.5 18H14.5C13.6562 18 13 17.3438 13 16.5V7.5C13 6.6875 13.6562 6 14.5 6Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist
  .vjs-playlist-button {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97852 6.11523L16.291 10.584C16.6465 10.8125 16.875 11.2188 16.875 11.625C16.875 12.0566 16.6465 12.4629 16.291 12.666L8.97852 17.1348C8.59766 17.3633 8.11523 17.3887 7.73438 17.1602C7.35352 16.957 7.125 16.5508 7.125 16.0938V7.15625C7.125 6.72461 7.35352 6.31836 7.73438 6.11523C8.11523 5.88672 8.59766 5.88672 8.97852 6.11523Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer {
  margin-top: 16px;
  margin-bottom: 16px;
}

.podcastBlockWithPlaylist__linkIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='20' viewBox='0 0 94 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79856 7.34161C8.79856 7.34161 8.4169 12.7155 12.0603 12.7155C15.7038 12.7155 13.0698 5.4378 19.9389 5.4034C25.4931 5.3762 20.8017 12.3331 32.8433 12.3331L35.3666 12.2835C45.2658 12.2835 44.0334 5.76976 55.4399 5.76976C61.6323 5.76976 62.8896 12.1259 71.7496 12.1259C72.9026 12.1259 77.6213 12.2035 81.6544 12.1659C82.7176 12.1563 85.2128 12.5539 85.2128 9.84217' stroke='url(%23paint0_linear_9886_11269)' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M28.3855 12.4769C27.8347 12.1401 27.4073 11.6674 27.105 11.0578C26.8019 10.4483 26.6504 9.74836 26.6504 8.95564C26.6504 8.16292 26.8019 7.46539 27.105 6.86064C27.4081 6.2567 27.8443 5.78875 28.416 5.45678C28.9869 5.12481 29.6492 4.95923 30.4045 4.95923C31.0596 4.95923 31.6208 5.07282 32.0875 5.3008C32.5541 5.52877 32.9069 5.82794 33.1451 6.19991C33.3832 6.57107 33.5027 6.97023 33.5027 7.39579C33.5027 8.01013 33.2621 8.47569 32.7802 8.79246C32.2983 9.10923 31.5912 9.26761 30.6578 9.26761H27.8435V8.25731H30.39C30.9657 8.25731 31.3899 8.17812 31.6633 8.01973C31.9359 7.86135 32.073 7.62377 32.073 7.3062C32.073 6.93984 31.9215 6.63507 31.6184 6.39269C31.3153 6.15031 30.9056 6.02872 30.39 6.02872C29.9234 6.02872 29.5265 6.13751 29.1985 6.35589C28.8706 6.57427 28.6228 6.88864 28.4537 7.299C28.2845 7.71016 28.2003 8.20291 28.2003 8.77726C28.2003 9.73796 28.4136 10.4691 28.8409 10.969C29.2675 11.469 29.8584 11.7194 30.6129 11.7194C30.9601 11.7194 31.2977 11.6746 31.6256 11.5858C31.9536 11.497 32.2959 11.3778 32.6536 11.229C32.7923 11.1698 32.9214 11.157 33.0408 11.1922C33.1603 11.2274 33.2541 11.3034 33.3239 11.4226C33.3928 11.5418 33.4105 11.6674 33.376 11.8018C33.3407 11.9354 33.2541 12.0521 33.1154 12.1513C32.7778 12.3993 32.3785 12.5993 31.9167 12.7529C31.4548 12.9065 30.9064 12.9832 30.2714 12.9832C29.5666 12.9832 28.9388 12.8153 28.3871 12.4777L28.3855 12.4769Z' fill='white'/%3E%3Cpath d='M36.0546 12.485C35.5727 12.153 35.2031 11.685 34.9449 11.0811C34.6867 10.4772 34.5576 9.77322 34.5576 8.9709C34.5576 8.16858 34.6963 7.47744 34.9746 6.8687C35.252 6.25916 35.6425 5.78881 36.1436 5.45684C36.6447 5.12487 37.2236 4.95929 37.8787 4.95929C38.4945 4.95929 39.0253 5.10008 39.4719 5.38245C39.9185 5.66482 40.3058 6.06398 40.6337 6.57833L39.9338 6.62313V2.37394C39.9338 2.15636 39.9979 1.99798 40.127 1.89879C40.2561 1.7996 40.4245 1.75 40.6337 1.75H40.7676C40.9761 1.75 41.1477 1.7996 41.2816 1.89879C41.4155 1.99798 41.4829 2.15636 41.4829 2.37394V12.2394C41.4829 12.457 41.4235 12.6161 41.3041 12.7145C41.1846 12.8137 41.0363 12.8633 40.8575 12.8633C40.6089 12.8633 40.4229 12.8137 40.2994 12.7145C40.1751 12.6153 40.0933 12.457 40.0532 12.2394L39.9338 11.1403L40.4846 11.3635C40.147 11.8882 39.7598 12.2898 39.3228 12.5666C38.8858 12.8441 38.3646 12.9825 37.7593 12.9825C37.1042 12.9825 36.5357 12.8169 36.0538 12.485H36.0546ZM39.2274 11.4971C39.52 11.3387 39.7959 11.1059 40.054 10.7987L39.9346 11.2443V6.69752L40.0837 7.14308C39.8255 6.83591 39.5473 6.60313 39.2498 6.44474C38.9523 6.28636 38.6188 6.20717 38.2524 6.20717C37.8154 6.20717 37.4377 6.31836 37.1202 6.54154C36.8027 6.76471 36.5589 7.08388 36.3906 7.49984C36.2214 7.9158 36.1372 8.40615 36.1372 8.9709C36.1372 9.82282 36.3232 10.4964 36.696 10.9915C37.0681 11.4867 37.582 11.7346 38.2371 11.7346C38.6044 11.7346 38.9347 11.6554 39.2274 11.4971Z' fill='white'/%3E%3Cpath d='M43.4715 3.49533C43.3272 3.34175 43.2559 3.11617 43.2559 2.8194C43.2559 2.52263 43.328 2.29705 43.4715 2.14346C43.6151 1.98988 43.8316 1.91309 44.1194 1.91309C44.4073 1.91309 44.6254 1.99228 44.7745 2.15066C44.9236 2.30905 44.9982 2.53223 44.9982 2.8194C44.9982 3.10657 44.9236 3.32975 44.7745 3.48813C44.6254 3.64652 44.4073 3.72571 44.1194 3.72571C43.8316 3.72571 43.6151 3.64892 43.4715 3.49533ZM43.5461 12.7152C43.4122 12.616 43.3449 12.4577 43.3449 12.2401V5.70232C43.3449 5.48474 43.4122 5.32635 43.5461 5.22716C43.68 5.12797 43.8516 5.07838 44.0601 5.07838H44.194C44.4024 5.07838 44.5708 5.12797 44.6999 5.22716C44.829 5.32635 44.894 5.48474 44.894 5.70232V12.2401C44.894 12.4577 44.829 12.6168 44.6999 12.7152C44.5708 12.8144 44.4024 12.864 44.194 12.864H44.0601C43.8516 12.864 43.68 12.8144 43.5461 12.7152Z' fill='white'/%3E%3Cpath d='M46.9422 12.4106C46.49 12.029 46.2646 11.4923 46.2646 10.7987C46.2646 10.1052 46.5325 9.51645 47.0689 9.0901C47.6053 8.66454 48.3397 8.45096 49.273 8.45096H51.0306V9.46126H49.5264C48.9507 9.46126 48.5089 9.57805 48.201 9.81083C47.8931 10.0436 47.7392 10.3532 47.7392 10.7395C47.7392 11.1259 47.8611 11.4179 48.104 11.6163C48.347 11.8146 48.6869 11.913 49.1239 11.913C49.5008 11.913 49.8359 11.8338 50.1294 11.6754C50.422 11.5171 50.6979 11.2843 50.956 10.9771L50.8221 11.4523V7.87181C50.8221 7.28787 50.6778 6.85911 50.39 6.58634C50.1021 6.31436 49.6699 6.17758 49.0942 6.17758C48.816 6.17758 48.5362 6.21997 48.2531 6.30397C47.9701 6.38796 47.675 6.50475 47.3671 6.65273C47.2084 6.73192 47.0665 6.76152 46.943 6.74152C46.8187 6.72153 46.7217 6.65753 46.6527 6.54874C46.583 6.42955 46.5581 6.30877 46.5782 6.18478C46.5982 6.06079 46.6728 5.94 46.8019 5.82081C47.04 5.58324 47.4024 5.38006 47.8891 5.21127C48.3758 5.04329 48.8922 4.9585 49.4382 4.9585C50.0235 4.9585 50.5351 5.05769 50.9721 5.25527C51.4091 5.45365 51.7514 5.76562 52 6.19118C52.2478 6.61754 52.372 7.15668 52.372 7.81102V12.2234C52.372 12.441 52.3151 12.6026 52.2005 12.7065C52.0866 12.8105 51.9399 12.8625 51.7611 12.8625C51.5326 12.8625 51.3465 12.8153 51.2022 12.7217C51.0579 12.6282 50.9761 12.477 50.9569 12.2682L50.8678 11.4955L51.3594 11.5843C51.0515 12.0402 50.6714 12.3866 50.22 12.6242C49.7678 12.8617 49.2795 12.9809 48.7535 12.9809C47.999 12.9809 47.396 12.7905 46.9438 12.409L46.9422 12.4106Z' fill='white'/%3E%3Cpath d='M55.1028 12.3883C54.7308 11.9923 54.5448 11.4276 54.5448 10.6948V5.7473L55.066 6.25206H53.8897C53.6908 6.25206 53.5417 6.20246 53.4431 6.10327C53.3437 6.00408 53.2939 5.88009 53.2939 5.73211C53.2939 5.59372 53.3308 5.47933 53.4054 5.39054C53.48 5.30175 53.577 5.24735 53.6957 5.22736C53.9739 5.17776 54.1872 5.10097 54.3363 4.99698C54.4854 4.89299 54.6041 4.7218 54.6939 4.48423C54.7829 4.24665 54.843 3.90028 54.8727 3.44433C54.8823 3.25635 54.9425 3.12036 55.0515 3.03557C55.1606 2.95158 55.2993 2.90918 55.4685 2.90918H55.5278C55.6962 2.90918 55.8333 2.95398 55.9375 3.04277C56.0418 3.13156 56.0939 3.27074 56.0939 3.45873V5.44973L55.4685 5.07857H57.6574C57.8755 5.07857 58.0343 5.13056 58.1337 5.23455C58.2331 5.33854 58.2828 5.47933 58.2828 5.65771C58.2828 6.05367 58.0743 6.25206 57.6574 6.25206H55.4829L56.0939 5.73211V10.65C56.0939 11.0268 56.1829 11.3164 56.3617 11.5195C56.5405 11.7227 56.7987 11.8243 57.1362 11.8243C57.2749 11.8243 57.4441 11.8043 57.643 11.7651C57.752 11.7555 57.8611 11.7451 57.9709 11.7355C58.0703 11.7355 58.1569 11.7531 58.2315 11.7875C58.3061 11.8219 58.3582 11.8795 58.3879 11.9587C58.4376 12.0675 58.4496 12.1795 58.4247 12.2931C58.3999 12.4075 58.3381 12.5034 58.2387 12.5826C58.08 12.7114 57.8611 12.8106 57.5836 12.8794C57.3054 12.949 56.9879 12.9834 56.6303 12.9834C55.9848 12.9834 55.4765 12.785 55.1036 12.3891L55.1028 12.3883Z' fill='white'/%3E%3Cpath d='M60.5828 12.4769C60.0319 12.1401 59.6046 11.6674 59.3023 11.0578C58.9992 10.4483 58.8477 9.74836 58.8477 8.95564C58.8477 8.16292 58.9992 7.46539 59.3023 6.86064C59.6054 6.2567 60.0416 5.78875 60.6132 5.45678C61.1841 5.12481 61.8464 4.95923 62.6017 4.95923C63.2568 4.95923 63.8181 5.07282 64.2847 5.3008C64.7514 5.52877 65.1042 5.82794 65.3423 6.19991C65.5805 6.57107 65.6999 6.97023 65.6999 7.39579C65.6999 8.01013 65.4594 8.47569 64.9775 8.79246C64.4956 9.10923 63.7884 9.26761 62.8551 9.26761H60.0408V8.25731H62.5873C63.163 8.25731 63.5872 8.17812 63.8606 8.01973C64.1332 7.86135 64.2703 7.62377 64.2703 7.3062C64.2703 6.93984 64.1188 6.63507 63.8157 6.39269C63.5126 6.15031 63.1029 6.02872 62.5873 6.02872C62.1207 6.02872 61.7238 6.13751 61.3958 6.35589C61.0679 6.57427 60.8201 6.88864 60.6509 7.299C60.4817 7.71016 60.3976 8.20291 60.3976 8.77726C60.3976 9.73796 60.6108 10.4691 61.0382 10.969C61.4648 11.469 62.0557 11.7194 62.8102 11.7194C63.1574 11.7194 63.495 11.6746 63.8229 11.5858C64.1508 11.497 64.4932 11.3778 64.8508 11.229C64.9895 11.1698 65.1186 11.157 65.2381 11.1922C65.3576 11.2274 65.4514 11.3034 65.5211 11.4226C65.5901 11.5418 65.6077 11.6674 65.5733 11.8018C65.538 11.9354 65.4514 12.0521 65.3127 12.1513C64.9751 12.3993 64.5758 12.5993 64.114 12.7529C63.6521 12.9065 63.1037 12.9832 62.4686 12.9832C61.7638 12.9832 61.136 12.8153 60.5844 12.4777L60.5828 12.4769Z' fill='white'/%3E%3Cpath d='M67.3292 12.7153C67.1953 12.6161 67.1279 12.4578 67.1279 12.2402V2.37394C67.1279 2.15636 67.1953 1.99798 67.3292 1.89879C67.4631 1.7996 67.6347 1.75 67.8431 1.75H67.977C68.1855 1.75 68.3539 1.7996 68.483 1.89879C68.6121 1.99798 68.677 2.15636 68.677 2.37394V12.2394C68.677 12.457 68.6121 12.6161 68.483 12.7145C68.3539 12.8137 68.1855 12.8633 67.977 12.8633H67.8431C67.6347 12.8633 67.4631 12.8137 67.3292 12.7145V12.7153ZM72.0206 12.7593C71.8666 12.6897 71.7055 12.5562 71.5363 12.3578L68.5279 8.82131L68.4982 8.52454L71.4914 5.56803C71.6902 5.36965 71.849 5.23846 71.9677 5.17447C72.0871 5.11047 72.2355 5.07768 72.4143 5.07768H72.5482C72.7166 5.07768 72.8537 5.11767 72.9579 5.19687C73.0621 5.27606 73.1143 5.37525 73.1143 5.49364C73.1143 5.61203 73.0493 5.73121 72.9202 5.8504L69.7627 8.85171L69.7779 8.13818L73.099 11.9562C73.2377 12.105 73.3075 12.2514 73.3075 12.3946C73.3075 12.5378 73.2506 12.6521 73.1359 12.7361C73.022 12.8201 72.8705 12.8625 72.6813 12.8625H72.5474C72.3485 12.8625 72.1729 12.8281 72.019 12.7585L72.0206 12.7593Z' fill='white'/%3E%3Cpath d='M74.3894 12.4106C73.9372 12.029 73.7119 11.4923 73.7119 10.7987C73.7119 10.1052 73.9797 9.51645 74.5161 9.0901C75.0525 8.66454 75.787 8.45096 76.7203 8.45096H78.4779V9.46126H76.9737C76.398 9.46126 75.9562 9.57805 75.6483 9.81083C75.3404 10.0436 75.1864 10.3532 75.1864 10.7395C75.1864 11.1259 75.3083 11.4179 75.5513 11.6163C75.7942 11.8146 76.1342 11.913 76.5712 11.913C76.948 11.913 77.2832 11.8338 77.5766 11.6754C77.8693 11.5171 78.1451 11.2843 78.4033 10.9771L78.2694 11.4523V7.87181C78.2694 7.28787 78.1251 6.85911 77.8372 6.58634C77.5494 6.31436 77.1172 6.17758 76.5415 6.17758C76.2633 6.17758 75.9834 6.21997 75.7004 6.30397C75.4174 6.38796 75.1223 6.50475 74.8144 6.65273C74.6556 6.73192 74.5137 6.76152 74.3902 6.74152C74.266 6.72153 74.1689 6.65753 74.1 6.54874C74.0302 6.42955 74.0054 6.30877 74.0254 6.18478C74.0455 6.06079 74.12 5.94 74.2491 5.82081C74.4873 5.58324 74.8497 5.38006 75.3364 5.21127C75.8231 5.04329 76.3395 4.9585 76.8855 4.9585C77.4708 4.9585 77.9824 5.05769 78.4193 5.25527C78.8563 5.45365 79.1987 5.76562 79.4473 6.19118C79.695 6.61754 79.8193 7.15668 79.8193 7.81102V12.2234C79.8193 12.441 79.7624 12.6026 79.6477 12.7065C79.5339 12.8105 79.3871 12.8625 79.2083 12.8625C78.9798 12.8625 78.7938 12.8153 78.6495 12.7217C78.5051 12.6282 78.4234 12.477 78.4041 12.2682L78.3151 11.4955L78.8066 11.5843C78.4987 12.0402 78.1187 12.3866 77.6673 12.6242C77.215 12.8617 76.7267 12.9809 76.2007 12.9809C75.4462 12.9809 74.8433 12.7905 74.391 12.409L74.3894 12.4106Z' fill='white'/%3E%3Cpath d='M19.9356 12.6099C19.9356 12.6099 19.9356 10.0973 19.9356 7.93831C19.9356 5.07459 15.3204 4.8978 15.3204 8.0367C15.3204 12.0779 15.3405 13.2042 15.3405 13.8817C15.3405 13.8817 15.3316 14 15.3268 15.2976C15.3268 18.1613 12.057 18.3381 12.057 15.1992C12.057 11.158 12.0667 8.51025 12.0667 8.51025C12.0667 8.51025 12.0667 9.15979 12.0667 7C12.0667 4.13628 8.79688 3.9595 8.79688 7.09839' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M24.5537 12.4939C24.5537 12.4939 24.5537 10.1053 24.5537 7.94553C24.5537 5.08181 19.9385 4.90503 19.9385 8.04393C19.9385 12.0851 19.9585 11.7188 19.9585 12.3963' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M85.212 9.52284L85.1431 8.01178C85.1158 7.31985 84.5457 6.77271 83.8514 6.77271C83.137 6.77271 82.5589 7.35025 82.5589 8.06218V9.57723C82.5589 9.57723 82.5589 10.2124 82.5589 12.3722C82.5589 15.2359 79.0605 15.4127 79.0605 12.2738C79.0605 8.23256 79.0806 8.59893 79.0806 7.92139' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9886_11269' x1='8.04245' y1='9.05985' x2='85.9569' y2='9.05985' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white'/%3E%3Cstop offset='0.07' stop-color='%23E0CCD8' stop-opacity='0.8'/%3E%3Cstop offset='0.08' stop-color='%23BF96AE' stop-opacity='0.59'/%3E%3Cstop offset='0.1' stop-color='%23A3688B' stop-opacity='0.41'/%3E%3Cstop offset='0.11' stop-color='%238B426E' stop-opacity='0.26'/%3E%3Cstop offset='0.13' stop-color='%237A2557' stop-opacity='0.15'/%3E%3Cstop offset='0.14' stop-color='%236D1047' stop-opacity='0.07'/%3E%3Cstop offset='0.16' stop-color='%2365043E' stop-opacity='0.02'/%3E%3Cstop offset='0.17' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.19' stop-color='%23740045' stop-opacity='0.13'/%3E%3Cstop offset='0.23' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.26' stop-color='%23A70063' stop-opacity='0.51'/%3E%3Cstop offset='0.3' stop-color='%23BC006F' stop-opacity='0.66'/%3E%3Cstop offset='0.34' stop-color='%23CC0079' stop-opacity='0.78'/%3E%3Cstop offset='0.38' stop-color='%23D90080' stop-opacity='0.88'/%3E%3Cstop offset='0.43' stop-color='%23E20085' stop-opacity='0.95'/%3E%3Cstop offset='0.48' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.56' stop-color='%23EA008A'/%3E%3Cstop offset='0.67' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.72' stop-color='%23E50087' stop-opacity='0.96'/%3E%3Cstop offset='0.75' stop-color='%23DE0083' stop-opacity='0.91'/%3E%3Cstop offset='0.77' stop-color='%23D4007D' stop-opacity='0.84'/%3E%3Cstop offset='0.79' stop-color='%23C70075' stop-opacity='0.75'/%3E%3Cstop offset='0.81' stop-color='%23B8006C' stop-opacity='0.63'/%3E%3Cstop offset='0.83' stop-color='%23A50061' stop-opacity='0.49'/%3E%3Cstop offset='0.84' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.86' stop-color='%23770047' stop-opacity='0.15'/%3E%3Cstop offset='0.87' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.93' stop-color='%23C39DB3' stop-opacity='0.62'/%3E%3Cstop offset='0.97' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 112px;
  height: 27px;
  background-position-y: 6px;
}

.podcastBlockWithPlaylist__linkIcon img {
  height: 0;
}

.podcastBlock--v2,
.podcastBlockWithPlaylist__playlistWrapper {
  background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper--v2 {
  background-color: var(--color-black) !important;
}

.podcastBlockWithPlaylist__footerWrapper--v2 {
  margin: 12px -12px 0 -12px !important;
  padding: 8px 12px 0 12px !important;
}

.podcastBlock__podcastName--v2,
.podcastBlock__headerTitle--v2 {
  color: var(--color-white) !important;
}

.podcastBlock--v2
  .vjs-control-bar
  .vjs-remaining-time.vjs-time-control.vjs-control {
  color: var(--color-white) !important;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  color: var(--color-black);
}

.podcastBlock--v2 .video-js .vjs-progress-control .vjs-progress-holder {
  background-image: url("data:image/svg+xml,%3Csvg width='872' height='32' viewBox='0 0 872 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10001_21987)'%3E%3Cg clip-path='url(%23clip1_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 4 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 8 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 12 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 16 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 20 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 24 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 28 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 32 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 36 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 40 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 44 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 48 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 52 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 56 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 60 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 64 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 68 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 72 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 76 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 80 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 84 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 88 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 92 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 96 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 100 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 104 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 108 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 112 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 116 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 120 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 124 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 128 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 132 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 136 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 140 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 144 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 148 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 152 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 156 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 160 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 164 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 168 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 172 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 176 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 180 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 184 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 188 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 192 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 196 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 200 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 204 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 208 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 212 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 216 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 220 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 224 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 228 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 232 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 236 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 240 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 244 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 248 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 252 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 256 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 260 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 264 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 268 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 272 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 276 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 280 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 284 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 288 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 292 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 296 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 300 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 304 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 308 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 312 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 316 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 320 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 324 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 328 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 332 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 336 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 340 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 344 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 348 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 352 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 356 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 360 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 364 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 368 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 372 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 376 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 380 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 384 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 388 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 392 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 396 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 400 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 404 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 408 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 412 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 416 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 420 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 424 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 428 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 432 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 436 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip2_10001_21987)'%3E%3Cg clip-path='url(%23clip3_10001_21987)'%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 440 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 444 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 448 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 452 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 456 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 460 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 464 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='7.22385' y2='-0.776153' transform='matrix(0 1 1 0 468 24)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 472 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 476 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 480 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 484 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 488 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 492 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 496 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 500 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 504 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 508 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 512 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 516 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 520 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 524 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 528 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 532 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 536 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 540 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 544 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 548 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 552 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 556 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 560 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 564 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 568 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 572 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 576 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 580 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 584 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 588 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 592 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 596 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 600 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 604 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 608 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 612 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='28.2238' y2='-0.776153' transform='matrix(0 1 1 0 616 3)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 620 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='10.2238' y2='-0.776153' transform='matrix(0 1 1 0 624 21)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 628 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 632 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 636 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='20.2238' y2='-0.776153' transform='matrix(0 1 1 0 640 11)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 644 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 648 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 652 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 656 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 660 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 664 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 668 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 672 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 676 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 680 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 684 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 688 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 692 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 696 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 700 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 704 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 708 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 712 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 716 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 720 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 724 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 728 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 732 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='19.2238' y2='-0.776153' transform='matrix(0 1 1 0 736 12)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='31.2238' y2='-0.776153' transform='matrix(0 1 1 0 740 0)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 744 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 748 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='9.22385' y2='-0.776153' transform='matrix(0 1 1 0 752 22)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 756 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 760 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 764 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='14.2238' y2='-0.776153' transform='matrix(0 1 1 0 768 17)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 772 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 776 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='29.2238' y2='-0.776153' transform='matrix(0 1 1 0 780 2)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 784 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 788 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 792 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 796 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='18.2238' y2='-0.776153' transform='matrix(0 1 1 0 800 13)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='22.2238' y2='-0.776153' transform='matrix(0 1 1 0 804 9)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 808 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 812 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='26.2238' y2='-0.776153' transform='matrix(0 1 1 0 816 5)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='24.2238' y2='-0.776153' transform='matrix(0 1 1 0 820 7)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='12.2238' y2='-0.776153' transform='matrix(0 1 1 0 824 19)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 828 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='23.2238' y2='-0.776153' transform='matrix(0 1 1 0 832 8)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='17.2238' y2='-0.776153' transform='matrix(0 1 1 0 836 14)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='8.22385' y2='-0.776153' transform='matrix(0 1 1 0 840 23)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='21.2238' y2='-0.776153' transform='matrix(0 1 1 0 844 10)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='16.2238' y2='-0.776153' transform='matrix(0 1 1 0 848 15)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='13.2238' y2='-0.776153' transform='matrix(0 1 1 0 852 18)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='25.2238' y2='-0.776153' transform='matrix(0 1 1 0 856 6)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='27.2238' y2='-0.776153' transform='matrix(0 1 1 0 860 4)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='15.2238' y2='-0.776153' transform='matrix(0 1 1 0 864 16)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='11.2238' y2='-0.776153' transform='matrix(0 1 1 0 868 20)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3Cline x1='0.776153' y1='-0.776153' x2='30.2238' y2='-0.776153' transform='matrix(0 1 1 0 872 1)' stroke='white' stroke-opacity='0.15' stroke-width='1.55231' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10001_21987'%3E%3Crect width='436' height='32' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 0 32)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='translate(436)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_10001_21987'%3E%3Crect width='436' height='32' fill='white' transform='matrix(1 0 0 -1 436 32)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
}

.podcastBlock--v2 .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 9C1.82812 9 1.5 8.67188 1.5 8.25V2.25C1.5 1.875 1.82812 1.5 2.25 1.5C2.625 1.5 3 1.875 3 2.25V6.60938C4.82812 3.5625 8.15625 1.5 12 1.5C17.7656 1.5 22.5 6.23438 22.5 12C22.5 17.8125 17.7656 22.5 12 22.5C8.25 22.5 4.96875 20.5781 3.09375 17.625C2.76562 17.1094 3.14062 16.5 3.75 16.5C4.03125 16.5 4.26562 16.6875 4.40625 16.9219C6 19.3594 8.8125 21 12 21C16.9688 21 21 16.9688 21 12C21 7.03125 16.9688 3 12 3C8.625 3 5.71875 4.82812 4.17188 7.5H8.25C8.625 7.5 9 7.875 9 8.25C9 8.67188 8.625 9 8.25 9H2.25Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlock--v2 .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 9H15.75C15.3281 9 15 8.67188 15 8.25C15 7.875 15.3281 7.5 15.75 7.5H19.7812C18.2344 4.82812 15.3281 3 12 3C7.03125 3 3 7.03125 3 12C3 16.9688 7.03125 21 12 21C15.1406 21 17.9531 19.3594 19.5469 16.9219C19.6875 16.6875 19.9688 16.5 20.25 16.5C20.8125 16.5 21.1875 17.1094 20.8594 17.625C19.0312 20.5781 15.7031 22.5 12 22.5C6.1875 22.5 1.5 17.8125 1.5 12C1.5 6.23438 6.1875 1.5 12 1.5C15.7969 1.5 19.125 3.5625 21 6.60938V2.25C21 1.875 21.3281 1.5 21.75 1.5C22.125 1.5 22.5 1.875 22.5 2.25V8.25C22.5 8.67188 22.125 9 21.75 9Z' fill='white' fill-opacity='0.45'/%3E%3Cpath d='M10.2933 10.1818V16H8.71378V11.6364H8.67969L7.40696 12.3977V11.0568L8.83878 10.1818H10.2933ZM14.022 16.1591C13.4936 16.1572 13.0372 16.035 12.6527 15.7926C12.2682 15.5502 11.9718 15.2008 11.7635 14.7443C11.5552 14.2879 11.4519 13.7405 11.4538 13.1023C11.4557 12.4621 11.5599 11.9186 11.7663 11.4716C11.9747 11.0246 12.2701 10.6847 12.6527 10.4517C13.0372 10.2187 13.4936 10.1023 14.022 10.1023C14.5504 10.1023 15.0069 10.2197 15.3913 10.4545C15.7758 10.6875 16.0722 11.0275 16.2805 11.4744C16.4889 11.9214 16.5921 12.464 16.5902 13.1023C16.5902 13.7443 16.486 14.2936 16.2777 14.75C16.0694 15.2064 15.773 15.5559 15.3885 15.7983C15.0059 16.0388 14.5504 16.1591 14.022 16.1591ZM14.022 14.875C14.2947 14.875 14.5182 14.733 14.6925 14.4489C14.8686 14.1629 14.9557 13.714 14.9538 13.1023C14.9538 12.7027 14.9141 12.3759 14.8345 12.1222C14.755 11.8684 14.6451 11.6809 14.505 11.5597C14.3648 11.4366 14.2038 11.375 14.022 11.375C13.7493 11.375 13.5268 11.5133 13.3544 11.7898C13.1821 12.0663 13.094 12.5038 13.0902 13.1023C13.0883 13.5095 13.1271 13.8447 13.2067 14.108C13.2862 14.3693 13.3961 14.5625 13.5362 14.6875C13.6783 14.8125 13.8402 14.875 14.022 14.875Z' fill='white' fill-opacity='0.45'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist
  .vjs-selected
  .vjs-playlist-button {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 6H9.5C10.3125 6 11 6.6875 11 7.5V16.5C11 17.3438 10.3125 18 9.5 18H8.5C7.65625 18 7 17.3438 7 16.5V7.5C7 6.6875 7.65625 6 8.5 6ZM14.5 6H15.5C16.3125 6 17 6.6875 17 7.5V16.5C17 17.3438 16.3125 18 15.5 18H14.5C13.6562 18 13 17.3438 13 16.5V7.5C13 6.6875 13.6562 6 14.5 6Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastPlayer__playerWrapper
  .podcastBlockWithPlaylist
  .vjs-playlist
  .vjs-playlist-button {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.97852 6.11523L16.291 10.584C16.6465 10.8125 16.875 11.2188 16.875 11.625C16.875 12.0566 16.6465 12.4629 16.291 12.666L8.97852 17.1348C8.59766 17.3633 8.11523 17.3887 7.73438 17.1602C7.35352 16.957 7.125 16.5508 7.125 16.0938V7.15625C7.125 6.72461 7.35352 6.31836 7.73438 6.11523C8.11523 5.88672 8.59766 5.88672 8.97852 6.11523Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E%0A") !important;
}

.podcastBlock__linkIcon--v2 {
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='20' viewBox='0 0 94 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.79856 7.34161C8.79856 7.34161 8.4169 12.7155 12.0603 12.7155C15.7038 12.7155 13.0698 5.4378 19.9389 5.4034C25.4931 5.3762 20.8017 12.3331 32.8433 12.3331L35.3666 12.2835C45.2658 12.2835 44.0334 5.76976 55.4399 5.76976C61.6323 5.76976 62.8896 12.1259 71.7496 12.1259C72.9026 12.1259 77.6213 12.2035 81.6544 12.1659C82.7176 12.1563 85.2128 12.5539 85.2128 9.84217' stroke='url(%23paint0_linear_9886_11269)' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M28.3855 12.4769C27.8347 12.1401 27.4073 11.6674 27.105 11.0578C26.8019 10.4483 26.6504 9.74836 26.6504 8.95564C26.6504 8.16292 26.8019 7.46539 27.105 6.86064C27.4081 6.2567 27.8443 5.78875 28.416 5.45678C28.9869 5.12481 29.6492 4.95923 30.4045 4.95923C31.0596 4.95923 31.6208 5.07282 32.0875 5.3008C32.5541 5.52877 32.9069 5.82794 33.1451 6.19991C33.3832 6.57107 33.5027 6.97023 33.5027 7.39579C33.5027 8.01013 33.2621 8.47569 32.7802 8.79246C32.2983 9.10923 31.5912 9.26761 30.6578 9.26761H27.8435V8.25731H30.39C30.9657 8.25731 31.3899 8.17812 31.6633 8.01973C31.9359 7.86135 32.073 7.62377 32.073 7.3062C32.073 6.93984 31.9215 6.63507 31.6184 6.39269C31.3153 6.15031 30.9056 6.02872 30.39 6.02872C29.9234 6.02872 29.5265 6.13751 29.1985 6.35589C28.8706 6.57427 28.6228 6.88864 28.4537 7.299C28.2845 7.71016 28.2003 8.20291 28.2003 8.77726C28.2003 9.73796 28.4136 10.4691 28.8409 10.969C29.2675 11.469 29.8584 11.7194 30.6129 11.7194C30.9601 11.7194 31.2977 11.6746 31.6256 11.5858C31.9536 11.497 32.2959 11.3778 32.6536 11.229C32.7923 11.1698 32.9214 11.157 33.0408 11.1922C33.1603 11.2274 33.2541 11.3034 33.3239 11.4226C33.3928 11.5418 33.4105 11.6674 33.376 11.8018C33.3407 11.9354 33.2541 12.0521 33.1154 12.1513C32.7778 12.3993 32.3785 12.5993 31.9167 12.7529C31.4548 12.9065 30.9064 12.9832 30.2714 12.9832C29.5666 12.9832 28.9388 12.8153 28.3871 12.4777L28.3855 12.4769Z' fill='white'/%3E%3Cpath d='M36.0546 12.485C35.5727 12.153 35.2031 11.685 34.9449 11.0811C34.6867 10.4772 34.5576 9.77322 34.5576 8.9709C34.5576 8.16858 34.6963 7.47744 34.9746 6.8687C35.252 6.25916 35.6425 5.78881 36.1436 5.45684C36.6447 5.12487 37.2236 4.95929 37.8787 4.95929C38.4945 4.95929 39.0253 5.10008 39.4719 5.38245C39.9185 5.66482 40.3058 6.06398 40.6337 6.57833L39.9338 6.62313V2.37394C39.9338 2.15636 39.9979 1.99798 40.127 1.89879C40.2561 1.7996 40.4245 1.75 40.6337 1.75H40.7676C40.9761 1.75 41.1477 1.7996 41.2816 1.89879C41.4155 1.99798 41.4829 2.15636 41.4829 2.37394V12.2394C41.4829 12.457 41.4235 12.6161 41.3041 12.7145C41.1846 12.8137 41.0363 12.8633 40.8575 12.8633C40.6089 12.8633 40.4229 12.8137 40.2994 12.7145C40.1751 12.6153 40.0933 12.457 40.0532 12.2394L39.9338 11.1403L40.4846 11.3635C40.147 11.8882 39.7598 12.2898 39.3228 12.5666C38.8858 12.8441 38.3646 12.9825 37.7593 12.9825C37.1042 12.9825 36.5357 12.8169 36.0538 12.485H36.0546ZM39.2274 11.4971C39.52 11.3387 39.7959 11.1059 40.054 10.7987L39.9346 11.2443V6.69752L40.0837 7.14308C39.8255 6.83591 39.5473 6.60313 39.2498 6.44474C38.9523 6.28636 38.6188 6.20717 38.2524 6.20717C37.8154 6.20717 37.4377 6.31836 37.1202 6.54154C36.8027 6.76471 36.5589 7.08388 36.3906 7.49984C36.2214 7.9158 36.1372 8.40615 36.1372 8.9709C36.1372 9.82282 36.3232 10.4964 36.696 10.9915C37.0681 11.4867 37.582 11.7346 38.2371 11.7346C38.6044 11.7346 38.9347 11.6554 39.2274 11.4971Z' fill='white'/%3E%3Cpath d='M43.4715 3.49533C43.3272 3.34175 43.2559 3.11617 43.2559 2.8194C43.2559 2.52263 43.328 2.29705 43.4715 2.14346C43.6151 1.98988 43.8316 1.91309 44.1194 1.91309C44.4073 1.91309 44.6254 1.99228 44.7745 2.15066C44.9236 2.30905 44.9982 2.53223 44.9982 2.8194C44.9982 3.10657 44.9236 3.32975 44.7745 3.48813C44.6254 3.64652 44.4073 3.72571 44.1194 3.72571C43.8316 3.72571 43.6151 3.64892 43.4715 3.49533ZM43.5461 12.7152C43.4122 12.616 43.3449 12.4577 43.3449 12.2401V5.70232C43.3449 5.48474 43.4122 5.32635 43.5461 5.22716C43.68 5.12797 43.8516 5.07838 44.0601 5.07838H44.194C44.4024 5.07838 44.5708 5.12797 44.6999 5.22716C44.829 5.32635 44.894 5.48474 44.894 5.70232V12.2401C44.894 12.4577 44.829 12.6168 44.6999 12.7152C44.5708 12.8144 44.4024 12.864 44.194 12.864H44.0601C43.8516 12.864 43.68 12.8144 43.5461 12.7152Z' fill='white'/%3E%3Cpath d='M46.9422 12.4106C46.49 12.029 46.2646 11.4923 46.2646 10.7987C46.2646 10.1052 46.5325 9.51645 47.0689 9.0901C47.6053 8.66454 48.3397 8.45096 49.273 8.45096H51.0306V9.46126H49.5264C48.9507 9.46126 48.5089 9.57805 48.201 9.81083C47.8931 10.0436 47.7392 10.3532 47.7392 10.7395C47.7392 11.1259 47.8611 11.4179 48.104 11.6163C48.347 11.8146 48.6869 11.913 49.1239 11.913C49.5008 11.913 49.8359 11.8338 50.1294 11.6754C50.422 11.5171 50.6979 11.2843 50.956 10.9771L50.8221 11.4523V7.87181C50.8221 7.28787 50.6778 6.85911 50.39 6.58634C50.1021 6.31436 49.6699 6.17758 49.0942 6.17758C48.816 6.17758 48.5362 6.21997 48.2531 6.30397C47.9701 6.38796 47.675 6.50475 47.3671 6.65273C47.2084 6.73192 47.0665 6.76152 46.943 6.74152C46.8187 6.72153 46.7217 6.65753 46.6527 6.54874C46.583 6.42955 46.5581 6.30877 46.5782 6.18478C46.5982 6.06079 46.6728 5.94 46.8019 5.82081C47.04 5.58324 47.4024 5.38006 47.8891 5.21127C48.3758 5.04329 48.8922 4.9585 49.4382 4.9585C50.0235 4.9585 50.5351 5.05769 50.9721 5.25527C51.4091 5.45365 51.7514 5.76562 52 6.19118C52.2478 6.61754 52.372 7.15668 52.372 7.81102V12.2234C52.372 12.441 52.3151 12.6026 52.2005 12.7065C52.0866 12.8105 51.9399 12.8625 51.7611 12.8625C51.5326 12.8625 51.3465 12.8153 51.2022 12.7217C51.0579 12.6282 50.9761 12.477 50.9569 12.2682L50.8678 11.4955L51.3594 11.5843C51.0515 12.0402 50.6714 12.3866 50.22 12.6242C49.7678 12.8617 49.2795 12.9809 48.7535 12.9809C47.999 12.9809 47.396 12.7905 46.9438 12.409L46.9422 12.4106Z' fill='white'/%3E%3Cpath d='M55.1028 12.3883C54.7308 11.9923 54.5448 11.4276 54.5448 10.6948V5.7473L55.066 6.25206H53.8897C53.6908 6.25206 53.5417 6.20246 53.4431 6.10327C53.3437 6.00408 53.2939 5.88009 53.2939 5.73211C53.2939 5.59372 53.3308 5.47933 53.4054 5.39054C53.48 5.30175 53.577 5.24735 53.6957 5.22736C53.9739 5.17776 54.1872 5.10097 54.3363 4.99698C54.4854 4.89299 54.6041 4.7218 54.6939 4.48423C54.7829 4.24665 54.843 3.90028 54.8727 3.44433C54.8823 3.25635 54.9425 3.12036 55.0515 3.03557C55.1606 2.95158 55.2993 2.90918 55.4685 2.90918H55.5278C55.6962 2.90918 55.8333 2.95398 55.9375 3.04277C56.0418 3.13156 56.0939 3.27074 56.0939 3.45873V5.44973L55.4685 5.07857H57.6574C57.8755 5.07857 58.0343 5.13056 58.1337 5.23455C58.2331 5.33854 58.2828 5.47933 58.2828 5.65771C58.2828 6.05367 58.0743 6.25206 57.6574 6.25206H55.4829L56.0939 5.73211V10.65C56.0939 11.0268 56.1829 11.3164 56.3617 11.5195C56.5405 11.7227 56.7987 11.8243 57.1362 11.8243C57.2749 11.8243 57.4441 11.8043 57.643 11.7651C57.752 11.7555 57.8611 11.7451 57.9709 11.7355C58.0703 11.7355 58.1569 11.7531 58.2315 11.7875C58.3061 11.8219 58.3582 11.8795 58.3879 11.9587C58.4376 12.0675 58.4496 12.1795 58.4247 12.2931C58.3999 12.4075 58.3381 12.5034 58.2387 12.5826C58.08 12.7114 57.8611 12.8106 57.5836 12.8794C57.3054 12.949 56.9879 12.9834 56.6303 12.9834C55.9848 12.9834 55.4765 12.785 55.1036 12.3891L55.1028 12.3883Z' fill='white'/%3E%3Cpath d='M60.5828 12.4769C60.0319 12.1401 59.6046 11.6674 59.3023 11.0578C58.9992 10.4483 58.8477 9.74836 58.8477 8.95564C58.8477 8.16292 58.9992 7.46539 59.3023 6.86064C59.6054 6.2567 60.0416 5.78875 60.6132 5.45678C61.1841 5.12481 61.8464 4.95923 62.6017 4.95923C63.2568 4.95923 63.8181 5.07282 64.2847 5.3008C64.7514 5.52877 65.1042 5.82794 65.3423 6.19991C65.5805 6.57107 65.6999 6.97023 65.6999 7.39579C65.6999 8.01013 65.4594 8.47569 64.9775 8.79246C64.4956 9.10923 63.7884 9.26761 62.8551 9.26761H60.0408V8.25731H62.5873C63.163 8.25731 63.5872 8.17812 63.8606 8.01973C64.1332 7.86135 64.2703 7.62377 64.2703 7.3062C64.2703 6.93984 64.1188 6.63507 63.8157 6.39269C63.5126 6.15031 63.1029 6.02872 62.5873 6.02872C62.1207 6.02872 61.7238 6.13751 61.3958 6.35589C61.0679 6.57427 60.8201 6.88864 60.6509 7.299C60.4817 7.71016 60.3976 8.20291 60.3976 8.77726C60.3976 9.73796 60.6108 10.4691 61.0382 10.969C61.4648 11.469 62.0557 11.7194 62.8102 11.7194C63.1574 11.7194 63.495 11.6746 63.8229 11.5858C64.1508 11.497 64.4932 11.3778 64.8508 11.229C64.9895 11.1698 65.1186 11.157 65.2381 11.1922C65.3576 11.2274 65.4514 11.3034 65.5211 11.4226C65.5901 11.5418 65.6077 11.6674 65.5733 11.8018C65.538 11.9354 65.4514 12.0521 65.3127 12.1513C64.9751 12.3993 64.5758 12.5993 64.114 12.7529C63.6521 12.9065 63.1037 12.9832 62.4686 12.9832C61.7638 12.9832 61.136 12.8153 60.5844 12.4777L60.5828 12.4769Z' fill='white'/%3E%3Cpath d='M67.3292 12.7153C67.1953 12.6161 67.1279 12.4578 67.1279 12.2402V2.37394C67.1279 2.15636 67.1953 1.99798 67.3292 1.89879C67.4631 1.7996 67.6347 1.75 67.8431 1.75H67.977C68.1855 1.75 68.3539 1.7996 68.483 1.89879C68.6121 1.99798 68.677 2.15636 68.677 2.37394V12.2394C68.677 12.457 68.6121 12.6161 68.483 12.7145C68.3539 12.8137 68.1855 12.8633 67.977 12.8633H67.8431C67.6347 12.8633 67.4631 12.8137 67.3292 12.7145V12.7153ZM72.0206 12.7593C71.8666 12.6897 71.7055 12.5562 71.5363 12.3578L68.5279 8.82131L68.4982 8.52454L71.4914 5.56803C71.6902 5.36965 71.849 5.23846 71.9677 5.17447C72.0871 5.11047 72.2355 5.07768 72.4143 5.07768H72.5482C72.7166 5.07768 72.8537 5.11767 72.9579 5.19687C73.0621 5.27606 73.1143 5.37525 73.1143 5.49364C73.1143 5.61203 73.0493 5.73121 72.9202 5.8504L69.7627 8.85171L69.7779 8.13818L73.099 11.9562C73.2377 12.105 73.3075 12.2514 73.3075 12.3946C73.3075 12.5378 73.2506 12.6521 73.1359 12.7361C73.022 12.8201 72.8705 12.8625 72.6813 12.8625H72.5474C72.3485 12.8625 72.1729 12.8281 72.019 12.7585L72.0206 12.7593Z' fill='white'/%3E%3Cpath d='M74.3894 12.4106C73.9372 12.029 73.7119 11.4923 73.7119 10.7987C73.7119 10.1052 73.9797 9.51645 74.5161 9.0901C75.0525 8.66454 75.787 8.45096 76.7203 8.45096H78.4779V9.46126H76.9737C76.398 9.46126 75.9562 9.57805 75.6483 9.81083C75.3404 10.0436 75.1864 10.3532 75.1864 10.7395C75.1864 11.1259 75.3083 11.4179 75.5513 11.6163C75.7942 11.8146 76.1342 11.913 76.5712 11.913C76.948 11.913 77.2832 11.8338 77.5766 11.6754C77.8693 11.5171 78.1451 11.2843 78.4033 10.9771L78.2694 11.4523V7.87181C78.2694 7.28787 78.1251 6.85911 77.8372 6.58634C77.5494 6.31436 77.1172 6.17758 76.5415 6.17758C76.2633 6.17758 75.9834 6.21997 75.7004 6.30397C75.4174 6.38796 75.1223 6.50475 74.8144 6.65273C74.6556 6.73192 74.5137 6.76152 74.3902 6.74152C74.266 6.72153 74.1689 6.65753 74.1 6.54874C74.0302 6.42955 74.0054 6.30877 74.0254 6.18478C74.0455 6.06079 74.12 5.94 74.2491 5.82081C74.4873 5.58324 74.8497 5.38006 75.3364 5.21127C75.8231 5.04329 76.3395 4.9585 76.8855 4.9585C77.4708 4.9585 77.9824 5.05769 78.4193 5.25527C78.8563 5.45365 79.1987 5.76562 79.4473 6.19118C79.695 6.61754 79.8193 7.15668 79.8193 7.81102V12.2234C79.8193 12.441 79.7624 12.6026 79.6477 12.7065C79.5339 12.8105 79.3871 12.8625 79.2083 12.8625C78.9798 12.8625 78.7938 12.8153 78.6495 12.7217C78.5051 12.6282 78.4234 12.477 78.4041 12.2682L78.3151 11.4955L78.8066 11.5843C78.4987 12.0402 78.1187 12.3866 77.6673 12.6242C77.215 12.8617 76.7267 12.9809 76.2007 12.9809C75.4462 12.9809 74.8433 12.7905 74.391 12.409L74.3894 12.4106Z' fill='white'/%3E%3Cpath d='M19.9356 12.6099C19.9356 12.6099 19.9356 10.0973 19.9356 7.93831C19.9356 5.07459 15.3204 4.8978 15.3204 8.0367C15.3204 12.0779 15.3405 13.2042 15.3405 13.8817C15.3405 13.8817 15.3316 14 15.3268 15.2976C15.3268 18.1613 12.057 18.3381 12.057 15.1992C12.057 11.158 12.0667 8.51025 12.0667 8.51025C12.0667 8.51025 12.0667 9.15979 12.0667 7C12.0667 4.13628 8.79688 3.9595 8.79688 7.09839' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M24.5537 12.4939C24.5537 12.4939 24.5537 10.1053 24.5537 7.94553C24.5537 5.08181 19.9385 4.90503 19.9385 8.04393C19.9385 12.0851 19.9585 11.7188 19.9585 12.3963' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M85.212 9.52284L85.1431 8.01178C85.1158 7.31985 84.5457 6.77271 83.8514 6.77271C83.137 6.77271 82.5589 7.35025 82.5589 8.06218V9.57723C82.5589 9.57723 82.5589 10.2124 82.5589 12.3722C82.5589 15.2359 79.0605 15.4127 79.0605 12.2738C79.0605 8.23256 79.0806 8.59893 79.0806 7.92139' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9886_11269' x1='8.04245' y1='9.05985' x2='85.9569' y2='9.05985' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.05' stop-color='white'/%3E%3Cstop offset='0.07' stop-color='%23E0CCD8' stop-opacity='0.8'/%3E%3Cstop offset='0.08' stop-color='%23BF96AE' stop-opacity='0.59'/%3E%3Cstop offset='0.1' stop-color='%23A3688B' stop-opacity='0.41'/%3E%3Cstop offset='0.11' stop-color='%238B426E' stop-opacity='0.26'/%3E%3Cstop offset='0.13' stop-color='%237A2557' stop-opacity='0.15'/%3E%3Cstop offset='0.14' stop-color='%236D1047' stop-opacity='0.07'/%3E%3Cstop offset='0.16' stop-color='%2365043E' stop-opacity='0.02'/%3E%3Cstop offset='0.17' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.19' stop-color='%23740045' stop-opacity='0.13'/%3E%3Cstop offset='0.23' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.26' stop-color='%23A70063' stop-opacity='0.51'/%3E%3Cstop offset='0.3' stop-color='%23BC006F' stop-opacity='0.66'/%3E%3Cstop offset='0.34' stop-color='%23CC0079' stop-opacity='0.78'/%3E%3Cstop offset='0.38' stop-color='%23D90080' stop-opacity='0.88'/%3E%3Cstop offset='0.43' stop-color='%23E20085' stop-opacity='0.95'/%3E%3Cstop offset='0.48' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.56' stop-color='%23EA008A'/%3E%3Cstop offset='0.67' stop-color='%23E80089' stop-opacity='0.99'/%3E%3Cstop offset='0.72' stop-color='%23E50087' stop-opacity='0.96'/%3E%3Cstop offset='0.75' stop-color='%23DE0083' stop-opacity='0.91'/%3E%3Cstop offset='0.77' stop-color='%23D4007D' stop-opacity='0.84'/%3E%3Cstop offset='0.79' stop-color='%23C70075' stop-opacity='0.75'/%3E%3Cstop offset='0.81' stop-color='%23B8006C' stop-opacity='0.63'/%3E%3Cstop offset='0.83' stop-color='%23A50061' stop-opacity='0.49'/%3E%3Cstop offset='0.84' stop-color='%238F0055' stop-opacity='0.33'/%3E%3Cstop offset='0.86' stop-color='%23770047' stop-opacity='0.15'/%3E%3Cstop offset='0.87' stop-color='%2363003B' stop-opacity='0'/%3E%3Cstop offset='0.93' stop-color='%23C39DB3' stop-opacity='0.62'/%3E%3Cstop offset='0.97' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 112px;
  height: 27px;
  background-position-y: 6px;
}

.podcastBlock__linkIcon--v2 img {
  height: 0;
}

/* podcats player END */

/* poprawka wysokosci glass-playera w przypadku nowej nawigacji START */
body:has(.tap-bar) .glass-container {
  --corner-radius: 12px;
  bottom: 68px;
}
/* poprawka wysokosci glass-playera w przypadku nowej nawigacji END */
