html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: 10px 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

* {
  box-sizing: border-box;
}

html {
  background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure,
picture {
  display: block;
  margin: 0;
}

figure img,
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.nav__list,
.primary-nav__list,
.articles-list,
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav__list > li {
  display: inline-block;
}

@font-face {
  font-family: "RamaGothicEBold";
  src: url("/fonts/Rama_Gothic_E_SemiBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Stag_Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Stag_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Stag";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Stag_Bold.ttf") format("truetype");
}

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.page-content .container {
  background-color: #fff;
}

.container-col-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container-col-holder {
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) {
  .container-col-holder:not(.is-full-width):first-child {
    padding-top: 10px;
  }
}

.container-col-holder:last-child > .col > *:last-child {
  margin-bottom: 0;
}

.col {
  width: 100%;
}

@media screen and (min-width: 430px) {
  .col {
    padding-right: 5px;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-wrapper {
    width: 100%;
  }
}

.col--primary {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .col--primary {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .col--primary {
    width: calc(100% - 310px);
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .col--secondary {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .col--secondary {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }

  .col--secondary > *:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .col--secondary {
    display: none;
  }
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
}

@media screen and (max-width: 599px) {
  .page-header {
    position: fixed;
  }
}

.page-header__section--secondary {
  display: none;
  height: 35px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}

.fjs-hide-subnav,
.fjs-hide-subnav * {
  font-family: "RamaGothicEBold", Arial, sans-serif !important;
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 90px;
}

@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.ankeiler {
  position: relative;
}

.ankeiler .ankeiler__link {
  text-decoration: none;
}

.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}

.ankeiler .ankeiler__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}

.ankeiler .ankeiler__title {
  margin: 0;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.ankeiler .ankeiler__indicator {
  display: none;
}

.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}

.ankeiler--simple {
  padding: 7px 10px;
}

.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 3.125em;
  margin: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.875em;
  text-decoration: none;
}

.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}

.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}

@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}

.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #00f;
}

.ankeiler--simple-thumb {
  padding: 10px 0;
}

.ankeiler--simple-thumb .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: row;
}

.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}

.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #00f;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 86px;
}

.ankeiler--simple-thumb .ankeiler__image {
  min-height: auto;
}

.ankeiler--simple-thumb .ankeiler__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
  color: #292929;
}

.ankeiler--simple-thumb .ankeiler__title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 4.5em;
  margin: 0;
  line-height: 1.2857142857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.875em;
}

@media screen and (max-width: 429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
}

.ankeiler--simple-thumb .ankeiler__indicator {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #f1ebe5;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .article {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--list-block:visited {
  color: #292929;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #00f;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

.header-list {
  display: flex;
}

.header-list .header-list__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #00f;
  color: #fff;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.header-list .header-list__title:visited {
  color: #fff;
}

.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}

.header-list .header-list__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

.identity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  transition: 0.1s ease-out transform;
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #00f;
    text-align: left;
  }
}

@media screen and (min-width: 600px) {
  .identity {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 1px #fff;
  }
}

@media screen and (min-width: 600px) {
  .page-header .identity {
    top: -25px;
    z-index: 891;
  }
}

.identity .identity__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.identity__image {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}

.identity__image .desktop {
  width: 100%;
  height: 100%;
}

.identity__image.is-desktop {
  display: none;
}

@media screen and (min-width: 600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}

.identity__image.is-mobile {
  display: none;
  margin-left: 10px;
}

@media screen and (max-width: 599px) {
  .identity__image.is-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.identity__image .has-color-on-default,
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-default,
.identity__image .has-white-on-reversed {
  transition: 0.3s ease-out fill;
}

.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}

.identity__image .mobile {
  width: inherit;
  height: inherit;
}

.identity__title {
  display: none;
  position: relative;
  top: 11px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .identity__title {
    display: inline-block;
  }
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

.label-article-state {
  position: absolute;
  top: 0;
  right: 0;
}

.label-article-state.is-inline {
  display: inline;
  position: relative;
}

.widget-list__item {
  position: relative;
  border-top: 1px solid #efe8e1;
}

.widget-list__item.has-timeline {
  margin-left: 5px;
  border-top: none;
  border-left: 1px solid #efe8e1;
}

.widget-list__item.has-timeline:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #efe8e1;
}

.widget-list__item.has-timeline:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -5px;
  width: 9px;
  height: 9px;
  background: transparent;
}

@media screen and (max-width: 599px) {
  .widget-list__item.has-timeline:after {
    top: 12px;
  }
}

.list--is-numbered {
  counter-reset: listNumberedIndex;
}

.list--is-numbered .ankeiler__indicator::before {
  content: counter(listNumberedIndex);
  counter-increment: listNumberedIndex;
}

.nav__list {
  position: relative;
}

.nav__list-item {
  display: inline-block;
  position: relative;
  direction: ltr;
}

.nav__list-link {
  text-decoration: none;
}

.primary-nav__wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .primary-nav__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 54px 0 0;
  }
}

@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    margin-left: 107px;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

@media screen and (min-width: 906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

.primary-nav {
  position: relative;
  background-color: #00f;
  z-index: 890;
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.primary-nav__sectionlink:visited {
  color: #fff;
}

.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

.primary-nav__listholder {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .primary-nav__listholder {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 40px;
    transition: 0.2s ease-out transform;
    z-index: -2;
  }

  .primary-nav__listholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    z-index: 1;
  }

  .primary-nav__listholder::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: "";
    z-index: 1;
  }
}

.primary-nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 25px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .primary-nav__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    overflow-x: scroll;
  }
}

.primary-nav__list-item {
  display: flex;
  align-items: center;
  height: 50px;
}

@media screen and (max-width: 599px) {
  .primary-nav__list-item {
    height: 100%;
    white-space: nowrap;
  }
}

.primary-nav__list-item + .primary-nav__list-item {
  margin-left: 1px;
}

@media screen and (min-width: 768px) {
  .primary-nav__list-item + .primary-nav__list-item {
    margin-left: 2px;
  }
}

.primary-nav__profile {
  margin-bottom: 4px !important;
}

.primary-nav__list-link,
.primary-nav__profile-link {
  text-decoration: none;
  color: #292929;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.primary-nav__list-link:visited,
.primary-nav__profile-link:visited {
  color: #292929;
}

.primary-nav__list-link:focus,
.primary-nav__list-link:hover,
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #292929;
  text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 429px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    padding: 3px 7px;
  }
}

@media screen and (min-width: 600px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-out background-color;
    font-size: 1.25em;
  }

  .primary-nav__list-link:visited,
  .primary-nav__profile-link:visited {
    color: #fff;
  }

  .primary-nav__list-link:focus,
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:focus,
  .primary-nav__profile-link:hover {
    color: #fff;
    text-decoration: none;
  }
}

.primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}

@media screen and (min-width: 600px) {
  .active .primary-nav__list-link {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .active .primary-nav__list-link {
    color: #00f;
  }
}

@media screen and (min-width: 600px) {
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

.primary-nav__list-item--search {
  display: flex;
  align-items: center;
  margin-left: 2px;
}

@media screen and (max-width: 599px) {
  .primary-nav__list-item--search {
    display: none;
  }
}

.primary-nav__list-text {
  display: flex;
}

.primary-nav__list-item--search .primary-nav__list-text {
  display: flex;
  justify-content: center;
  width: 26px;
  cursor: pointer;
}

.primary-nav__profile {
  margin: 0 10px;
}

@media screen and (max-width: 599px) {
  .primary-nav__profile {
    margin: 0 0 0 10px;
  }
}

.primary-nav__profile .primary-nav__profile-text {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 599px) {
  .primary-nav__profile .primary-nav__profile-text {
    font-size: 12px;
  }
}

.primary-nav__profile-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  white-space: nowrap;
}

.primary-nav__profile-link:visited {
  color: #fff;
}

.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .primary-nav__profile-link {
    height: 50px;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }

  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav__profile-link {
    padding-left: 0;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }

  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}

.nav--top-container {
  display: flex;
  padding-left: 130px;
}

.nav--secondary,
.nav--tertiary {
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #f00;
  font-size: 0.75em;
  line-height: 34px;
}

.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #f00;
}

.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #00f;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}

.nav--secondary .nav__list-link svg {
  fill: #00f;
}

.nav--secondary .nav__list-link:hover svg {
  fill: #00f;
}

.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.nav--secondary .icons {
  margin-right: 5px;
}

.nav--tertiary {
  flex: 1;
  margin-right: 10px;
  direction: rtl;
}

.nav--tertiary .nav__list-link {
  margin-left: 15px;
}

@media screen and (max-width: 905px) {
  .nav--tertiary .nav__list-link {
    margin-left: 12px;
  }
}

.icon-search {
  stroke: white;
}

.nav--temptation {
  flex: 1;
  margin: 0 0 0 10px;
  text-align: right;
}

.nav__list-item--tv-gids svg {
  position: relative;
  top: -2px;
}

.plus-label {
  padding: 5px 8px;
  background-color: #f3c642;
  color: #292929;
  font-size: 12px;
  line-height: 1;
}

.plus-label.is-inline {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
}

.premium__text {
  position: relative;
  color: #292929;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.sub-nav {
  display: block;
  position: relative;
  top: 0;
  z-index: 889;
}

.sub-nav__list {
  margin-left: 130px;
  transition: 1s ease-out height;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  .sub-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    z-index: 1;
  }

  .sub-nav__list::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: "";
    z-index: 1;
  }
}

.sub-nav__list-item {
  display: block;
  float: left;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .sub-nav__list-item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 599px) {
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }

  .sub-nav__list-item:last-child {
    padding-right: 5px;
  }
}

.sub-nav__link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif !important;
  line-height: 36px;
}

.sub-nav__link:visited {
  color: #000;
}

.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #00f;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}

.active .sub-nav__link {
  align-items: baseline;
  color: #00f;
}

.sub-nav__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 36px;
  transition: 0.2s ease-out all;
  border-bottom: 1px solid #f1ebe5;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

@media screen and (max-width: 599px) {
  .sub-nav__wrapper {
    height: 40px;
  }
}

.temptation-button {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f3c744;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 14px;
  }
}

.temptation-button,
.temptation-button:hover {
  text-decoration: none;
}

.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: #570003;
}

.temptation-button:hover,
.temptation-button:active {
  outline: 0;
}

.temptation-button:focus {
  outline: thin dotted white;
}

.widget {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .widget {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .widget:last-child {
    margin-bottom: 10px;
  }
}

.widget + .widget {
  margin-top: 10px;
}

.widget .widget__footer {
  margin-top: 10px;
}

.ankeiler .ankeiler__title {
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}

.ankeiler--simple .ankeiler__timestamp {
  color: #f00;
}

.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple .ankeiler__link:visited {
  color: #00f;
}

.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__link,
.ankeiler--simple-thumb .ankeiler__title {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:visited,
.ankeiler--simple-thumb .ankeiler__title:visited {
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover,
.ankeiler--simple-thumb .ankeiler__title:focus,
.ankeiler--simple-thumb .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__indicator {
  color: #e5e5e5;
  font-size: 38px;
  line-height: 42px;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  background-color: #f5f5f5;
}

.button--list-block:visited {
  color: #00f;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

html {
  background-color: #f5f5f5;
}

.header-list .header-list__title {
  padding: 8px 10px 2px;
}

@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    padding: 8px 10px 3px;
  }
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #f00;
  }
}

@media screen and (min-width: 768px) {
  .identity {
    border-radius: 8px;
  }
}

.identity__image {
  border-radius: 8px;
}

.identity__image.is-mobile {
  margin-left: 0;
}

.identity__image .header__mobile-logo {
  padding: 8px;
}

.identity__image .header__mobile-logo .has-white-on-reversed {
  fill: #fff;
}

.identity__image .header__mobile-logo .has-color-on-reversed {
  fill: #f00;
}

.primary-nav {
  background-color: #f00;
  height: 50px;
}

.primary-nav .primary-nav__sectionlink {
  margin: 0 10px 0 4px;
  font-family:
    RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}

.primary-nav .primary-nav__list-link,
.primary-nav .primary-nav__profile-link {
  font-family:
    RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    text-decoration: none;
    color: #000;
  }

  .primary-nav .primary-nav__list-link:visited,
  .primary-nav .primary-nav__profile-link:visited {
    color: #000;
  }

  .primary-nav .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-link:hover,
  .primary-nav .primary-nav__profile-link:focus,
  .primary-nav .primary-nav__profile-link:hover {
    color: #f00;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    padding: 6px 8px;
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link {
    text-decoration: none;
    color: #f00;
  }

  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:visited {
    color: #f00;
  }

  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:hover {
    color: #f00;
    text-decoration: none;
  }
}

.primary-nav .primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-item--search .primary-nav__list-link {
    padding: 7px 8px;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__profile-link {
    padding: 0;
  }
}

.primary-nav .primary-nav__profile .primary-nav__profile-text {
  border-radius: 5px;
  font-size: 19px;
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__profile .primary-nav__profile-text {
    font-size: 17px;
  }
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #00f;
  color: #00f;
}

.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #00f;
}

.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #f00;
  text-decoration: none;
}

.nav--secondary .nav__list-link svg {
  fill: #f00;
}

.nav--secondary .nav__list-link:hover svg {
  fill: #f00;
}

.plus-label {
  padding: 10px;
  background-color: transparent;
}

.plus-label:before {
  display: block;
  width: 45px;
  height: 20px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}

.plus-label.is-inline {
  padding: 0;
  background-color: transparent;
  vertical-align: text-bottom;
}

.plus-label.is-inline:before {
  display: block;
  width: 35px;
  height: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}

.plus-label .premium__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sub-nav__wrapper {
  border-color: #e5e5e5;
}

.sub-nav .sub-nav__link:hover {
  color: #f00;
}

.sub-nav .active .sub-nav__link {
  color: #f00;
}

.temptation-button {
  background-color: white;
  font-family:
    RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 30px;
}

@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 19px;
  }
}

.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: black;
}

.temptation-button:focus {
  outline: thin dotted white;
}

.widget .header-list__title {
  background-color: #f00;
}

.widget .widget-list__item {
  border-color: #e5e5e5;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--list-block:visited {
  color: #292929;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

@media screen and (max-width: 599px) {
  .sub-nav__list {
    display: flex;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
  }

  .sub-nav__list::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: "";
    z-index: 1;
  }

  .sub-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: "";
    z-index: 1;
  }

  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }

  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }

  .sub-nav__wrapper {
    pointer-events: visible !important;
  }
}

:root {
  --white: #ffffff;
  --red: #e11229;

  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

#un-content {
  margin-bottom: 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.un-header__info {
  color: #999;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .un-header__details {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .un-header__details:nth-last-of-type(1) {
    margin-left: 10px;
  }
}

.un-header__details span {
  font-weight: bold;
}

.un-header__image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #efe8e1;
}

.un-header__image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-header-image__caption {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 30px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .un-header-image__caption {
    padding: 5px 15px;
  }
}

.un-header__title {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
  margin: 40px 0;
}

@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

a {
  text-decoration: underline;
  color: #e11229;
  transition: 0.3s ease-out color;
}

a:focus,
a:hover {
  color: #007fff;
  text-decoration: underline;
}

.sub-nav__wrapper {
  overflow-y: hidden;
}

@media (max-width: 600px) {
  .sub-nav__wrapper {
    overflow-y: visible;
  }
}

.sub-nav__list-item a {
  pointer-events: none;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

* {
  box-sizing: border-box;
}

@media (max-width: 780px) {
  .article h1 {
    padding: 0px !important;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.footer {
  margin-top: 48px;
  background: #f6f6f6;
  border-top: 1px solid hsla(0, 0%, 67%, 0.5);
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.nav:after {
  clear: both;
}

a,
h1,
h2,
h3,
img,
li,
ol,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a:focus {
  outline: 0;
}

h3,
strong {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

h3 {
  font-size: 16px;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.nav:after {
  clear: both;
}

a,
h1,
h2,
h3,
img,
li,
ol,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a:focus {
  outline: 0;
}

h3,
strong {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

h3 {
  font-size: 16px;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.page-header__section--secondary {
  font-weight: bold;
}

.col.col--primary {
  padding: 0 8px;
}

.nav.nav--temptation {
  margin-bottom: 4px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40%;
}

:root {
  --brand-padding-top-default: 96px;
  --brand-padding-top-default-tablet: 152px;
  --brand-padding-top-with-header-second-row: 192px;
}

:is(
  .brand--idb body:has(main.main-search),
  .brand--idb body:has(main.main-most-recent)
) {
  padding-top: calc(var(--brand-padding-top-default) - 40px);
}

@media (min-width: 768px) {
  :is(
    .brand--idb body:has(main.main-search),
    .brand--idb body:has(main.main-most-recent)
  ) {
    padding-top: var(--brand-padding-top-with-header-second-row);
  }
}

.E:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #fffc;
}

._eb7t3m4 {
  width: 20px;
  height: 20px;
}

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

._eb7t3m8 {
  width: 32px;
  height: 32px;
}

._z94cvi3::marker {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #18191a;
}

._8ag4zc9 {
  width: 96px;
  height: 96px;
}

._uduk4l0:not(:has(img)) {
  aspect-ratio: 4 / 3;
}

._7vidpa4 {
  margin: 0;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
}

._7vidpa5 {
  text-align: left;
}

._7vidpa9 {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.3;
}

._7vidpag {
  color: #18191a;
  font-size: 1rem;
  line-height: 1.5;
}

._7vidpap {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

._7vidpa1a {
  --_7vidpa0: underline;
  --_7vidpa1: #0000ff;
  --_7vidpa2: #ff0000;
  --_7vidpa3: #e40000;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (width>=460px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }

  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=600px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }

  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=768px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }

  ._7vidpag {
    font-size: 1rem;
  }
}

@media only screen and (width>=1024px) {
  ._7vidpa9 {
    font-size: 1.5rem;
  }

  ._7vidpag {
    font-size: 1rem;
  }
}

._9akpg10 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
}

._9akpg11 {
  display: flex;
  text-decoration: none;
  color: #18191a;
}

._9akpg11:active {
  color: #e40000;
}

._9akpg11:hover {
  color: #c50000;
}

@media only screen and (width>=768px) {
  ._9akpg11 {
    color: #ffffff;
  }
}

._c6grz0 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._c6grz1 {
  display: flex;
  height: 40px;
}

._cgugou4:is(
    [data-content-type="CHAPTER_HEADER"],
    [data-content-type="LABEL"],
    [data-content-type="QUESTION"],
    [data-content-type="SUBHEADER"]
  )
  + ._cgugou4 {
  margin-top: 4px;
}

._1fifdsx0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-family: inherit;
  font-size: 1rem;
}

._1fifdsx1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

._1fifdsx2 {
  width: 100%;
  background-color: #ff0000;
  padding: 16px;
}

._1fifdsx3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

._1fifdsx4,
._1fifdsx5 {
  display: none;
  margin: 0;
}

._1fifdsx6 {
  background-color: #f6f6f6;
  padding: 0 16px;
}

._1fifdsx7 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
}

._1fifdsx8 {
  margin: 0;
  color: #ff0000;
}

._1fifdsxa {
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 1.75rem;
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

._1fifdsxb {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0000ff;
  gap: 8px;
}

._1fifdsxb:hover {
  color: #ff0000;
}

._1fifdsxb:active {
  color: #e40000;
}

._1fifdsxc {
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

._1fifdsxd {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._1fifdsxe,
._1fifdsxf {
  display: flex;
  flex-direction: column;
  flex: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

._1fifdsxj {
  display: flex;
  flex: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px 16px;
  font-size: 0.875rem;
  color: #cfcfcf;
}

._1fifdsxk {
  margin: 0 0 24px;
}

._1fifdsxl {
  text-align: center;
  color: #666;
}

._1fifdsxm {
  text-decoration: none;
  color: #18191a;
}

._1fifdsxm:hover {
  color: #ff0000;
}

._1fifdsxm:active {
  color: #e40000;
}

._1fifdsxn {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  padding: 16px;
  background-color: #003;
}

._1fifdsxo {
  margin: 0;
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #18191a;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

._1fifdsxp {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

._1fifdsxq {
  padding: 0;
  margin: 0;
}

._1fifdsxq::marker {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #18191a;
}

@media only screen and (width>=600px) {
  ._1fifdsx4 {
    display: block;
  }
}

@media only screen and (width>=768px) {
  ._1fifdsx5 {
    display: block;
  }

  ._1fifdsx7 {
    align-items: center;
  }

  ._1fifdsxc {
    flex-direction: row;
    text-align: left;
  }

  ._1fifdsxe {
    align-items: flex-start;
  }

  ._1fifdsxf {
    display: none;
  }

  ._1fifdsxo {
    text-align: left;
  }

  ._1fifdsxp {
    align-items: flex-start;
  }
}

html {
  font-family: Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

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

:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
  border-radius: 2px;
}

.mychannels .pe__container__player ::cue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  .mychannels .pe__container__player ::cue {
    font-size: calc(17px + 6 * (100vw - 576px) / 680);
  }
}

:root {
  --white: #ffffff;
  --red: #e11229;
  --additional-grey: #777;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

:not(:root):-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.primary-nav__wrapper {
  margin-left: 97px;
}

@media screen and (max-width: 599px) {
  .primary-nav .container {
    display: flex;
  }

  .identity {
    display: none !important;
  }

  .primary-nav__wrapper {
    margin-left: 0;
    padding-right: 10px;
  }
}

.sub-nav,
.sub-nav * {
  font-family: Arial, sans-serif !important;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}
.button-link__green:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
  border-radius: 2px;
}
.button-link__yellow:focus-visible {
  outline: 2px solid #1a73e8;
  outline-offset: 1px;
  border-radius: 2px;
}

.button-link__pulse:focus-visible {
  animation-play-state: paused;
}
.instruction-stats__btn {
  position: relative;
  overflow: hidden;
}

.instruction-stats__btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.content-link {
  color: red;
}
.content-link:hover {
  color: red;
  text-decoration: underline;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.article-item {
  line-height: 26px;
}

.article-note {
  background-color: var(--backgroundColorAccentSecond);
  padding: 12px;
  border-radius: 8px;
}
.article-note p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 150%;
}

.article-note--red {
  border-left: 2px solid var(--red);
  border-radius: 0px 8px 8px 0px;
}

.centered {
  margin-inline: auto;
}
.un-header__title,
h3,
p {
  margin: 0 !important;
}
.un-header__info {
  margin-bottom: 0px;
}
.container-col-holder {
  padding-top: 20px !important;
}
.comment img {
  width: 100%;
}
.comment {
  margin: 28px 0 12px;
  padding: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1f1f1f;
}

.comment__title {
  margin: 0 0 16px;
  padding: 0 0 10px;
  border-bottom: 2px solid #e5e5e5;
  font-family: Stag, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 500;
  color: #000;
}

.comment-content {
  background: #fff;
}

.comment-block {
  padding: 14px 0;
  border-top: 1px solid #e8e8e8;
}

.comment-block:first-child {
  border-top: 0;
}

.comment-block.answer_block {
  margin-left: 28px;
  padding-left: 14px;
  border-left: 3px solid #f1f1f1;
}

.block-info-comment {
  font-size: 16px;
  line-height: 1.45;
  color: #2a2a2a;
}

.block-info-comment__svg {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px;
  color: #7c7c7c;
  font-size: 13px;
  line-height: 1;
  vertical-align: middle;
}

.block-info-comment__svg svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.block-info-comment__name {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
}

.block-info-comment__name span {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #7a7a7a;
}

.block-info-comment a {
  color: #0000ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease-out;
}

.block-info-comment a:hover,
.block-info-comment a:focus {
  color: #e11229;
}

.block-info-line {
  margin-top: 8px;
}

.block-info-line__date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: #656c7a;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

.block-info-line__date:hover,
.block-info-line__date:focus {
  color: #e11229;
}

.comment img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ececec;
}

@media (max-width: 767px) {
  .comment {
    margin-top: 22px;
  }

  .comment__title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .comment-block {
    padding: 12px 0;
  }

  .comment-block.answer_block {
    margin-left: 14px;
    padding-left: 10px;
  }

  .block-info-comment {
    font-size: 15px;
    line-height: 1.42;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 10px;
}
.modal.active {
  display: flex;
}
.modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px) saturate(0.95);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.modal.active::before {
  opacity: 1;
  pointer-events: auto;
}

.form-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  /* padding: 18px; */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  will-change: transform, opacity;
}

.modal.active .form-wrapper {
  animation: form-zoom 320ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes form-zoom {
  from {
    transform: translateY(12px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
