@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.banner_bottom {
  margin-bottom: 4rem;
}

.banner_top {
  margin-top: 2rem;
}

.detail_advert {
  display: block;
  height: 100%;
}
.detail_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.detail_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_advert {
  display: block;
  height: 100%;
}
.section_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.section_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_listing .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.episode_listing_advert {
  display: block;
  height: 100%;
}
.episode_listing_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.episode_listing_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.episode_listing_grid .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  overflow: hidden;
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
}

.isekunda_content .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media only screen and (max-width: 768px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 640px) {
  .mobile_up {
    order: -1;
  }
}
@media only screen and (max-width: 425px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.shp_twoColumns_advert .banner {
  position: sticky;
  top: 120px;
  display: block;
  text-align: center;
}

#webpushr-prompt-wrapper {
  display: none !important;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Sora", sans-serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  color: var(--text-color);
}

body {
  padding-top: 119px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-radius: 2px;
}

/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}

/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden,
[hidden] {
  display: none !important;
}

/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}

.container {
  max-width: 1080px;
  margin: auto;
  padding: 60px;
  background-color: var(--bg-color);
  position: relative;
}

/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
      * Don't show links that are fragment identifiers,
      * or use the `javascript:` pseudo protocol
      */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
      * Printing Tables:
      * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
      */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
.section_headline {
  position: relative;
  width: 100%;
  color: var(--text-color);
  margin: 0 0 1rem 0;
}
.section_headline span {
  color: var(--secondary-color);
}
.section_headline a {
  text-decoration: none;
  color: var(--text-color);
}
.section_headline a span {
  color: var(--secondary-color);
}

.section_subheadline {
  color: var(--text-color-50);
  margin: 0.75rem 0 1.5rem 0;
}

.section_cta {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--text-color-50);
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.section_cta svg {
  stroke: var(--grey-color);
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    padding: 1rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 95px;
  }
}
.appbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  display: none;
  z-index: 9996;
  --shadow-color: 0deg 0% 0%;
  box-shadow: 0px -0.9px 1px hsl(var(--shadow-color)/0.06), 0.1px -2.6px 2.9px -0.8px hsl(var(--shadow-color)/0.06), 0.1px -6.1px 6.9px -1.7px hsl(var(--shadow-color)/0.06), 0.3px -14.6px 16.4px -2.5px hsl(var(--shadow-color)/0.06);
}

.appbar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.appbar_item a {
  padding: 0.75rem 1rem 0.5rem 1rem;
  width: 100%;
  display: grid;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--grey-color);
}
.appbar_item.hide {
  display: none;
}
.appbar_item.live .appbar_label {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.appbar_item.live .appbar_icon {
  display: grid;
  place-items: center;
  height: 24px;
}
.appbar_item.live .appbar_icon i {
  display: block;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--secondary-color);
  animation: pulse-red 2s infinite;
}
.appbar_item.new {
  position: relative;
}
.appbar_item.new::after {
  content: "nové";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  font-weight: bold;
  font-size: 8px;
}
.appbar_item.icon svg path {
  color: var(--text-color);
  fill: var(--text-color);
}

.appbar_label {
  font-size: 0.87rem;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media only screen and (max-width: 768px) {
  .appbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
:root[data-theme=theme-dark] .appbar {
  background-color: var(--back-color-black);
}

.mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}

.topnav {
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  transition: margin 100ms ease-out;
}

.topnav_menu {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.topnav_menu svg {
  color: var(--text-color-white);
}

.topnav_list {
  overflow: hidden;
  margin: 0 3rem;
}
.topnav_list ul {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 44px;
  padding: 0;
  gap: 1rem;
  margin: 0;
}
.topnav_list ul li {
  display: inline-flex;
  align-items: center;
  height: 44px;
  list-style-type: none;
}
.topnav_list ul li a {
  text-decoration: none;
  color: var(--text-color-white);
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  padding: 0.815rem;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 150ms ease-out;
}
.topnav_list ul li a:hover {
  background-color: var(--text-color-white-10);
  transition: background-color 100ms ease-in;
}
.topnav_list ul li a.highlight {
  position: relative;
}
.topnav_list ul li a.highlight.nove::after {
  content: "nové";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.exkluzivne::after {
  content: "exkluzívne";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.coskoro::after {
  content: "čoskoro";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}

.topnav_podcasty {
  margin-left: auto;
}
.topnav_podcasty svg path {
  fill: var(--text-color-white);
}

.topnav_kalendar {
  border-left: 1px solid var(--text-color-white-10);
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}
.topnav_kalendar * {
  display: block;
}
.topnav_kalendar span {
  font-weight: normal;
  color: var(--text-color-white-75);
}

.topnav_pocasie {
  border-left: 1px solid var(--text-color-white-10);
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}

.topnav_search {
  color: var(--white);
  border-radius: 100%;
  background-color: var(--secondary-color);
  padding: 0.75rem;
  line-height: 18px;
}

.subnav {
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  background-color: var(--back-color-grey);
  position: relative;
}
.subnav_list {
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.subnav_list::-webkit-scrollbar {
  display: none;
}
.subnav_list_mobile {
  display: none;
}
.subnav_list_desktop {
  display: block;
}
.subnav #subnav_left,
.subnav #subnav_right {
  position: absolute;
  border: 0;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: var(--back-color-grey);
  display: none;
}
.subnav #subnav_left.hide,
.subnav #subnav_right.hide {
  display: none;
}
.subnav #subnav_right {
  left: auto;
  right: 0;
}
.subnav.scrolling #subnav_left,
.subnav.scrolling #subnav_right {
  display: block;
}
.subnav.scrolling #subnav_left.hide,
.subnav.scrolling #subnav_right.hide {
  display: none;
}
.subnav ul {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 2.5rem;
  margin: 0;
  gap: 1.75rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.subnav ul li {
  list-style-type: none;
  height: 45px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.subnav ul li a {
  text-decoration: none;
  color: var(--text-color);
  padding: 0.9rem 0;
  font-size: 0.935rem;
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.subnav ul li a:hover {
  opacity: 0.75;
  transition: opacity 350ms ease-out;
}
.subnav ul li.highlight a {
  color: var(--secondary-color);
  font-weight: 600;
}
.subnav ul li.online a {
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}
.subnav ul li.online a::before {
  content: "";
  display: block;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media screen and (max-width: 1600px) {
  .topnav {
    gap: 1rem;
    width: calc(100% - 2rem);
    padding: 1rem;
  }
  .topnav_list {
    margin: 0 1rem;
  }
  .topnav_kalendar,
  .topnav_pocasie {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1024px) {
  .topnav {
    transition: margin 350ms ease-out;
  }
  .topnav.hide {
    margin-top: -74px;
    transition: margin 250ms ease-in;
  }
  .topnav_list {
    display: none;
  }
  .subnav ul li a {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .topnav {
    padding: 0;
    width: 100%;
  }
  .topnav.hide {
    margin-top: -50px;
  }
  .topnav_kalendar,
  .topnav_pocasie, .topnav_podcasty {
    display: none;
  }
  .topnav_search {
    background-color: transparent;
    margin-left: auto;
    order: 2;
  }
  .topnav_menu {
    order: 3;
    background-color: var(--text-color-white-10);
    padding: 1rem;
  }
  .logo {
    order: 1;
    height: 32px;
    width: auto;
    margin-left: 1rem;
  }
  .subnav ul {
    padding: 0 1rem;
  }
  .subnav_list_mobile {
    display: block;
  }
  .subnav_list_desktop {
    display: none;
  }
}
:root[data-theme=theme-dark] .subnav::after {
  background-image: linear-gradient(to right, rgba(41, 50, 67, 0), rgb(41, 50, 67));
}
:root[data-theme=theme-dark] .topnav {
  background-color: var(--back-color-black);
}
:root[data-theme=theme-dark] .topnav_menu {
  background-color: transparent;
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity 0.3s;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-120%, 0, 0);
  width: calc(100% - 4rem);
  max-width: 320px;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  background-color: var(--bg-color);
  transition: transform 0.3s;
  box-shadow: var(--shadow-elevation-medium);
  display: flex;
  flex-direction: column;
}
.sidenav.open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.sidenav_header {
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid var(--border-color-10);
  width: calc(100% - 2rem);
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--grey-color);
  border-radius: 2px;
  cursor: pointer;
}
.sidenav_header .close:hover {
  background-color: var(--border-color-10);
}

.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1.5rem 1rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}

.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body .tabs {
  height: 100%;
}
.sidenav_body .tabs .tabs_nav .button,
.sidenav_body .tabs .tabs_nav a {
  font-weight: bold;
  font-size: 1.1rem;
}
.sidenav_body .tabs .tabs_nav ul li a.live::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}
.sidenav_body .tabs_body ul li a.highlight {
  position: relative;
}
.sidenav_body .tabs_body ul li a.highlight.nove::before {
  content: "nové";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.exkluzivne::before {
  content: "exkluzívne";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.coskoro::before {
  content: "čoskoro";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}

.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a,
.sidenav_footer ul li button {
  width: 100%;
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.sidenav_footer ul li a svg,
.sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li a .search_icon,
.sidenav_footer ul li button .search_icon {
  stroke: var(--secondary-color);
}
.sidenav_footer ul li.icon a svg,
.sidenav_footer ul li.icon button svg {
  stroke: var(--text-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials > span {
  color: var(--text-color-50);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-color);
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}

:root[data-theme=theme-dark] .sidenav_logo g path:first-of-type {
  fill: white;
  color: white;
}

.tabs .tabs_nav {
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_nav ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_nav ul li {
  list-style-type: none;
}
.tabs .tabs_body {
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_body ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_body ul li {
  list-style-type: none;
}
.tabs .tab_item {
  display: none;
}
.tabs .tab_item.active {
  display: block;
}
.tabs .button--tab {
  font-size: 0.87rem;
  flex: 1;
}
.tabs .button--tab.active {
  font-weight: bold;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.tabs.vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tabs.vertical .tabs_nav {
  border-right: 1px solid var(--border-color-10);
}
.tabs.vertical .tabs_nav ul {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li a,
.tabs.vertical .tabs_nav ul li button {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.tabs.vertical .tabs_nav ul li a {
  color: var(--text-color);
}
.tabs.vertical .tabs_body ul li a {
  color: var(--text-color);
  text-decoration: none;
  padding: 0.875rem 1.15rem;
  display: block;
}
.tabs.vertical .button--tab {
  border-radius: 0;
  border: 0;
}
.tabs.vertical .button--tab.active {
  position: relative;
  font-weight: bold;
  color: var(--secondary-color);
}
.tabs.vertical .button--tab.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 3px;
  display: block;
  background-color: var(--bg-color);
}

.button {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid var(--border-color-10);
  padding: 0.85rem 1rem;
  color: var(--text-color);
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
  width: fit-content;
}
.button:hover {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color-10);
}
.button--fluid {
  width: calc(100% - 2rem);
  margin: 1rem 0;
}
.button--link {
  padding: 0.05rem 0rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--border-color-30);
}
.button--link:hover {
  color: var(--secondary-color);
  border: 0;
  border-bottom: 1px solid var(--secondary-color-10);
}
.button--full {
  font-weight: 700;
  background-color: var(--text-color-10);
}
.button--main {
  font-weight: 700;
  border: 0;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border: 1px solid var(--secondary-color);
}
.button--main:hover {
  color: var(--text-color-white);
  background-color: var(--secondary-color-dark);
  border: 1px solid var(--secondary-color);
}
.button--small {
  padding: 0.65rem 0.85rem;
}
.button--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

input {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-color-10);
  border-radius: 2px;
  background-color: var(--bg-color);
  color: var(--text-color);
}
input::placeholder {
  color: var(--text-color-50);
}

:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.modal {
  border: 0;
  outline: none;
  border-radius: 4px;
  width: calc(100% - 4rem);
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 0;
}
.modal--fullscreen {
  max-width: 100%;
  border-radius: 0px;
  height: 100dvh;
}
.modal--large {
  max-width: 768px;
}
.modal_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 32, 43, 0.1);
  padding: 1rem;
}
.modal_title .button {
  border: 0;
  color: rgba(26, 32, 43, 0.5);
}
.modal_title .button:hover {
  color: #E20919;
}
.modal_body {
  padding: 1rem;
}
.modal::backdrop {
  cursor: pointer;
  background: var(--backdrop-color);
}

@media only screen and (max-width: 525px) {
  .modal {
    max-width: none;
    width: calc(100% - 2rem);
    margin: auto 1rem;
  }
  .modal--fullscreen {
    margin: 0;
    width: 100%;
  }
}
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

footer {
  position: relative;
  z-index: 10;
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
}

.footer_nav {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  border-bottom: 1px solid var(--text-color-white-10);
  font-family: "Work Sans", sans-serif;
}
.footer_nav > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer_nav > ul > li {
  list-style-type: none;
}
.footer_nav > ul > li a, .footer_nav > ul > li button {
  text-decoration: none;
  color: var(--text-color-white);
}
.footer_nav > ul > li button {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}

.footer_grid {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  display: grid;
  gap: 2rem;
  align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
}
.footer_grid_item {
  display: block;
}
.footer_grid_item span {
  font-family: "Work Sans", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--grey-color);
}
.footer_grid_item a {
  color: var(--text-color-white);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer_grid_item > div {
  display: flex;
  gap: 1rem;
}

.footer_gdpr {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 4px;
  border: 1px solid var(--text-color-white-10);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  text-decoration: none;
}

.footer_copyright {
  position: relative;
  background-color: var(--back-color-black);
  display: grid;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  gap: 0.25rem;
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright p:first-of-type {
  opacity: 0.75;
}

.sutaz_modal ul {
  margin: 0;
  padding: 0;
}
.sutaz_modal ul li {
  align-items: center;
  list-style-type: none;
  width: 100%;
}
.sutaz_modal ul li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px dashed rgba(26, 32, 43, 0.1);
  color: #1A202B;
  width: calc(100% - 2rem);
  text-decoration: none;
}
.sutaz_modal ul li a:hover {
  color: var(--secondary-color);
}
.sutaz_modal ul li a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-position: center center;
  opacity: 0.5;
  background-size: 24px 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFcSURBVHgB3VQxVsMwDP0psHfkhcVZaYcegR6hJ2l7AugNegNyEzhClvLY6gmykT0vMRJJaOzajZPCAH9J/C3ry7Ik4K8jsJGhmD7QxlJBjU+clSWu5qlMJPoI3Ijplhwv4YdOEYvA5EMB4xJFlMpX68FQTJSvyMgk2Dl/Xc51W8U2YoT86VrMhJdAHyiU8y6RQQKU16w6fLEPEIia/hL5EYECal1HbkKYxCUGIJUvMX3iNmc8/DfOegMf/LrAUYocue3E0HNn46iT6bH2OFRDQl264C5teCrLrISK3+VubbFnyDe5i5qF7Q3axrMA+WOb5wFIUa1CcXtvsed9zZmzTCnyiBqHGgl3Ol9E3GB0+RUtNw1PUVsns7OK2HkdUdLmWzNKG+XcB3W6/AQq53imebOAJ8z0MJwpcl25Gmg5/2Y+9r0b7ZA6fVS44N1ozNeTk8t0S/Noc8r+/+ATxCKXfxJAgv4AAAAASUVORK5CYII=);
}

@media only screen and (max-width: 1024px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
  }
  .footer_grid_item > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    padding: 0;
  }
  .footer_nav > ul {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
  }
  .footer_nav > ul > li {
    white-space: nowrap;
  }
  .footer_grid {
    grid-template-columns: 1fr;
  }
  .footer_copyright {
    text-align: left;
    justify-content: left;
    padding-right: 155px;
  }
}
@media only screen and (max-width: 425px) {
  .footer_copyright {
    padding-top: 80px;
    padding-right: 2rem;
    text-align: center;
    justify-content: center;
  }
  .footer_gdpr {
    right: 50%;
    transform: translateX(50%);
  }
}
article img {
  width: 100%;
  border-radius: 2px;
}
article a {
  text-decoration: none;
  color: var(--text-color);
}
article p,
article span,
article .article_section,
article .article_author,
article .article_date {
  font-family: "Work Sans", sans-serif;
}
article h2,
article h3,
article h4 {
  font-family: "Sora", sans-serif;
  transition: opacity 150ms ease-in;
  opacity: 1;
}
article h2:hover,
article h3:hover,
article h4:hover {
  opacity: 0.75;
  transition: opacity 350ms ease-out;
}
article.pr h2,
article.pr h3,
article.pr h4 {
  font-family: "Work Sans", sans-serif;
}
article p {
  margin: 0;
}
article .article_section {
  color: var(--secondary-color);
}
article .article_section svg {
  position: relative;
  top: -2px;
}
article .article_section a {
  color: var(--secondary-color);
}
article .article_headline a > b {
  color: var(--secondary-color);
  text-transform: uppercase;
}
article .article_author,
article .article_date {
  color: var(--grey-color);
  font-size: 0.875rem;
}
@keyframes pulseBackground {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
  }
}
article .article_image {
  background-color: var(--border-color-10);
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
  object-position: center;
  opacity: 1;
  display: block;
  position: relative;
}
article .article_image:empty {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: pulseBackground;
  animation-timing-function: linear;
}
article .article_image .article_videolabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: var(--secondary-color);
  border-color: var(--bg-color);
  border-style: solid;
}
article .article_image .article_videolabel svg {
  color: var(--text-color-white);
}
article .article_image .article_photolabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  background-color: var(--secondary-color);
  outline-color: var(--bg-color);
  outline-style: solid;
}
article .article_image .article_photolabel svg {
  color: var(--text-color-white);
}
article .article_image .article_onlinelabel {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background-color: var(--bg-color);
  border-color: var(--bg-color);
  border-style: solid;
}
article .article_image .article_onlinelabel span {
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: var(--secondary-color);
  animation: pulse-red 2s infinite;
}

.article--main, .article--main--hybrid {
  display: grid;
  align-self: flex-start;
}
.article--main h2 a,
.article--main p a, .article--main--hybrid h2 a,
.article--main--hybrid p a {
  color: var(--text-color);
}
.article--main .article_videolabel, .article--main--hybrid .article_videolabel {
  bottom: -3rem;
  right: -3rem;
  width: 3rem;
  height: 3rem;
  outline-width: 5px;
  border-radius: 5px;
}
.article--main .article_videolabel svg, .article--main--hybrid .article_videolabel svg {
  height: initial;
  width: initial;
}
.article--main .article_photolabel, .article--main--hybrid .article_photolabel {
  bottom: -2.2rem;
  right: -2.2rem;
  width: 2.7rem;
  height: 2.7rem;
  outline-width: 5px;
  border-radius: 5px;
}
.article--main .article_photolabel svg, .article--main--hybrid .article_photolabel svg {
  height: initial;
  width: initial;
}
.article--main .article_onlinelabel, .article--main--hybrid .article_onlinelabel {
  bottom: -2.7rem;
  right: -2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  outline-width: 5px;
  border-radius: 5px;
  border-radius: 10px;
}
.article--main .article_onlinelabel svg, .article--main--hybrid .article_onlinelabel svg {
  height: initial;
  width: initial;
}
.article--main .article_section b::after, .article--main--hybrid .article_section b::after {
  content: " /";
  font-weight: normal;
}
.article--text {
  justify-content: space-between;
}
.article--text h4 a,
.article--text p a {
  color: var(--text-color);
}
.article--text .article_image {
  display: none;
}
.article--text .article_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.article--text .article_videolabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
}
.article--text .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--text .article_photolabel {
  bottom: -1.4rem;
  left: -1.4rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
}
.article--text .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--text .article_onlinelabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0;
  border-radius: 7px;
}
.article--text .article_onlinelabel svg {
  height: 0;
  width: 0;
}
.article--side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.article--side .article_headline {
  flex: 1;
  order: 1;
}
.article--side .article_headline h4 {
  margin: 0.25rem 0 0.5rem 0;
}
.article--side .article_headline h4 a {
  color: var(--text-color);
}
.article--side .article_image {
  width: 40%;
  order: 2;
  margin-top: 1.2rem;
}
.article--side .article_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.article--side .article_videolabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
}
.article--side .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--side .article_photolabel {
  bottom: -1.4rem;
  left: -1.4rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
}
.article--side .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--side .article_onlinelabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
  border-radius: 7px;
}
.article--side .article_onlinelabel svg {
  height: 21px;
  width: 21px;
}
.article--side .article_section b::after {
  content: " /";
  font-weight: normal;
}
.article--squareSide .article_image {
  width: 40%;
  order: 2;
  margin-top: 1.2rem;
}
.article--squareSide .article_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.article--squareSide .article_videolabel {
  bottom: -1.6rem;
  right: -1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  outline-width: 3px;
  border-radius: 3px;
}
.article--squareSide .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.article--squareSide .article_photolabel {
  bottom: -1.15rem;
  right: -1.15rem;
  width: 1.6rem;
  height: 1.6rem;
  outline-width: 2px;
  border-radius: 2px;
}
.article--squareSide .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.article--squareSide .article_onlinelabel {
  bottom: -1.7rem;
  right: -1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  outline-width: 2px;
  border-radius: 2px;
  border-radius: 7px;
}
.article--squareSide .article_onlinelabel svg {
  height: 0px;
  width: 0px;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media only screen and (max-width: 640px) {
  .article--main .article_videolabel, .article--main--hybrid .article_videolabel {
    bottom: -2.5rem;
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
    outline-width: 2.5rem;
    border-radius: 2.5rem;
  }
  .article--main .article_videolabel svg, .article--main--hybrid .article_videolabel svg {
    height: initial;
    width: initial;
  }
  .article--main .article_photolabel, .article--main--hybrid .article_photolabel {
    bottom: -2rem;
    right: -2rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 5px;
    border-radius: 5px;
  }
  .article--main .article_photolabel svg, .article--main--hybrid .article_photolabel svg {
    height: initial;
    width: initial;
  }
  .article--main .article_onlinelabel, .article--main--hybrid .article_onlinelabel {
    bottom: -2.7rem;
    right: -2.7rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 2.7rem;
    border-radius: 2.7rem;
  }
  .article--main .article_onlinelabel svg, .article--main--hybrid .article_onlinelabel svg {
    height: initial;
    width: initial;
  }
  .article--squareSide .article_videolabel {
    bottom: -2rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_videolabel svg {
    height: 18px;
    width: 18px;
  }
  .article--squareSide .article_photolabel {
    bottom: -1.4rem;
    left: -1.4rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_photolabel svg {
    height: 21px;
    width: 21px;
  }
  .article--squareSide .article_onlinelabel {
    bottom: -2rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
    outline-width: 4px;
    border-radius: 4px;
    left: 0.35rem;
  }
  .article--squareSide .article_onlinelabel svg {
    height: 21px;
    width: 21px;
  }
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider_wrap {
  overflow-x: auto;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider_wrap::-webkit-scrollbar {
  display: none;
}

.slider_nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border-color-10);
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 100%;
  cursor: pointer;
  background-color: var(--text-color-white);
}
.slider_nav svg {
  stroke: var(--back-color-blue);
}
.slider_nav:hover svg {
  stroke: var(--secondary-color);
}
.slider_nav.hide {
  display: none;
}
.slider_nav--right {
  right: 1rem;
}
.slider_nav--left {
  left: 1rem;
}

.slider_indicator {
  display: none;
  align-self: center;
  gap: 0.25rem;
  margin: 1rem auto;
  width: 100%;
  justify-content: center;
}
.slider_indicator span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--secondary-color-10);
}
.slider_indicator span.active {
  background-color: var(--secondary-color);
}

.slider_item {
  flex-shrink: 0;
}

@media only screen and (max-width: 900px) {
  .slider {
    width: calc(100% + 2rem);
    left: -1rem;
  }
  .slider_wrap {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .slider_item {
    scroll-snap-align: center;
  }
  .slider_item:first-of-type {
    margin-left: 1rem;
  }
  .slider_item:last-of-type {
    margin-right: 1rem;
  }
  .slider_nav {
    display: none;
  }
  .slider_indicator {
    display: flex;
  }
}
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.mreporter_promo {
  background-color: var(--blue-color-10);
  padding: 1rem;
  padding-bottom: 0;
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin: 1rem 0;
  container-name: mreporter_promo;
  container-type: inline-size;
}
.mreporter_promo h3 {
  width: 100%;
  flex-shrink: 0;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.3rem;
}
.mreporter_promo h3 a {
  text-decoration: none;
  color: var(--text-color);
}
.mreporter_promo > div {
  flex: 1;
  align-self: flex-start;
}
.mreporter_promo p {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  color: var(--text-color-75);
}
.mreporter_promo .button {
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .mreporter_promo p {
    font-size: 1rem;
  }
}
@container mreporter_promo (width < 360px) {
  img {
    width: 120px;
  }
}
.tvshow_voting {
  width: 100%;
  background-color: var(--blue-color-10);
  border-radius: 4px;
  border: 1px solid var(--text-color-white-05);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  margin: 2rem 0;
}
.tvshow_voting_text {
  background: linear-gradient(0deg, rgb(37, 57, 94) 0%, rgb(26, 32, 43) 100%);
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  color: var(--text-color-white);
  padding: 1rem;
  padding-bottom: 0;
  justify-content: center;
}
.tvshow_voting_text h3 {
  color: var(--text-color-white);
  font-size: 2rem;
}
.tvshow_voting_text h3 span {
  display: block;
  font-size: 1.3rem;
}
.tvshow_voting_info {
  display: grid;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.tvshow_voting_info p {
  font-size: 0.75rem;
  margin: 0;
  max-width: 640px;
  color: var(--text-color-white-75);
}
.tvshow_voting_info p small {
  font-size: 0.7rem;
}
.tvshow_voting_main {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
}
.tvshow_voting_legal {
  background-color: var(--back-color-black);
  color: var(--text-color-white-50);
  font-size: 10px;
  width: calc(100% - 2rem);
  padding: 1rem;
}
.tvshow_voting_legal p {
  margin-top: 0;
}
.tvshow_voting_list {
  display: flex;
  padding: 1rem;
  margin: 0;
  gap: 0.5rem;
  background-color: var(--back-color-blue);
}
.tvshow_voting_list li {
  display: grid;
  flex: 1;
  list-style-type: none;
  color: var(--text-color-white);
  padding: 0.5rem;
}
.tvshow_voting_list li .name {
  display: block;
  color: var(--text-color-white);
}
.tvshow_voting_list li .party {
  font-size: 0.875rem;
  color: var(--text-color-white);
  opacity: 0.5;
  display: block;
  margin-bottom: 0.5rem;
}
.tvshow_voting_list li .button {
  background-color: var(--text-color-white-05);
  border: 1px solid var(--text-color-white-30);
  width: calc(100% - 1rem);
  justify-content: flex-start;
  text-align: left;
  margin-top: auto;
  padding: 0.25rem 0.5rem;
  color: var(--text-color-white);
}
.tvshow_voting_list li .button.result {
  width: fit-content;
  border: 0;
}
.tvshow_voting_list li .button small {
  color: var(--text-color-white);
  font-size: 0.7rem;
}
.tvshow_voting_list li .button b {
  display: block;
  color: var(--secondary-color);
}

@media screen and (max-width: 1024px) {
  .tvshow_voting_main {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .tvshow_voting_list {
    display: grid;
    gap: 0;
    padding: 0;
  }
  .tvshow_voting_list li {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--text-color-white-05);
  }
  .tvshow_voting_list li .button {
    width: fit-content;
    margin-top: 0;
    border: 0;
  }
}
@media screen and (max-width: 375px) {
  .tvshow_voting_text {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .tvshow_voting_text img {
    margin: auto;
  }
}
.tvshows_slider_section {
  margin: 1.5rem auto;
}

.tvshows_slider_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 8px;
}
.tvshows_slider_item_image {
  border-radius: 8px;
}
.tvshows_slider_item_text {
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 1rem);
  padding: 0.5rem;
  z-index: 3;
  font-family: "Work Sans", sans-serif;
  color: var(--text-color-white);
}
.tvshows_slider_item_text small,
.tvshows_slider_item_text b {
  display: block;
}
.tvshows_slider_item_text small {
  font-weight: normal;
  opacity: 0.75;
}
.tvshows_slider_item_text b {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 0.25rem 0 0.35rem;
}
.tvshows_slider_item_gradient {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.tvshows_slider_item.show_all {
  background-color: var(--secondary-color-10);
  padding: 1rem;
  text-decoration: none;
  color: var(--secondary-color);
  max-width: calc(150px - 2rem);
  display: grid;
  gap: 1rem;
  place-content: center;
  text-align: center;
}
.tvshows_slider_item.show_all svg {
  color: var(--secondary-color-25);
  width: 3.5rem;
  height: 3.5rem;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .tvshows_slider_section {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .tvshows_slider_section {
    padding-top: 1.5rem;
    margin-top: 0;
  }
}
.zoh-pasik {
  width: calc(100% - 2rem);
  display: block;
  position: relative;
  background-color: #02101c;
  color: var(--text-color);
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 3rem;
}
.zoh-pasik::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/ta3static/images/zoh2026/back.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 1;
}
.zoh-pasik * {
  position: relative;
  z-index: 2;
}
.zoh-pasik h2 {
  margin: 0px;
}
.zoh-pasik > div {
  font-size: 0.875rem;
}
.zoh-pasik > p {
  font-size: 0.875rem;
  color: var(--text-color-50);
  max-width: 500px;
  margin-top: 0.5rem;
}

:root[data-theme=theme-light] .zoh-pasik {
  background-color: #cfe7fb;
}

@media screen and (max-width: 640px) {
  .zoh-pasik::after {
    opacity: 0.2;
  }
}
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.banner_bottom {
  margin-bottom: 4rem;
}

.banner_top {
  margin-top: 2rem;
}

.detail_advert {
  display: block;
  height: 100%;
}
.detail_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.detail_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_advert {
  display: block;
  height: 100%;
}
.section_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.section_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.section_listing .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.episode_listing_advert {
  display: block;
  height: 100%;
}
.episode_listing_advert .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 100%;
  overflow: hidden;
}
.episode_listing_advert .banner:last-of-type {
  position: sticky;
  top: 130px;
}

.episode_listing_grid .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  overflow: hidden;
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
}

.isekunda_content .banner {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 900px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media only screen and (max-width: 768px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (max-width: 640px) {
  .mobile_up {
    order: -1;
  }
}
@media only screen and (max-width: 425px) {
  .episode_listing_grid .banner {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.shp_twoColumns_advert .banner {
  position: sticky;
  top: 120px;
  display: block;
  text-align: center;
}

#webpushr-prompt-wrapper {
  display: none !important;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Sora", sans-serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  color: var(--text-color);
}

body {
  padding-top: 119px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

figure {
  margin: 0;
}

/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-radius: 2px;
}

/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}

/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden,
[hidden] {
  display: none !important;
}

/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}

.container {
  max-width: 1080px;
  margin: auto;
  padding: 60px;
  background-color: var(--bg-color);
  position: relative;
}

/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
      * Don't show links that are fragment identifiers,
      * or use the `javascript:` pseudo protocol
      */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
      * Printing Tables:
      * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
      */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
.section_headline {
  position: relative;
  width: 100%;
  color: var(--text-color);
  margin: 0 0 1rem 0;
}
.section_headline span {
  color: var(--secondary-color);
}
.section_headline a {
  text-decoration: none;
  color: var(--text-color);
}
.section_headline a span {
  color: var(--secondary-color);
}

.section_subheadline {
  color: var(--text-color-50);
  margin: 0.75rem 0 1.5rem 0;
}

.section_cta {
  position: absolute;
  top: 5px;
  right: 0;
  color: var(--text-color-50);
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.section_cta svg {
  stroke: var(--grey-color);
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    padding: 1rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 95px;
  }
}
.appbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-color);
  display: none;
  z-index: 9996;
  --shadow-color: 0deg 0% 0%;
  box-shadow: 0px -0.9px 1px hsl(var(--shadow-color)/0.06), 0.1px -2.6px 2.9px -0.8px hsl(var(--shadow-color)/0.06), 0.1px -6.1px 6.9px -1.7px hsl(var(--shadow-color)/0.06), 0.3px -14.6px 16.4px -2.5px hsl(var(--shadow-color)/0.06);
}

.appbar_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.appbar_item a {
  padding: 0.75rem 1rem 0.5rem 1rem;
  width: 100%;
  display: grid;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--grey-color);
}
.appbar_item.hide {
  display: none;
}
.appbar_item.live .appbar_label {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.appbar_item.live .appbar_icon {
  display: grid;
  place-items: center;
  height: 24px;
}
.appbar_item.live .appbar_icon i {
  display: block;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--secondary-color);
  animation: pulse-red 2s infinite;
}
.appbar_item.new {
  position: relative;
}
.appbar_item.new::after {
  content: "nové";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  font-weight: bold;
  font-size: 8px;
}
.appbar_item.icon svg path {
  color: var(--text-color);
  fill: var(--text-color);
}

.appbar_label {
  font-size: 0.87rem;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media only screen and (max-width: 768px) {
  .appbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
:root[data-theme=theme-dark] .appbar {
  background-color: var(--back-color-black);
}

.mainnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}

.topnav {
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 2rem;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  transition: margin 100ms ease-out;
}

.topnav_menu {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.topnav_menu svg {
  color: var(--text-color-white);
}

.topnav_list {
  overflow: hidden;
  margin: 0 3rem;
}
.topnav_list ul {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 44px;
  padding: 0;
  gap: 1rem;
  margin: 0;
}
.topnav_list ul li {
  display: inline-flex;
  align-items: center;
  height: 44px;
  list-style-type: none;
}
.topnav_list ul li a {
  text-decoration: none;
  color: var(--text-color-white);
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  padding: 0.815rem;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 150ms ease-out;
}
.topnav_list ul li a:hover {
  background-color: var(--text-color-white-10);
  transition: background-color 100ms ease-in;
}
.topnav_list ul li a.highlight {
  position: relative;
}
.topnav_list ul li a.highlight.nove::after {
  content: "nové";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.exkluzivne::after {
  content: "exkluzívne";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}
.topnav_list ul li a.highlight.coskoro::after {
  content: "čoskoro";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
}

.topnav_podcasty {
  margin-left: auto;
}
.topnav_podcasty svg path {
  fill: var(--text-color-white);
}

.topnav_kalendar {
  border-left: 1px solid var(--text-color-white-10);
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}
.topnav_kalendar * {
  display: block;
}
.topnav_kalendar span {
  font-weight: normal;
  color: var(--text-color-white-75);
}

.topnav_pocasie {
  border-left: 1px solid var(--text-color-white-10);
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  white-space: nowrap;
}

.topnav_search {
  color: var(--white);
  border-radius: 100%;
  background-color: var(--secondary-color);
  padding: 0.75rem;
  line-height: 18px;
}

.subnav {
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  background-color: var(--back-color-grey);
  position: relative;
}
.subnav_list {
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.subnav_list::-webkit-scrollbar {
  display: none;
}
.subnav_list_mobile {
  display: none;
}
.subnav_list_desktop {
  display: block;
}
.subnav #subnav_left,
.subnav #subnav_right {
  position: absolute;
  border: 0;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: var(--back-color-grey);
  display: none;
}
.subnav #subnav_left.hide,
.subnav #subnav_right.hide {
  display: none;
}
.subnav #subnav_right {
  left: auto;
  right: 0;
}
.subnav.scrolling #subnav_left,
.subnav.scrolling #subnav_right {
  display: block;
}
.subnav.scrolling #subnav_left.hide,
.subnav.scrolling #subnav_right.hide {
  display: none;
}
.subnav ul {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 2.5rem;
  margin: 0;
  gap: 1.75rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.subnav ul li {
  list-style-type: none;
  height: 45px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.subnav ul li a {
  text-decoration: none;
  color: var(--text-color);
  padding: 0.9rem 0;
  font-size: 0.935rem;
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.subnav ul li a:hover {
  opacity: 0.75;
  transition: opacity 350ms ease-out;
}
.subnav ul li.highlight a {
  color: var(--secondary-color);
  font-weight: 600;
}
.subnav ul li.online a {
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}
.subnav ul li.online a::before {
  content: "";
  display: block;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@media screen and (max-width: 1600px) {
  .topnav {
    gap: 1rem;
    width: calc(100% - 2rem);
    padding: 1rem;
  }
  .topnav_list {
    margin: 0 1rem;
  }
  .topnav_kalendar,
  .topnav_pocasie {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1024px) {
  .topnav {
    transition: margin 350ms ease-out;
  }
  .topnav.hide {
    margin-top: -74px;
    transition: margin 250ms ease-in;
  }
  .topnav_list {
    display: none;
  }
  .subnav ul li a {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .topnav {
    padding: 0;
    width: 100%;
  }
  .topnav.hide {
    margin-top: -50px;
  }
  .topnav_kalendar,
  .topnav_pocasie, .topnav_podcasty {
    display: none;
  }
  .topnav_search {
    background-color: transparent;
    margin-left: auto;
    order: 2;
  }
  .topnav_menu {
    order: 3;
    background-color: var(--text-color-white-10);
    padding: 1rem;
  }
  .logo {
    order: 1;
    height: 32px;
    width: auto;
    margin-left: 1rem;
  }
  .subnav ul {
    padding: 0 1rem;
  }
  .subnav_list_mobile {
    display: block;
  }
  .subnav_list_desktop {
    display: none;
  }
}
:root[data-theme=theme-dark] .subnav::after {
  background-image: linear-gradient(to right, rgba(41, 50, 67, 0), rgb(41, 50, 67));
}
:root[data-theme=theme-dark] .topnav {
  background-color: var(--back-color-black);
}
:root[data-theme=theme-dark] .topnav_menu {
  background-color: transparent;
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity 0.3s;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-120%, 0, 0);
  width: calc(100% - 4rem);
  max-width: 320px;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  background-color: var(--bg-color);
  transition: transform 0.3s;
  box-shadow: var(--shadow-elevation-medium);
  display: flex;
  flex-direction: column;
}
.sidenav.open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.sidenav_header {
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid var(--border-color-10);
  width: calc(100% - 2rem);
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--grey-color);
  border-radius: 2px;
  cursor: pointer;
}
.sidenav_header .close:hover {
  background-color: var(--border-color-10);
}

.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1.5rem 1rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}

.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body .tabs {
  height: 100%;
}
.sidenav_body .tabs .tabs_nav .button,
.sidenav_body .tabs .tabs_nav a {
  font-weight: bold;
  font-size: 1.1rem;
}
.sidenav_body .tabs .tabs_nav ul li a.live::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}
.sidenav_body .tabs_body ul li a.highlight {
  position: relative;
}
.sidenav_body .tabs_body ul li a.highlight.nove::before {
  content: "nové";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.exkluzivne::before {
  content: "exkluzívne";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.sidenav_body .tabs_body ul li a.highlight.coskoro::before {
  content: "čoskoro";
  color: var(--secondary-color);
  display: block;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}

.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a,
.sidenav_footer ul li button {
  width: 100%;
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
}
.sidenav_footer ul li a svg,
.sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li a .search_icon,
.sidenav_footer ul li button .search_icon {
  stroke: var(--secondary-color);
}
.sidenav_footer ul li.icon a svg,
.sidenav_footer ul li.icon button svg {
  stroke: var(--text-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials > span {
  color: var(--text-color-50);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-color);
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}

:root[data-theme=theme-dark] .sidenav_logo g path:first-of-type {
  fill: white;
  color: white;
}

.tabs .tabs_nav {
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_nav ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_nav ul li {
  list-style-type: none;
}
.tabs .tabs_body {
  font-family: "Work Sans", sans-serif;
}
.tabs .tabs_body ul {
  padding: 0;
  margin: 0;
}
.tabs .tabs_body ul li {
  list-style-type: none;
}
.tabs .tab_item {
  display: none;
}
.tabs .tab_item.active {
  display: block;
}
.tabs .button--tab {
  font-size: 0.87rem;
  flex: 1;
}
.tabs .button--tab.active {
  font-weight: bold;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.tabs.vertical {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tabs.vertical .tabs_nav {
  border-right: 1px solid var(--border-color-10);
}
.tabs.vertical .tabs_nav ul {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li {
  width: 100%;
}
.tabs.vertical .tabs_nav ul li a,
.tabs.vertical .tabs_nav ul li button {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.tabs.vertical .tabs_nav ul li a {
  color: var(--text-color);
}
.tabs.vertical .tabs_body ul li a {
  color: var(--text-color);
  text-decoration: none;
  padding: 0.875rem 1.15rem;
  display: block;
}
.tabs.vertical .button--tab {
  border-radius: 0;
  border: 0;
}
.tabs.vertical .button--tab.active {
  position: relative;
  font-weight: bold;
  color: var(--secondary-color);
}
.tabs.vertical .button--tab.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  width: 3px;
  display: block;
  background-color: var(--bg-color);
}

.button {
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid var(--border-color-10);
  padding: 0.85rem 1rem;
  color: var(--text-color);
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  display: block;
  text-align: center;
  width: fit-content;
}
.button:hover {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color-10);
}
.button--fluid {
  width: calc(100% - 2rem);
  margin: 1rem 0;
}
.button--link {
  padding: 0.05rem 0rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--border-color-30);
}
.button--link:hover {
  color: var(--secondary-color);
  border: 0;
  border-bottom: 1px solid var(--secondary-color-10);
}
.button--full {
  font-weight: 700;
  background-color: var(--text-color-10);
}
.button--main {
  font-weight: 700;
  border: 0;
  background-color: var(--secondary-color);
  color: var(--text-color-white);
  border: 1px solid var(--secondary-color);
}
.button--main:hover {
  color: var(--text-color-white);
  background-color: var(--secondary-color-dark);
  border: 1px solid var(--secondary-color);
}
.button--small {
  padding: 0.65rem 0.85rem;
}
.button--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

input {
  padding: 0.85rem 1rem;
  border: 1px solid var(--border-color-10);
  border-radius: 2px;
  background-color: var(--bg-color);
  color: var(--text-color);
}
input::placeholder {
  color: var(--text-color-50);
}

:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

.modal {
  border: 0;
  outline: none;
  border-radius: 4px;
  width: calc(100% - 4rem);
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 0;
}
.modal--fullscreen {
  max-width: 100%;
  border-radius: 0px;
  height: 100dvh;
}
.modal--large {
  max-width: 768px;
}
.modal_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(26, 32, 43, 0.1);
  padding: 1rem;
}
.modal_title .button {
  border: 0;
  color: rgba(26, 32, 43, 0.5);
}
.modal_title .button:hover {
  color: #E20919;
}
.modal_body {
  padding: 1rem;
}
.modal::backdrop {
  cursor: pointer;
  background: var(--backdrop-color);
}

@media only screen and (max-width: 525px) {
  .modal {
    max-width: none;
    width: calc(100% - 2rem);
    margin: auto 1rem;
  }
  .modal--fullscreen {
    margin: 0;
    width: 100%;
  }
}
:root[data-theme=theme-light] {
  --text-color: #1A202B;
  --text-color-10: rgba(26, 32, 43, 0.1);
  --text-color-50: rgba(26, 32, 43, 0.5);
  --text-color-75:rgba(26, 32, 43, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-05: rgba(255, 255, 255, 0.05);
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-30: rgba(255, 255, 255, 0.3);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #fff;
  --border-color: #1A202B;
  --border-color-10: rgba(26, 32, 43, 0.1);
  --border-color-30: rgba(26, 32, 43, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.2);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-light] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

:root[data-theme=theme-dark] {
  --text-color: #fff;
  --text-color-10: rgba(255, 255, 255, 0.1);
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #1A202B;
  --text-color-invert-02: rgba(26, 32, 43, 0.05);
  --text-color-invert-10: rgba(26, 32, 43, 0.1);
  --text-color-invert-30: rgba(26, 32, 43, 0.3);
  --text-color-invert-50: rgba(26, 32, 43, 0.5);
  --text-color-invert-75: rgba(26, 32, 43, 0.75);
  --secondary-color: #E20919;
  --secondary-color-dark: #c90816;
  --secondary-color-05: rgba(226, 9, 25, 0.05);
  --secondary-color-10: rgba(226, 9, 25, 0.1);
  --secondary-color-25: rgba(226, 9, 25, 0.5);
  --bg-color: #1A202B;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #6FCF97;
  --blue-color: #93b6e4;
  --blue-color-10: rgba(147, 182, 228, 0.1);
  --blue-color-25: rgba(147, 182, 228, 0.1);
  --back-color-grey: #293243;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-05: rgba(255, 255, 255, 0.05);
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --text-color-white-75: rgba(255, 255, 255, 0.75);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
      3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
      5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
      9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
      15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
      1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
      5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
      9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
      13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
      17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
      24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
      33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
      45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
      60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme=theme-dark] ::backdrop {
  --backdrop-color: rgba(0, 0, 0, 0.5);
}

footer {
  position: relative;
  z-index: 10;
  background-color: var(--back-color-blue);
  color: var(--text-color-white);
}

.footer_nav {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  border-bottom: 1px solid var(--text-color-white-10);
  font-family: "Work Sans", sans-serif;
}
.footer_nav > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer_nav > ul > li {
  list-style-type: none;
}
.footer_nav > ul > li a, .footer_nav > ul > li button {
  text-decoration: none;
  color: var(--text-color-white);
}
.footer_nav > ul > li button {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}

.footer_grid {
  max-width: 1080px;
  margin: auto;
  padding: 4rem 60px;
  display: grid;
  gap: 2rem;
  align-items: flex-end;
  grid-template-columns: repeat(4, 1fr);
}
.footer_grid_item {
  display: block;
}
.footer_grid_item span {
  font-family: "Work Sans", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--grey-color);
}
.footer_grid_item a {
  color: var(--text-color-white);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer_grid_item > div {
  display: flex;
  gap: 1rem;
}

.footer_gdpr {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 4px;
  border: 1px solid var(--text-color-white-10);
  color: var(--text-color-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  text-decoration: none;
}

.footer_copyright {
  position: relative;
  background-color: var(--back-color-black);
  display: grid;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  gap: 0.25rem;
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright p:first-of-type {
  opacity: 0.75;
}

.sutaz_modal ul {
  margin: 0;
  padding: 0;
}
.sutaz_modal ul li {
  align-items: center;
  list-style-type: none;
  width: 100%;
}
.sutaz_modal ul li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px dashed rgba(26, 32, 43, 0.1);
  color: #1A202B;
  width: calc(100% - 2rem);
  text-decoration: none;
}
.sutaz_modal ul li a:hover {
  color: var(--secondary-color);
}
.sutaz_modal ul li a::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-position: center center;
  opacity: 0.5;
  background-size: 24px 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFcSURBVHgB3VQxVsMwDP0psHfkhcVZaYcegR6hJ2l7AugNegNyEzhClvLY6gmykT0vMRJJaOzajZPCAH9J/C3ry7Ik4K8jsJGhmD7QxlJBjU+clSWu5qlMJPoI3Ijplhwv4YdOEYvA5EMB4xJFlMpX68FQTJSvyMgk2Dl/Xc51W8U2YoT86VrMhJdAHyiU8y6RQQKU16w6fLEPEIia/hL5EYECal1HbkKYxCUGIJUvMX3iNmc8/DfOegMf/LrAUYocue3E0HNn46iT6bH2OFRDQl264C5teCrLrISK3+VubbFnyDe5i5qF7Q3axrMA+WOb5wFIUa1CcXtvsed9zZmzTCnyiBqHGgl3Ol9E3GB0+RUtNw1PUVsns7OK2HkdUdLmWzNKG+XcB3W6/AQq53imebOAJ8z0MJwpcl25Gmg5/2Y+9r0b7ZA6fVS44N1ozNeTk8t0S/Noc8r+/+ATxCKXfxJAgv4AAAAASUVORK5CYII=);
}

@media only screen and (max-width: 1024px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
  }
  .footer_grid_item > div {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .footer_nav {
    padding: 0;
  }
  .footer_nav > ul {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
  }
  .footer_nav > ul > li {
    white-space: nowrap;
  }
  .footer_grid {
    grid-template-columns: 1fr;
  }
  .footer_copyright {
    text-align: left;
    justify-content: left;
    padding-right: 155px;
  }
}
@media only screen and (max-width: 425px) {
  .footer_copyright {
    padding-top: 80px;
    padding-right: 2rem;
    text-align: center;
    justify-content: center;
  }
  .footer_gdpr {
    right: 50%;
    transform: translateX(50%);
  }
}
body {
  padding-top: 285px;
}

.selfpromo_info {
  background: linear-gradient(to right, #0060A6, #9CB8DD);
  color: white;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.selfpromo_info .blue_gradient {
  position: absolute;
  top: -85%;
  left: 15%;
  width: 12rem;
  height: 12rem;
  background: #272261;
  z-index: 1;
  filter: blur(6rem);
}
.selfpromo_info .red_gradient {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 12rem;
  height: 12rem;
  background: #A9354C;
  z-index: 1;
  filter: blur(6rem);
}
.selfpromo_info_logo {
  padding: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  align-self: stretch;
  display: flex;
}
.selfpromo_info_logo img {
  margin: auto;
}
.selfpromo_info_container {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.selfpromo_info_text {
  padding-right: 2rem;
}
.selfpromo_info_text b {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Sora", sans-serif;
}
.selfpromo_info_text small {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
}
.selfpromo_info_text a {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #baddf9;
  text-decoration: underline;
  display: block;
  opacity: 0.8;
}
.selfpromo_info_text--desktop {
  display: block;
}
.selfpromo_info_text--mobile {
  display: none;
}
.selfpromo_info_images {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .selfpromo_info_text b {
    font-size: 1rem;
  }
  .selfpromo_info_text small {
    font-size: 0.875rem;
    color: #baddf9;
  }
  .selfpromo_info_text a {
    font-size: 0.875rem;
  }
  .selfpromo_info_images img {
    height: 64px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 150px;
  }
  .selfpromo_info {
    padding: 1rem;
    height: 50px;
  }
  .selfpromo_info_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .selfpromo_info_logo {
    display: none;
    padding: 0;
    border-right: none;
    margin-bottom: 0.35rem;
  }
  .selfpromo_info_images {
    display: none;
  }
  .selfpromo_info_text {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .selfpromo_info_text--desktop {
    display: none;
  }
  .selfpromo_info_text--mobile {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body {
    padding-top: 190px;
  }
  .selfpromo_info {
    height: 65px;
  }
}
.shp_top {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 3rem;
}

.shp_top_main .article--main {
  gap: 1rem;
}
.shp_top_main .article--main h2 {
  font-size: 1.87rem;
  margin: 0.15rem 0 0.75rem 0;
}
.shp_top_main .article--main p {
  display: none;
}
.shp_top_main .article--main .article_section {
  margin: 0.5rem 0 0 0;
}
.shp_top_main .article--main .article_date {
  display: none;
}
.shp_top_main .article--main .article_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.shp_top_main .special,
.shp_top_main .more_coverage {
  border-top: 1px dashed var(--border-color-10);
  padding: 2rem 1rem;
  margin-top: 1rem;
}
.shp_top_main .special > span,
.shp_top_main .more_coverage > span {
  color: var(--text-color-50);
}
.shp_top_main .special {
  background-color: var(--secondary-color-05);
}
.shp_top_main .more_coverage {
  background-color: var(--blue-color-10);
}
.shp_top_main .article--text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.shp_top_main .article--text .article_image {
  display: block;
}
.shp_top_main .article--text .article_image img {
  width: 100px;
}
.shp_top_main .article--text .article_date {
  display: none;
}
.shp_top_main .article--text .article_headline {
  display: grid;
}
.shp_top_main .article--text .article_headline h4 {
  font-size: 1.35rem;
  margin: 1rem 0 0.35rem 0;
  order: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shp_top_main .article--text .article_section {
  order: 2;
}

.shp_top_middle {
  border-left: 1px solid var(--border-color-10);
  padding-left: 2rem;
  margin-left: 2rem;
}
.shp_top_middle .article--side {
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.35rem 0;
}
.shp_top_middle .article--side:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.shp_top_middle .article--side .article_date {
  display: none;
}
.shp_top_middle .article--side .article_image {
  width: 160px;
  margin-top: 0;
}
.shp_top_middle .article--side .article_headline {
  display: grid;
}
.shp_top_middle .article--side .article_headline h4 {
  font-size: 1.075rem;
  order: 1;
  margin: 0rem 0 0.25rem 0;
}
.shp_top_middle .article--side .article_section {
  order: 2;
}
.shp_top_middle .shp_live {
  display: grid;
  align-items: flex-start;
  grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_top_middle .shp_live_player {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  background-color: var(--border-color-10);
}

.shp_sliders_tabs_header {
  display: flex;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_sliders_tabs_header .button {
  font-size: 1.35rem;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid transparent;
  color: var(--text-color);
  flex: 0;
  white-space: nowrap;
}
.shp_sliders_tabs_header .button.active {
  border: 0;
  border-radius: 0;
  color: var(--text-color);
  border-bottom: 4px solid var(--secondary-color);
}

.shp_tvprogram {
  font-family: "Work Sans", sans-serif;
  display: grid;
  position: relative;
  padding: 0.5rem 0;
}
.shp_tvprogram .section_headline {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.shp_tvprogram .section_headline::before {
  content: "";
  display: block;
  background-color: var(--secondary-color);
  border-radius: 100%;
  height: 0.5rem;
  width: 0.5rem;
  position: relative;
  top: -1px;
  animation: pulse-red 2s infinite;
}
.shp_tvprogram_info {
  flex: 1;
}
.shp_tvprogram_info span,
.shp_tvprogram_info a {
  font-size: 0.87rem;
  color: var(--grey-color);
  text-decoration: none;
}
.shp_tvprogram_info b {
  font-size: 1.075rem;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shp_tvprogram_time {
  font-size: 0.87rem;
  color: var(--grey-color);
}
.shp_tvprogram_indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 2;
  background-color: var(--text-color-50);
}
.shp_tvprogram_indicator span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  z-index: 3;
  background-color: var(--secondary-color);
}

.shp_tvprogram_cta {
  margin-bottom: 2rem;
}

.shp_video_cta {
  margin: 0rem;
}

.shp_middle {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  width: 100%;
  padding-top: 2rem;
}
.shp_middle_grid {
  display: grid;
  grid-template-columns: 70% 30%;
}
.shp_middle_list {
  border-right: 1px solid var(--border-color-10);
  padding-right: 1.5rem;
}
.shp_middle_new {
  padding: 0 1.5rem;
  border-right: 1px solid var(--border-color-10);
}
.shp_middle_new ul {
  margin: 0;
  padding: 0;
}
.shp_middle_new ul li {
  text-align: left;
  list-style-type: none;
}
.shp_middle_new ul li:last-of-type .article--text {
  border-bottom: 0;
}
.shp_middle_new ul li .article--text {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_middle_new ul li .article--text .article_headline {
  display: grid;
}
.shp_middle_new ul li .article--text .article_headline h4 {
  font-size: 0.935rem;
  order: 2;
  font-weight: 500;
  margin: 0 0 0.25rem 0;
}
.shp_middle_new ul li .article--text .article_headline .article_date {
  order: 1;
  display: block;
}
.shp_middle_new ul li .article--text .article_section {
  order: 3;
}
.shp_middle_new ul li .article--text .article_section .icon svg {
  height: 16px;
  width: 16px;
}
.shp_middle .article--main--hybrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.5rem 0;
  padding-top: 0;
}
.shp_middle .article--main--hybrid .article_image {
  order: 2;
  width: 40%;
}
.shp_middle .article--main--hybrid .article_image .article_photolabel {
  bottom: -1.7rem;
  left: -1.7rem;
  width: 2rem;
  height: 2rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.35rem;
}
.shp_middle .article--main--hybrid .article_image .article_photolabel svg {
  height: 21px;
  width: 21px;
}
.shp_middle .article--main--hybrid .article_image .article_videolabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 2rem;
  border-radius: 2rem;
  left: 0.35rem;
}
.shp_middle .article--main--hybrid .article_image .article_videolabel svg {
  height: 18px;
  width: 18px;
}
.shp_middle .article--main--hybrid .article_image .article_onlinelabel {
  bottom: -2rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  outline-width: 2rem;
  border-radius: 2rem;
  left: 0.35rem;
}
.shp_middle .article--main--hybrid .article_image .article_onlinelabel svg {
  height: 18px;
  width: 18px;
}
.shp_middle .article--main--hybrid .article_headline {
  order: 1;
  flex: 1;
  display: grid;
}
.shp_middle .article--main--hybrid .article_headline h2 {
  order: 1;
  margin: 0.25rem 0 0.5rem 0;
  font-size: 1.075rem;
}
.shp_middle .article--main--hybrid .article_section {
  order: 2;
}
.shp_middle .article--main--hybrid .article_date {
  display: none;
}
.shp_middle .article--side {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_middle .article--side:last-of-type {
  border-bottom: 0;
}
.shp_middle .article--side h4 {
  font-size: 1.075rem;
}
.shp_middle .article--side .article_image {
  margin-top: 0;
}
.shp_middle .article--side .article_date {
  display: none;
}
.shp_middle .article--side .article_headline {
  display: grid;
}
.shp_middle .article--side .article_headline h4 {
  order: 1;
}
.shp_middle .article--side .article_section {
  order: 2;
}
.shp_middle .two_columns {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_middle.shp_twoColumns {
  padding-top: 2rem;
}

.shp_twoColumns {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
  width: 100%;
  padding-top: 2rem;
}

.shp_topvideo {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color-30);
}
.shp_topvideo .topvideo_slider .slider_wrap {
  gap: 0.75rem;
}
.shp_topvideo .topvideo_slider_item {
  max-width: 260px;
}
.shp_topvideo .topvideo_slider_item .article_headline {
  padding: 0.75rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.shp_topvideo .topvideo_slider_item .article_headline h2 {
  font-weight: 500;
  font-size: 0.935rem;
  line-height: 1.1rem;
  margin: 0.15rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shp_topvideo .topvideo_slider_item .article_headline h2 a {
  color: var(--text-color-white);
}
.shp_topvideo .topvideo_slider_item .article_headline p {
  display: none;
}
.shp_topvideo .topvideo_slider_item .article_headline .article_date {
  display: none;
}
.shp_topvideo .topvideo_slider_item .article_videolabel,
.shp_topvideo .topvideo_slider_item .article_photolabel,
.shp_topvideo .topvideo_slider_item .article_onlinelabel {
  display: none;
}
.shp_topvideo .topvideo_slider_item .article_section a {
  color: var(--text-color-white);
  opacity: 0.7;
  font-weight: normal;
  font-size: 0.875rem;
}
.shp_topvideo .topvideo_slider_item.article--main {
  position: relative;
}
.shp_topvideo .topvideo_slider_item.article--main .article_image {
  position: relative;
}
.shp_topvideo .topvideo_slider_item.article--main .article_image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.shp_topvideo .topvideo_slider_item.article--main .article_image::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--text-color-white);
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  z-index: 3;
  display: grid;
  place-content: center;
  font-size: 1.35rem;
}

.shp_odporucame {
  margin: 2rem 0 0 0;
  padding: 2rem 0;
  border-top: 1px solid var(--border-color-30);
  border-bottom: 1px solid var(--border-color-30);
}
.shp_odporucame_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.shp_odporucame .article--text {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.shp_odporucame .article--text::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--border-color-10);
}
.shp_odporucame .article--text:last-of-type::after {
  display: none;
}
.shp_odporucame .article--text .article_image {
  display: block;
  flex-shrink: 0;
  width: 25%;
  margin-top: 0.15rem;
  aspect-ratio: 1/1 !important;
}
.shp_odporucame .article--text .article_image img {
  aspect-ratio: 1/1 !important;
}
.shp_odporucame .article--text .article_headline {
  display: grid;
}
.shp_odporucame .article--text .article_headline h4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  order: 1;
  margin: 0;
  font-size: 1.07rem;
}
.shp_odporucame .article--text .article_headline b.icon {
  display: none;
}
.shp_odporucame .article--text .article_headline .article_section {
  order: 2;
}
.shp_odporucame .article--text .article_date {
  display: none;
}
.shp_odporucame .article--text .article_videolabel {
  bottom: -1.7rem;
  left: 0.5rem;
  width: 1.7rem;
  height: 1.7rem;
  border-width: 4px;
}
.shp_odporucame .article--text .article_videolabel svg {
  height: 16px;
  width: 16px;
}
.shp_odporucame .article--text .article_photolabel {
  bottom: -1.2rem;
  left: -1.2rem;
  width: 1.7rem;
  height: 1.7rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.5rem;
}
.shp_odporucame .article--text .article_photolabel svg {
  height: 18px;
  width: 18px;
}
.shp_odporucame .article--text .article_photolabel svg {
  stroke-width: 2px;
}
.shp_odporucame .article--text .article_onlinelabel {
  bottom: -1.7rem;
  left: -1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  outline-width: 4px;
  border-radius: 4px;
  left: 0.5rem;
  border-radius: 1.7rem;
}
.shp_odporucame .article--text .article_onlinelabel svg {
  height: initial;
  width: initial;
}

.shp_rubrika {
  width: 100%;
  display: grid;
  padding-bottom: 1.5rem;
  grid-template-columns: 50% 50%;
}
.shp_rubrika_section {
  width: 100%;
  padding-bottom: 1rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid var(--border-color-30);
}
.shp_rubrika_section:first-of-type {
  margin-top: 0;
}
.shp_rubrika_section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.shp_rubrika_section .section_headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.shp_rubrika .article--main .article_section span a,
.shp_rubrika .article--side .article_section span a {
  display: none;
}
.shp_rubrika .article--main .article_section b::after,
.shp_rubrika .article--side .article_section b::after {
  display: none;
}
.shp_rubrika .article--squareSide {
  border-bottom: 1px solid var(--border-color-10);
  padding: 1.5rem 0;
}
.shp_rubrika .article--squareSide:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.shp_rubrika .article--squareSide:first-of-type {
  padding-top: 0;
}
.shp_rubrika .article--squareSide .article_image {
  width: 80px;
  margin-top: 0;
}
.shp_rubrika .article--main {
  display: grid;
  padding-right: 1.5rem;
  border-right: 1px solid var(--border-color-10);
  gap: 0.75rem;
}
.shp_rubrika .article--main .article_image img {
  aspect-ratio: 16/9 !important;
}
.shp_rubrika .article--main .article_videolabel {
  bottom: -2.2rem;
  right: -2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  outline-width: 2.2rem;
  border-radius: 2.2rem;
}
.shp_rubrika .article--main .article_videolabel svg {
  height: 21px;
  width: 21px;
}
.shp_rubrika .article--main .article_photolabel {
  bottom: -1.5rem;
  right: -1.5rem;
  width: 2rem;
  height: 2rem;
  outline-width: 3px;
  border-radius: 3px;
}
.shp_rubrika .article--main .article_photolabel svg {
  height: 24px;
  width: 24px;
}
.shp_rubrika .article--main .article_onlinelabel {
  bottom: -2.3rem;
  right: -2.3rem;
  width: 2.3rem;
  height: 2.3rem;
  outline-width: 2.3rem;
  border-radius: 2.3rem;
}
.shp_rubrika .article--main .article_onlinelabel svg {
  height: initial;
  width: initial;
}
.shp_rubrika .article--main .article_headline h2 {
  font-size: 1.4rem;
  margin: 0.5rem 0 0.35rem 0;
}
.shp_rubrika .article--main.pr .article_headline h2 {
  line-height: 1.3;
}
.shp_rubrika .article--main p {
  display: none;
}
.shp_rubrika_side {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
.shp_rubrika_side .article--text:first-of-type {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_rubrika_side .article--text:last-of-type {
  padding-top: 2rem;
}
.shp_rubrika_side .article--text .article_headline h4 {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline;
}
.shp_rubrika_side .article--text .article_headline .article_section {
  display: inline;
}
.shp_rubrika_side .article--text .article_headline .article_section .state {
  display: block;
}
.shp_rubrika_side .article--text .article_headline .article_date {
  display: block;
  margin: 0.35rem 0 0 0;
}

.shp_najsledovanejsie_column {
  margin-bottom: 2rem;
  padding: 0 1rem;
  border-right: 1px solid var(--border-color-10);
  border-left: 1px solid var(--border-color-10);
}
.shp_najsledovanejsie_column_nav .section_headline {
  margin: 0;
  margin-right: 2rem;
  width: auto;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
}
.shp_najsledovanejsie_column_nav.tabs_nav {
  width: 100%;
}
.shp_najsledovanejsie_column_nav.tabs_nav .button.button--tab {
  border: 0;
  border-radius: 0;
}
.shp_najsledovanejsie_column_nav.tabs_nav .button.button--tab.active {
  border-bottom: 1px solid var(--secondary-color);
}
.shp_najsledovanejsie_column .item {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: 20px 1fr;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--border-color-10);
}
.shp_najsledovanejsie_column .item:last-of-type {
  border-bottom: 0;
}
.shp_najsledovanejsie_column .item .article--text .article_date {
  display: none;
}
.shp_najsledovanejsie_column .item .article--text .article_headline {
  display: grid;
}
.shp_najsledovanejsie_column .item .article--text .article_headline h4 {
  order: 1;
  margin: 0;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.shp_najsledovanejsie_column .item .article--text .article_headline .article_section {
  order: 2;
}
.shp_najsledovanejsie_column .item .article--text .article_headline .article_section .icon svg {
  height: 16px;
  width: 16px;
}
.shp_najsledovanejsie_column .item:first-of-type .article_headline h4 {
  font-size: 1.15rem;
  font-weight: 700;
}
.shp_najsledovanejsie_column .order {
  font-weight: 600;
  color: var(--text-color);
  opacity: 0.25;
  font-size: 1.35rem;
}

.shp_isekunda .isekunda_wrap {
  border-radius: 2px;
  margin-bottom: 4rem;
}
.shp_isekunda .isekunda_content {
  margin-bottom: 2rem;
  border: 1px solid var(--border-color-10);
}
.shp_isekunda .isekunda_nav {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
}
.shp_isekunda .isekunda_nav a {
  margin-right: auto;
  color: var(--secondary-color);
  text-decoration: none;
}
.shp_isekunda .isekunda_nav .isekunda_title > svg {
  stroke: var(--secondary-color);
  margin-right: 0.5rem;
  height: 32px;
  width: 32px;
}
.shp_isekunda .isekunda_nav small {
  display: none;
}
.shp_isekunda .isekunda_nav .button {
  padding: 0.5rem;
}
.shp_isekunda .isekunda_nav .button svg {
  height: 24px;
}
.shp_isekunda .isekunda_list {
  margin: 0;
  padding: 0;
}
.shp_isekunda .isekunda_item {
  list-style-type: none;
  display: grid;
  padding: 1.15rem 1rem;
  border-bottom: 1px solid var(--border-color-10);
}
.shp_isekunda .isekunda_item > span {
  opacity: 0.7;
  color: var(--text-color);
  font-size: 0.85rem;
}
.shp_isekunda .isekunda_item > p {
  color: var(--text-color);
  margin: 0;
  font-size: 0.975rem;
}
.shp_isekunda .isekunda_item > p a {
  font-weight: 500;
  color: var(--text-color);
}
.shp_isekunda .isekunda_item.pinned {
  background-color: var(--secondary-color-10);
  padding: 0.75rem 1rem;
}
.shp_isekunda .isekunda_cta {
  list-style-type: none;
  padding: 1rem;
}
.shp_isekunda .isekunda_cta .button {
  width: fit-content;
  min-width: 180px;
  margin: auto;
}

.shp_threeColumns {
  margin: 2rem auto;
  margin-bottom: 4rem;
  width: 100%;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 2rem;
  border-top: 1px solid var(--border-color-30);
}
.shp_threeColumns .shp_rubrika {
  padding-bottom: 0;
  grid-template-columns: 100%;
}
.shp_threeColumns .shp_rubrika .article--main {
  border-right: 0;
}
.shp_threeColumns .shp_rubrika_side {
  padding-left: 0;
}
.shp_threeColumns .shp_rubrika_section {
  margin-top: 0;
  border-bottom: 0;
  position: relative;
}
.shp_threeColumns section,
.shp_threeColumns section.shp_rubrika_side {
  position: relative;
}
.shp_threeColumns section::after,
.shp_threeColumns section.shp_rubrika_side::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--border-color-10);
}
.shp_threeColumns section:last-of-type::after,
.shp_threeColumns section.shp_rubrika_side:last-of-type::after {
  display: none;
}
.shp_threeColumns section:nth-of-type(3)::after,
.shp_threeColumns section.shp_rubrika_side:nth-of-type(3)::after {
  display: none;
}
.shp_threeColumns section .article--main,
.shp_threeColumns section.shp_rubrika_side .article--main {
  border-bottom: 1px solid var(--border-color-10);
  padding-bottom: 1rem;
  padding-right: 0;
  gap: 0;
}
.shp_threeColumns section .article--main .article_section span,
.shp_threeColumns section.shp_rubrika_side .article--main .article_section span {
  display: none;
}
.shp_threeColumns section .article--main .article_headline,
.shp_threeColumns section.shp_rubrika_side .article--main .article_headline {
  gap: 0.25rem;
}
.shp_threeColumns section .article--main .article_headline h2,
.shp_threeColumns section.shp_rubrika_side .article--main .article_headline h2 {
  margin: 0.15rem 0 0 0;
  font-size: clamp(1.075rem, 2vw, 1.2rem);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shp_threeColumns section .article--main .article_headline p,
.shp_threeColumns section.shp_rubrika_side .article--main .article_headline p {
  display: none;
}
.shp_threeColumns section .article--main .article_image,
.shp_threeColumns section.shp_rubrika_side .article--main .article_image {
  margin-bottom: 1rem;
}
.shp_threeColumns section .article--main .article_image img,
.shp_threeColumns section.shp_rubrika_side .article--main .article_image img {
  aspect-ratio: 16/9 !important;
}
.shp_threeColumns section .article--text,
.shp_threeColumns section.shp_rubrika_side .article--text {
  border-bottom: 1px solid var(--border-color-10);
  padding: 1rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.shp_threeColumns section .article--text .article_section span a,
.shp_threeColumns section.shp_rubrika_side .article--text .article_section span a {
  display: none;
}
.shp_threeColumns section .article--text:first-of-type,
.shp_threeColumns section.shp_rubrika_side .article--text:first-of-type {
  padding-bottom: 1rem;
}
.shp_threeColumns section .article--text:last-of-type,
.shp_threeColumns section.shp_rubrika_side .article--text:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}
.shp_threeColumns section .article--text .article_headline .article_section,
.shp_threeColumns section.shp_rubrika_side .article--text .article_headline .article_section {
  display: inline;
}
.shp_threeColumns section .article--text .article_headline h4,
.shp_threeColumns section.shp_rubrika_side .article--text .article_headline h4 {
  display: inline;
  font-weight: 500;
  font-size: 1rem;
  margin: 0.15rem 0 0.25rem 0;
}
.shp_threeColumns section .article--text .article_headline .article_date,
.shp_threeColumns section.shp_rubrika_side .article--text .article_headline .article_date {
  display: block;
}
.shp_threeColumns section .article--text.pr .article_section,
.shp_threeColumns section.shp_rubrika_side .article--text.pr .article_section {
  display: block;
}
.shp_threeColumns section .article--text.pr .article_headline h4,
.shp_threeColumns section.shp_rubrika_side .article--text.pr .article_headline h4 {
  font-weight: 700;
}

.section_link_more {
  font-size: 1rem;
  font-weight: normal;
  color: var(--text-color-50);
  text-decoration: underline;
  text-decoration-color: var(--border-color-10);
  margin-top: auto;
  margin-left: auto;
  padding-top: 1rem;
}
.section_link_more svg {
  color: var(--text-color-50);
  padding-left: 0.25rem;
}
.section_link_more:hover {
  color: var(--secondary-color);
  text-decoration-color: var(--secondary-color-25);
}
.section_link_more:hover svg {
  color: var(--secondary-color);
}

.shp_marketing_selfpromo {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}

.shp_top_middle .shp_marketing_selfpromo {
  display: none;
}

.zoh2026-pasik {
  margin: 45px 0 !important;
}

@media only screen and (max-width: 1200px) {
  .shp_odporucame .article--text .article_headline h4 {
    font-size: 1rem;
  }
  .shp_rubrika .article--main .article_headline h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .shp_rubrika .article--text .article_headline h4 {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
  }
  .shp_middle_grid {
    grid-template-columns: 1fr 210px;
  }
}
@media only screen and (max-width: 1024px) {
  .shp_top_middle .article--side .article_image {
    width: 80px;
  }
  .shp_top_middle .article--side .article_image img {
    aspect-ratio: 1/1;
  }
  .shp_middle .article--side h4 {
    font-size: 1rem;
  }
  .shp_middle .article--side .article_image {
    width: 100px;
  }
  .shp_middle .article--side .article_image img {
    aspect-ratio: 1/1;
  }
  .shp_middle .article--main--hybrid {
    display: grid;
    padding-top: 0;
  }
  .shp_middle .article--main--hybrid .article_headline {
    order: 2;
  }
  .shp_middle .article--main--hybrid .article_headline h2 {
    font-size: 1.4rem;
    order: 2;
  }
  .shp_middle .article--main--hybrid .article_headline .article_section {
    order: 1;
  }
  .shp_middle .article--main--hybrid .article_image {
    order: 1;
    width: 100%;
  }
  .shp_tvprogram_info b {
    font-size: clamp(1.15rem, 3vw, 1.35rem);
    -webkit-line-clamp: 5;
  }
  .shp_rubrika {
    grid-template-columns: 100%;
  }
  .shp_rubrika .article--main {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--border-color-10);
    margin-bottom: 1rem;
  }
  .shp_rubrika_side {
    padding-left: 0;
  }
  .shp_rubrika_side .article--text:first-of-type {
    padding-bottom: 1rem;
  }
  .shp_rubrika_side .article--text:last-of-type {
    padding-top: 1rem;
  }
  .shp_threeColumns .shp_rubrika .article--main {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .shp_middle_grid {
    grid-template-columns: 100%;
  }
  .shp_middle {
    gap: 2rem;
  }
  .shp_middle .article--side h4 {
    font-size: 1.15rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .shp_middle_new {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color-10);
    overflow: hidden;
  }
  .shp_middle_new ul {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .shp_middle_new ul ::-webkit-scrollbar {
    display: none;
  }
  .shp_middle_new ul li {
    flex-shrink: 0;
    width: 60%;
  }
  .shp_middle_new ul li .article--text {
    border-bottom: 0;
    border-right: 1px solid var(--border-color-10);
    padding-right: 1rem;
  }
  .shp_middle_new ul li .article--text .article_image {
    display: none;
  }
  .shp_middle_new ul li .article--text .article_headline h4 {
    font-size: 1rem;
  }
  .shp_odporucame .article--text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    align-self: flex-start;
  }
  .shp_odporucame .article--text .article_image {
    order: 1;
    width: 100%;
  }
  .shp_odporucame .article--text .article_headline {
    order: 2;
  }
  .shp_najsledovanejsie_column {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--border-color-30);
    padding: 0;
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .shp_top_middle .article--side .article_headline h4 {
    font-size: 1rem;
  }
  .shp_top_middle .article--side .article_image {
    width: 70px;
  }
  .shp_top_main .article--text .article_image img {
    width: 70px;
  }
  .shp_top_main .article--text .article_headline h4 {
    font-size: 1.15rem;
  }
  .shp_middle {
    gap: 4rem;
  }
  .shp_middle .article--main--hybrid {
    display: grid;
  }
  .shp_middle .article--main--hybrid .article_headline {
    order: 2;
  }
  .shp_middle .article--main--hybrid .article_image {
    order: 1;
    width: 100%;
  }
  .shp_middle .article--side .article_image {
    width: 27%;
    margin-top: 0;
  }
  .shp_middle .article--side .article_image img {
    aspect-ratio: 1/1 !important;
  }
  .shp_middle .article--side h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0.35rem 0 0.35rem 0;
  }
  .shp_odporucame_wrap {
    gap: 3rem;
  }
  .shp_odporucame .article--text::after {
    right: -1.5rem;
  }
  .shp_rubrika .article--main {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .shp_rubrika_side .article--text .article_headline h4 {
    font-weight: 500;
  }
  .shp_threeColumns {
    grid-template-columns: 1fr 1fr;
  }
  .shp_threeColumns section:nth-of-type(3)::after {
    display: block;
  }
  .shp_threeColumns section:nth-of-type(2)::after, .shp_threeColumns section:nth-of-type(4)::after {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  .shp_odporucame .article--text {
    gap: 0.75rem;
  }
  .shp_odporucame .article--text .article_image {
    aspect-ratio: 16/9 !important;
  }
  .shp_odporucame .article--text .article_image img {
    aspect-ratio: 16/9 !important;
  }
  .shp_odporucame .article--text .article_headline {
    gap: 0.15rem;
  }
  .shp_odporucame .article--text .article_videolabel {
    left: auto;
    right: -1.7rem;
  }
  .shp_odporucame .article--text .article_photolabel {
    left: auto;
    right: -1.2rem;
  }
  .shp_odporucame .article--text .article_onlinelabel {
    left: auto;
    right: -1.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .shp_top {
    border-bottom: 0;
    grid-template-columns: 100%;
  }
  .shp_top_middle {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    margin-top: 2rem;
  }
  .shp_top_middle .article--side .article_headline h4 {
    font-weight: 600;
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_top_middle .article--side .article_image {
    width: clamp(80px, 30%, 100px);
  }
  .shp_top_middle .shp_live {
    grid-template-columns: 100%;
  }
  .shp_top_main {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color-10);
  }
  .shp_top_main .article--main p {
    -webkit-line-clamp: 3;
  }
  .shp_top_main .article--text .article_headline h4 {
    font-weight: 600;
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_top_main .article--text .article_image {
    flex-shrink: 0;
    margin-left: auto;
    width: clamp(80px, 30%, 100px);
    display: grid;
  }
  .shp_top_main .article--text .article_image img {
    width: 100%;
  }
  .shp_top_main .special,
  .shp_top_main .more_coverage {
    border-top: 0px dashed var(--border-color-10);
    padding: 2rem 0;
    margin-top: 1rem;
    position: relative;
    background-color: transparent;
  }
  .shp_top_main .special .article--text,
  .shp_top_main .more_coverage .article--text {
    position: relative;
    z-index: 1;
  }
  .shp_top_main .special::after,
  .shp_top_main .more_coverage::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: -1rem;
    height: 100%;
    width: calc(100% + 2rem);
  }
  .shp_top_main .special::after {
    background-color: var(--secondary-color-05);
  }
  .shp_top_main .more_coverage::after {
    background-color: var(--blue-color-10);
  }
  .shp_topvideo {
    margin: 0;
    padding-bottom: 0;
  }
  .shp_odporucame {
    margin: 0;
  }
  .shp_najsledovanejsie_column {
    margin-bottom: 0;
  }
  .shp_middle {
    grid-template-columns: 100%;
  }
  .shp_middle_list {
    border-right: 0;
    padding-right: 0;
  }
  .shp_middle_new {
    border-right: 0;
    width: calc(100% + 1rem);
    position: relative;
    left: 0;
  }
  .shp_middle .article--main--hybrid .article_image .article_videolabel {
    bottom: -2.5rem;
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
    outline-width: 2.5rem;
    border-radius: 2.5rem;
    left: auto;
  }
  .shp_middle .article--main--hybrid .article_image .article_videolabel svg {
    height: initial;
    width: initial;
  }
  .shp_middle .article--main--hybrid .article_image .article_photolabel {
    bottom: -2rem;
    right: -2rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 5px;
    border-radius: 5px;
    left: auto;
  }
  .shp_middle .article--main--hybrid .article_image .article_photolabel svg {
    height: initial;
    width: initial;
  }
  .shp_middle .article--main--hybrid .article_image .article_onlinelabel {
    bottom: -2.7rem;
    right: -2.7rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 2.7rem;
    border-radius: 2.7rem;
    left: auto;
  }
  .shp_middle .article--main--hybrid .article_image .article_onlinelabel svg {
    height: initial;
    width: initial;
  }
  .shp_middle .article--text .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_middle .article--text .article_image {
    width: clamp(80px, 30%, 100px);
  }
  .shp_middle .article--side .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_middle .article--side .article_image {
    width: clamp(80px, 30%, 100px);
  }
  .shp_middle .article--side:first-of-type .article_headline h4 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
  .shp_middle .two_columns {
    border-bottom: 0;
  }
  .shp_odporucame_wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .shp_odporucame .article--text {
    display: flex;
    padding: 2rem 0;
    gap: 1rem;
    border-bottom: 1px solid var(--border-color-10);
  }
  .shp_odporucame .article--text::after {
    display: none;
  }
  .shp_odporucame .article--text:last-of-type {
    border-bottom: 0;
  }
  .shp_odporucame .article--text .article_headline {
    order: 1;
  }
  .shp_odporucame .article--text .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
    font-weight: 600;
    margin: 0.35rem 0 0.35rem 0;
  }
  .shp_odporucame .article--text .article_image {
    width: clamp(80px, 30%, 100px);
    order: 2;
  }
  .shp_odporucame .article--text .article_image img {
    aspect-ratio: 1/1 !important;
  }
  .shp_twoColumns {
    grid-template-columns: 100%;
    gap: 0;
  }
  .shp_rubrika .article--main .article_headline h2 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
  .shp_rubrika .article--main .article_image .article_videolabel {
    bottom: -2.5rem;
    right: -2.5rem;
    width: 3rem;
    height: 3rem;
    outline-width: 2.5rem;
    border-radius: 2.5rem;
  }
  .shp_rubrika .article--main .article_image .article_videolabel svg {
    height: initial;
    width: initial;
  }
  .shp_rubrika .article--main .article_image .article_photolabel {
    bottom: -2rem;
    right: -2rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 5px;
    border-radius: 5px;
  }
  .shp_rubrika .article--main .article_image .article_photolabel svg {
    height: initial;
    width: initial;
  }
  .shp_rubrika .article--main .article_image .article_onlinelabel {
    bottom: -2.7rem;
    right: -2.7rem;
    width: 2.7rem;
    height: 2.7rem;
    outline-width: 2.7rem;
    border-radius: 2.7rem;
  }
  .shp_rubrika .article--main .article_image .article_onlinelabel svg {
    height: initial;
    width: initial;
  }
  .shp_rubrika .article--squareSide .article_image {
    width: clamp(80px, 30%, 100px);
  }
  .shp_rubrika .article--squareSide .article_headline h4 {
    font-weight: 500;
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_najsledovanejsie_nav.tabs_nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shp_najsledovanejsie_nav.tabs_nav .section_headline {
    width: 100%;
  }
  .shp_najsledovanejsie_nav.tabs_nav .button.button--tab {
    flex: 1;
  }
  .shp_najsledovanejsie_item {
    grid-template-columns: 1fr;
  }
  .shp_najsledovanejsie_item .article--text .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
    font-weight: 500;
  }
  .shp_najsledovanejsie .main {
    grid-area: unset;
  }
  .shp_najsledovanejsie .main .item .article--text .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
    font-weight: 700;
  }
  .shp_najsledovanejsie .middle {
    border-right: 0;
    padding-right: 0;
  }
  .shp_najsledovanejsie .middle .item {
    margin: 0;
  }
  .shp_najsledovanejsie .right {
    display: none;
  }
  .shp_threeColumns {
    grid-template-columns: 100%;
    gap: 2rem;
  }
  .shp_threeColumns section {
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--border-color-30);
  }
  .shp_threeColumns section:last-of-type {
    border-bottom: 0;
  }
  .shp_threeColumns section::after {
    display: none;
  }
  .shp_threeColumns section .article--main .article_headline h2 {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
  .shp_threeColumns section .article--text .article_headline h4 {
    font-size: clamp(1.175rem, 3.5vw, 1.35rem);
  }
  .shp_threeColumns .shp_rubrika_section {
    border-bottom: 1px solid var(--border-color-30);
    padding-bottom: 1.5rem;
  }
  .shp_top_middle .shp_marketing_selfpromo {
    display: flex;
  }
  .shp_middle .shp_marketing_selfpromo {
    display: none;
  }
}
