.sr-only-focusable:not(:focus):not(:focus-visible) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body:has(section.timeline) .page-header {
  z-index: 4;
  position: relative;
}
body:has(section.timeline) .page-hero {
  z-index: 3;
  background-color: #000;
}
body:has(section.timeline) .page-header .main-navigation-wrapper {
  background: transparent;
}
body:has(section.timeline) .page-hero h1 {
  font-weight: 300;
  font-size: 3.5rem;
  opacity: 0; /* start */
  animation: fadeInHero 0.7s ease-in-out 2.5s forwards;
}
@keyframes fadeInHero {
  from {
    opacity: 0;
    transform: translate(0, 35px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body:has(section.timeline) main {
  margin-top: -100px;
}
.color-gold {
  color: #bf9a4a;
}
p.year {
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
p.subtitle {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 1.125rem;
}
h3.event-title {
  font-weight: 600;
}
.text-apla > div {
  position: relative;
  z-index: 2;
}
section.page-hero {
  padding-bottom: 3rem;
}
section.page-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(180deg, transparent 25%, #000000);
}
section.text-apla::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(180deg, #000000 25%, transparent);
}
.text-apla .img-wrapper {
  max-height: 170px;
}
.text-apla .color-gold {
  font-size: 1.375rem;
}
.timeline {
  position: relative;
  padding: 0;
}
section.hero,
.text-apla,
.section-container {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.section-container .first-item,
.section-container .last-item {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 2rem;
}
.timeline .timeline__stage .timeline__list::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #bf9a4a;
  z-index: 1;
}
.stage__logo {
  z-index: 2;
  position: relative;
  margin-top: auto;
  margin-bottom: -2rem;
}
.heading {
  text-align: center;
  display: flex;
  justify-content: center;
}
.timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline__axis-point {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: #1e1e1e;
  border-radius: 50%;
  border: 3px solid #bf9a4a;
  z-index: 3;
}
.timeline__axis-point::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(191, 154, 74, 0.5);
}
.timeline__axis-point--bg {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 6px;
  height: 6px;
  background: #1e1e1e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.timeline__axis-point--bg::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(191, 154, 74, 0.8);
}
.timeline__connector {
  position: absolute;
  left: calc(2.5rem + 2px);
  top: 0;
  width: calc(10% + 1px);
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.timeline__card {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  overflow: hidden;

  background: #141824a6;

  backdrop-filter: blur(18px) saturate(160%) brightness(0.95);
  -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(0.95);

  border: 1px solid #ffffff1f;

  /* depth */
  box-shadow: 4px 4px 15px #00256b5c;

  color: #ffffff;
}
.timeline__card a {
  color: #fff;
  padding: 0.75rem 1.5rem 0.875rem;
  border-radius: 1rem;
  border: 1px solid #ffffff3b;
  box-shadow: 4px 4px 12px #00256b;
  margin-bottom: 1rem;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.timeline__card a:hover {
  color: #1e1e1e;
  background: #c19d4c;
  box-shadow: none;
  transform: translate(-2px, 3px);
}
.timeline__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background: #ffffff08;
}

.timeline__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  box-shadow: inset 0 0 0 1px #ffffff14;
}
.timeline__card--content {
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  margin: 0.25rem;
}
.timeline__card-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.timeline__card-border rect {
  fill: none;
  stroke: #bf9a4a;
  stroke-width: 3;
}
.timeline__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 120px;
  min-height: 120px;
}

.timeline__item .img-wrapper {
  max-width: 550px;
}
.timeline__item .img-wrapper,
.timeline__card.is-first-global .img-wrapper,
.timeline__card.is-last-global .img-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0.125rem;
  outline: 1px solid #bf9a4a66;
  border-radius: 0.825rem;
  margin: 1.25rem 0 0.75rem;
}
.timeline__item .img-wrapper::after,
.timeline__card.is-first-global .img-wrapper::after,
.timeline__card.is-last-global .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30, 30, 30, 0.15),
    transparent 45%,
    rgba(30, 30, 30, 0.25)
  );
}
.timeline__item .img-wrapper img,
.timeline__card.is-first-global .img-wrapper img,
.timeline__card.is-last-global .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.08) saturate(1.05);
  transition:
    transform 0.6s ease,
    filter 0.4s ease;
  border-radius: 0.625rem;
}

.timeline__item article:hover .img-wrapper img,
.timeline__card.is-first-global:hover .img-wrapper img,
.timeline__card.is-last-global:hover .img-wrapper img {
  transform: scale(1.04);
  filter: brightness(1) contrast(1.12);
}
/* LEWA STRONA */
.timeline__item.is-left {
  flex-direction: row;
}

.timeline__item.is-left .timeline__card {
  text-align: left;
  width: calc(90% - 2rem);
  margin-left: 3.5rem;
  margin-right: auto;
}

/* PRAWA STRONA */
.timeline__item.is-right {
  flex-direction: row-reverse;
}

.timeline__item.is-right .timeline__card {
  width: calc(90% - 2rem);
  margin-left: 3.5rem;
  margin-right: auto;
}

/* Layers */

.timeline__stage {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.stage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.stage__content {
  position: relative;
  z-index: 2;
}

.stage__stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stage__clouds {
  position: absolute;
  inset: 0;
}

.cloud {
  position: absolute;
  width: clamp(140px, 40vw, 650px);
  opacity: 0.8;
  will-change: transform;
}

.stage--uv {
  background: linear-gradient(180deg, #000 0%, #010a1a 100%);
}
.stage--aeh {
  background: linear-gradient(180deg, #010a1a 0%, #010a1a 80%, #17223d 100%);
}

.stage--wsfiz {
  background: linear-gradient(
    180deg,
    #17223d 0%,
    #3f5170 55%,
    #557197 90%,
    #ca587a 100%
  );
}
body footer {
  background: linear-gradient(
    180deg,
    #ca587a 0%,
    #ca587a 5%,
    #17223d 50%,
    var(--background-color-dark) 100%
  );
}
body footer .container-custom {
  position: relative;
  z-index: 2;
}
/* end of Layers */

/* canvas stars */

#star-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  display: block;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* end of canvas stars */

/* Andzej style */

#star-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* end of andzej */

@media (min-width: 991px) {
  section.text-apla {
    padding-top: 10rem;
  }
  body:has(section.timeline) .page-hero h1 {
    font-size: 4rem;
  }
  .timeline .timeline__stage .timeline__list::before {
    left: calc(50% + 3px);
  }
  .timeline__axis-point {
    left: calc(50% + 3px);
  }
  .timeline__connector {
    left: calc(50% + 3px);
  }
  .timeline__axis-point--bg {
    left: calc(50% + 3px);
  }
  .timeline__item.is-left .timeline__card,
  .timeline__item.is-right .timeline__card {
    width: calc(40% - 2rem);
  }
  .timeline__item.is-right {
    flex-direction: row;
  }
  .timeline__item.is-right .timeline__card {
    margin-right: auto;
    margin-left: 2rem;
  }
  .timeline__item.is-left .timeline__card {
    margin-right: 2rem;
  }
  .timeline__item.is-right .timeline__connector {
    transform: translateX(-100%) scaleX(-1);
  }
  .timeline__card--content {
    padding: 1rem 2rem;
  }

  section.page-hero::before {
    height: 10rem;
  }
  section.text-apla::before {
    height: 14rem;
  }
}

@media (min-width: 1200px) {
  body:has(section.timeline) .page-hero h1 {
    font-size: 4.5rem;
  }
  .timeline__item.is-left .timeline__card,
  .timeline__item.is-right .timeline__card {
    width: calc(40% - max(5rem, 10%));
  }
  .timeline__item.is-right .timeline__card {
    margin-right: auto;
    margin-left: max(5rem, 10%);
  }
  .timeline__item.is-left .timeline__card {
    margin-right: max(5rem, 10%);
  }
}

@media (min-width: 1400px) {
  section.page-hero {
    padding-bottom: 5rem;
  }
  body:has(section.timeline) .page-hero h1 {
    font-size: 5.5rem;
  }
  .timeline__item.is-left .timeline__card,
  .timeline__item.is-right .timeline__card {
    width: calc(40% - max(8rem, 15%));
  }
  .timeline__item.is-right .timeline__card {
    margin-right: auto;
    margin-left: max(8rem, 15%);
  }
  .timeline__item.is-left .timeline__card {
    margin-right: max(8rem, 15%);
  }
}
