@keyframes animation-default {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    transform: translateY(25vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0vw);
  }
}
.app-NewsArticleListBlock {
  accent-color: var(--app-color-use-accent);
  background-color: var(--app-color-use-bg);
  color: var(--app-color-use-text);
  --app-color-use-bg: var(--app-color-def-gray-lighter);
  --app-color-use-text: var(--app-color-def-gray-black);
  --app-color-use-accent: var(--app-color-def-primary);
  --app-color-use-border: var(--app-color-def-gray-medium);
  --app-button-use-color-border: var(--app-button-use-color-text);
  --app-button-use-color-text: var(--app-color-def-primary);
  --app-button-use-color-background: transparent;
  --app-button-use-hover-color-border: var(--app-button-use-color-border);
  --app-button-use-hover-color-text: var(--app-color-def-gray-white);
  --app-button-use-hover-color-background: var(--app-color-def-primary);
  margin-inline: var(--app-align-use-left--0) var(--app-align-use-right--0);
  overflow-x: clip;
}
.app-NewsArticleListBlock--colorscheme-default {
  --app-color-use-bg: var(--app-color-def-gray-white);
  --app-color-use-text: var(--app-color-def-gray-black);
  --app-color-use-accent: var(--app-color-def-primary);
  --app-color-use-border: var(--app-color-def-gray-light);
  --app-button-use-color-border: var(--app-button-use-color-text);
  --app-button-use-color-text: var(--app-color-def-primary);
  --app-button-use-color-background: transparent;
  --app-button-use-hover-color-border: var(--app-button-use-color-border);
  --app-button-use-hover-color-text: var(--app-color-def-gray-white);
  --app-button-use-hover-color-background: var(--app-color-def-primary);
}
.app-NewsArticleListBlock--colorscheme-alternate {
  --app-color-use-bg: var(--app-color-def-gray-lighter);
  --app-color-use-text: var(--app-color-def-gray-black);
  --app-color-use-accent: var(--app-color-def-primary);
  --app-color-use-border: var(--app-color-def-gray-medium);
  --app-button-use-color-border: var(--app-button-use-color-text);
  --app-button-use-color-text: var(--app-color-def-primary);
  --app-button-use-color-background: transparent;
  --app-button-use-hover-color-border: var(--app-button-use-color-border);
  --app-button-use-hover-color-text: var(--app-color-def-gray-white);
  --app-button-use-hover-color-background: var(--app-color-def-primary);
}
.app-NewsArticleListBlock--colorscheme-custom {
  --app-button-use-color-border: var(--app-color-use-text);
  --app-button-use-color-text: var(--app-color-use-text);
  --app-button-use-color-background: transparent;
  --app-button-use-hover-color-border: var(--app-button-use-color-border);
  --app-button-use-hover-color-text: var(--app-color-use-bg);
  --app-button-use-hover-color-background: var(--app-color-use-accent);
}
.app-NewsArticleListBlock > * {
  --app-align-parent-left: var(--app-align-use-left--0);
  --app-align-parent-right: var(--app-align-use-right--0);
}
.app-NewsArticleListBlock-container {
  container-type: inline-size;
  padding-block: var(--app-spacing-600);
  padding-inline: calc(var(--app-align-use-left--1) - var(--app-align-use-left--0)) calc(var(--app-align-use-right--1) - var(--app-align-use-right--0));
}
.app-NewsArticleListBlock .app-Headline {
  margin-inline: calc(var(--app-align-use-left--2) - var(--app-align-use-left--1)) calc(var(--app-align-use-right--2) - var(--app-align-use-right--1));
  margin-bottom: var(--app-spacing-400);
  text-align: center;
}
html.sca-animatable .app-NewsArticleListBlock .app-Headline {
  animation: animation-default;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-play-state: paused;
}
html.sca-animatable .app-NewsArticleListBlock .app-Headline.sca-animate.sca-visible  {
  animation-play-state: running;
}
html.sca-animatable .app-NewsArticleListBlock .app-Headline:not(.sca-animate).sca-visible  {
  animation-delay: -1s;
}
.app-NewsArticleListBlock-boxesContainer {
  margin-inline: auto;
  max-width: 560px;
  overflow-x: clip;
}
@container (min-width: 76rem) {
  .app-NewsArticleListBlock-boxesContainer {
    margin-inline: 0;
    max-width: none;
    overflow-x: visible;
  }
}
.app-NewsArticleListBlock-boxes {
  container-type: inline-size;
  display: grid;
  gap: calc(1px + var(--app-align-def-left--200));
  grid-auto-columns: 100%;
  grid-auto-flow: column;
}
@container (min-width: 76rem) {
  .app-NewsArticleListBlock-boxes {
    gap: 24px;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(calc(76rem / 3 - 24px), calc(33.33% - 24px)));
  }
  html.sca-animatable .app-NewsArticleListBlock-boxes .app-LinkTile {
    animation: animation-default;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-play-state: paused;
  }
  html.sca-animatable .app-NewsArticleListBlock-boxes .app-LinkTile.sca-animate.sca-visible  {
    animation-play-state: running;
  }
  html.sca-animatable .app-NewsArticleListBlock-boxes .app-LinkTile:not(.sca-animate).sca-visible  {
    animation-delay: -1s;
  }
}
.app-NewsArticleListBlock-actions {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: calc(6px + var(--app-spacing-150));
  overflow-x: clip;
  position: relative;
}
html.sca-animatable .app-NewsArticleListBlock-actions {
  animation: animation-default;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-play-state: paused;
}
html.sca-animatable .app-NewsArticleListBlock-actions.sca-animate.sca-visible  {
  animation-play-state: running;
}
html.sca-animatable .app-NewsArticleListBlock-actions:not(.sca-animate).sca-visible  {
  animation-delay: -1s;
}
.app-NewsArticleListBlock-actions::after {
  background: linear-gradient(to left, rgba(199, 0, 127, 0.1) 50%, #C7007F 50%);
  top: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  transform: translateX(calc(-50% + 50% * (var(--app-NewsArticleListBlock-index, 1) - 1 + clamp(0, var(--app-NewsArticleListBlock-autoplay-progress, 0), 1)) / var(--app-NewsArticleListBlock-count, 999)));
  transform-origin: left center;
  width: 200%;
}
@container (min-width: 76rem) {
  .app-NewsArticleListBlock-actions::after {
    display: none;
  }
}
.app-NewsArticleListBlock-actions button {
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}
@container (min-width: 76rem) {
  .app-NewsArticleListBlock-actions {
    display: none;
  }
}
