.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.hidden {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.layout--twocol-section {
  display: flex;
  flex-wrap: wrap;
}
.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
}
@media screen and (min-width: 40em) {
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 25%;
  }
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 75%;
  }
}
.layout--onecol .layout__region {
  width: 100%;
}
.mc-text-to-speech-wrapper {
  position: relative;
  --tts-wrapper-border-bottom-color: var(--c-border);
  --tts-wrapper-border-bottom: 1px solid var(--tts-wrapper-border-bottom-color);
  --tts-caption-font-size: 0.75rem;
  --tts-caption-color: var(--tts-player-text-color);
  --tts-loader-color: var(--tts-player-icon-color);
  --tts-player-font-family: var(--ff-text);
  --tts-player-icon-color: var(--tts-player-text-color);
  --tts-player-icon-color-hover: var(--c-primary);
  --tts-player-text-color: var(--c-black-color);
  --tts-player-padding: 6px 16px 6px 10px;
  --tts-pause-label-font-weight: 500;
  --tts-pause-label-font-size: 1rem;
  --tts-pause-label-color: var(--tts-player-text-color);
  --tts-player-playback-rate-height: 24px;
  --tts-player-playback-rate-width: 54px;
  --tts-player-playback-rate-font-size: 0.875rem;
  --tts-player-playback-rate-line-height: 1.14286;
  --tts-player-playback-rate-color: var(--tts-player-text-color);
  --tts-player-playback-rate-color-hover: var(--tts-player-icon-color-hover);
  --tts-player-playback-rate-background: #d2d2d2;
  --tts-player-playback-rate-background-hover: rgba(213, 213, 213, 0.5);
  --tts-player-title-font-size: 1rem;
  --tts-player-title-font-family: var(--tts-player-font-family);
  --tts-player-duration-font-size: 0.875rem;
  --tts-player-playback-time-font-size: 0.75rem;
  --tts-player-play-pause-button-size: 26px;
  --tts-player-prev-next-button-size: 26px;
  --tts-playback-time-duration-font-weight: 400;
  --tts-playback-time-duration-font-size: var(--tts-player-duration-font-size);
  --tts-playback-time-duration-color: var(--tts-player-text-color);
  --tts-player-background-color: #f2f2f2;
  --tts-player-title-font-weight: 500;
}
.mc-text-to-speech-wrapper:has(.beyondwords-player.media-loading),
.mc-text-to-speech-wrapper:has(.beyondwords-player.media-loaded) {
  padding-bottom: 24px;
  border-bottom: var(--tts-wrapper-border-bottom);
}
.mc-text-to-speech-wrapper
  .beyondwords-player.standard:has(.user-interface.standard.playing) {
  width: inherit;
}
.mc-text-to-speech-wrapper .text-to-speech-caption {
  font-size: var(--tts-caption-font-size);
  font-weight: 300;
  line-height: 1.16667;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--tts-caption-color);
  margin-left: 14px;
}
.mc-text-to-speech-wrapper .text-to-speech-caption {
  display: none;
}
.mc-text-to-speech-wrapper:has(
    .beyondwords-player .user-interface.standard.paused
  )
  .text-to-speech-caption,
.mc-text-to-speech-wrapper:has(
    .beyondwords-player .user-interface.standard.playing
  )
  .text-to-speech-caption,
.mc-text-to-speech-wrapper:has(.beyondwords-player.media-loading.standard)
  .read-next__loader-icon {
  display: block;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b {
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:root {
  --fs-text: 1.125rem;
  --lh-text: 1.38889;
  --ff-text: delegate, sans-serif;
  --fw-text: ;
  --fs-text-m: 1rem;
  --lh-text-m: 1.25;
  --ff-text-m: ;
  --fw-text-m: 500;
  --fs-text-sm: 0.9375rem;
  --lh-text-sm: 1.2;
  --ff-text-sm: ;
  --fw-text-sm: ;
  --fs-h1-extra: 1.5rem;
  --lh-h1-extra: 1.16667;
  --ff-h1-extra: ;
  --fw-h1-extra: ;
  --fs-h1: 1.5625rem;
  --lh-h1: 1.08;
  --ff-h1: ;
  --fw-h1: ;
  --fs-h2: 1.5rem;
  --lh-h2: 1.16667;
  --ff-h2: ;
  --fw-h2: ;
  --fs-h2-s: 1.625rem;
  --lh-h2-s: 1.12;
  --ff-h2-s: ;
  --fw-h2-s: ;
  --fs-h3: 1.25rem;
  --lh-h3: 1.2;
  --ff-h3: ;
  --fw-h3: ;
  --fs-h3-s: 1.3125rem;
  --lh-h3-s: 1.14286;
  --ff-h3-s: ;
  --fw-h3-s: ;
  --fs-h4: 1.125rem;
  --lh-h4: 1.11111;
  --ff-h4: ;
  --fw-h4: 700;
  --fs-h5: 1rem;
  --lh-h5: 1.25;
  --ff-h5: ;
  --fw-h5: 500;
  --fs-h6: 1rem;
  --lh-h6: 1.25;
  --ff-h6: ;
  --fw-h6: ;
  --fs-button: 0.875rem;
  --lh-button: 1.14286;
  --ff-button: ;
  --fw-button: 500;
  --fs-button-s: 0.8125rem;
  --lh-button-s: 1.38462;
  --ff-button-s: ;
  --fw-button-s: ;
  --fs-caption: 0.8125rem;
  --lh-caption: 1.30769;
  --ff-caption: ;
  --fw-caption: ;
  --fs-caption-sl: 0.8125rem;
  --lh-caption-sl: 1.23077;
  --ff-caption-sl: ;
  --fw-caption-sl: ;
  --fs-caption-l: 0.875rem;
  --lh-caption-l: 1.28571;
  --ff-caption-l: ;
  --fw-caption-l: ;
  --fs-timestamp: 0.75rem;
  --lh-timestamp: 1.16667;
  --ff-timestamp: ;
  --fw-timestamp: 400;
  --fs-link: 0.875rem;
  --lh-link: 1.28571;
  --ff-link: ;
  --fw-link: ;
  --fs-paragraph: 0.875rem;
  --lh-paragraph: 1.28571;
  --ff-paragraph: ;
  --fw-paragraph: ;
  --fs-app-bar: 0.6875rem;
  --lh-app-bar: 1.54545;
  --ff-app-bar: ;
  --fw-app-bar: ;
  --fs-heading-sm: 1.125rem;
  --lh-heading-sm: 1.27778;
  --ff-heading-sm: ;
  --fw-heading-sm: ;
  --fs-heading-xsm: 1.125rem;
  --lh-heading-xsm: 1.27778;
  --ff-heading-xsm: ;
  --fw-heading-xsm: ;
  --fs-heading-s: 0.9375rem;
  --lh-heading-s: 1.2;
  --ff-heading-s: ;
  --fw-heading-s: ;
  --fs-heading-xxxl: 1.75rem;
  --lh-heading-xxxl: 1.14286;
  --ff-heading-xxxl: ;
  --fw-heading-xxxl: ;
  --fs-category: 0.875rem;
  --lh-category: 1.14286;
  --ff-category: ;
  --fw-category: ;
  --fs-flag: 0.6875rem;
  --lh-flag: normal;
  --ff-flag: ;
  --fw-flag: ;
  --fs-about-show: 1rem;
  --lh-about-show: 1.375;
  --ff-about-show: ;
  --fw-about-show: ;
  --fs-desc: 1rem;
  --lh-desc: 1.375;
  --ff-desc: ;
  --fw-desc: ;
  --fs-up-next: 0.875rem;
  --lh-up-next: normal;
  --ff-up-next: ;
  --fw-up-next: ;
  --fs-time: 1.5rem;
  --lh-time: 1.16667;
  --ff-time: ;
  --fw-time: 400;
  --fs-am-pm: 1rem;
  --lh-am-pm: normal;
  --ff-am-pm: ;
  --fw-am-pm: ;
  --fs-on-air: 0.9375rem;
  --lh-on-air: 1.13333;
  --ff-on-air: ;
  --fw-on-air: 700;
  --fs-day-nav: 1rem;
  --lh-day-nav: 1.25;
  --ff-day-nav: ;
  --fw-day-nav: 400;
  --fs-day-nav-act: 1rem;
  --lh-day-nav-act: 1.25;
  --ff-day-nav-act: ;
  --fw-day-nav-act: 700;
  --fs-date: 0.75rem;
  --lh-date: 1.16667;
  --ff-date: ;
  --fw-date: 500;
  --fs-episode: 1.125rem;
  --lh-episode: normal;
  --ff-episode: ;
  --fw-episode: ;
  --fs-episode-title: 0.9375rem;
  --lh-episode-title: 1.2;
  --ff-episode-title: ;
  --fw-episode-title: ;
  --fs-episode-desc: 0.875rem;
  --lh-episode-desc: 1.21429;
  --ff-episode-desc: ;
  --fw-episode-desc: ;
  --fs-presenters-author-name: 0.9375rem;
  --lh-presenters-author-name: normal;
  --ff-presenters-author-name: ;
  --fw-presenters-author-name: ;
  --fs-podcast-category: 0.9375rem;
  --lh-podcast-category: 1.2;
  --ff-podcast-category: ;
  --fw-podcast-category: ;
  --fs-play-btn: 0.9375rem;
  --lh-play-btn: normal;
  --ff-play-btn: ;
  --fw-play-btn: ;
  --fs-list-schedules-heading: 1.125rem;
  --lh-list-schedules-heading: 1.1;
  --ff-list-schedules-heading: ;
  --fw-list-schedules-heading: ;
  --fs-numbered: 2.125rem;
  --lh-numbered: normal;
  --ff-numbered: ;
  --fw-numbered: ;
  --fs-discover-block-title: 1.625rem;
  --lh-discover-block-title: normal;
  --ff-discover-block-title: ;
  --fw-discover-block-title: ;
  --fs-editor-pick-item-title: 1.125rem;
  --lh-editor-pick-item-title: 1.16667;
  --ff-editor-pick-item-title: ;
  --fw-editor-pick-item-title: ;
  --fs-numbered-discover: 2.25rem;
  --lh-numbered-discover: normal;
  --ff-numbered-discover: ;
  --fw-numbered-discover: ;
  --fs-numbered-discover-item-title: 1.125rem;
  --lh-numbered-discover-item-title: 1.16667;
  --ff-numbered-discover-item-title: ;
  --fw-numbered-discover-item-title: ;
  --fs-spotlight-item-dsc: 0.875rem;
  --lh-spotlight-item-dsc: 1.28571;
  --ff-spotlight-item-dsc: ;
  --fw-spotlight-item-dsc: 500;
  --fs-spotlight-item-title: 1.25rem;
  --lh-spotlight-item-title: 1.2;
  --ff-spotlight-item-title: ;
  --fw-spotlight-item-title: ;
  --fs-grid1x4-title: 1.125rem;
  --lh-grid1x4-title: 1.38889;
  --ff-grid1x4-title: ;
  --fw-grid1x4-title: ;
  --fs-surpriseme: 1.125rem;
  --lh-surpriseme: normal;
  --ff-surpriseme: ;
  --fw-surpriseme: 600;
  --fs-ads: 0.6875rem;
  --lh-ads: 1.18182;
  --ff-ads: ;
  --fw-ads: 300;
  --fs-contact-us-title: 1.8125rem;
  --lh-contact-us-title: normal;
  --ff-contact-us-title: ;
  --fw-contact-us-title: bold;
  --fs-platform-des: 1.0625rem;
  --lh-platform-des: 1.41176;
  --ff-platform-des: ;
  --fw-platform-des: 300;
  --fs-platform-title: 1.125rem;
  --lh-platform-title: 1.33333;
  --ff-platform-title: ;
  --fw-platform-title: 300;
  --fs-submit-news-title: 1.4375rem;
  --lh-submit-news-title: normal;
  --ff-submit-news-title: ;
  --fw-submit-news-title: bold;
  --fs-tabs: 0.9375rem;
  --lh-tabs: normal;
  --ff-tabs: ;
  --fw-tabs: 600;
  --fs-weather-label-xxs: 0.625rem;
  --lh-weather-label-xxs: 1.4;
  --ff-weather-label-xxs: ;
  --fw-weather-label-xxs: 300;
  --fs-weather-label-xs: 0.75rem;
  --lh-weather-label-xs: 1.33333;
  --ff-weather-label-xs: ;
  --fw-weather-label-xs: 300;
  --fs-weather-label-s: 0.875rem;
  --lh-weather-label-s: 1.28571;
  --ff-weather-label-s: ;
  --fw-weather-label-s: 400;
  --fs-weather-label-m: 1.125rem;
  --lh-weather-label-m: 1.22222;
  --ff-weather-label-m: ;
  --fw-weather-label-m: ;
  --fs-weather-label-l: 1.125rem;
  --lh-weather-label-l: 1.38889;
  --ff-weather-label-l: ;
  --fw-weather-label-l: ;
  --fs-weather-temp-s: 1.25rem;
  --lh-weather-temp-s: 1.2;
  --ff-weather-temp-s: ;
  --fw-weather-temp-s: ;
  --fs-weather-temp-m: 1.5rem;
  --lh-weather-temp-m: 1.16667;
  --ff-weather-temp-m: ;
  --fw-weather-temp-m: ;
  --fs-help-feedback-title: 1.125rem;
  --lh-help-feedback-title: 1.38889;
  --ff-help-feedback-title: ;
  --fw-help-feedback-title: bold;
  --fs-live-stream-label: 0.9375rem;
  --lh-live-stream-label: normal;
  --ff-live-stream-label: ;
  --fw-live-stream-label: ;
  --fs-live-stream-time: 2rem;
  --lh-live-stream-time: normal;
  --ff-live-stream-time: ;
  --fw-live-stream-time: ;
  --fs-live-stream-divider: 1.5rem;
  --lh-live-stream-divider: normal;
  --ff-live-stream-divider: ;
  --fw-live-stream-divider: ;
  --fs-live-stream-time-label: 0.8125rem;
  --lh-live-stream-time-label: 1.69231;
  --ff-live-stream-time-label: ;
  --fw-live-stream-time-label: ;
  --fs-byline: 0.75rem;
  --lh-byline: normal;
  --ff-byline: ;
  --fw-byline: ;
  --fs-related-tag: 0.75rem;
  --lh-related-tag: 1.16667;
  --ff-related-tag: ;
  --fw-related-tag: 400;
  --fs-source: 0.875rem;
  --lh-source: 1.14286;
  --ff-source: ;
  --fw-source: ;
  --fs-reference-card: 1rem;
  --lh-reference-card: 1.25;
  --ff-reference-card: ;
  --fw-reference-card: 500;
  --fs-edition-schedule-program-link: 1rem;
  --lh-edition-schedule-program-link: 1.125;
  --ff-edition-schedule-program-link: ;
  --fw-edition-schedule-program-link: 500;
  --fs-list-schedule-time-group-desc: 0.875rem;
  --lh-list-schedule-time-group-desc: 1.28571;
  --ff-list-schedule-time-group-desc: ;
  --fw-list-schedule-time-group-desc: 400;
  --fs-list-schedule-group: 1.125rem;
  --lh-list-schedule-group: 1.11111;
  --ff-list-schedule-group: ;
  --fw-list-schedule-group: 700;
  --fs-list-schedule-video-title: 1.25rem;
  --lh-list-schedule-video-title: 1.2;
  --ff-list-schedule-video-title: ;
  --fw-list-schedule-video-title: 500;
  --fs-list-schedule-video-desc: 1rem;
  --lh-list-schedule-video-desc: 1.25;
  --ff-list-schedule-video-desc: ;
  --fw-list-schedule-video-desc: 400;
  --fs-count: 0.875rem;
  --lh-count: 1.28571;
  --ff-count: ;
  --fw-count: 400;
  --fs-listing-category: 0.875rem;
  --lh-listing-category: 1.14286;
  --ff-listing-category: ;
  --fw-listing-category: 700;
  --fs-no-result-dcp: 1rem;
  --lh-no-result-dcp: 1.25;
  --ff-no-result-dcp: ;
  --fw-no-result-dcp: ;
  --fs-suggested-dropdown: 1rem;
  --lh-suggested-dropdown: 1.125;
  --ff-suggested-dropdown: ;
  --fw-suggested-dropdown: 400;
  --fs-all-video-search: 1.125rem;
  --lh-all-video-search: 1.11111;
  --ff-all-video-search: ;
  --fw-all-video-search: 400;
  --fs-share-head: 1.125rem;
  --lh-share-head: 1.22222;
  --ff-share-head: ;
  --fw-share-head: 500;
  --fs-detail-label: 1.125rem;
  --lh-detail-label: 1.22222;
  --ff-detail-label: ;
  --fw-detail-label: 500;
  --fs-sub-section-label: 1.25rem;
  --lh-sub-section-label: 1.2;
  --ff-sub-section-label: ;
  --fw-sub-section-label: ;
}
@media (min-width: 720px) {
  :root {
    --fs-button: 1rem;
    --lh-button: 1.125;
    --ff-button: ;
    --fw-button: 500;
    --fs-day-nav: 1.25rem;
    --lh-day-nav: 1.2;
    --ff-day-nav: ;
    --fw-day-nav: 400;
    --fs-day-nav-act: 1.25rem;
    --lh-day-nav-act: 1.2;
    --ff-day-nav-act: ;
    --fw-day-nav-act: 700;
    --fs-time: 1.625rem;
    --lh-time: 1.15385;
    --ff-time: ;
    --fw-time: 400;
    --fs-list-schedule-group: 1.25rem;
    --lh-list-schedule-group: 1.2;
    --ff-list-schedule-group: ;
    --fw-list-schedule-group: 700;
    --fs-count: 1rem;
    --lh-count: 1.125;
    --ff-count: ;
    --fw-count: 400;
    --fs-no-result-dcp: 1.125rem;
    --lh-no-result-dcp: 1.22222;
    --ff-no-result-dcp: ;
    --fw-no-result-dcp: ;
    --fs-spotlight-item-title: 1.5rem;
    --lh-spotlight-item-title: 1.16667;
    --ff-spotlight-item-title: ;
    --fw-spotlight-item-title: ;
    --fs-reference-card: 1rem;
    --lh-reference-card: 1.25;
    --ff-reference-card: ;
    --fw-reference-card: 500;
  }
}
@media (min-width: 920px) {
  :root {
    --fs-text: 1.25rem;
    --lh-text: 1.4;
    --ff-text: delegate, sans-serif;
    --fw-text: ;
    --fs-text-m: 1.125rem;
    --lh-text-m: 1.22222;
    --ff-text-m: ;
    --fw-text-m: 500;
    --fs-text-sm: 1.125rem;
    --lh-text-sm: 1.27778;
    --ff-text-sm: ;
    --fw-text-sm: ;
    --fs-h1-extra: 2.5rem;
    --lh-h1-extra: 1.1;
    --ff-h1-extra: ;
    --fw-h1-extra: ;
    --fs-h1: 2rem;
    --lh-h1: 1.09375;
    --ff-h1: ;
    --fw-h1: ;
    --fs-h2: 1.5rem;
    --lh-h2: 1.16667;
    --ff-h2: ;
    --fw-h2: ;
    --fs-h2-s: 1.625rem;
    --lh-h2-s: 1.11538;
    --ff-h2-s: ;
    --fw-h2-s: ;
    --fs-h3: 1.25rem;
    --lh-h3: 1.2;
    --ff-h3: ;
    --fw-h3: ;
    --fs-h3-s: 1.4375rem;
    --lh-h3-s: 1.13043;
    --ff-h3-s: ;
    --fw-h3-s: ;
    --fs-h4: 1.25rem;
    --lh-h4: 1.1;
    --ff-h4: ;
    --fw-h4: 700;
    --fs-h5: 1rem;
    --lh-h5: 1.25;
    --ff-h5: ;
    --fw-h5: 500;
    --fs-h6: 1rem;
    --lh-h6: 1.25;
    --ff-h6: ;
    --fw-h6: ;
    --fs-button: 1rem;
    --lh-button: 1.125;
    --ff-button: ;
    --fw-button: 500;
    --fs-button-s: 0.875rem;
    --lh-button-s: 1.28571;
    --ff-button-s: ;
    --fw-button-s: ;
    --fs-caption: 0.75rem;
    --lh-caption: 1.25;
    --ff-caption: ;
    --fw-caption: ;
    --fs-caption-sl: 0.8125rem;
    --lh-caption-sl: 1.23077;
    --ff-caption-sl: ;
    --fw-caption-sl: ;
    --fs-caption-l: 1rem;
    --lh-caption-l: 1.25;
    --ff-caption-l: ;
    --fw-caption-l: ;
    --fs-timestamp: 0.75rem;
    --lh-timestamp: 1.16667;
    --ff-timestamp: ;
    --fw-timestamp: 400;
    --fs-link: 1rem;
    --lh-link: 1.25;
    --ff-link: ;
    --fw-link: ;
    --fs-heading-md: 1.1116rem;
    --lh-heading-md: 1.5;
    --ff-heading-md: ;
    --fw-heading-md: ;
    --fs-heading-sm: 1.5rem;
    --lh-heading-sm: 1.5;
    --ff-heading-sm: ;
    --fw-heading-sm: ;
    --fs-heading-xsm: 1.375rem;
    --lh-heading-xsm: 1.63636;
    --ff-heading-xsm: ;
    --fw-heading-xsm: ;
    --fs-heading-s: 1.25rem;
    --lh-heading-s: 1.45;
    --ff-heading-s: ;
    --fw-heading-s: ;
    --fs-heading-xxxl: 1.75rem;
    --lh-heading-xxxl: 1.14286;
    --ff-heading-xxxl: ;
    --fw-heading-xxxl: ;
    --fs-category: 1rem;
    --lh-category: 1.125;
    --ff-category: ;
    --fw-category: ;
    --fs-flag: 0.6875rem;
    --lh-flag: normal;
    --ff-flag: ;
    --fw-flag: ;
    --fs-about-show: 1rem;
    --lh-about-show: 1.5;
    --ff-about-show: ;
    --fw-about-show: ;
    --fs-desc: 1rem;
    --lh-desc: 1.5;
    --ff-desc: ;
    --fw-desc: ;
    --fs-up-next: 0.875rem;
    --lh-up-next: 1.14286;
    --ff-up-next: ;
    --fw-up-next: ;
    --fs-am-pm: 1rem;
    --lh-am-pm: normal;
    --ff-am-pm: ;
    --fw-am-pm: ;
    --fs-on-air: 0.9375rem;
    --lh-on-air: 1.13333;
    --ff-on-air: ;
    --fw-on-air: 700;
    --fs-date: 0.75rem;
    --lh-date: 1.16667;
    --ff-date: ;
    --fw-date: 500;
    --fs-episode: 1.25rem;
    --lh-episode: 1.2;
    --ff-episode: ;
    --fw-episode: ;
    --fs-episode-title: 1rem;
    --lh-episode-title: 1.1875;
    --ff-episode-title: ;
    --fw-episode-title: ;
    --fs-episode-desc: 0.875rem;
    --lh-episode-desc: normal;
    --ff-episode-desc: ;
    --fw-episode-desc: ;
    --fs-presenters-author-name: 1.125rem;
    --lh-presenters-author-name: 1.11111;
    --ff-presenters-author-name: ;
    --fw-presenters-author-name: ;
    --fs-podcast-category: 0.875rem;
    --lh-podcast-category: normal;
    --ff-podcast-category: ;
    --fw-podcast-category: ;
    --fs-play-btn: 1rem;
    --lh-play-btn: normal;
    --ff-play-btn: ;
    --fw-play-btn: ;
    --fs-list-schedules-heading: 1.25rem;
    --lh-list-schedules-heading: 1;
    --ff-list-schedules-heading: ;
    --fw-list-schedules-heading: ;
    --fs-numbered: 3.125rem;
    --lh-numbered: normal;
    --ff-numbered: ;
    --fw-numbered: ;
    --fs-discover-block-title: 2.25rem;
    --lh-discover-block-title: normal;
    --ff-discover-block-title: ;
    --fw-discover-block-title: ;
    --fs-editor-pick-item-title: 1.5625rem;
    --lh-editor-pick-item-title: 1.2;
    --ff-editor-pick-item-title: ;
    --fw-editor-pick-item-title: ;
    --fs-numbered-discover: 3.125rem;
    --lh-numbered-discover: 0.7;
    --ff-numbered-discover: ;
    --fw-numbered-discover: ;
    --fs-numbered-discover-item-title: 1.125rem;
    --lh-numbered-discover-item-title: 1.11111;
    --ff-numbered-discover-item-title: ;
    --fw-numbered-discover-item-title: ;
    --fs-spotlight-item-dsc: 0.875rem;
    --lh-spotlight-item-dsc: 1.28571;
    --ff-spotlight-item-dsc: ;
    --fw-spotlight-item-dsc: 500;
    --fs-spotlight-item-title: 1.5rem;
    --lh-spotlight-item-title: 1.16667;
    --ff-spotlight-item-title: ;
    --fw-spotlight-item-title: ;
    --fs-grid1x4-title: 1.5rem;
    --lh-grid1x4-title: 1.04167;
    --ff-grid1x4-title: ;
    --fw-grid1x4-title: ;
    --fs-surpriseme: 1.125rem;
    --lh-surpriseme: normal;
    --ff-surpriseme: ;
    --fw-surpriseme: 600;
    --fs-ads: 0.6875rem;
    --lh-ads: 1.18182;
    --ff-ads: ;
    --fw-ads: 300;
    --fs-feed-title: 2.25rem;
    --lh-feed-title: 1.08333;
    --ff-feed-title: ;
    --fw-feed-title: ;
    --fs-contact-us-title: 2.875rem;
    --lh-contact-us-title: normal;
    --ff-contact-us-title: ;
    --fw-contact-us-title: 600;
    --fs-platform-des: 1.125rem;
    --lh-platform-des: 1.44444;
    --ff-platform-des: ;
    --fw-platform-des: 300;
    --fs-platform-title: 1.25rem;
    --lh-platform-title: 1.3;
    --ff-platform-title: ;
    --fw-platform-title: 300;
    --fs-submit-news-title: 1.625rem;
    --lh-submit-news-title: normal;
    --ff-submit-news-title: ;
    --fw-submit-news-title: bold;
    --fs-tabs: 1rem;
    --lh-tabs: normal;
    --ff-tabs: ;
    --fw-tabs: 600;
    --fs-weather-label-xxs: 0.625rem;
    --lh-weather-label-xxs: 1.4;
    --ff-weather-label-xxs: ;
    --fw-weather-label-xxs: 300;
    --fs-weather-label-xs: 0.75rem;
    --lh-weather-label-xs: 1.33333;
    --ff-weather-label-xs: ;
    --fw-weather-label-xs: 300;
    --fs-weather-label-s: 0.875rem;
    --lh-weather-label-s: 1.28571;
    --ff-weather-label-s: ;
    --fw-weather-label-s: 400;
    --fs-weather-label-m: 1.125rem;
    --lh-weather-label-m: 1.22222;
    --ff-weather-label-m: ;
    --fw-weather-label-m: ;
    --fs-weather-label-l: 1.125rem;
    --lh-weather-label-l: 1.38889;
    --ff-weather-label-l: ;
    --fw-weather-label-l: ;
    --fs-weather-temp-s: 1.25rem;
    --lh-weather-temp-s: 1.2;
    --ff-weather-temp-s: ;
    --fw-weather-temp-s: ;
    --fs-weather-temp-m: 1.5rem;
    --lh-weather-temp-m: 1.16667;
    --ff-weather-temp-m: ;
    --fw-weather-temp-m: ;
    --fs-help-feedback-title: 1.25rem;
    --lh-help-feedback-title: 1.4;
    --ff-help-feedback-title: ;
    --fw-help-feedback-title: bold;
    --fs-live-stream-label: 1.25rem;
    --lh-live-stream-label: normal;
    --ff-live-stream-label: ;
    --fw-live-stream-label: ;
    --fs-live-stream-time: 4.25rem;
    --lh-live-stream-time: normal;
    --ff-live-stream-time: ;
    --fw-live-stream-time: ;
    --fs-live-stream-divider: 2.625rem;
    --lh-live-stream-divider: normal;
    --ff-live-stream-divider: ;
    --fw-live-stream-divider: ;
    --fs-live-stream-time-label: 1rem;
    --lh-live-stream-time-label: 1.375;
    --ff-live-stream-time-label: ;
    --fw-live-stream-time-label: ;
    --fs-byline: 0.875rem;
    --lh-byline: normal;
    --ff-byline: ;
    --fw-byline: ;
    --fs-related-tag: 0.875rem;
    --lh-related-tag: 1.14286;
    --ff-related-tag: ;
    --fw-related-tag: 400;
    --fs-source: 1.125rem;
    --lh-source: 1.11111;
    --ff-source: ;
    --fw-source: ;
    --fs-reference-card: 1.125rem;
    --lh-reference-card: 1.22222;
    --ff-reference-card: ;
    --fw-reference-card: 500;
    --fs-secondary-menu: 1rem;
    --lh-secondary-menu: 1.5;
    --ff-secondary-menu: ;
    --fw-secondary-menu: 500;
    --fs-no-result-dcp: 1.125rem;
    --lh-no-result-dcp: 1.22222;
    --ff-no-result-dcp: ;
    --fw-no-result-dcp: ;
    --fs-count: 1rem;
    --lh-count: 1.125;
    --ff-count: ;
    --fw-count: 400;
    --fs-cta-title: 1.375rem;
    --lh-cta-title: 1.18182;
    --ff-cta-title: ;
    --fw-cta-title: 700;
    --fs-listing-category: 0.875rem;
    --lh-listing-category: 1.14286;
    --ff-listing-category: ;
    --fw-listing-category: 700;
    --fs-suggested-dropdown: 1.125rem;
    --lh-suggested-dropdown: 1.11111;
    --ff-suggested-dropdown: ;
    --fw-suggested-dropdown: 400;
    --fs-share-head: 1.125rem;
    --lh-share-head: 1.22222;
    --ff-share-head: ;
    --fw-share-head: 500;
    --fs-all-video-search: 1.125rem;
    --lh-all-video-search: 1.11111;
    --ff-all-video-search: ;
    --fw-all-video-search: 400;
    --fs-edition-label: 0.875rem;
    --lh-edition-label: 1.5;
    --ff-edition-label: ;
    --fw-edition-label: 400;
    --fs-detail-label: 1.125rem;
    --lh-detail-label: 1.22222;
    --ff-detail-label: ;
    --fw-detail-label: 500;
    --fs-sub-section-label: 1.25rem;
    --lh-sub-section-label: 1.2;
    --ff-sub-section-label: ;
    --fw-sub-section-label: ;
  }
}
:root {
  --c-text: #000;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: rgba(20, 62, 81, 0.03);
  --c-background-section: #262626;
  --c-border: rgba(213, 213, 213, 0.5);
  --c-primary: #b50000;
  --c-primary-accent: #e20000;
  --c-primary-box-shadow: rgba(181, 0, 0, 0.3);
  --c-primary-accent-high: #890000;
  --c-secondary: #ffa200;
  --c-secondary-accent: #143e51;
  --c-accent-light: #636363;
  --c-accent: #333;
  --c-accent-high: #262626;
  --c-highlight: #ffec00;
  --c-muted: #f8f9f9;
  --c-muted-accent-lightest: #fcf7f7;
  --c-muted-accent: #eee;
  --c-muted-accent-light: #f5f5f5;
  --c-muted-accent-high: #d5d5d5;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-input-text: rgba(213, 213, 213, 0.7);
  --c-input-border: #979797;
  --c-modal: rgba(0, 0, 0, 0.4);
  --c-link: #b50000;
  --c-link-hover: #e20000;
  --c-link-background: #f7e5e5;
  --c-caption: #636363;
  --c-tabs: #f8f9f9;
  --c-tabs-bg: #fff;
  --c-active-list: rgba(38, 38, 38, 0.1);
  --c-icon: #636363;
  --c-icon-inverse: #fff;
  --c-icon-accent: #333;
  --c-slick-arrow: #000;
  --c-border-dark: #d5d5d5;
  --c-black-color: #000;
  --c-flag: #fff;
  --c-timeline: #b50000;
  --c-image-overlay: rgba(0, 0, 0, 0.18);
  --c-now-overlay: rgba(0, 0, 0, 0.65);
  --c-surprise: #f91102;
  --c-ads: #7f7f7f;
  --c-logo-with: #141414;
  --c-stereaming-overlay: rgba(51, 51, 51, 0.8);
  --c-quick-link: #7f7f7f;
  --c-heading-hover: #333;
  --c-weather-card: #5c0931;
  --c-select-option: silver;
  --c-select-option-custom: #545454;
  --c-new-flag: #efefef;
  --c-list-schedule: #fff;
  --c-image-byline-bg: rgba(33, 37, 41, 0.7);
  --c-white-color: #fff;
  --c-body-bg: #fff;
}
html {
  box-sizing: border-box;
}
body {
  background-color: var(--c-body-bg);
  color: var(--c-text);
  overflow-x: hidden;
  font-size: var(--fs-text);
  font-weight: var(--fw-text);
  font-family: var(--ff-text);
  line-height: var(--lh-text);
  font-weight: 400;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: var(--c-link);
}
b {
  font-weight: bold;
}
button,
input,
select,
textarea {
  -webkit-appearance: auto;
}
button {
  -webkit-tap-highlight-color: #0000;
}
.main {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}
@media (min-width: 720px) {
  .main {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .main {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.hidden {
  display: none;
}
.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
  width: 100%;
}
.page__article .layout--twocol-section > .layout__region {
  flex: 0 1 100%;
}
.layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second {
  flex: 0 1 100%;
}
@media (min-width: 920px) {
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 325px;
  }
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 328px;
  }
}
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
  flex: 0 1 100%;
}
@media (min-width: 920px) {
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 calc(100% - 325px);
  }
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 calc(100% - 328px);
  }
}
.layout--onecol .layout__region {
  width: 100%;
}
@supports (
    (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)
  )
  or ((-moz-appearance: none) and (mask-type: alpha)) {
}
img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  line-height: 1.4;
}
figure {
  margin: 0;
}
.link {
  color: var(--c-text);
  text-decoration: none;
}
.link:hover,
.link:focus {
  color: var(--c-link-hover);
  outline: 0;
}
.link--trending {
  border-radius: 5px;
  letter-spacing: -0.23px;
  border: solid 1px var(--c-muted-accent-high);
  font-weight: var(--fw-related-tag);
  font-size: var(--fs-related-tag);
  line-height: var(--lh-related-tag);
  padding: 2px 15px 3px;
  margin: 0 4px 10px 0;
  display: inline-block;
}
ul {
  padding-left: 1.3em;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    ul {
      padding-left: 24px;
    }
  }
}
ul {
  list-style-type: disc;
}
.text-long ul li {
  margin-bottom: 0.2em;
  padding-left: 1em;
}
.context-snippet ul li::marker,
.context-snippet ol li::marker {
  color: var(--c-primary);
}
.h1 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  margin: 0 0 0.5em;
  width: auto;
}
.h1--page-title {
  font-size: var(--fs-h1-extra);
  line-height: var(--lh-h1-extra);
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .h1--page-title {
    margin-bottom: 30px;
  }
}
.h2,
.text-long h2 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0 0 0.5em;
  width: auto;
}
.h2--block-heading {
  margin: 0 0 12px;
  word-break: break-word;
  position: relative;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 700;
}
.h4 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  margin: 0 0 0.5em;
  width: auto;
}
.h4--block-sidebar-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  border-bottom: solid 1px var(--c-border);
  padding-bottom: 12px;
}
.page__article .h4--block-sidebar-heading:not(.h4--at-glance) {
  border-bottom: 0;
  padding-bottom: 0;
}
.h6 {
  color: var(--c-text);
  font-weight: 500;
  font-style: normal;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  margin: 0 0 0.5em;
  width: auto;
}
.h6__link {
  color: inherit;
}
.h6__link:hover {
  color: inherit;
}
.text-long p {
  margin: 0 0 22px;
}
@media (min-width: 920px) {
  .text-long p {
    margin: 0 0 24px;
  }
}
.text-long ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-long ul li {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  position: relative;
}
.text-long ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--c-link);
}
@media (min-width: 720px) {
  .text-long ul li::before {
    top: 11px;
  }
}
.page__article .text-long {
  font-weight: 400;
}
.text-long p {
  letter-spacing: -0.33px;
}
.text-long p a {
  color: var(--c-link);
}
body.page__article
  .block-field-blocknodearticlefield-content
  .video-wrapper:has(.video-js.video--portrait) {
  margin-left: 50px;
  margin-right: 50px;
}
@media (min-width: 480px) {
  body.page__article
    .block-field-blocknodearticlefield-content
    .video-wrapper:has(.video-js.video--portrait) {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (min-width: 720px) {
  body.page__article
    .block-field-blocknodearticlefield-content
    .video-wrapper:has(.video-js.video--portrait) {
    margin-left: 175px;
    margin-right: 175px;
  }
}
.author-card {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .author-card {
    margin-bottom: 50px;
  }
}
.author-card__figure {
  margin-right: 10px;
  max-width: 65px;
  border-radius: 50%;
}
@media (min-width: 920px) {
  .author-card__figure {
    margin-right: 25px;
    max-width: 140px;
  }
}
.author-card__figure img {
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.author-card__author-name {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .author-card__author-name {
    justify-content: flex-start;
  }
}
.author-card__content {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
.author-card__body {
  flex-basis: 100%;
  padding-top: 10px;
}
.author-card--author-info-block {
  margin-bottom: 20px;
  margin-left: 15px;
  display: none;
}
@media (min-width: 920px) {
  .author-card--author-info-block {
    display: flex;
  }
}
.author-card--author-info-block .author-card__figure {
  max-width: 50px;
  margin-right: 15px;
}
.author-card--author-info-block .author-card__figure img {
  max-height: 50px;
}
.author-card--author-info-block .author-card__body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-card--author-info-block .author-card__body .h6 {
  margin-bottom: 5px;
}
.author-card--author-info-block .author-card__body .h6 a {
  text-decoration: none;
}
.bookmark-share .a2a-share-link {
  display: none;
  flex-flow: wrap;
}
@media (min-width: 920px) {
  .bookmark-share .a2a-share-link {
    display: flex;
  }
}
.a2a-share-link .link {
  margin: 0 9px 10px;
}
@media (min-width: 920px) {
  .a2a-share-link .link {
    margin: 0 4px 10px;
  }
}
.a2a-share-link .link__icon {
  width: 30px;
  height: 30px;
}
.a2a-share-link .link__text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
@media (min-width: 920px) {
  .mobile_author_card {
    display: none;
  }
}
.mobile_author_card__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mobile_author_card__image {
  margin-right: -10px;
  float: left;
}
.mobile_author_card__image img {
  width: 50px;
  height: 50px;
  border: 1px solid var(--c-text-inverse);
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.mobile_author_card__name {
  font-size: var(--fs-category);
  color: var(--c-primary);
  font-weight: 500;
  line-height: var(--lh-category);
}
.mobile_author_card__name .link--author-profile {
  color: var(--c-primary);
  position: relative;
  text-decoration: underline;
  margin: 0;
  display: inline-block;
}
.bookmark-share .bookmark-share-icon {
  display: flex;
  flex-flow: wrap;
  margin-left: -4px;
}
.with-authors .bookmark-share .bookmark-share-icon {
  position: absolute;
  right: 10px;
  top: 13px;
}
@media (min-width: 920px) {
  .with-authors .bookmark-share .bookmark-share-icon {
    position: relative;
    right: auto;
    top: auto;
  }
}
.bookmark-share-icon .link {
  margin-bottom: 15px;
  color: var(--c-accent);
  text-decoration: none;
  font-size: var(--fs-button-s);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.bookmark-share-icon .link__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: currentColor;
  border: solid 1px var(--c-accent);
  border-radius: 50%;
}
.bookmark-share .bookmark-share-icon .link__icon {
  margin: 0 5px 10px;
  width: 24px;
  height: 24px;
}
@media (min-width: 920px) {
  .bookmark-share .bookmark-share-icon .link__icon {
    margin: 0 4px 10px;
    width: 30px;
    height: 30px;
  }
}
.bookmark-share-icon .link.hidden {
  display: none !important;
}
.bookmark-share {
  display: flex;
  flex-flow: wrap;
}
.bookmark-share .trigger-popup {
  display: flex;
}
@media (min-width: 920px) {
  .bookmark-share .trigger-popup {
    display: none;
  }
}
.article-publish {
  font-size: var(--fs-timestamp);
  line-height: var(--lh-timestamp);
  color: var(--c-accent-light);
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 25px;
}
@media (min-width: 920px) {
  .article-publish {
    font-size: var(--fs-button-s);
    line-height: var(--lh-button-s);
  }
}
.block-mc-content-share-bookmark {
  position: relative;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  .block-content-details
  .content-detail__row {
  display: none;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details {
  margin-bottom: 24px;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details
  .content-detail__description--video {
  padding-top: 0;
  margin-top: 24px;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details
  .content-detail__description--video
  > p:last-child {
  margin-bottom: 0;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  section.block-program-playlist:not(:has(*)) {
  display: none;
}
.content-detail {
  text-align: center;
}
.content-detail__description {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-text-m);
  text-align: center;
}
.article-detail-title-block .content-detail__description {
  max-width: 770px;
  margin: 0 auto;
}
.hero-banner-ge__view-live-blog-link:not(:hover):not(:focus) {
  text-decoration: none;
}
.dynamic-list--top-stories-secondary
  .list-object:has(.list-object__datetime-duration) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.edition-block__title {
  font-size: var(--fs-edition-label);
  font-weight: var(--fw-edition-label);
  font-family: var(--ff-edition-label);
  line-height: var(--lh-edition-label);
  display: inline-flex;
  margin-right: 3px;
}
@media (min-width: 920px) {
  .edition-block__title {
    line-height: normal;
  }
}
.footer-copyright {
  text-align: center;
  padding: 25px 20px;
  color: var(--c-accent-light);
  font-size: var(--fs-caption);
}
@media (min-width: 920px) {
  .footer-copyright {
    padding: 25px 0;
  }
}
.footer-copyright p {
  margin: 0 0 10px;
}
.footer-copyright__divider {
  display: inline-block;
  padding: 0 5px;
}
.footer-copyright__link a {
  color: var(--c-accent-light);
  text-decoration: none;
}
.footer-copyright__link a:hover,
.footer-copyright__link a:focus,
.footer-copyright__link a:visited {
  text-decoration: underline;
}
.inline-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (min-width: 920px) {
  .inline-menu {
    margin: 19px 0 0;
  }
}
.inline-menu__item {
  margin-right: 20px;
  position: relative;
}
.inline-menu__item:last-child {
  margin-right: 0;
}
.inline-menu__item .search-menu-link svg {
  fill: var(--c-accent);
}
.inline-menu__link-icon {
  line-height: 10px;
}
@media (min-width: 920px) {
  .inline-menu__link-icon svg {
    height: 20px;
    width: 20px;
    margin-right: 6px;
  }
}
.inline-menu__link-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  cursor: pointer;
}
@media (min-width: 920px) {
  .inline-menu__link-text {
    position: inherit;
    clip: inherit;
    overflow: visible;
    height: inherit;
    width: inherit;
    word-wrap: inherit;
  }
}
.inline-menu__link {
  color: var(--c-text);
  text-decoration: none;
  font-size: var(--fs-button-s);
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inline-menu__link:hover,
.inline-menu__link:focus {
  color: var(--c-link-hover);
  outline: 0;
}
.inline-menu__link:hover svg g,
.inline-menu__link:focus svg g {
  fill: var(--c-primary);
}
#profile-menu-nav .inline-menu .inline-menu__item:nth-child(1),
#profile-menu-nav .inline-menu .inline-menu__item:nth-child(2) {
  display: none;
}
.secondary-menu {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0;
}
.secondary-menu__item {
  flex: 0 0 50%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.secondary-menu__link {
  text-decoration: none;
  color: var(--c-text);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  margin: 0 0 0.5em;
  width: auto;
}
.secondary-menu__link:hover {
  text-decoration: underline;
}
.social-menu {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 920px) {
  .social-menu {
    justify-content: start;
  }
}
.social-menu__item {
  margin-right: 30px;
  text-align: center;
}
.social-menu__item:last-child {
  margin-right: 0;
}
.social-menu__link {
  text-decoration: none;
  color: var(--c-text-inverse);
}
.social-menu__icon {
  height: 2rem;
  width: 2rem;
  fill: currentColor;
}
.social-menu__icon--rss {
  height: 19px;
  width: 19px;
}
.social-menu__icon--twitter {
  height: 16px;
  width: 20px;
}
.social-menu__icon--facebook {
  height: 19px;
  width: 16px;
}
.social-menu__icon--linkedin {
  height: 20px;
  width: 20px;
}
.social-menu__icon--youtube {
  height: 14px;
  width: 20px;
}
.social-menu__text {
  font-weight: bold;
}
.new-feature-wizard {
  position: relative;
  display: none;
  cursor: pointer;
}
.new-feature-wizard__text {
  visibility: visible;
  position: absolute;
  z-index: 1;
  width: 150px;
  background-color: #333;
  color: #fff;
  padding: 13px 14px;
  border-radius: 6px;
  transform: translate(0, -110%);
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
}
.new-feature-wizard__text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333;
  font-size: 0;
  line-height: 0;
  float: left;
}
@media (min-width: 320px) {
  .new-feature-wizard__text {
    width: 325px;
  }
}
.new-feature-wizard__close {
  position: absolute;
  top: 7px;
  right: 9px;
  padding: 2px 0;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
}
#account div.manage ul li:last-of-type a svg {
  fill: var(--c-text-inverse);
}
@media (min-width: 920px) {
  #account div.manage ul li:last-of-type a:hover svg {
    fill: var(--c-text-inverse);
  }
}
.h2--cia-widget-grid_2_2-block-heading {
  color: var(--c-text);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: 700;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.cia-widget-block-grid .cia-widget {
  margin: 0;
}
.cia-widget-grid_2_2 {
  background: transparent;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
}
.cia-widget-grid_2_2__column {
  flex-basis: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.cia-widget-grid_2_2__column:nth-of-type(2),
.cia-widget-grid_2_2__column:nth-of-type(4) {
  margin-right: 0;
}
.cia-widget-grid_2_2__heading {
  font-size: var(--fs-timestamp);
  margin-bottom: 0;
}
.cia-widget-grid_2_2__heading-link {
  color: var(--c-text);
  display: -webkit-box;
  font-size: var(--fs-reference-card);
  line-height: var(--lh-reference-card);
  font-weight: 500;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 720px) {
  .cia-widget-grid_2_2__heading-link {
    font-size: var(--fs-spotlight-item-dsc);
    line-height: var(--lh-spotlight-item-dsc);
  }
}
.cia-widget-grid_2_2__figure {
  margin-bottom: 5px;
  height: 87px;
  overflow: hidden;
  border-radius: 5px;
}
.cia-widget-grid_2_2 img {
  max-width: 100%;
}
.cia-widget {
  background: transparent;
  margin-top: -63px;
  position: relative;
  z-index: 10;
}
.cnar-primary-menu-wrapper {
  --cnar-primary-menu-sticky-spacer: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1288px) {
  .cnar-primary-menu-wrapper {
    padding: 0 40px;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu-scrollable-wrapper {
  position: relative;
  overflow: hidden;
}
.cnar-primary-menu-wrapper .cnar-primary-menu {
  display: flex;
  gap: 24px;
  margin: 0;
  padding-left: 0;
  justify-content: flex-start;
}
@media (min-width: 920px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    justify-content: flex-start;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu--scrollable {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--scrollable
  li:has(.fixed-menu-item) {
  display: none;
}
.cnar-primary-menu-wrapper .cnar-primary-menu--fixed {
  display: none;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--fixed:not(:has(.fixed-menu-item)) {
  display: none;
}
.cnar-primary-menu-wrapper .cnar-primary-menu--fixed::before {
  content: "";
  position: absolute;
  height: 16px;
  border-left: 1px solid #7f7f7f;
  left: 0;
  top: 8px;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--fixed
  li:not(:has(.fixed-menu-item)) {
  display: none;
}
@media (min-width: 1025px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu--fixed {
    display: flex;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu__link {
  font-size: var(--fs-secondary-menu);
  font-weight: var(--fw-secondary-menu);
  font-family: var(--ff-secondary-menu);
  line-height: var(--lh-secondary-menu);
  text-decoration: none;
  color: var(--c-text);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.cnar-primary-menu-wrapper .cnar-primary-menu__link:hover {
  color: #b50000;
}
@media (max-width: 919px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu__item {
  list-style: none;
  display: flex;
  align-items: center;
}
.cnar-primary-menu-wrapper .menu_link_content {
  display: none;
}
.cnar-primary-menu-wrapper .all-section-menu {
  color: var(--c-text);
  position: relative;
  width: 40px;
}
@media (min-width: 1025px) {
  .cnar-primary-menu-wrapper .all-section-menu {
    display: block;
  }
}
.cnar-primary-menu-wrapper .all-section-menu::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--c-text);
  border-left: 2px solid var(--c-text);
  transform: rotate(223deg);
  top: 4px;
  right: 8px;
}
.cnar-primary-menu-wrapper .all-section-menu:hover {
  color: #b50000;
}
.cnar-primary-menu-wrapper .all-section-menu:hover::after {
  border-color: #b50000;
}
body:has(.cnar-primary-menu-wrapper) .main {
  margin-top: 140px;
}
@media (min-width: 920px) {
  body:has(.cnar-primary-menu-wrapper) .main.has-banner {
    margin-top: 160px;
  }
}
.header:has(.cnar-primary-menu-wrapper) {
  --header-branding-width: 51px;
}
body.page__article:not(.body-overlay)
  .header:has(.cnar-primary-menu-wrapper)
  .logo__image.isscroll {
  height: 50px;
  width: unset;
}
.header:has(.cnar-primary-menu-wrapper) .header__branding .logo__image {
  height: 70px;
}
.header:has(.cnar-primary-menu-wrapper) [id^="block-cnarsearchmenu"] {
  flex: 0 0 calc((100% - var(--header-branding-width)) / 2);
  order: -1;
}
.header:has(.cnar-primary-menu-wrapper)
  [id^="block-cnarsearchmenu"]
  .inline-menu {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper)
    [id^="block-cnarsearchmenu"]
    .inline-menu {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper).header--sticky
  [id^="block-cnarsearchmenu"],
.header:has(.cnar-primary-menu-wrapper).header--sticky
  .block-profile-menu-block {
  display: none;
}
.header:has(.cnar-primary-menu-wrapper).header--sticky .header__primary {
  display: none;
}
@media (min-width: 920px) {
  .header:has(.cnar-primary-menu-wrapper).header--sticky .header__primary {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper).header--sticky .header__branding {
  height: 74px;
  display: flex;
  align-items: center;
}
.header:has(.cnar-primary-menu-wrapper).header--sticky
  .header__branding
  .logo__image {
  height: 50px;
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  .block-profile-menu-block
  ul.inline-menu {
  padding-right: 0;
  border-right: none;
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  .block-profile-menu-block
  ul.inline-menu
  .inline-menu__link-text {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    .block-profile-menu-block
    ul.inline-menu
    .inline-menu__link-text {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  #block-editionmenu {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    #block-editionmenu {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    #block-editionmenu::before {
    content: "";
    height: 28px;
    width: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 16px;
  }
}
@media (min-width: 720px) {
  .block-a-left-7s-4p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.a-left-7s-4p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-a-left-7s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.a-left-7s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-b-middle-7s-4p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.b-middle-7s-4p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-b-middle-7s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.b-middle-7s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-10s-10p:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-10s-10p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-ads-carousel:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.c-left-5s-5p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-carousel:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  div.block-c-left-5s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p,
  section.block--view-mode-c-left-5s-5p:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.c-left-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-right-10s-10p:has(.link-button):not(:has(.h2--block-heading))
    div.c-right-10s-10p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-right-5s-5p-carousel:has(.link-button):not(:has(.h2--block-heading))
    div.c-right-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-d-middle-9s-3p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.d-middle-9s-3p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-d-middle-9s-3p:has(.link-button):not(:has(.h2--block-heading))
    div.d-middle-9s-3p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-e-middle-8s-2p:has(.link-button):not(:has(.h2--block-heading))
    div.e-middle-8s-2p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-e-middle-8s-3p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.e-middle-8s-3p-ads {
    padding-top: 44px;
  }
}
.footer {
  background-color: var(--c-accent-high);
}
.footer__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .footer__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .footer__inner {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.footer__content {
  padding-top: 38px;
  padding-bottom: 30px;
}
@media (min-width: 720px) {
  .footer__content {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
@media (min-width: 920px) {
  .footer__content {
    display: flex;
  }
}
.footer__col-one {
  flex: 0 0 100%;
}
@media (min-width: 720px) {
  .footer__col-one {
    display: flex;
    flex-flow: wrap;
    flex: 0 0 calc(100% - 33.8%);
  }
}
@media (min-width: 720px) {
  .footer__col-one .footer-menu {
    flex: 0 0 calc(100% - 55%);
  }
}
@media (min-width: 720px) {
  .footer__col-one .footer-menu:first-child {
    flex: 0 0 55%;
    padding-right: 10%;
  }
}
.footer__col-two {
  flex: 0 0 100%;
}
@media (min-width: 720px) {
  .footer__col-two {
    flex: 0 0 33.8%;
  }
}
.footer .secondary-menu__link,
.footer .h2 {
  color: var(--c-text-inverse);
}
.footer .h2--social-heading {
  text-align: center;
}
@media (min-width: 920px) {
  .footer .h2--social-heading {
    text-align: inherit;
  }
}
.footer__bottom {
  background: var(--c-text);
}
.footer .social-menu__text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.footer-dowload {
  display: flex;
  flex-flow: wrap;
  padding-top: 23px;
  justify-content: center;
}
@media (min-width: 920px) {
  .footer-dowload {
    justify-content: flex-start;
  }
}
.footer-dowload__link:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 920px) {
  .footer-dowload__link:not(:last-child) {
    margin-right: 4px;
  }
}
.footer-dowload__google-play {
  max-width: 126px;
}
@media (min-width: 920px) {
  .footer-dowload__google-play {
    max-width: 139px;
  }
}
.footer-dowload__app-store {
  max-width: 113px;
}
@media (min-width: 920px) {
  .footer-dowload__app-store {
    max-width: 129px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
  background: var(--c-background);
}
.page__article .header {
  border-bottom: solid 1px var(--c-border);
}
@media (min-width: 920px) {
  .page__article .header {
    border-bottom: none;
  }
}
.header__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 720px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .header__inner {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.header__primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 15px 0;
  position: relative;
}
@media (min-width: 920px) {
  .header__primary {
    justify-content: space-between;
  }
}
.header__branding {
  max-width: 300px;
}
.header .logo__image {
  height: 40px;
}
@media (min-width: 920px) {
  .header .logo__image {
    height: inherit;
  }
}
.header__inline-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 920px) {
  .header__inline-menu {
    position: inherit;
    display: inherit;
    align-items: inherit;
    height: inherit;
  }
}
.header__secondary {
  background: var(--c-muted-accent-light);
  border-bottom: solid 1px var(--c-muted-accent-high);
  overflow-y: hidden;
  overflow-x: auto;
}
@media (min-width: 920px) {
  .header__secondary {
    border-top: solid 1px var(--c-muted-accent-high);
  }
}
@media (min-width: 920px) {
  .page__article .header__secondary {
    display: inherit;
  }
}
@media (min-width: 920px) and (min-width: 920px) {
  .header__inner--scale {
    -webkit-animation: header-scale 0.5s forwards;
    animation: header-scale 0.5s forwards;
  }
  @-webkit-keyframes header-scale {
    0% {
      margin-top: -90px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes header-scale {
    0% {
      margin-top: -90px;
    }
    100% {
      margin-top: 0;
    }
  }
}
.row .radio label input[type="radio"]:not(:checked) + span::before {
  top: 6px;
  border-radius: 100%;
}
.row .radio label input[type="radio"]:not(:checked) + span::before,
.row .checkbox input[type="checkbox"]:not(:checked) + span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--c-accent-light);
  background: var(--c-text-inverse);
}
.row .checkbox input[type="checkbox"]:not(:checked) + span::before {
  top: 6px;
  border-radius: 3px;
}
.row .checkbox input[type="checkbox"]:not(:checked) + span,
.row .radio label input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: inline-block;
}
.row .checkbox input[type="checkbox"]:not(:checked),
.row .radio label input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.js-form-item input:focus-visible {
  outline: none;
}
.form-group input:focus-visible {
  outline: none;
}
@media (min-width: 720px) {
  .block-content-listing-2-column:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.content-list--two-column {
    padding-top: 44px;
  }
}
.accor select:focus-visible {
  outline: 1px solid var(--color);
}
@media (min-width: 720px) {
  section.infinte-dynamic-scroll:has(.link-button):not(:has(.h2--block-heading))
    div.grid-cards-four-column {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-two-item-layout:has(.link-button):not(:has(.h2--block-heading))
    div.content-list--two-column {
    padding-top: 34px;
  }
}
@media (min-width: 720px) {
  .block-three-item-layout:has(.link-button):not(:has(.h2--block-heading))
    div.three-item-layout {
    padding-top: 44px;
  }
}
section.block--view-mode-live-rallies-listing-4-column:has(
    .live-rallies-empty-message,
    .past-rallies-empty-message
  ),
section.block--view-mode-past-rallies-listing-4-column:has(
    .live-rallies-empty-message,
    .past-rallies-empty-message
  ) {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}
.all-section-menu {
  cursor: pointer;
}
@media (min-width: 720px) {
  .block-carousel-listing:has(.sl-carousel__action):not(
      :has(.h2--block-heading)
    )
    div.sl-carousel {
    padding-top: 44px;
  }
}
.content-wrapper {
  margin: 0 auto 15px;
}
@media (min-width: 720px) {
  .content-wrapper {
    margin: 0 auto 40px;
  }
}
@media (min-width: 720px) {
  .content-wrapper {
    max-width: 697px;
  }
}
section.block.detail-hero-media {
  margin: 0 auto 15px;
}
@media (min-width: 720px) {
  section.block.detail-hero-media {
    margin: 0 auto 40px;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-content,
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-text-to-speech {
  margin: 0 auto 10px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first
    section.block.block-field-blocknodearticlefield-content,
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first
    section.block.block-field-blocknodearticlefield-text-to-speech {
    max-width: 697px;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-text-to-speech {
  margin-bottom: 24px;
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second
  section.block-content-share-bookmark {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second
    section.block-content-share-bookmark {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second
  section.block:not(.block-field-blocknodearticlefield-author):not(
    .block-content-share-bookmark
  ) {
  margin-bottom: 10px;
  border-top: solid 1px var(--c-border);
  padding-top: 15px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second
    section.block:not(.block-field-blocknodearticlefield-author):not(
      .block-content-share-bookmark
    ) {
    margin-bottom: 20px;
  }
}
section.article-detail-title-block {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto 5px;
}
@media (min-width: 720px) {
  section.article-detail-title-block {
    margin: 0 auto 60px;
  }
}
.node--article-content {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .node--article-content {
    margin-bottom: 60px;
  }
}
.node--article-content::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--c-border);
  margin: 0 -15px;
}
@media (min-width: 720px) {
  .node--article-content::after {
    margin: 0 auto;
  }
}
@media (min-width: 1288px) {
  .node--article-content::after {
    margin: 0 -65px;
    width: calc(100% + 65px * 2);
  }
}
.main {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 125px;
}
@media (min-width: 720px) {
  .main {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .main {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
@media (min-width: 920px) {
  .main {
    display: flex;
    flex-flow: row wrap;
    margin-top: 160px;
  }
}
@media (min-width: 920px) {
  .page__article .main {
    margin-top: 160px;
  }
}
.main-content {
  width: 100%;
}
.page__article .main-content {
  max-width: calc(1288px - 65px * 2);
  margin: 0 auto;
}
@media (min-width: 720px) {
  .layout {
    margin: 0 -12.5px;
  }
  .layout__region {
    padding: 0 12.5px;
  }
}
.layout-container {
  margin: 0;
}
:root {
  --fast-viewport-height: 100%;
  --fast-viewport-width: 100%;
}
body.responsive-preview-frame:has(.fast-page-wrapper) {
  --live-preview-actions-height: 36px;
  height: calc(
    var(--fast-viewport-height) - var(--live-preview-actions-height)
  );
  margin-top: var(--live-preview-actions-height);
  overflow: hidden;
}
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  > div,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  > div
  > section,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  .fast-page-wrapper,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  .fast-content-wrapper {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.live-rallies-page__filter .form-item__dropdown:has(.form-select:focus)::after {
  transform: rotate(405deg) translateY(5px);
}
:root {
  --fs-text: 1.125rem;
  --lh-text: 1.38889;
  --ff-text: delegate, sans-serif;
  --fw-text: ;
  --fs-text-m: 1rem;
  --lh-text-m: 1.25;
  --ff-text-m: ;
  --fw-text-m: 500;
  --fs-text-sm: 0.9375rem;
  --lh-text-sm: 1.2;
  --ff-text-sm: ;
  --fw-text-sm: ;
  --fs-h1-extra: 1.5rem;
  --lh-h1-extra: 1.16667;
  --ff-h1-extra: ;
  --fw-h1-extra: ;
  --fs-h1: 1.5625rem;
  --lh-h1: 1.08;
  --ff-h1: ;
  --fw-h1: ;
  --fs-h2: 1.5rem;
  --lh-h2: 1.16667;
  --ff-h2: ;
  --fw-h2: ;
  --fs-h2-s: 1.625rem;
  --lh-h2-s: 1.12;
  --ff-h2-s: ;
  --fw-h2-s: ;
  --fs-h3: 1.25rem;
  --lh-h3: 1.2;
  --ff-h3: ;
  --fw-h3: ;
  --fs-h3-s: 1.3125rem;
  --lh-h3-s: 1.14286;
  --ff-h3-s: ;
  --fw-h3-s: ;
  --fs-h4: 1.125rem;
  --lh-h4: 1.11111;
  --ff-h4: ;
  --fw-h4: 700;
  --fs-h5: 1rem;
  --lh-h5: 1.25;
  --ff-h5: ;
  --fw-h5: 500;
  --fs-h6: 1rem;
  --lh-h6: 1.25;
  --ff-h6: ;
  --fw-h6: ;
  --fs-button: 0.875rem;
  --lh-button: 1.14286;
  --ff-button: ;
  --fw-button: 500;
  --fs-button-s: 0.8125rem;
  --lh-button-s: 1.38462;
  --ff-button-s: ;
  --fw-button-s: ;
  --fs-caption: 0.8125rem;
  --lh-caption: 1.30769;
  --ff-caption: ;
  --fw-caption: ;
  --fs-caption-sl: 0.8125rem;
  --lh-caption-sl: 1.23077;
  --ff-caption-sl: ;
  --fw-caption-sl: ;
  --fs-caption-l: 0.875rem;
  --lh-caption-l: 1.28571;
  --ff-caption-l: ;
  --fw-caption-l: ;
  --fs-timestamp: 0.75rem;
  --lh-timestamp: 1.16667;
  --ff-timestamp: ;
  --fw-timestamp: 400;
  --fs-link: 0.875rem;
  --lh-link: 1.28571;
  --ff-link: ;
  --fw-link: ;
  --fs-paragraph: 0.875rem;
  --lh-paragraph: 1.28571;
  --ff-paragraph: ;
  --fw-paragraph: ;
  --fs-app-bar: 0.6875rem;
  --lh-app-bar: 1.54545;
  --ff-app-bar: ;
  --fw-app-bar: ;
  --fs-heading-sm: 1.125rem;
  --lh-heading-sm: 1.27778;
  --ff-heading-sm: ;
  --fw-heading-sm: ;
  --fs-heading-xsm: 1.125rem;
  --lh-heading-xsm: 1.27778;
  --ff-heading-xsm: ;
  --fw-heading-xsm: ;
  --fs-heading-s: 0.9375rem;
  --lh-heading-s: 1.2;
  --ff-heading-s: ;
  --fw-heading-s: ;
  --fs-heading-xxxl: 1.75rem;
  --lh-heading-xxxl: 1.14286;
  --ff-heading-xxxl: ;
  --fw-heading-xxxl: ;
  --fs-category: 0.875rem;
  --lh-category: 1.14286;
  --ff-category: ;
  --fw-category: ;
  --fs-flag: 0.6875rem;
  --lh-flag: normal;
  --ff-flag: ;
  --fw-flag: ;
  --fs-about-show: 1rem;
  --lh-about-show: 1.375;
  --ff-about-show: ;
  --fw-about-show: ;
  --fs-desc: 1rem;
  --lh-desc: 1.375;
  --ff-desc: ;
  --fw-desc: ;
  --fs-up-next: 0.875rem;
  --lh-up-next: normal;
  --ff-up-next: ;
  --fw-up-next: ;
  --fs-time: 1.5rem;
  --lh-time: 1.16667;
  --ff-time: ;
  --fw-time: 400;
  --fs-am-pm: 1rem;
  --lh-am-pm: normal;
  --ff-am-pm: ;
  --fw-am-pm: ;
  --fs-on-air: 0.9375rem;
  --lh-on-air: 1.13333;
  --ff-on-air: ;
  --fw-on-air: 700;
  --fs-day-nav: 1rem;
  --lh-day-nav: 1.25;
  --ff-day-nav: ;
  --fw-day-nav: 400;
  --fs-day-nav-act: 1rem;
  --lh-day-nav-act: 1.25;
  --ff-day-nav-act: ;
  --fw-day-nav-act: 700;
  --fs-date: 0.75rem;
  --lh-date: 1.16667;
  --ff-date: ;
  --fw-date: 500;
  --fs-episode: 1.125rem;
  --lh-episode: normal;
  --ff-episode: ;
  --fw-episode: ;
  --fs-episode-title: 0.9375rem;
  --lh-episode-title: 1.2;
  --ff-episode-title: ;
  --fw-episode-title: ;
  --fs-episode-desc: 0.875rem;
  --lh-episode-desc: 1.21429;
  --ff-episode-desc: ;
  --fw-episode-desc: ;
  --fs-presenters-author-name: 0.9375rem;
  --lh-presenters-author-name: normal;
  --ff-presenters-author-name: ;
  --fw-presenters-author-name: ;
  --fs-podcast-category: 0.9375rem;
  --lh-podcast-category: 1.2;
  --ff-podcast-category: ;
  --fw-podcast-category: ;
  --fs-play-btn: 0.9375rem;
  --lh-play-btn: normal;
  --ff-play-btn: ;
  --fw-play-btn: ;
  --fs-list-schedules-heading: 1.125rem;
  --lh-list-schedules-heading: 1.1;
  --ff-list-schedules-heading: ;
  --fw-list-schedules-heading: ;
  --fs-numbered: 2.125rem;
  --lh-numbered: normal;
  --ff-numbered: ;
  --fw-numbered: ;
  --fs-discover-block-title: 1.625rem;
  --lh-discover-block-title: normal;
  --ff-discover-block-title: ;
  --fw-discover-block-title: ;
  --fs-editor-pick-item-title: 1.125rem;
  --lh-editor-pick-item-title: 1.16667;
  --ff-editor-pick-item-title: ;
  --fw-editor-pick-item-title: ;
  --fs-numbered-discover: 2.25rem;
  --lh-numbered-discover: normal;
  --ff-numbered-discover: ;
  --fw-numbered-discover: ;
  --fs-numbered-discover-item-title: 1.125rem;
  --lh-numbered-discover-item-title: 1.16667;
  --ff-numbered-discover-item-title: ;
  --fw-numbered-discover-item-title: ;
  --fs-spotlight-item-dsc: 0.875rem;
  --lh-spotlight-item-dsc: 1.28571;
  --ff-spotlight-item-dsc: ;
  --fw-spotlight-item-dsc: 500;
  --fs-spotlight-item-title: 1.25rem;
  --lh-spotlight-item-title: 1.2;
  --ff-spotlight-item-title: ;
  --fw-spotlight-item-title: ;
  --fs-grid1x4-title: 1.125rem;
  --lh-grid1x4-title: 1.38889;
  --ff-grid1x4-title: ;
  --fw-grid1x4-title: ;
  --fs-surpriseme: 1.125rem;
  --lh-surpriseme: normal;
  --ff-surpriseme: ;
  --fw-surpriseme: 600;
  --fs-ads: 0.6875rem;
  --lh-ads: 1.18182;
  --ff-ads: ;
  --fw-ads: 300;
  --fs-contact-us-title: 1.8125rem;
  --lh-contact-us-title: normal;
  --ff-contact-us-title: ;
  --fw-contact-us-title: bold;
  --fs-platform-des: 1.0625rem;
  --lh-platform-des: 1.41176;
  --ff-platform-des: ;
  --fw-platform-des: 300;
  --fs-platform-title: 1.125rem;
  --lh-platform-title: 1.33333;
  --ff-platform-title: ;
  --fw-platform-title: 300;
  --fs-submit-news-title: 1.4375rem;
  --lh-submit-news-title: normal;
  --ff-submit-news-title: ;
  --fw-submit-news-title: bold;
  --fs-tabs: 0.9375rem;
  --lh-tabs: normal;
  --ff-tabs: ;
  --fw-tabs: 600;
  --fs-weather-label-xxs: 0.625rem;
  --lh-weather-label-xxs: 1.4;
  --ff-weather-label-xxs: ;
  --fw-weather-label-xxs: 300;
  --fs-weather-label-xs: 0.75rem;
  --lh-weather-label-xs: 1.33333;
  --ff-weather-label-xs: ;
  --fw-weather-label-xs: 300;
  --fs-weather-label-s: 0.875rem;
  --lh-weather-label-s: 1.28571;
  --ff-weather-label-s: ;
  --fw-weather-label-s: 400;
  --fs-weather-label-m: 1.125rem;
  --lh-weather-label-m: 1.22222;
  --ff-weather-label-m: ;
  --fw-weather-label-m: ;
  --fs-weather-label-l: 1.125rem;
  --lh-weather-label-l: 1.38889;
  --ff-weather-label-l: ;
  --fw-weather-label-l: ;
  --fs-weather-temp-s: 1.25rem;
  --lh-weather-temp-s: 1.2;
  --ff-weather-temp-s: ;
  --fw-weather-temp-s: ;
  --fs-weather-temp-m: 1.5rem;
  --lh-weather-temp-m: 1.16667;
  --ff-weather-temp-m: ;
  --fw-weather-temp-m: ;
  --fs-help-feedback-title: 1.125rem;
  --lh-help-feedback-title: 1.38889;
  --ff-help-feedback-title: ;
  --fw-help-feedback-title: bold;
  --fs-live-stream-label: 0.9375rem;
  --lh-live-stream-label: normal;
  --ff-live-stream-label: ;
  --fw-live-stream-label: ;
  --fs-live-stream-time: 2rem;
  --lh-live-stream-time: normal;
  --ff-live-stream-time: ;
  --fw-live-stream-time: ;
  --fs-live-stream-divider: 1.5rem;
  --lh-live-stream-divider: normal;
  --ff-live-stream-divider: ;
  --fw-live-stream-divider: ;
  --fs-live-stream-time-label: 0.8125rem;
  --lh-live-stream-time-label: 1.69231;
  --ff-live-stream-time-label: ;
  --fw-live-stream-time-label: ;
  --fs-byline: 0.75rem;
  --lh-byline: normal;
  --ff-byline: ;
  --fw-byline: ;
  --fs-related-tag: 0.75rem;
  --lh-related-tag: 1.16667;
  --ff-related-tag: ;
  --fw-related-tag: 400;
  --fs-source: 0.875rem;
  --lh-source: 1.14286;
  --ff-source: ;
  --fw-source: ;
  --fs-reference-card: 1rem;
  --lh-reference-card: 1.25;
  --ff-reference-card: ;
  --fw-reference-card: 500;
  --fs-edition-schedule-program-link: 1rem;
  --lh-edition-schedule-program-link: 1.125;
  --ff-edition-schedule-program-link: ;
  --fw-edition-schedule-program-link: 500;
  --fs-list-schedule-time-group-desc: 0.875rem;
  --lh-list-schedule-time-group-desc: 1.28571;
  --ff-list-schedule-time-group-desc: ;
  --fw-list-schedule-time-group-desc: 400;
  --fs-list-schedule-group: 1.125rem;
  --lh-list-schedule-group: 1.11111;
  --ff-list-schedule-group: ;
  --fw-list-schedule-group: 700;
  --fs-list-schedule-video-title: 1.25rem;
  --lh-list-schedule-video-title: 1.2;
  --ff-list-schedule-video-title: ;
  --fw-list-schedule-video-title: 500;
  --fs-list-schedule-video-desc: 1rem;
  --lh-list-schedule-video-desc: 1.25;
  --ff-list-schedule-video-desc: ;
  --fw-list-schedule-video-desc: 400;
  --fs-count: 0.875rem;
  --lh-count: 1.28571;
  --ff-count: ;
  --fw-count: 400;
  --fs-listing-category: 0.875rem;
  --lh-listing-category: 1.14286;
  --ff-listing-category: ;
  --fw-listing-category: 700;
  --fs-no-result-dcp: 1rem;
  --lh-no-result-dcp: 1.25;
  --ff-no-result-dcp: ;
  --fw-no-result-dcp: ;
  --fs-suggested-dropdown: 1rem;
  --lh-suggested-dropdown: 1.125;
  --ff-suggested-dropdown: ;
  --fw-suggested-dropdown: 400;
  --fs-all-video-search: 1.125rem;
  --lh-all-video-search: 1.11111;
  --ff-all-video-search: ;
  --fw-all-video-search: 400;
  --fs-share-head: 1.125rem;
  --lh-share-head: 1.22222;
  --ff-share-head: ;
  --fw-share-head: 500;
  --fs-detail-label: 1.125rem;
  --lh-detail-label: 1.22222;
  --ff-detail-label: ;
  --fw-detail-label: 500;
  --fs-sub-section-label: 1.25rem;
  --lh-sub-section-label: 1.2;
  --ff-sub-section-label: ;
  --fw-sub-section-label: ;
}
@media (min-width: 720px) {
  :root {
    --fs-button: 1rem;
    --lh-button: 1.125;
    --ff-button: ;
    --fw-button: 500;
    --fs-day-nav: 1.25rem;
    --lh-day-nav: 1.2;
    --ff-day-nav: ;
    --fw-day-nav: 400;
    --fs-day-nav-act: 1.25rem;
    --lh-day-nav-act: 1.2;
    --ff-day-nav-act: ;
    --fw-day-nav-act: 700;
    --fs-time: 1.625rem;
    --lh-time: 1.15385;
    --ff-time: ;
    --fw-time: 400;
    --fs-list-schedule-group: 1.25rem;
    --lh-list-schedule-group: 1.2;
    --ff-list-schedule-group: ;
    --fw-list-schedule-group: 700;
    --fs-count: 1rem;
    --lh-count: 1.125;
    --ff-count: ;
    --fw-count: 400;
    --fs-no-result-dcp: 1.125rem;
    --lh-no-result-dcp: 1.22222;
    --ff-no-result-dcp: ;
    --fw-no-result-dcp: ;
    --fs-spotlight-item-title: 1.5rem;
    --lh-spotlight-item-title: 1.16667;
    --ff-spotlight-item-title: ;
    --fw-spotlight-item-title: ;
    --fs-reference-card: 1rem;
    --lh-reference-card: 1.25;
    --ff-reference-card: ;
    --fw-reference-card: 500;
  }
}
@media (min-width: 920px) {
  :root {
    --fs-text: 1.25rem;
    --lh-text: 1.4;
    --ff-text: delegate, sans-serif;
    --fw-text: ;
    --fs-text-m: 1.125rem;
    --lh-text-m: 1.22222;
    --ff-text-m: ;
    --fw-text-m: 500;
    --fs-text-sm: 1.125rem;
    --lh-text-sm: 1.27778;
    --ff-text-sm: ;
    --fw-text-sm: ;
    --fs-h1-extra: 2.5rem;
    --lh-h1-extra: 1.1;
    --ff-h1-extra: ;
    --fw-h1-extra: ;
    --fs-h1: 2rem;
    --lh-h1: 1.09375;
    --ff-h1: ;
    --fw-h1: ;
    --fs-h2: 1.5rem;
    --lh-h2: 1.16667;
    --ff-h2: ;
    --fw-h2: ;
    --fs-h2-s: 1.625rem;
    --lh-h2-s: 1.11538;
    --ff-h2-s: ;
    --fw-h2-s: ;
    --fs-h3: 1.25rem;
    --lh-h3: 1.2;
    --ff-h3: ;
    --fw-h3: ;
    --fs-h3-s: 1.4375rem;
    --lh-h3-s: 1.13043;
    --ff-h3-s: ;
    --fw-h3-s: ;
    --fs-h4: 1.25rem;
    --lh-h4: 1.1;
    --ff-h4: ;
    --fw-h4: 700;
    --fs-h5: 1rem;
    --lh-h5: 1.25;
    --ff-h5: ;
    --fw-h5: 500;
    --fs-h6: 1rem;
    --lh-h6: 1.25;
    --ff-h6: ;
    --fw-h6: ;
    --fs-button: 1rem;
    --lh-button: 1.125;
    --ff-button: ;
    --fw-button: 500;
    --fs-button-s: 0.875rem;
    --lh-button-s: 1.28571;
    --ff-button-s: ;
    --fw-button-s: ;
    --fs-caption: 0.75rem;
    --lh-caption: 1.25;
    --ff-caption: ;
    --fw-caption: ;
    --fs-caption-sl: 0.8125rem;
    --lh-caption-sl: 1.23077;
    --ff-caption-sl: ;
    --fw-caption-sl: ;
    --fs-caption-l: 1rem;
    --lh-caption-l: 1.25;
    --ff-caption-l: ;
    --fw-caption-l: ;
    --fs-timestamp: 0.75rem;
    --lh-timestamp: 1.16667;
    --ff-timestamp: ;
    --fw-timestamp: 400;
    --fs-link: 1rem;
    --lh-link: 1.25;
    --ff-link: ;
    --fw-link: ;
    --fs-heading-md: 1.1116rem;
    --lh-heading-md: 1.5;
    --ff-heading-md: ;
    --fw-heading-md: ;
    --fs-heading-sm: 1.5rem;
    --lh-heading-sm: 1.5;
    --ff-heading-sm: ;
    --fw-heading-sm: ;
    --fs-heading-xsm: 1.375rem;
    --lh-heading-xsm: 1.63636;
    --ff-heading-xsm: ;
    --fw-heading-xsm: ;
    --fs-heading-s: 1.25rem;
    --lh-heading-s: 1.45;
    --ff-heading-s: ;
    --fw-heading-s: ;
    --fs-heading-xxxl: 1.75rem;
    --lh-heading-xxxl: 1.14286;
    --ff-heading-xxxl: ;
    --fw-heading-xxxl: ;
    --fs-category: 1rem;
    --lh-category: 1.125;
    --ff-category: ;
    --fw-category: ;
    --fs-flag: 0.6875rem;
    --lh-flag: normal;
    --ff-flag: ;
    --fw-flag: ;
    --fs-about-show: 1rem;
    --lh-about-show: 1.5;
    --ff-about-show: ;
    --fw-about-show: ;
    --fs-desc: 1rem;
    --lh-desc: 1.5;
    --ff-desc: ;
    --fw-desc: ;
    --fs-up-next: 0.875rem;
    --lh-up-next: 1.14286;
    --ff-up-next: ;
    --fw-up-next: ;
    --fs-am-pm: 1rem;
    --lh-am-pm: normal;
    --ff-am-pm: ;
    --fw-am-pm: ;
    --fs-on-air: 0.9375rem;
    --lh-on-air: 1.13333;
    --ff-on-air: ;
    --fw-on-air: 700;
    --fs-date: 0.75rem;
    --lh-date: 1.16667;
    --ff-date: ;
    --fw-date: 500;
    --fs-episode: 1.25rem;
    --lh-episode: 1.2;
    --ff-episode: ;
    --fw-episode: ;
    --fs-episode-title: 1rem;
    --lh-episode-title: 1.1875;
    --ff-episode-title: ;
    --fw-episode-title: ;
    --fs-episode-desc: 0.875rem;
    --lh-episode-desc: normal;
    --ff-episode-desc: ;
    --fw-episode-desc: ;
    --fs-presenters-author-name: 1.125rem;
    --lh-presenters-author-name: 1.11111;
    --ff-presenters-author-name: ;
    --fw-presenters-author-name: ;
    --fs-podcast-category: 0.875rem;
    --lh-podcast-category: normal;
    --ff-podcast-category: ;
    --fw-podcast-category: ;
    --fs-play-btn: 1rem;
    --lh-play-btn: normal;
    --ff-play-btn: ;
    --fw-play-btn: ;
    --fs-list-schedules-heading: 1.25rem;
    --lh-list-schedules-heading: 1;
    --ff-list-schedules-heading: ;
    --fw-list-schedules-heading: ;
    --fs-numbered: 3.125rem;
    --lh-numbered: normal;
    --ff-numbered: ;
    --fw-numbered: ;
    --fs-discover-block-title: 2.25rem;
    --lh-discover-block-title: normal;
    --ff-discover-block-title: ;
    --fw-discover-block-title: ;
    --fs-editor-pick-item-title: 1.5625rem;
    --lh-editor-pick-item-title: 1.2;
    --ff-editor-pick-item-title: ;
    --fw-editor-pick-item-title: ;
    --fs-numbered-discover: 3.125rem;
    --lh-numbered-discover: 0.7;
    --ff-numbered-discover: ;
    --fw-numbered-discover: ;
    --fs-numbered-discover-item-title: 1.125rem;
    --lh-numbered-discover-item-title: 1.11111;
    --ff-numbered-discover-item-title: ;
    --fw-numbered-discover-item-title: ;
    --fs-spotlight-item-dsc: 0.875rem;
    --lh-spotlight-item-dsc: 1.28571;
    --ff-spotlight-item-dsc: ;
    --fw-spotlight-item-dsc: 500;
    --fs-spotlight-item-title: 1.5rem;
    --lh-spotlight-item-title: 1.16667;
    --ff-spotlight-item-title: ;
    --fw-spotlight-item-title: ;
    --fs-grid1x4-title: 1.5rem;
    --lh-grid1x4-title: 1.04167;
    --ff-grid1x4-title: ;
    --fw-grid1x4-title: ;
    --fs-surpriseme: 1.125rem;
    --lh-surpriseme: normal;
    --ff-surpriseme: ;
    --fw-surpriseme: 600;
    --fs-ads: 0.6875rem;
    --lh-ads: 1.18182;
    --ff-ads: ;
    --fw-ads: 300;
    --fs-feed-title: 2.25rem;
    --lh-feed-title: 1.08333;
    --ff-feed-title: ;
    --fw-feed-title: ;
    --fs-contact-us-title: 2.875rem;
    --lh-contact-us-title: normal;
    --ff-contact-us-title: ;
    --fw-contact-us-title: 600;
    --fs-platform-des: 1.125rem;
    --lh-platform-des: 1.44444;
    --ff-platform-des: ;
    --fw-platform-des: 300;
    --fs-platform-title: 1.25rem;
    --lh-platform-title: 1.3;
    --ff-platform-title: ;
    --fw-platform-title: 300;
    --fs-submit-news-title: 1.625rem;
    --lh-submit-news-title: normal;
    --ff-submit-news-title: ;
    --fw-submit-news-title: bold;
    --fs-tabs: 1rem;
    --lh-tabs: normal;
    --ff-tabs: ;
    --fw-tabs: 600;
    --fs-weather-label-xxs: 0.625rem;
    --lh-weather-label-xxs: 1.4;
    --ff-weather-label-xxs: ;
    --fw-weather-label-xxs: 300;
    --fs-weather-label-xs: 0.75rem;
    --lh-weather-label-xs: 1.33333;
    --ff-weather-label-xs: ;
    --fw-weather-label-xs: 300;
    --fs-weather-label-s: 0.875rem;
    --lh-weather-label-s: 1.28571;
    --ff-weather-label-s: ;
    --fw-weather-label-s: 400;
    --fs-weather-label-m: 1.125rem;
    --lh-weather-label-m: 1.22222;
    --ff-weather-label-m: ;
    --fw-weather-label-m: ;
    --fs-weather-label-l: 1.125rem;
    --lh-weather-label-l: 1.38889;
    --ff-weather-label-l: ;
    --fw-weather-label-l: ;
    --fs-weather-temp-s: 1.25rem;
    --lh-weather-temp-s: 1.2;
    --ff-weather-temp-s: ;
    --fw-weather-temp-s: ;
    --fs-weather-temp-m: 1.5rem;
    --lh-weather-temp-m: 1.16667;
    --ff-weather-temp-m: ;
    --fw-weather-temp-m: ;
    --fs-help-feedback-title: 1.25rem;
    --lh-help-feedback-title: 1.4;
    --ff-help-feedback-title: ;
    --fw-help-feedback-title: bold;
    --fs-live-stream-label: 1.25rem;
    --lh-live-stream-label: normal;
    --ff-live-stream-label: ;
    --fw-live-stream-label: ;
    --fs-live-stream-time: 4.25rem;
    --lh-live-stream-time: normal;
    --ff-live-stream-time: ;
    --fw-live-stream-time: ;
    --fs-live-stream-divider: 2.625rem;
    --lh-live-stream-divider: normal;
    --ff-live-stream-divider: ;
    --fw-live-stream-divider: ;
    --fs-live-stream-time-label: 1rem;
    --lh-live-stream-time-label: 1.375;
    --ff-live-stream-time-label: ;
    --fw-live-stream-time-label: ;
    --fs-byline: 0.875rem;
    --lh-byline: normal;
    --ff-byline: ;
    --fw-byline: ;
    --fs-related-tag: 0.875rem;
    --lh-related-tag: 1.14286;
    --ff-related-tag: ;
    --fw-related-tag: 400;
    --fs-source: 1.125rem;
    --lh-source: 1.11111;
    --ff-source: ;
    --fw-source: ;
    --fs-reference-card: 1.125rem;
    --lh-reference-card: 1.22222;
    --ff-reference-card: ;
    --fw-reference-card: 500;
    --fs-secondary-menu: 1rem;
    --lh-secondary-menu: 1.5;
    --ff-secondary-menu: ;
    --fw-secondary-menu: 500;
    --fs-no-result-dcp: 1.125rem;
    --lh-no-result-dcp: 1.22222;
    --ff-no-result-dcp: ;
    --fw-no-result-dcp: ;
    --fs-count: 1rem;
    --lh-count: 1.125;
    --ff-count: ;
    --fw-count: 400;
    --fs-cta-title: 1.375rem;
    --lh-cta-title: 1.18182;
    --ff-cta-title: ;
    --fw-cta-title: 700;
    --fs-listing-category: 0.875rem;
    --lh-listing-category: 1.14286;
    --ff-listing-category: ;
    --fw-listing-category: 700;
    --fs-suggested-dropdown: 1.125rem;
    --lh-suggested-dropdown: 1.11111;
    --ff-suggested-dropdown: ;
    --fw-suggested-dropdown: 400;
    --fs-share-head: 1.125rem;
    --lh-share-head: 1.22222;
    --ff-share-head: ;
    --fw-share-head: 500;
    --fs-all-video-search: 1.125rem;
    --lh-all-video-search: 1.11111;
    --ff-all-video-search: ;
    --fw-all-video-search: 400;
    --fs-edition-label: 0.875rem;
    --lh-edition-label: 1.5;
    --ff-edition-label: ;
    --fw-edition-label: 400;
    --fs-detail-label: 1.125rem;
    --lh-detail-label: 1.22222;
    --ff-detail-label: ;
    --fw-detail-label: 500;
    --fs-sub-section-label: 1.25rem;
    --lh-sub-section-label: 1.2;
    --ff-sub-section-label: ;
    --fw-sub-section-label: ;
  }
}
:root {
  --fs-ads: 0.6875rem;
  --lh-ads: 1.18182;
  --ff-ads: delegate, sans-serif;
  --fw-ads: 300;
  --fs-text-long: 1rem;
  --lh-text-long: 1.375;
  --ff-text-long: delegate, sans-serif;
  --fw-text-long: 400;
  --fs-text-long-h2: 1.375rem;
  --lh-text-long-h2: 1.18182;
  --ff-text-long-h2: delegate, sans-serif;
  --fw-text-long-h2: 500;
  --fs-text-heading-h2: 1.625rem;
  --lh-text-heading-h2: 1.15385;
  --ff-text-heading-h2: ;
  --fw-text-heading-h2: 700;
  --fs-text-subheading: 1rem;
  --lh-text-subheading: 1.25;
  --ff-text-subheading: delegate, sans-serif;
  --fw-text-subheading: 400;
  --fs-text-heading-h3: 1.25rem;
  --lh-text-heading-h3: 1.2;
  --ff-text-heading-h3: ;
  --fw-text-heading-h3: 500;
  --fs-thumbnail-heading: 1rem;
  --lh-thumbnail-heading: 1.25;
  --ff-thumbnail-heading: ;
  --fw-thumbnail-heading: 500;
  --fs-timestamp-duration: 0.75rem;
  --lh-timestamp-duration: 1.16667;
  --ff-timestamp-duration: ;
  --fw-timestamp-duration: 300;
  --fs-section-heading: 1.5rem;
  --lh-section-heading: 1.08333;
  --ff-section-heading: ;
  --fw-section-heading: 700;
  --fs-section-heading-l: 1.5rem;
  --lh-section-heading-l: 1.08333;
  --ff-section-heading-l: delegate, sans-serif;
  --fw-section-heading-l: 300;
  --fs-section-footer: 1rem;
  --lh-section-footer: 1.125;
  --ff-section-footer: ;
  --fw-section-footer: 500;
  --fs-card-heading: 1.125rem;
  --lh-card-heading: 1.11111;
  --ff-card-heading: delegate, sans-serif;
  --fw-card-heading: 700;
  --fs-card-heading-2: 1.125rem;
  --lh-card-heading-2: 1.22222;
  --ff-card-heading-2: delegate, sans-serif;
  --fw-card-heading-2: 600;
  --fs-card-heading-1: 1.25rem;
  --lh-card-heading-1: 1.2;
  --ff-card-heading-1: delegate, sans-serif;
  --fw-card-heading-1: 700;
  --fs-card-heading-3: 1rem;
  --lh-card-heading-3: 1.25;
  --ff-card-heading-3: ;
  --fw-card-heading-3: 700;
  --fs-cta-link: 1rem;
  --lh-cta-link: 1.25;
  --ff-cta-link: ;
  --fw-cta-link: 500;
  --fs-cta-secondary: 0.875rem;
  --lh-cta-secondary: 1.14286;
  --ff-cta-secondary: ;
  --fw-cta-secondary: 500;
  --fs-card-heading-4: 1.25rem;
  --lh-card-heading-4: 1.2;
  --ff-card-heading-4: ;
  --fw-card-heading-4: 600;
  --fs-card-feature-heading: 1.25rem;
  --lh-card-feature-heading: 1.2;
  --ff-card-feature-heading: ;
  --fw-card-feature-heading: 700;
  --fs-card-description: 0.875rem;
  --lh-card-description: 1.28571;
  --ff-card-description: ;
  --fw-card-description: 400;
  --fs-trending-label: 1.875rem;
  --lh-trending-label: 1.06667;
  --ff-trending-label: ;
  --fw-trending-label: 400;
  --fs-card-authors: 0.875rem;
  --lh-card-authors: 1.14286;
  --ff-card-authors: delegate, sans-serif;
  --fw-card-authors: 400;
  --fs-story-heading: 1rem;
  --lh-story-heading: 1.25;
  --ff-story-heading: delegate, sans-serif;
  --fw-story-heading: 500;
  --fs-button-capsule: 0.75rem;
  --lh-button-capsule: 1.16667;
  --ff-button-capsule: delegate, sans-serif;
  --fw-button-capsule: 500;
  --fs-popup-heading: 1.125rem;
  --lh-popup-heading: 1.11111;
  --ff-popup-heading: delegate, sans-serif;
  --fw-popup-heading: 600;
  --fs-podcast-read-more: 0.875rem;
  --lh-podcast-read-more: 1.25;
  --ff-podcast-read-more: ;
  --fw-podcast-read-more: 700;
}
@media (min-width: 720px) {
  :root {
    --fs-text-long: 1.125rem;
    --lh-text-long: 1.33333;
    --ff-text-long: delegate, sans-serif;
    --fw-text-long: 400;
    --fs-text-long-h2: 1.5rem;
    --lh-text-long-h2: 1.16667;
    --ff-text-long-h2: delegate, sans-serif;
    --fw-text-long-h2: 500;
  }
}
@media (min-width: 920px) {
  :root {
    --fs-ads: 0.6875rem;
    --lh-ads: 1.18182;
    --ff-ads: delegate, sans-serif;
    --fw-ads: 300;
    --fs-text-long: 1.125rem;
    --lh-text-long: 1.33333;
    --ff-text-long: delegate, sans-serif;
    --fw-text-long: 400;
    --fs-text-long-h2: 1.5rem;
    --lh-text-long-h2: 1.16667;
    --ff-text-long-h2: delegate, sans-serif;
    --fw-text-long-h2: 500;
    --fs-text-heading-h2: 1.5rem;
    --lh-text-heading-h2: 1.08333;
    --ff-text-heading-h2: ;
    --fw-text-heading-h2: 700;
    --fs-text-subheading: 1rem;
    --lh-text-subheading: 1.25;
    --ff-text-subheading: delegate, sans-serif;
    --fw-text-subheading: 400;
    --fs-text-heading-h3: 1.25rem;
    --lh-text-heading-h3: 1.2;
    --ff-text-heading-h3: ;
    --fw-text-heading-h3: 500;
    --fs-thumbnail-heading: 1rem;
    --lh-thumbnail-heading: 1.25;
    --ff-thumbnail-heading: ;
    --fw-thumbnail-heading: 500;
    --fs-section-heading: 1.5rem;
    --lh-section-heading: 1.08333;
    --ff-section-heading: ;
    --fw-section-heading: 700;
    --fs-section-heading-l: 1.5rem;
    --lh-section-heading-l: 1.08333;
    --ff-section-heading-l: delegate, sans-serif;
    --fw-section-heading-l: 300;
    --fs-section-footer: 1rem;
    --lh-section-footer: 1.125;
    --ff-section-footer: ;
    --fw-section-footer: 500;
    --fs-timestamp-duration: 0.75rem;
    --lh-timestamp-duration: 1.16667;
    --ff-timestamp-duration: ;
    --fw-timestamp-duration: 300;
    --fs-card-heading: 1.125rem;
    --lh-card-heading: 1.11111;
    --ff-card-heading: delegate, sans-serif;
    --fw-card-heading: 700;
    --fs-card-heading-1: 1.25rem;
    --lh-card-heading-1: 1.2;
    --ff-card-heading-1: delegate, sans-serif;
    --fw-card-heading-1: 700;
    --fs-card-heading-3: 1rem;
    --lh-card-heading-3: 1.25;
    --ff-card-heading-3: ;
    --fw-card-heading-3: 700;
    --fs-card-heading-2: 1.125rem;
    --lh-card-heading-2: 1.22222;
    --ff-card-heading-2: delegate, sans-serif;
    --fw-card-heading-2: 600;
    --fs-cta-link: 1rem;
    --lh-cta-link: 1.25;
    --ff-cta-link: ;
    --fw-cta-link: 500;
    --fs-cta-secondary: 0.875rem;
    --lh-cta-secondary: 1.14286;
    --ff-cta-secondary: ;
    --fw-cta-secondary: 500;
    --fs-card-heading-4: 1.25rem;
    --lh-card-heading-4: 1.2;
    --ff-card-heading-4: ;
    --fw-card-heading-4: 600;
    --fs-card-feature-heading: 1.25rem;
    --lh-card-feature-heading: 1.2;
    --ff-card-feature-heading: ;
    --fw-card-feature-heading: 700;
    --fs-card-description: 0.875rem;
    --lh-card-description: 1.28571;
    --ff-card-description: ;
    --fw-card-description: 400;
    --fs-trending-label: 1.875rem;
    --lh-trending-label: 1.06667;
    --ff-trending-label: ;
    --fw-trending-label: 400;
    --fs-card-authors: 0.875rem;
    --lh-card-authors: 1.14286;
    --ff-card-authors: delegate, sans-serif;
    --fw-card-authors: 400;
    --fs-story-heading: 1rem;
    --lh-story-heading: 1.25;
    --ff-story-heading: delegate, sans-serif;
    --fw-story-heading: 500;
    --fs-button-capsule: 0.75rem;
    --lh-button-capsule: 1.16667;
    --ff-button-capsule: delegate, sans-serif;
    --fw-button-capsule: 500;
    --fs-popup-heading: 1.125rem;
    --lh-popup-heading: 1.11111;
    --ff-popup-heading: delegate, sans-serif;
    --fw-popup-heading: 600;
    --fs-secondary-menu: 0.875rem;
    --lh-secondary-menu: 1.5;
    --ff-secondary-menu: delegate, sans-serif;
    --fw-secondary-menu: 500;
  }
}
:root {
  --c-text: #000;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: rgba(20, 62, 81, 0.03);
  --c-background-section: #262626;
  --c-border: rgba(213, 213, 213, 0.5);
  --c-primary: #b50000;
  --c-primary-accent: #e20000;
  --c-primary-box-shadow: rgba(181, 0, 0, 0.3);
  --c-primary-accent-high: #890000;
  --c-secondary: #ffa200;
  --c-secondary-accent: #143e51;
  --c-accent-light: #636363;
  --c-accent: #333;
  --c-accent-high: #262626;
  --c-highlight: #ffec00;
  --c-muted: #f8f9f9;
  --c-muted-accent-lightest: #fcf7f7;
  --c-muted-accent: #eee;
  --c-muted-accent-light: #f5f5f5;
  --c-muted-accent-high: #d5d5d5;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-input-text: rgba(213, 213, 213, 0.7);
  --c-input-border: #979797;
  --c-modal: rgba(0, 0, 0, 0.4);
  --c-link: #b50000;
  --c-link-hover: #e20000;
  --c-link-background: #f7e5e5;
  --c-caption: #636363;
  --c-tabs: #f8f9f9;
  --c-tabs-bg: #fff;
  --c-active-list: rgba(38, 38, 38, 0.1);
  --c-icon: #636363;
  --c-icon-inverse: #fff;
  --c-icon-accent: #333;
  --c-slick-arrow: #000;
  --c-border-dark: #d5d5d5;
  --c-black-color: #000;
  --c-flag: #fff;
  --c-timeline: #b50000;
  --c-image-overlay: rgba(0, 0, 0, 0.18);
  --c-now-overlay: rgba(0, 0, 0, 0.65);
  --c-surprise: #f91102;
  --c-ads: #7f7f7f;
  --c-logo-with: #141414;
  --c-stereaming-overlay: rgba(51, 51, 51, 0.8);
  --c-quick-link: #7f7f7f;
  --c-heading-hover: #333;
  --c-weather-card: #5c0931;
  --c-select-option: silver;
  --c-select-option-custom: #545454;
  --c-new-flag: #efefef;
  --c-list-schedule: #fff;
  --c-image-byline-bg: rgba(33, 37, 41, 0.7);
  --c-white-color: #fff;
  --c-body-bg: #fff;
}
:root {
  --c-text: #000;
  --c-text-inverse: #fff;
  --c-background: #fff;
  --c-background-inverse: rgba(20, 62, 81, 0.03);
  --c-background-section: #262626;
  --c-border: rgba(213, 213, 213, 0.5);
  --c-primary: #b50000;
  --c-primary-accent: #e20000;
  --c-primary-accent-high: #890000;
  --c-secondary: #ffa200;
  --c-secondary-accent: #143e51;
  --c-secondary-grey: #7f7f7f;
  --c-accent-light: #636363;
  --c-accent: #333;
  --c-accent-high: #262626;
  --c-highlight: #ffec00;
  --c-muted: #f8f9f9;
  --c-muted-accent-lightest: #fcf7f7;
  --c-muted-accent: #eee;
  --c-muted-accent-light: #f5f5f5;
  --c-muted-accent-high: #d5d5d5;
  --c-warning: #f9fb93;
  --c-error: #fbe3e4;
  --c-message: #cfefc2;
  --c-input-text: rgba(213, 213, 213, 0.7);
  --c-input-border: #979797;
  --c-modal: rgba(0, 0, 0, 0.4);
  --c-grey-mid-light: #d2d2d2;
  --c-card-header: #383531;
  --c-border-light-grey: rgba(56, 53, 49, 0.15);
  --c-border-white: rgba(255, 255, 255, 0.2);
  --c-slide-white: rgba(255, 255, 255, 0.9);
  --c-progress-bar: rgba(255, 255, 255, 0.35);
  --c-grey-four: #666;
  --c-dark-grey: #575757;
}
html {
  box-sizing: border-box;
}
body {
  background-color: var(--c-body-bg);
  color: var(--c-text);
  overflow-x: hidden;
  font-size: var(--fs-text);
  font-weight: var(--fw-text);
  font-family: var(--ff-text);
  line-height: var(--lh-text);
  font-weight: 400;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: var(--c-link);
}
b {
  font-weight: bold;
}
button,
input,
select,
textarea {
  -webkit-appearance: auto;
}
button {
  -webkit-tap-highlight-color: #0000;
}
.main {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
}
@media (min-width: 720px) {
  .main {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .main {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.hidden {
  display: none;
}
.layout--twocol-section > .layout__region {
  flex: 0 1 100%;
  width: 100%;
}
.page__article .layout--twocol-section > .layout__region {
  flex: 0 1 100%;
}
.layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second {
  flex: 0 1 100%;
}
@media (min-width: 920px) {
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 325px;
  }
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second {
    flex: 0 1 328px;
  }
}
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
  flex: 0 1 100%;
}
@media (min-width: 920px) {
  .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 calc(100% - 325px);
  }
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first {
    flex: 0 1 calc(100% - 328px);
  }
}
.layout--onecol .layout__region {
  width: 100%;
}
.page__article .text-long {
  font-size: var(--fs-text-long);
  font-weight: var(--fw-text-long);
  font-family: var(--ff-text-long);
  line-height: var(--lh-text-long);
}
.page__article .text-long p {
  letter-spacing: normal;
}
.page__article .text-long h2 {
  font-size: var(--fs-text-long-h2);
  font-weight: var(--fw-text-long-h2);
  font-family: var(--ff-text-long-h2);
  line-height: var(--lh-text-long-h2);
}
.page__article .text-long ul li {
  font-size: var(--fs-text-long);
  font-weight: var(--fw-text-long);
  font-family: var(--ff-text-long);
  line-height: var(--lh-text-long);
}
.main {
  margin-top: 180px;
}
@media (min-width: 920px) {
  .main {
    margin-top: 160px;
  }
}
@supports (
    (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)
  )
  or ((-moz-appearance: none) and (mask-type: alpha)) {
}
img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  line-height: 1.4;
}
figure {
  margin: 0;
}
.link {
  color: var(--c-text);
  text-decoration: none;
}
.link:hover,
.link:focus {
  color: var(--c-link-hover);
  outline: 0;
}
.link--trending {
  border-radius: 5px;
  letter-spacing: -0.23px;
  border: solid 1px var(--c-muted-accent-high);
  font-weight: var(--fw-related-tag);
  font-size: var(--fs-related-tag);
  line-height: var(--lh-related-tag);
  padding: 2px 15px 3px;
  margin: 0 4px 10px 0;
  display: inline-block;
}
ul {
  padding-left: 1.3em;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    ul {
      padding-left: 24px;
    }
  }
}
ul {
  list-style-type: disc;
}
.text-long ul li {
  margin-bottom: 0.2em;
  padding-left: 1em;
}
.context-snippet ul li::marker,
.context-snippet ol li::marker {
  color: var(--c-primary);
}
.h1 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  margin: 0 0 0.5em;
  width: auto;
}
.h1--page-title {
  font-size: var(--fs-h1-extra);
  line-height: var(--lh-h1-extra);
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .h1--page-title {
    margin-bottom: 30px;
  }
}
.h2,
.text-long h2 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0 0 0.5em;
  width: auto;
}
.h2--block-heading {
  margin: 0 0 12px;
  word-break: break-word;
  position: relative;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 700;
}
.h4 {
  color: var(--c-text);
  font-weight: 700;
  font-style: normal;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  margin: 0 0 0.5em;
  width: auto;
}
.h4--block-sidebar-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  border-bottom: solid 1px var(--c-border);
  padding-bottom: 12px;
}
.page__article .h4--block-sidebar-heading:not(.h4--at-glance) {
  border-bottom: 0;
  padding-bottom: 0;
}
.h6 {
  color: var(--c-text);
  font-weight: 500;
  font-style: normal;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  margin: 0 0 0.5em;
  width: auto;
}
.h6__link {
  color: inherit;
}
.h6__link:hover {
  color: inherit;
}
.text-long p {
  margin: 0 0 22px;
}
@media (min-width: 920px) {
  .text-long p {
    margin: 0 0 24px;
  }
}
.text-long ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-long ul li {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  position: relative;
}
.text-long ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--c-link);
}
@media (min-width: 720px) {
  .text-long ul li::before {
    top: 11px;
  }
}
.page__article .text-long {
  font-weight: 400;
}
.text-long p {
  letter-spacing: -0.33px;
}
.text-long p a {
  color: var(--c-link);
}
body.page__article
  .block-field-blocknodearticlefield-content
  .video-wrapper:has(.video-js.video--portrait) {
  margin-left: 50px;
  margin-right: 50px;
}
@media (min-width: 480px) {
  body.page__article
    .block-field-blocknodearticlefield-content
    .video-wrapper:has(.video-js.video--portrait) {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (min-width: 720px) {
  body.page__article
    .block-field-blocknodearticlefield-content
    .video-wrapper:has(.video-js.video--portrait) {
    margin-left: 175px;
    margin-right: 175px;
  }
}
.author-card {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .author-card {
    margin-bottom: 50px;
  }
}
.author-card__figure {
  margin-right: 10px;
  max-width: 65px;
  border-radius: 50%;
}
@media (min-width: 920px) {
  .author-card__figure {
    margin-right: 25px;
    max-width: 140px;
  }
}
.author-card__figure img {
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.author-card__author-name {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .author-card__author-name {
    justify-content: flex-start;
  }
}
.author-card__content {
  flex: 1;
  display: flex;
  flex-flow: wrap;
}
.author-card__body {
  flex-basis: 100%;
  padding-top: 10px;
}
.author-card--author-info-block {
  margin-bottom: 20px;
  margin-left: 15px;
  display: none;
}
@media (min-width: 920px) {
  .author-card--author-info-block {
    display: flex;
  }
}
.author-card--author-info-block .author-card__figure {
  max-width: 50px;
  margin-right: 15px;
}
.author-card--author-info-block .author-card__figure img {
  max-height: 50px;
}
.author-card--author-info-block .author-card__body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-card--author-info-block .author-card__body .h6 {
  margin-bottom: 5px;
}
.author-card--author-info-block .author-card__body .h6 a {
  text-decoration: none;
}
.bookmark-share .a2a-share-link {
  display: none;
  flex-flow: wrap;
}
@media (min-width: 920px) {
  .bookmark-share .a2a-share-link {
    display: flex;
  }
}
.a2a-share-link .link {
  margin: 0 9px 10px;
}
@media (min-width: 920px) {
  .a2a-share-link .link {
    margin: 0 4px 10px;
  }
}
.a2a-share-link .link__icon {
  width: 30px;
  height: 30px;
}
.a2a-share-link .link__text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
@media (min-width: 920px) {
  .mobile_author_card {
    display: none;
  }
}
.mobile_author_card__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.mobile_author_card__image {
  margin-right: -10px;
  float: left;
}
.mobile_author_card__image img {
  width: 50px;
  height: 50px;
  border: 1px solid var(--c-text-inverse);
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.mobile_author_card__name {
  font-size: var(--fs-category);
  color: var(--c-primary);
  font-weight: 500;
  line-height: var(--lh-category);
}
.mobile_author_card__name .link--author-profile {
  color: var(--c-primary);
  position: relative;
  text-decoration: underline;
  margin: 0;
  display: inline-block;
}
.bookmark-share .bookmark-share-icon {
  display: flex;
  flex-flow: wrap;
  margin-left: -4px;
}
.with-authors .bookmark-share .bookmark-share-icon {
  position: absolute;
  right: 10px;
  top: 13px;
}
@media (min-width: 920px) {
  .with-authors .bookmark-share .bookmark-share-icon {
    position: relative;
    right: auto;
    top: auto;
  }
}
.bookmark-share-icon .link {
  margin-bottom: 15px;
  color: var(--c-accent);
  text-decoration: none;
  font-size: var(--fs-button-s);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.bookmark-share-icon .link__icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: currentColor;
  border: solid 1px var(--c-accent);
  border-radius: 50%;
}
.bookmark-share .bookmark-share-icon .link__icon {
  margin: 0 5px 10px;
  width: 24px;
  height: 24px;
}
@media (min-width: 920px) {
  .bookmark-share .bookmark-share-icon .link__icon {
    margin: 0 4px 10px;
    width: 30px;
    height: 30px;
  }
}
.bookmark-share-icon .link.hidden {
  display: none !important;
}
.bookmark-share {
  display: flex;
  flex-flow: wrap;
}
.bookmark-share .trigger-popup {
  display: flex;
}
@media (min-width: 920px) {
  .bookmark-share .trigger-popup {
    display: none;
  }
}
.article-publish {
  font-size: var(--fs-timestamp);
  line-height: var(--lh-timestamp);
  color: var(--c-accent-light);
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 25px;
}
@media (min-width: 920px) {
  .article-publish {
    font-size: var(--fs-button-s);
    line-height: var(--lh-button-s);
  }
}
.block-mc-content-share-bookmark {
  position: relative;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  .block-content-details
  .content-detail__row {
  display: none;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details {
  margin-bottom: 24px;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details
  .content-detail__description--video {
  padding-top: 0;
  margin-top: 24px;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  div.block-content-details
  .content-detail__description--video
  > p:last-child {
  margin-bottom: 0;
}
.page__video:has(.block-field-blocknodevideofield-parties)
  section.block-program-playlist:not(:has(*)) {
  display: none;
}
.content-detail {
  text-align: center;
}
.content-detail__description {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-text-m);
  text-align: center;
}
.article-detail-title-block .content-detail__description {
  max-width: 770px;
  margin: 0 auto;
}
.hero-banner-ge__view-live-blog-link:not(:hover):not(:focus) {
  text-decoration: none;
}
.dynamic-list--top-stories-secondary
  .list-object:has(.list-object__datetime-duration) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.edition-block__title {
  font-size: var(--fs-edition-label);
  font-weight: var(--fw-edition-label);
  font-family: var(--ff-edition-label);
  line-height: var(--lh-edition-label);
  display: inline-flex;
  margin-right: 3px;
}
@media (min-width: 920px) {
  .edition-block__title {
    line-height: normal;
  }
}
.footer-copyright {
  text-align: center;
  padding: 25px 20px;
  color: var(--c-accent-light);
  font-size: var(--fs-caption);
}
@media (min-width: 920px) {
  .footer-copyright {
    padding: 25px 0;
  }
}
.footer-copyright p {
  margin: 0 0 10px;
}
.footer-copyright__divider {
  display: inline-block;
  padding: 0 5px;
}
.footer-copyright__link a {
  color: var(--c-accent-light);
  text-decoration: none;
}
.footer-copyright__link a:hover,
.footer-copyright__link a:focus,
.footer-copyright__link a:visited {
  text-decoration: underline;
}
.inline-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (min-width: 920px) {
  .inline-menu {
    margin: 19px 0 0;
  }
}
.inline-menu__item {
  margin-right: 20px;
  position: relative;
}
.inline-menu__item:last-child {
  margin-right: 0;
}
.inline-menu__item .search-menu-link svg {
  fill: var(--c-accent);
}
.inline-menu__link-icon {
  line-height: 10px;
}
@media (min-width: 920px) {
  .inline-menu__link-icon svg {
    height: 20px;
    width: 20px;
    margin-right: 6px;
  }
}
.inline-menu__link-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  cursor: pointer;
}
@media (min-width: 920px) {
  .inline-menu__link-text {
    position: inherit;
    clip: inherit;
    overflow: visible;
    height: inherit;
    width: inherit;
    word-wrap: inherit;
  }
}
.inline-menu__link {
  color: var(--c-text);
  text-decoration: none;
  font-size: var(--fs-button-s);
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.inline-menu__link:hover,
.inline-menu__link:focus {
  color: var(--c-link-hover);
  outline: 0;
}
.inline-menu__link:hover svg g,
.inline-menu__link:focus svg g {
  fill: var(--c-primary);
}
#profile-menu-nav .inline-menu .inline-menu__item:nth-child(1),
#profile-menu-nav .inline-menu .inline-menu__item:nth-child(2) {
  display: none;
}
.secondary-menu {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0;
}
.secondary-menu__item {
  flex: 0 0 50%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.secondary-menu__link {
  text-decoration: none;
  color: var(--c-text);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  margin: 0 0 0.5em;
  width: auto;
}
.secondary-menu__link:hover {
  text-decoration: underline;
}
.social-menu {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 920px) {
  .social-menu {
    justify-content: start;
  }
}
.social-menu__item {
  margin-right: 30px;
  text-align: center;
}
.social-menu__item:last-child {
  margin-right: 0;
}
.social-menu__link {
  text-decoration: none;
  color: var(--c-text-inverse);
}
.social-menu__icon {
  height: 2rem;
  width: 2rem;
  fill: currentColor;
}
.social-menu__icon--rss {
  height: 19px;
  width: 19px;
}
.social-menu__icon--twitter {
  height: 16px;
  width: 20px;
}
.social-menu__icon--facebook {
  height: 19px;
  width: 16px;
}
.social-menu__icon--linkedin {
  height: 20px;
  width: 20px;
}
.social-menu__icon--youtube {
  height: 14px;
  width: 20px;
}
.social-menu__text {
  font-weight: bold;
}
.new-feature-wizard {
  position: relative;
  display: none;
  cursor: pointer;
}
.new-feature-wizard__text {
  visibility: visible;
  position: absolute;
  z-index: 1;
  width: 150px;
  background-color: #333;
  color: #fff;
  padding: 13px 14px;
  border-radius: 6px;
  transform: translate(0, -110%);
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
}
.new-feature-wizard__text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333;
  font-size: 0;
  line-height: 0;
  float: left;
}
@media (min-width: 320px) {
  .new-feature-wizard__text {
    width: 325px;
  }
}
.new-feature-wizard__close {
  position: absolute;
  top: 7px;
  right: 9px;
  padding: 2px 0;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
}
#account div.manage ul li:last-of-type a svg {
  fill: var(--c-text-inverse);
}
@media (min-width: 920px) {
  #account div.manage ul li:last-of-type a:hover svg {
    fill: var(--c-text-inverse);
  }
}
.h2--cia-widget-grid_2_2-block-heading {
  color: var(--c-text);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: 700;
  padding: 0 0 15px;
  margin-bottom: 0;
}
.cia-widget-block-grid .cia-widget {
  margin: 0;
}
.cia-widget-grid_2_2 {
  background: transparent;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
}
.cia-widget-grid_2_2__column {
  flex-basis: calc(50% - 7.5px);
  margin-bottom: 15px;
}
.cia-widget-grid_2_2__column:nth-of-type(2),
.cia-widget-grid_2_2__column:nth-of-type(4) {
  margin-right: 0;
}
.cia-widget-grid_2_2__heading {
  font-size: var(--fs-timestamp);
  margin-bottom: 0;
}
.cia-widget-grid_2_2__heading-link {
  color: var(--c-text);
  display: -webkit-box;
  font-size: var(--fs-reference-card);
  line-height: var(--lh-reference-card);
  font-weight: 500;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 720px) {
  .cia-widget-grid_2_2__heading-link {
    font-size: var(--fs-spotlight-item-dsc);
    line-height: var(--lh-spotlight-item-dsc);
  }
}
.cia-widget-grid_2_2__figure {
  margin-bottom: 5px;
  height: 87px;
  overflow: hidden;
  border-radius: 5px;
}
.cia-widget-grid_2_2 img {
  max-width: 100%;
}
.cia-widget {
  background: transparent;
  margin-top: -63px;
  position: relative;
  z-index: 10;
}
.cnar-primary-menu-wrapper {
  --cnar-primary-menu-sticky-spacer: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1288px) {
  .cnar-primary-menu-wrapper {
    padding: 0 40px;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu-scrollable-wrapper {
  position: relative;
  overflow: hidden;
}
.cnar-primary-menu-wrapper .cnar-primary-menu {
  display: flex;
  gap: 24px;
  margin: 0;
  padding-left: 0;
  justify-content: flex-start;
}
@media (min-width: 920px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    justify-content: flex-start;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu--scrollable {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--scrollable
  li:has(.fixed-menu-item) {
  display: none;
}
.cnar-primary-menu-wrapper .cnar-primary-menu--fixed {
  display: none;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--fixed:not(:has(.fixed-menu-item)) {
  display: none;
}
.cnar-primary-menu-wrapper .cnar-primary-menu--fixed::before {
  content: "";
  position: absolute;
  height: 16px;
  border-left: 1px solid #7f7f7f;
  left: 0;
  top: 8px;
}
.cnar-primary-menu-wrapper
  .cnar-primary-menu--fixed
  li:not(:has(.fixed-menu-item)) {
  display: none;
}
@media (min-width: 1025px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu--fixed {
    display: flex;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu__link {
  font-size: var(--fs-secondary-menu);
  font-weight: var(--fw-secondary-menu);
  font-family: var(--ff-secondary-menu);
  line-height: var(--lh-secondary-menu);
  text-decoration: none;
  color: var(--c-text);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.cnar-primary-menu-wrapper .cnar-primary-menu__link:hover {
  color: #b50000;
}
@media (max-width: 919px) {
  .cnar-primary-menu-wrapper .cnar-primary-menu__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.cnar-primary-menu-wrapper .cnar-primary-menu__item {
  list-style: none;
  display: flex;
  align-items: center;
}
.cnar-primary-menu-wrapper .menu_link_content {
  display: none;
}
.cnar-primary-menu-wrapper .all-section-menu {
  color: var(--c-text);
  position: relative;
  width: 40px;
}
@media (min-width: 1025px) {
  .cnar-primary-menu-wrapper .all-section-menu {
    display: block;
  }
}
.cnar-primary-menu-wrapper .all-section-menu::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--c-text);
  border-left: 2px solid var(--c-text);
  transform: rotate(223deg);
  top: 4px;
  right: 8px;
}
.cnar-primary-menu-wrapper .all-section-menu:hover {
  color: #b50000;
}
.cnar-primary-menu-wrapper .all-section-menu:hover::after {
  border-color: #b50000;
}
body:has(.cnar-primary-menu-wrapper) .main {
  margin-top: 140px;
}
@media (min-width: 920px) {
  body:has(.cnar-primary-menu-wrapper) .main.has-banner {
    margin-top: 160px;
  }
}
.header:has(.cnar-primary-menu-wrapper) {
  --header-branding-width: 51px;
}
body.page__article:not(.body-overlay)
  .header:has(.cnar-primary-menu-wrapper)
  .logo__image.isscroll {
  height: 50px;
  width: unset;
}
.header:has(.cnar-primary-menu-wrapper) .header__branding .logo__image {
  height: 70px;
}
.header:has(.cnar-primary-menu-wrapper) [id^="block-cnarsearchmenu"] {
  flex: 0 0 calc((100% - var(--header-branding-width)) / 2);
  order: -1;
}
.header:has(.cnar-primary-menu-wrapper)
  [id^="block-cnarsearchmenu"]
  .inline-menu {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper)
    [id^="block-cnarsearchmenu"]
    .inline-menu {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper).header--sticky
  [id^="block-cnarsearchmenu"],
.header:has(.cnar-primary-menu-wrapper).header--sticky
  .block-profile-menu-block {
  display: none;
}
.header:has(.cnar-primary-menu-wrapper).header--sticky .header__primary {
  display: none;
}
@media (min-width: 920px) {
  .header:has(.cnar-primary-menu-wrapper).header--sticky .header__primary {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper).header--sticky .header__branding {
  height: 74px;
  display: flex;
  align-items: center;
}
.header:has(.cnar-primary-menu-wrapper).header--sticky
  .header__branding
  .logo__image {
  height: 50px;
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  .block-profile-menu-block
  ul.inline-menu {
  padding-right: 0;
  border-right: none;
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  .block-profile-menu-block
  ul.inline-menu
  .inline-menu__link-text {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    .block-profile-menu-block
    ul.inline-menu
    .inline-menu__link-text {
    display: block;
  }
}
.header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
  #block-editionmenu {
  display: none;
}
@media (min-width: 1025px) {
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    #block-editionmenu {
    display: flex;
    position: relative;
    margin-left: 20px;
  }
  .header:has(.cnar-primary-menu-wrapper):not(.header--sticky)
    #block-editionmenu::before {
    content: "";
    height: 28px;
    width: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 16px;
  }
}
@media (min-width: 720px) {
  .block-a-left-7s-4p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.a-left-7s-4p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-a-left-7s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.a-left-7s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-b-middle-7s-4p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.b-middle-7s-4p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-b-middle-7s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.b-middle-7s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-10s-10p:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-10s-10p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-ads-carousel:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.c-left-5s-5p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-left-5s-5p-carousel:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  div.block-c-left-5s-5p:has(.link-button):not(:has(.h2--block-heading))
    div.c-left-5s-5p,
  section.block--view-mode-c-left-5s-5p:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.c-left-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-right-10s-10p:has(.link-button):not(:has(.h2--block-heading))
    div.c-right-10s-10p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-c-right-5s-5p-carousel:has(.link-button):not(:has(.h2--block-heading))
    div.c-right-5s-5p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-d-middle-9s-3p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.d-middle-9s-3p-ads {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-d-middle-9s-3p:has(.link-button):not(:has(.h2--block-heading))
    div.d-middle-9s-3p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-e-middle-8s-2p:has(.link-button):not(:has(.h2--block-heading))
    div.e-middle-8s-2p {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-e-middle-8s-3p-ads:has(.link-button):not(:has(.h2--block-heading))
    div.e-middle-8s-3p-ads {
    padding-top: 44px;
  }
}
.footer {
  background-color: var(--c-accent-high);
}
.footer__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .footer__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .footer__inner {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.footer__content {
  padding-top: 38px;
  padding-bottom: 30px;
}
@media (min-width: 720px) {
  .footer__content {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
@media (min-width: 920px) {
  .footer__content {
    display: flex;
  }
}
.footer__col-one {
  flex: 0 0 100%;
}
@media (min-width: 720px) {
  .footer__col-one {
    display: flex;
    flex-flow: wrap;
    flex: 0 0 calc(100% - 33.8%);
  }
}
@media (min-width: 720px) {
  .footer__col-one .footer-menu {
    flex: 0 0 calc(100% - 55%);
  }
}
@media (min-width: 720px) {
  .footer__col-one .footer-menu:first-child {
    flex: 0 0 55%;
    padding-right: 10%;
  }
}
.footer__col-two {
  flex: 0 0 100%;
}
@media (min-width: 720px) {
  .footer__col-two {
    flex: 0 0 33.8%;
  }
}
.footer .secondary-menu__link,
.footer .h2 {
  color: var(--c-text-inverse);
}
.footer .h2--social-heading {
  text-align: center;
}
@media (min-width: 920px) {
  .footer .h2--social-heading {
    text-align: inherit;
  }
}
.footer__bottom {
  background: var(--c-text);
}
.footer .social-menu__text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.footer-dowload {
  display: flex;
  flex-flow: wrap;
  padding-top: 23px;
  justify-content: center;
}
@media (min-width: 920px) {
  .footer-dowload {
    justify-content: flex-start;
  }
}
.footer-dowload__link:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 920px) {
  .footer-dowload__link:not(:last-child) {
    margin-right: 4px;
  }
}
.footer-dowload__google-play {
  max-width: 126px;
}
@media (min-width: 920px) {
  .footer-dowload__google-play {
    max-width: 139px;
  }
}
.footer-dowload__app-store {
  max-width: 113px;
}
@media (min-width: 920px) {
  .footer-dowload__app-store {
    max-width: 129px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
  background: var(--c-background);
}
.page__article .header {
  border-bottom: solid 1px var(--c-border);
}
@media (min-width: 920px) {
  .page__article .header {
    border-bottom: none;
  }
}
.header__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 720px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .header__inner {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
.header__primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 15px 0;
  position: relative;
}
@media (min-width: 920px) {
  .header__primary {
    justify-content: space-between;
  }
}
.header__branding {
  max-width: 300px;
}
.header .logo__image {
  height: 40px;
}
@media (min-width: 920px) {
  .header .logo__image {
    height: inherit;
  }
}
.header__inline-menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 920px) {
  .header__inline-menu {
    position: inherit;
    display: inherit;
    align-items: inherit;
    height: inherit;
  }
}
.header__secondary {
  background: var(--c-muted-accent-light);
  border-bottom: solid 1px var(--c-muted-accent-high);
  overflow-y: hidden;
  overflow-x: auto;
}
@media (min-width: 920px) {
  .header__secondary {
    border-top: solid 1px var(--c-muted-accent-high);
  }
}
@media (min-width: 920px) {
  .page__article .header__secondary {
    display: inherit;
  }
}
@media (min-width: 920px) and (min-width: 920px) {
  .header__inner--scale {
    -webkit-animation: header-scale 0.5s forwards;
    animation: header-scale 0.5s forwards;
  }
  @-webkit-keyframes header-scale {
    0% {
      margin-top: -90px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes header-scale {
    0% {
      margin-top: -90px;
    }
    100% {
      margin-top: 0;
    }
  }
}
.row .radio label input[type="radio"]:not(:checked) + span::before {
  top: 6px;
  border-radius: 100%;
}
.row .radio label input[type="radio"]:not(:checked) + span::before,
.row .checkbox input[type="checkbox"]:not(:checked) + span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid var(--c-accent-light);
  background: var(--c-text-inverse);
}
.row .checkbox input[type="checkbox"]:not(:checked) + span::before {
  top: 6px;
  border-radius: 3px;
}
.row .checkbox input[type="checkbox"]:not(:checked) + span,
.row .radio label input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: inline-block;
}
.row .checkbox input[type="checkbox"]:not(:checked),
.row .radio label input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.js-form-item input:focus-visible {
  outline: none;
}
.form-group input:focus-visible {
  outline: none;
}
@media (min-width: 720px) {
  .block-content-listing-2-column:has(.link-button):not(
      :has(.h2--block-heading)
    )
    div.content-list--two-column {
    padding-top: 44px;
  }
}
.accor select:focus-visible {
  outline: 1px solid var(--color);
}
@media (min-width: 720px) {
  section.infinte-dynamic-scroll:has(.link-button):not(:has(.h2--block-heading))
    div.grid-cards-four-column {
    padding-top: 44px;
  }
}
@media (min-width: 720px) {
  .block-two-item-layout:has(.link-button):not(:has(.h2--block-heading))
    div.content-list--two-column {
    padding-top: 34px;
  }
}
@media (min-width: 720px) {
  .block-three-item-layout:has(.link-button):not(:has(.h2--block-heading))
    div.three-item-layout {
    padding-top: 44px;
  }
}
section.block--view-mode-live-rallies-listing-4-column:has(
    .live-rallies-empty-message,
    .past-rallies-empty-message
  ),
section.block--view-mode-past-rallies-listing-4-column:has(
    .live-rallies-empty-message,
    .past-rallies-empty-message
  ) {
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}
.all-section-menu {
  cursor: pointer;
}
@media (min-width: 720px) {
  .block-carousel-listing:has(.sl-carousel__action):not(
      :has(.h2--block-heading)
    )
    div.sl-carousel {
    padding-top: 44px;
  }
}
.content-wrapper {
  margin: 0 auto 15px;
}
@media (min-width: 720px) {
  .content-wrapper {
    margin: 0 auto 40px;
  }
}
@media (min-width: 720px) {
  .content-wrapper {
    max-width: 697px;
  }
}
section.block.detail-hero-media {
  margin: 0 auto 15px;
}
@media (min-width: 720px) {
  section.block.detail-hero-media {
    margin: 0 auto 40px;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-content,
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-text-to-speech {
  margin: 0 auto 10px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first
    section.block.block-field-blocknodearticlefield-content,
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--first
    section.block.block-field-blocknodearticlefield-text-to-speech {
    max-width: 697px;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--first
  section.block.block-field-blocknodearticlefield-text-to-speech {
  margin-bottom: 24px;
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second
  section.block-content-share-bookmark {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second
    section.block-content-share-bookmark {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.page__article
  .layout--twocol-section.layout--twocol-section--75-25
  > .layout__region--second
  section.block:not(.block-field-blocknodearticlefield-author):not(
    .block-content-share-bookmark
  ) {
  margin-bottom: 10px;
  border-top: solid 1px var(--c-border);
  padding-top: 15px;
}
@media (min-width: 720px) {
  .page__article
    .layout--twocol-section.layout--twocol-section--75-25
    > .layout__region--second
    section.block:not(.block-field-blocknodearticlefield-author):not(
      .block-content-share-bookmark
    ) {
    margin-bottom: 20px;
  }
}
section.article-detail-title-block {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto 5px;
}
@media (min-width: 720px) {
  section.article-detail-title-block {
    margin: 0 auto 60px;
  }
}
.node--article-content {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  .node--article-content {
    margin-bottom: 60px;
  }
}
.node--article-content::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--c-border);
  margin: 0 -15px;
}
@media (min-width: 720px) {
  .node--article-content::after {
    margin: 0 auto;
  }
}
@media (min-width: 1288px) {
  .node--article-content::after {
    margin: 0 -65px;
    width: calc(100% + 65px * 2);
  }
}
.main {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 125px;
}
@media (min-width: 720px) {
  .main {
    padding: 0 15px;
  }
}
@media (min-width: 1288px) {
  .main {
    padding-left: calc(15px + calc(-50vw + calc(1288px / 2)));
    padding-right: calc(15px + calc(-50vw + calc(1288px / 2)));
  }
}
@media (min-width: 920px) {
  .main {
    display: flex;
    flex-flow: row wrap;
    margin-top: 160px;
  }
}
@media (min-width: 920px) {
  .page__article .main {
    margin-top: 160px;
  }
}
.main-content {
  width: 100%;
}
.page__article .main-content {
  max-width: calc(1288px - 65px * 2);
  margin: 0 auto;
}
@media (min-width: 720px) {
  .layout {
    margin: 0 -12.5px;
  }
  .layout__region {
    padding: 0 12.5px;
  }
}
.layout-container {
  margin: 0;
}
:root {
  --fast-viewport-height: 100%;
  --fast-viewport-width: 100%;
}
body.responsive-preview-frame:has(.fast-page-wrapper) {
  --live-preview-actions-height: 36px;
  height: calc(
    var(--fast-viewport-height) - var(--live-preview-actions-height)
  );
  margin-top: var(--live-preview-actions-height);
  overflow: hidden;
}
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  > div,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  > div
  > section,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  .fast-page-wrapper,
body.responsive-preview-frame:has(.fast-page-wrapper)
  .dialog-off-canvas-main-canvas
  .fast-content-wrapper {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
.with-authors .bookmark-share .bookmark-share-icon {
  top: 0;
}
@media (min-width: 920px) {
  .with-authors .bookmark-share .bookmark-share-icon {
    top: auto;
  }
}
#block-editionmenu {
  align-items: center;
  text-align: center;
  z-index: 1;
}
@media (min-width: 920px) {
  #block-editionmenu {
    display: flex;
  }
}
#block-editionmenu .edition-block {
  display: none;
  position: relative;
}
@media (min-width: 920px) {
  #block-editionmenu .edition-block {
    display: inline-block;
  }
}
#block-editionmenu .edition-block__button {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
  background-color: transparent;
  color: #000;
  border: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 720px) {
  #block-editionmenu .edition-block__button {
    line-height: normal;
  }
}
#block-editionmenu .edition-block__title {
  font-weight: 400;
  margin-right: 0;
}
#block-editionmenu .edition-block__location {
  padding: 8px;
  display: flex;
  align-items: center;
  width: 106px;
}
#block-editionmenu .edition-block__location::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: 7px;
}
#block-editionmenu .edition-block__dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid var(--c-muted-accent-high);
  z-index: 1;
  width: 106px;
  text-align: left;
  right: 0;
  top: 33px;
}
#block-editionmenu .edition-block__dropdown .edition-menu-dropdown {
  margin: 0;
  padding: 0;
}
#block-editionmenu .edition-block__dropdown .edition-menu-dropdown__item {
  margin: 8px 8px;
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 400;
}
#block-editionmenu .edition-block__dropdown .edition-menu-dropdown__item a {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
@media (min-width: 720px) {
  #block-editionmenu .edition-block__dropdown .edition-menu-dropdown__item a {
    line-height: normal;
  }
}
.page__article .header:has(.cnar-primary-menu-wrapper) {
  border-bottom: none;
}
.header__secondary {
  background-color: #fff;
}
@media (min-width: 720px) {
  .block-cna-today:has(.link-button):not(:has(.h2--block-heading))
    div.cna-today {
    padding-top: 44px;
  }
}
.cia-widget-grid_2_2__figure {
  height: auto;
}
body.page__article:not(.body-overlay) .header__primary {
  will-change: transform;
  transform: translateY(0) rotateX(0);
  transform-origin: 50% 100%;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}
body.page__article:not(.body-overlay) .header__secondary {
  will-change: transform;
  transform: translateY(0) rotateX(0);
  transform-origin: 50% 100%;
  transition: transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header__primary {
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .header__primary {
    flex-direction: unset;
  }
}
.header__branding {
  margin: 0 auto;
  max-width: none;
}
@media (min-width: 920px) {
  .header__branding {
    margin: 0;
    max-width: 300px;
  }
}
.header__inline-menu .profile-menu-nav {
  margin-top: 0;
}
@media (min-width: 920px) {
  .header__inline-menu {
    margin-left: auto;
  }
}
@media (min-width: 920px) {
  .header__inline-menu ul.inline-menu {
    padding-right: 20px;
    border-right: 1px solid #d2d2d2;
  }
}
.footer-dowload__link:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .footer-dowload__link:not(:last-child) {
    margin-bottom: 4px;
  }
}
.footer-dowload__huawei-app-gallery {
  max-width: 113px;
}
@media (min-width: 920px) {
  .footer-dowload__huawei-app-gallery {
    max-width: 122px;
  }
}
.header .logo__image {
  max-height: 70px;
}
.header__primary {
  padding: 12px 0;
}
.header #block-editionmenu .edition-block__location {
  font-weight: 600;
}
@media (min-width: 920px) {
  .header__inline-menu ul.inline-menu,
  .header__inline-menu .inline-menu {
    -webkit-padding-end: 24px;
    padding-inline-end: 24px;
  }
}
.header__inline-menu .inline-menu__item:first-child {
  margin-right: 24px;
}
.header__inline-menu .inline-menu__link {
  display: inline-flex;
}
.header #block-cnarsearchmenu .inline-menu__link {
  display: inline-flex;
}
.main {
  margin-top: 180px;
}
@media (min-width: 920px) {
  .main {
    margin-top: 160px;
  }
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"]) {
  --view-mode-spacer-top: 3rem;
  --view-mode-spacer-bottom: 3rem;
}
@media (min-width: 720px) {
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"]) {
    --view-mode-spacer-bottom: 4rem;
  }
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .main
  .layout[style],
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout__region
  > section {
  margin-bottom: var(--view-mode-spacer-bottom);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .main
  .layout[style]
  .block--type-spotlight,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout__region
  > section
  .block--type-spotlight {
  margin-bottom: 0;
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout__region
  > section[class*="block-ad-entity"] {
  margin-top: var(--view-mode-spacer-top);
  margin-bottom: var(--view-mode-spacer-bottom);
  padding-bottom: 0;
  border: none;
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout__region
  > section[class*="block-ad-entity"]
  .block-title {
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 720px) {
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout__region
    > section[class*="block-ad-entity"] {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 920px) {
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout__region
    > section[class*="block-ad-entity"] {
    margin-top: 0;
  }
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  article.node
  > div:first-child
  > .layout:first-child
  > .layout__region:first-child
  section[class*="block--view-mode-cnar-home-"],
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  article.node
  > div:first-child
  > .layout:first-child
  > .layout__region:first-child
  section.block--view-mode-cnar-top-stories-asia {
  margin-top: 0;
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .main
  .layout[style]
  .layout__region
  > section {
  margin-bottom: var(--view-mode-spacer-bottom);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .main
  .layout[style]
  + .layout[style] {
  margin-top: calc(var(--view-mode-spacer-bottom) * -1);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .main
  .layout[style]
  > .layout__region:first-child
  > section:first-child {
  padding-top: calc(var(--view-mode-spacer-top) - 25px);
}
@media (min-width: 720px) {
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .main
    .layout[style]
    > .layout__region:first-child
    > section:first-child {
    padding-top: calc(var(--view-mode-spacer-top) - 30px);
  }
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  section.block--view-mode-dark-bg
  + section.block--view-mode-dark-bg {
  margin-top: calc(var(--view-mode-spacer-bottom) * -1);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  section.block--view-mode-dark-bg
  + section.block--view-mode-dark-bg
  > .block-cna-latest-videos,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  section.block--view-mode-dark-bg
  + section.block--view-mode-dark-bg
  > .block-cna-podcasts,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  section.block--view-mode-dark-bg
  + section.block--view-mode-dark-bg
  > .block-cna-short-videos {
  padding-top: 0;
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:has(section.block--view-mode-dark-bg:last-child)
  + .layout.layout--onecol
  section.block--view-mode-dark-bg:first-child {
  margin-top: calc(var(--view-mode-spacer-bottom) * -1);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:has(section.block--view-mode-dark-bg:last-child)
  + .layout.layout--onecol
  section.block--view-mode-dark-bg:first-child
  > .block-cna-latest-videos,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:has(section.block--view-mode-dark-bg:last-child)
  + .layout.layout--onecol
  section.block--view-mode-dark-bg:first-child
  > .block-cna-podcasts,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:has(section.block--view-mode-dark-bg:last-child)
  + .layout.layout--onecol
  section.block--view-mode-dark-bg:first-child
  > .block-cna-short-videos {
  padding-top: 0;
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:has(section.block--view-mode-dark-bg:last-child)
  + .layout[style] {
  margin-top: calc(var(--view-mode-spacer-bottom) * -1);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol[style]
  + .layout.layout--onecol
  section.block--view-mode-dark-bg:first-child {
  margin-top: calc(var(--view-mode-spacer-bottom) * -1);
}
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:not([style]):has(
    section[class*="block--view-mode-cnar-home-"]:last-child
  ):not(:has(section.block--view-mode-dark-bg:last-child))
  + .layout:not([style]):has(
    section[class*="block--view-mode-cnar-home-"]:first-child
  ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:not([style]):has(
    section[class*="block--view-mode-cnar-home-"]:last-child
  ):not(:has(section.block--view-mode-dark-bg:last-child))
  + .layout:not([style]):has(
    section.block--view-mode-cnar-top-stories-asia:first-child
  ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:not([style]):has(
    section.block--view-mode-cnar-top-stories-asia:last-child
  ):not(:has(section.block--view-mode-dark-bg:last-child))
  + .layout:not([style]):has(
    section[class*="block--view-mode-cnar-home-"]:first-child
  ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
  .layout.layout--onecol:not([style]):has(
    section.block--view-mode-cnar-top-stories-asia:last-child
  ):not(:has(section.block--view-mode-dark-bg:last-child))
  + .layout:not([style]):has(
    section.block--view-mode-cnar-top-stories-asia:first-child
  ):not(:has(section.block--view-mode-dark-bg:first-child))::before {
  content: "";
  display: block;
  height: calc(var(--view-mode-spacer-top) + 1px);
  width: 100%;
  border-top: 1px solid #000;
}
@media (min-width: 720px) {
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout.layout--onecol:not([style]):has(
      section[class*="block--view-mode-cnar-home-"]:last-child
    ):not(:has(section.block--view-mode-dark-bg:last-child))
    + .layout:not([style]):has(
      section[class*="block--view-mode-cnar-home-"]:first-child
    ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout.layout--onecol:not([style]):has(
      section[class*="block--view-mode-cnar-home-"]:last-child
    ):not(:has(section.block--view-mode-dark-bg:last-child))
    + .layout:not([style]):has(
      section.block--view-mode-cnar-top-stories-asia:first-child
    ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout.layout--onecol:not([style]):has(
      section.block--view-mode-cnar-top-stories-asia:last-child
    ):not(:has(section.block--view-mode-dark-bg:last-child))
    + .layout:not([style]):has(
      section[class*="block--view-mode-cnar-home-"]:first-child
    ):not(:has(section.block--view-mode-dark-bg:first-child))::before,
  body.page__landing-page:has(section[class*="block--view-mode-cnar-home-"])
    .layout.layout--onecol:not([style]):has(
      section.block--view-mode-cnar-top-stories-asia:last-child
    ):not(:has(section.block--view-mode-dark-bg:last-child))
    + .layout:not([style]):has(
      section.block--view-mode-cnar-top-stories-asia:first-child
    ):not(:has(section.block--view-mode-dark-bg:first-child))::before {
    width: calc(100% - 25px);
    margin-left: 12.5px;
  }
}
.fb-comment__container {
  margin: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
}
.fb-comment__colvo {
  font-weight: 600;
  font-size: 14px;
  color: #4b4f56;
}
.fb-comment__sort-wrap {
}
.fb-comment__sort_title {
  color: #4b4f56;
  font-size: 14px;
}
.fb-comment__sort_by {
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
  appearance: unset !important;
}
.fb-comment__form-block {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}
.fb-comment__form-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.fb-comment__form {
  border: 1px solid #d3d6db;
  flex-grow: 1;
}
.fb-comment__add-comment {
  min-height: 40px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  resize: none;
  border: none;
  outline: none;
}
.fb-comment__add-comment:focus {
  border: none;
}
.fb-comment__form-post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.fb-comment__also {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fb-comment__also-check {
}
.fb-comment__also-text {
  font-size: 11px;
  color: #90949c;
}
.fb-comment__btn {
  background-color: #9cb4d8;
  cursor: not-allowed;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  flex-shrink: 0;
  border: none;
}
.fb-comment__body {
  margin-top: 20px;
}
.fb-comment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.fb-comment__comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fb-comment__comment {
  display: flex;
  gap: 15px;
}
.fb-comment__person-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.fb-comment__comment-content {
  flex-direction: column;
}
.fb-comment__name {
  font-weight: 600;
  color: #365899;
  font-size: 14px;
  line-height: 1.4;
}
.fb-comment__text {
  font-size: 14px;
  color: #4b4f56;
  margin: 4px 0 8px !important;
}
.fb-comment__meta {
  display: flex;
  gap: 6px;
  align-items: center;
}
.fb-comment__like {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__reply {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}
.fb-comment__like-colvo:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/img/like.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.fb-comment__date {
  font-size: 12px;
  color: #90949c;
}
.fb-comment__answer {
  margin-left: 65px;
  padding-left: 10px;
  border-left: 1px dotted #d3d6db;
}
.block-type--interactive:has(.hide-header-footer-styles),
.block--type-interactive:has(.hide-header-footer-styles) {
  display: none;
}

body.mobilewebviewge-enabled:has(.sg-header__navbar) .main {
  margin-top: 50px !important;
  /** Ensure that main page content is not cut off by banner */
}

body.mobilewebviewge-enabled:has(.nominations-banner) .main {
  margin-top: 100px !important;
  /** Ensure that main page content is not cut off by banner */
}

body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
    .block-type--breaking_news,
    .breaking-news-component
  )
  .main,
body.mobilewebviewge-enabled:has(.nominations-banner):has(
    .block-type--breaking_news,
    .breaking-news-component
  )
  .main {
  margin-top: 120px !important;
  /** Ensure that main page content is not cut off by banner */
}

body.mobilewebviewge-enabled:has(.sg-header__navbar):has(.nominations-banner)
  .main {
  margin-top: 170px !important;
  /** Ensure that main page content is not cut off by banners */
}

body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
    .nominations-banner.nominations-ongoing
  )
  .main {
  margin-top: 200px !important;
  /** Ensure that main page content is not cut off by banners */
}

body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
    .nominations-banner
  ):has(.block-type--breaking_news, .breaking-news-component)
  .main {
  margin-top: 230px !important;
  /** Ensure that main page content is not cut off by banner */
}

body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
    .nominations-banner.nominations-ongoing
  ):has(.block-type--breaking_news, .breaking-news-component)
  .main {
  margin-top: 260px !important;
  /** Ensure that main page content is not cut off by banners */
}

@media (min-width: 250px) {
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner.nominations-ongoing
    )
    .main {
    margin-top: 170px !important;
    /** Ensure that main page content is not cut off by banners */
  }
}

@media (min-width: 320px) {
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(.nominations-banner)
    .main {
    margin-top: 140px !important;
    /** Ensure that main page content is not cut off by banners */
  }
}

@media (min-width: 380px) {
  body.mobilewebviewge-enabled:has(.nominations-banner) .main {
    margin-top: 70px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(.nominations-banner)
    .main,
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .block-type--breaking_news,
      .breaking-news-component
    )
    .main {
    margin-top: 130px !important;
    /** Ensure that main page content is not cut off by banners */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner.nominations-ongoing
    )
    .main {
    margin-top: 150px !important;
    /** Ensure that main page content is not cut off by banners */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner
    ):has(.block-type--breaking_news, .breaking-news-component)
    .main {
    margin-top: 180px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner.nominations-ongoing
    ):has(.block-type--breaking_news, .breaking-news-component)
    .main {
    margin-top: 220px !important;
    /** Ensure that main page content is not cut off by banners */
  }
}

@media (min-width: 530px) {
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner.nominations-ongoing
    )
    .main {
    margin-top: 130px !important;
    /** Ensure that main page content is not cut off by banners */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .block-type--breaking_news,
      .breaking-news-component
    )
    .main {
    margin-top: 100px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner.nominations-ongoing
    ):has(.block-type--breaking_news, .breaking-news-component)
    .main,
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner
    ):has(.block-type--breaking_news, .breaking-news-component)
    .main {
    margin-top: 170px !important;
    /** Ensure that main page content is not cut off by banner */
  }
}

@media (min-width: 720px) {
  body.mobilewebviewge-enabled:has(.sg-header__navbar) .main {
    margin-top: 80px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .block-type--breaking_news,
      .breaking-news-component
    )
    .main {
    margin-top: 120px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.nominations-banner) .main {
    margin-top: 60px !important;
    /** Ensure that main page content is not cut off by banner */
  }
  body.mobilewebviewge-enabled:has(.sg-header__navbar):has(
      .nominations-banner
    ):has(.block-type--breaking_news, .breaking-news-component)
    .main {
    margin-top: 170px !important;
    /** Ensure that main page content is not cut off by banner */
  }
}
#Hear-from-You {
  width: 100%;
  max-width: 550px;
  margin: 50px auto;
}

#reg-form {
  background: white;
  box-shadow: 0 4px 21px 3px rgba(181, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0e6e6;
}

#reg-form:hover {
  box-shadow: 0 8px 25px 5px rgba(181, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 577px) {
  #Hear-from-You {
    max-width: 100%;
  }
}
.text-long p {
  margin: 8px 0 28px !important;
}
@media (min-width: 920px) {
  body .text-long h2 {
    font-size: 24px;
  }
}
body .block-copyright-block * {
  color: white;
}

@media (min-width: 920px) {
  .header .logo__image {
    height: 60px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
