html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, big, em, q, abbr, address, cite, code, del, dfn, em, img, ins, samp, small, strong, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video, tbody, nav, section {
  vertical-align: baseline;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, tr, tbody, img {
  display: block;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --color-1-main: #97551c;
  --color-3-main: #e2853e;
  --text: #000;
  --text-white: #fff;
  --gradient: linear-gradient(90deg, #ffb983 0%, #97551c 100%);
  --gradient-2: linear-gradient(90deg, #a0a0a0 0%, #d8d8d8 25%, #efefef 50%, #d8d8d8 75%, #bcbcbc 100%);
  --gradient-btn: linear-gradient(90deg, #97551c 0%, #eca56b 20%, #eca56b 30%, #97551c 50%, #eca56b 70%, #eca56b 80%, #97551c 100%);
  --gradient-btn-gray: linear-gradient(90deg, #3f3f3f 0%, #bababa 20%, #bababa 30%, #3f3f3f 50%, #bababa 70%, #bababa 80%, #3f3f3f 100%);
  --color-bg-grey: #3f3f3f;
  --color-bg-dark: #000;
  --color-bg-dark-rgb: 35, 35, 35;
  --header-height: 110px;
  --menu-height: 60px;
  --padding-top: 50px;
  --padding: 20px;
  --padding-teaser: 20px 30px;
  --bg-light: #ececec;
  --bg-light-button: #dadada;
  --border-size: 3px;
  --border-inset: -3px;
  --border-value: 3;
  --pb: 48px;
  --ps: 40px;
  --article-text-width: 880px;
  --color-red: #ff3c21;
}

@media screen and (width <= 768px) {
  :root {
    --header-height: 74px;
    --padding-top: 20px;
  }
}

@media screen and (width <= 640px) {
  :root {
    --pb: 24px;
    --padding-teaser: 20px;
  }
}

@media screen and (width <= 520px) {
  :root {
    --ps: 20px;
  }
}

.category-teaser .category-teaser__title, .category-teaser text, .header__nav-link span, .category__winner, .teaser__title, .section__title {
  font-family: var(--font-headers);
  text-transform: uppercase;
  font-weight: 400;
}

.sponsor-logo span {
  letter-spacing: .55px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.article__sponsor, .wideo-container, .teaser__content, .article-teaser, .article__socials, .header .wrapper, .article__image, .teaser {
  border: var(--border-size) solid transparent;
  border-image: var(--gradient-2) var(--border-value) repeat;
}

.article__sponsor span, .article__author, .photo--float figcaption, .article__photo figcaption, .article__image + p {
  color: #999;
  padding: 0;
  line-height: 1.2;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  padding-right: 0 !important;
}

html *, html * :after, html * :before {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: var(--font-main);
  color: var(--text);
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

body *, body :after, body :before {
  box-sizing: border-box;
}

body ::selection {
  background: var(--color-3-main);
  color: #fff;
}

img {
  display: block;
}

p {
  padding-bottom: var(--padding);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

p a {
  color: inherit;
  background-image: linear-gradient(transparent calc(100% - 8px), var(--color-3-main) calc(100% - 8px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  transition: all .6s .2s;
  position: relative;
}

p a:hover {
  background-size: 0 100%;
}

::-webkit-scrollbar {
  background-color: var(--color-bg-dark);
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-bg-dark);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#97551c 0%, #eca56b 41.5% 59%, #97551c 100%);
  border-radius: 1px;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

@media screen and (width <= 1260px) {
  .wrapper {
    padding: 0 var(--ps);
  }
}

._js_inViewport {
  opacity: 0;
  transition: transform 2s cubic-bezier(0, 1, .3, 1) .25s, opacity .3s ease-out .25s;
  position: relative;
  transform: translateY(-70px);
}

._js_inViewport.__js_onScreen {
  opacity: 1;
  position: relative;
  transform: translateY(0);
}

.hero__bg {
  object-fit: cover;
  object-position: left;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.btn--main {
  all: unset;
  font-family: var(--font-headers);
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #000;
  white-space: nowrap;
  background-color: #d3d3d3;
  background-image: linear-gradient(#fff, #ffffff4d), url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-new.avif");
  background-position: center;
  background-repeat: repeat, no-repeat;
  background-size: 125% 175%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  position: relative;
}

.dark-bg {
  background: url("https://herosi-v2-2025.wpcdn.pl/img2/dark-bg-full.avif") 25% 0 / cover no-repeat;
  position: relative;
}

.dark-bg:before {
  content: "";
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif");
  background-size: contain;
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: -100px;
  left: calc(50% - 600px);
  transform: translate(-50%);
}

@media screen and (width <= 1020px) {
  .dark-bg:before {
    display: none;
  }

  .dark-bg {
    background: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") -420px 1800px / contain no-repeat, url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") 420px 2800px / contain no-repeat, url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") -435px 4400px / contain no-repeat, linear-gradient(0deg, #0006 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/background-mobile-long.avif") 50% / cover no-repeat;
  }
}

.light-bg {
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/bg-kolo3.png"), url("https://herosi2026.wpcdn.pl/2026/img/bg-kolo3.png"), url("https://herosi2026.wpcdn.pl/2026/img/bg-kolo1.png"), linear-gradient(to top, #f7f7f7 320px, #0000 50%), url("http://herosi2026.wpcdn.pl/2026/img/bg-gradienty.webp");
  background-position: 80vw 97%, -17.72vw 55%, 73.32vw -2%, top, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
  background-size: 34.47vw, 56.32vw, 44.32vw, 100%, 100%;
}

@media screen and (width <= 768px) {
  .light-bg {
    background-image: url("https://herosi-v2-2025.wpcdn.pl/img/bg-kolo3.png"), url("https://herosi2026.wpcdn.pl/2026/img/bg-kolo3.png"), url("https://herosi2026.wpcdn.pl/2026/img/bg-kolo1.png"), linear-gradient(to top, #f7f7f7 320px, #0000 50%), url("http://herosi2026.wpcdn.pl/2026/img/bg-gradienty-mobile.webp");
    background-position: 62vw calc(100% - 206px), -17vw 55%, 58.32vw 84vw, top, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-size: 54.47vw, 82.32vw, 96.32vw, 100%, 100%;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(20deg);
  }
}

@keyframes buttonGradient {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: 100% 100%;
  }
}

@keyframes glowItem {
  0% {
    transform: rotate(45deg)translate(-450%);
  }

  40% {
    transform: rotate(45deg)translate(450%);
  }

  70%, 100% {
    transform: rotate(45deg)translate(-450%);
  }
}

.section__wrapper {
  padding-bottom: var(--pb);
  position: relative;
}

.section__wrapper:first-of-type:last-of-type {
  padding-bottom: 0;
}

.section__title {
  color: #fff;
  letter-spacing: 2.5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 50px;
  font-weight: bold;
  line-height: 72.25px;
  display: flex;
  position: relative;
}

.section__title.sponsor__title {
  padding-bottom: 0;
  font-size: 20px;
}

@media screen and (width <= 768px) {
  .section__title {
    font-size: 44px;
  }
}

@media screen and (width <= 640px) {
  .section__title {
    padding-bottom: 1em;
    font-size: 36px;
  }
}

@media screen and (width <= 520px) {
  .section__title {
    letter-spacing: 1px;
    font-size: 30px;
  }
}

@media screen and (width <= 400px) {
  .section__title {
    gap: 5px;
  }
}

@media screen and (width <= 360px) {
  .section__title {
    font-size: 28px;
  }
}

@media screen and (width <= 320px) {
  .section__title {
    font-size: 26px;
  }
}

.section-wideo .section__title, .section-articles .section__title {
  color: var(--color-bg-dark);
}

.section-wideo .section__title:before, .section-wideo .section__title:after, .section-articles .section__title:before, .section-articles .section__title:after {
  background-image: var(--gradient-btn-gray);
}

.section-categories:before {
  content: "";
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif");
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: calc(50% + 1000px);
  transform: translate(-50%, -50%);
}

@media screen and (width <= 1020px) {
  .section-categories:before {
    display: none;
  }
}

.section-jury:before {
  content: "";
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif");
  background-size: contain;
  width: 800px;
  height: 800px;
  position: absolute;
  top: -40%;
  right: calc(50% - 200px);
  transform: translate(-100%, 100%);
}

@media screen and (width <= 1020px) {
  .section-jury:before {
    display: none;
  }
}

.teaser {
  --padding: 40px;
  background-color: var(--color-bg-dark);
  gap: var(--padding);
  padding: calc(.75 * var(--padding));
  margin-bottom: 60px;
  display: flex;
}

@media screen and (width <= 640px) {
  .teaser {
    flex-direction: column;
  }
}

@media screen and (width <= 520px) {
  .teaser {
    --padding: 30px;
  }
}

.teaser__image {
  z-index: 1;
  aspect-ratio: 1;
  align-self: flex-start;
  position: relative;
}

@media screen and (width >= 641px) {
  .teaser__image {
    min-width: 25%;
    max-width: 25%;
  }
}

@media screen and (width <= 640px) {
  .teaser__image {
    width: 100%;
  }
}

.teaser__image:before {
  content: "";
  z-index: -1;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-border.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.teaser__image img {
  aspect-ratio: 1;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  max-width: 155px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (width <= 1260px) {
  .teaser__image img {
    max-width: 140px;
  }
}

@media screen and (width <= 1020px) {
  .teaser__image img {
    max-width: 75%;
  }
}

.teaser__text {
  z-index: 1;
  color: var(--color-3-main);
  margin: auto 0;
}

@media screen and (width <= 520px) {
  .teaser__text {
    flex-flow: column wrap;
    gap: 6px 20px;
    display: flex;
  }
}

.teaser__text .btn-category--vote {
  margin-top: .75em;
}

.teaser__text .btn-category--vote:hover {
  cursor: pointer;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
}

.teaser__text .readmore--wrapper {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

@media screen and (width <= 768px) {
  .teaser__text .readmore--wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.teaser__text .readmore--wrapper .btn--category-more {
  width: max-content;
  padding: 0 30px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (width <= 768px) {
  .teaser__text .readmore--wrapper .btn--category-more {
    padding: 0 24px;
  }
}

@media screen and (width <= 520px) {
  .teaser__text .readmore--wrapper .btn--category-more {
    margin-top: 0;
  }
}

.teaser__text .readmore--wrapper .btn-category--vote {
  margin-top: 0;
}

.teaser__title, .teaser__description, .teaser__lead {
  width: 100%;
  position: relative;
}

.teaser__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.jury-teaser .teaser__title {
  font-size: 26px;
}

.teaser__description {
  display: block;
}

.teaser__lead {
  color: #fff;
  letter-spacing: .8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

@media screen and (width <= 768px) {
  .candidate__desc {
    max-height: 100px;
    overflow: auto;
  }
}

.btn-category--more {
  font-family: var(--font-headers);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  position: relative;
}

.btn-category--more:before {
  content: "";
  background-image: var(--gradient-2);
  transform-origin: center;
  z-index: -1;
  height: 4px;
  transition: transform .3s;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.btn-category--more:hover:before {
  transform: scaleX(1);
}

@media screen and (width <= 520px) {
  .btn-category--more {
    order: 2;
    margin-top: 16px;
  }
}

.teaser-wrapper--bordered {
  position: relative;
}

.article__candidate {
  transition: background-color .4s;
}

.article__candidate .teaser__lead {
  transition: color .4s;
}

.article__candidate .btn--main {
  --bg-light-button: #000;
  --text: #fff;
}

.article__candidate:hover {
  background-color: var(--bg-light);
}

.article__candidate:hover .teaser__lead {
  color: var(--text);
}

.article__candidate:hover .teaser__title, .article__candidate:hover .btn-category--more {
  color: #000;
}

.article__candidate .readmore--wrapper .btn--category-more:hover, .article__candidate .readmore--wrapper .btn-category--vote:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #ffffff26 0% 100%), linear-gradient(90deg, #97551c66 0%, #eca56b66 41.5% 59%, #97551c66 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif") 50% / cover no-repeat;
}

.category__winner {
  font-family: var(--font-accent);
  letter-spacing: 2.4px;
  color: #000;
  text-align: center;
  background-color: #d3d3d3;
  background-image: linear-gradient(#fff, #ffffff4d), url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-new.avif");
  background-position: -332.444px -54.167px;
  background-repeat: repeat, no-repeat;
  background-size: 150.556% 273.333%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  width: 100%;
  padding: 10px 0;
  font-size: 30px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .category__winner {
    background-size: unset;
    background-position: unset;
    font-size: 26px;
  }
}

@media screen and (width <= 520px) {
  .category__winner {
    letter-spacing: 2px;
    font-size: 20px;
  }
}

.articles {
  position: relative;
  overflow-x: hidden;
}

.articles--dark {
  background: #232323;
}

.articles article {
  z-index: 1;
}

.article__header {
  padding: calc(var(--header-height)  + var(--menu-height)  + var(--padding-top)) 0 0;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/article-bg.avif");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (width <= 768px) {
  .article__header {
    background-position: 0 -50px;
  }
}

.article__header:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 26%;
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
}

@media screen and (width <= 1020px) {
  .article__header:before {
    height: 32%;
    top: 70%;
  }
}

@media screen and (width <= 520px) {
  .article__header:before {
    top: calc(var(--header-height)  + var(--menu-height)  + var(--padding-top)  + 43vw);
    height: 100%;
  }
}

.category__image, .article__image {
  margin: calc(var(--header-height) * .75) auto 0;
  max-width: 1180px;
  position: relative;
}

@media screen and (width <= 1260px) {
  .category__image, .article__image {
    max-width: calc(100% - 2 * var(--ps));
  }
}

@media screen and (width <= 1020px) {
  .category__image, .article__image {
    margin: 0 auto;
  }
}

.article__image {
  z-index: 1;
}

.article__image img {
  filter: brightness(.5);
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  transition: filter .4s ease-in .25s;
}

@media screen and (width <= 640px) {
  .article__image img {
    aspect-ratio: 1.4;
  }
}

.article__image img.article__image--visible {
  filter: brightness();
}

.article__image + p {
  max-width: var(--article-text-width);
  margin: 0 auto;
  padding: 8px 0 4px;
  font-size: 14px;
  position: relative;
}

@media screen and (width <= 1260px) {
  .article__image + p {
    max-width: calc(100% - 2 * var(--ps));
  }
}

.article__text {
  color: var(--text);
  padding: 0 calc((100% - var(--article-text-width)) / 2) calc(2 * var(--padding));
  z-index: 0;
  background-color: #fff;
  position: relative;
}

@media screen and (width <= 880px) {
  .article__text {
    padding: 0 var(--ps) calc(2 * var(--padding));
    width: 100%;
    max-width: 100%;
  }
}

.article__text .player {
  aspect-ratio: 16 / 9;
}

.article__text > .section__title {
  padding-top: var(--pb);
  padding-bottom: var(--pb);
  color: #000;
}

.article__text--dark {
  color: var(--text-white);
  background-color: #0000;
}

.article__candidates {
  padding-bottom: calc(2 * var(--padding));
  background-color: var(--color-bg-grey);
  background: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") 70vw 85vh / 1000px no-repeat, url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") -400px -450px / 1000px no-repeat, linear-gradient(0deg, #0006 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/article-bg.avif") center / 230% 100% no-repeat;
  position: relative;
}

@media screen and (width <= 640px) {
  .article__candidates {
    background: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif") -50vw 0 / 100% no-repeat, linear-gradient(0deg, #0006 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/background-mobile-long.avif") 50% / cover no-repeat;
  }
}

.article__title, .article__lead, .article__subtitle, .article__photo, .banner-img img, .player {
  padding-bottom: var(--padding);
}

.article__title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .article__title {
    font-size: 24px;
  }
}

.article__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.article__subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.article__photo {
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
  display: flex;
}

.article__photo img {
  object-fit: cover;
  width: 100%;
}

.article__photo img:first-of-type:last-of-type {
  aspect-ratio: 2;
}

.article__photo img:first-of-type:not(:last-of-type), .article__photo img:nth-of-type(2) {
  aspect-ratio: .81;
}

@media screen and (width >= 521px) {
  .article__photo img:first-of-type:not(:last-of-type), .article__photo img:nth-of-type(2) {
    width: calc(50% - 10px);
  }
}

@media screen and (width <= 520px) {
  .article__photo img:first-of-type:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.article__photo figcaption {
  font-size: 14px;
}

@media screen and (width >= 521px) {
  .photo--float {
    float: right;
    width: 50%;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.photo--float img {
  aspect-ratio: .81;
  object-fit: cover;
  width: 100%;
}

.photo--float figcaption {
  font-size: 14px;
}

.section__wrapper--gallery {
  margin-top: 190px;
}

@media screen and (width <= 768px) {
  .section__wrapper--gallery {
    margin-top: 130px;
  }
}

@media screen and (width <= 520px) {
  .section__wrapper--gallery {
    margin-top: 115px;
  }
}

.gallery__header-img img {
  margin-bottom: var(--padding);
  background-color: #000;
  width: 100%;
  height: auto;
}

.gallery__sponsors {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 50px 0 40px;
  font-size: 16px;
  display: flex;
}

.gallery__sponsors .gallery__sponsors-label {
  text-align: right;
  text-transform: uppercase;
  max-width: 138px;
  margin-left: 40px;
}

@media screen and (width <= 520px) {
  .article__text .gallery__sponsors {
    display: none;
  }

  .gallery__sponsors {
    font-size: 14px;
  }

  .gallery__sponsors .gallery__sponsors-img {
    width: 25%;
    height: auto;
  }

  .gallery__sponsors .gallery__sponsors-img:first-child {
    width: 30%;
  }

  .gallery__sponsors .gallery__sponsors-label {
    margin-left: auto;
  }
}

.gallery__photos {
  color: var(--text-white);
}

.gallery__photos h2 {
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3.8vw;
  font-family: var(--font-headers);
  margin-bottom: .5vw;
}

@media screen and (width <= 640px) {
  .gallery__photos h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}

.gallery__photos small {
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (width <= 1020px) {
  .gallery__photos small {
    font-size: 13px;
  }
}

@media screen and (width <= 640px) {
  .gallery__photos small {
    font-size: 12px;
    line-height: 1.35;
  }
}

.gallery__photos p {
  width: 85%;
  max-width: 465px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (width <= 1180px) {
  .gallery__photos p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (width <= 640px) {
  .gallery__photos p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.gallery__section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

@media screen and (width <= 640px) {
  .gallery__section {
    margin-bottom: 30px;
  }
}

.gallery-single {
  width: 80%;
  max-width: 1568px;
  display: flex;
}

@media screen and (width <= 520px) {
  .gallery-single {
    width: 100%;
  }
}

.gallery-single__column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.gallery-single__column picture {
  width: 100%;
}

.gallery-single__column img {
  width: 100%;
  height: auto;
}

.gallery-overlay {
  justify-content: center;
  width: 100%;
  display: flex;
}

.gallery-overlay:not(:first-child) {
  margin-top: 70px;
}

@media screen and (width <= 640px) {
  .gallery-overlay:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (width <= 768px) {
  .gallery-overlay {
    flex-direction: column;
  }
}

.gallery-overlay--horizontal .gallery-overlay__column {
  width: 50%;
}

@media screen and (width <= 768px) {
  .gallery-overlay--horizontal .gallery-overlay__column {
    width: 100%;
  }
}

.gallery-overlay__overlay {
  background-color: #000c;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 40px;
  transform: scale(0);
}

@media screen and (width <= 1020px) {
  .gallery-overlay__overlay {
    inset: 23px;
  }
}

.gallery-overlay__column {
  width: 33.3%;
  position: relative;
}

@media screen and (width <= 768px) {
  .gallery-overlay__column {
    width: 100%;
  }
}

.gallery-overlay__column:after {
  content: "";
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/niezlomni/close-ring.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 53px;
  right: 56px;
}

@media screen and (width <= 1020px) {
  .gallery-overlay__column:after {
    top: 38px;
    right: 38px;
  }
}

.gallery-overlay__column:hover .gallery-overlay__overlay {
  transform: scale(1);
}

.gallery-overlay__column:hover:after {
  transform: rotate(225deg);
}

.gallery-overlay__column img {
  width: 100%;
  height: auto;
}

.gallery-collage {
  flex-basis: max-content;
  max-width: 100%;
  display: flex;
}

@media screen and (width <= 768px) {
  .gallery-collage {
    flex-wrap: wrap;
  }
}

.gallery-collage img {
  width: 100%;
  height: auto;
}

.gallery-collage figcaption {
  margin-top: 10px;
  margin-left: 10%;
  font-size: 14px;
  line-height: 20px;
}

.gallery-collage figcaption.gallery-collage__mobileonly {
  display: none;
}

@media screen and (width <= 768px) {
  .gallery-collage figcaption {
    color: #999;
    margin-top: 6px;
    margin-left: 20px;
    font-size: 12px;
  }

  .gallery-collage figcaption.gallery-collage__mobileonly {
    display: block;
  }

  .gallery-collage figcaption:not(.gallery-collage__mobileonly) {
    display: none;
  }
}

.gallery-collage:not(:first-child) {
  margin-top: 70px;
}

@media screen and (width <= 640px) {
  .gallery-collage:not(:first-child) {
    margin-top: 30px;
  }
}

.gallery-collage__column:first-of-type, .gallery-collage__column:nth-of-type(3) {
  flex-basis: 22.3%;
  width: 22.3%;
}

@media screen and (width <= 768px) {
  .gallery-collage__column:first-of-type, .gallery-collage__column:nth-of-type(3) {
    flex-basis: 50%;
    order: 2;
    width: 50%;
  }
}

.gallery-collage__column:nth-of-type(2) {
  flex-basis: 55.4%;
  width: 55.4%;
}

@media screen and (width <= 768px) {
  .gallery-collage__column:nth-of-type(2) {
    flex-basis: 100%;
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}

.gallery-collage__column:first-of-type img {
  padding-bottom: 3px;
}

.gallery-slider {
  aspect-ratio: 3 / 1.43;
  width: 80%;
  max-width: 1568px;
  margin-top: calc(10% + 70px);
  margin-bottom: 10%;
  display: flex;
  position: relative;
}

@media screen and (width <= 640px) {
  .gallery-slider {
    margin-top: calc(12% + 30px);
    margin-bottom: 0;
  }
}

@media screen and (width <= 768px) {
  .gallery-slider {
    aspect-ratio: 2 / 1.65;
    width: 100%;
  }
}

.gallery-slider__button {
  z-index: 2;
  cursor: pointer;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/niezlomni/slider-arrow-desktop.jpg");
  background-repeat: no-repeat;
  width: 40px;
  height: 160px;
  position: absolute;
  top: 33%;
}

@media screen and (width <= 768px) {
  .gallery-slider__button {
    background-image: url("https://herosi-v2-2025.wpcdn.pl/img/niezlomni/slider-arrow.jpg");
    width: 35px;
    height: 80px;
    top: 26%;
  }
}

.gallery-slider__button:active {
  top: calc(33% + 2px);
}

@media screen and (width <= 768px) {
  .gallery-slider__button:active {
    top: calc(26% + 2px);
  }
}

.gallery-slider__button--prev {
  left: calc(24.975% - 40px);
  transform: rotate(180deg);
}

@media screen and (width <= 768px) {
  .gallery-slider__button--prev {
    left: calc(16.25% - 35px);
  }
}

.gallery-slider__button--next {
  left: 74.925%;
}

@media screen and (width <= 768px) {
  .gallery-slider__button--next {
    left: 83.75%;
  }
}

.gallery-slider__slide {
  filter: brightness(.5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3%;
  max-width: 100%;
  transition: left .5s cubic-bezier(.215, .61, .355, 1), transform .5s cubic-bezier(.215, .61, .355, 1), filter .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

@media screen and (width <= 768px) {
  .gallery-slider__slide {
    width: 45%;
  }
}

.gallery-slider__slide figcaption {
  opacity: 0;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .gallery-slider__slide figcaption {
    color: #999;
    margin-top: 6px;
    font-size: 10px;
  }
}

.gallery-slider__slide img {
  width: 100%;
  height: auto;
}

.gallery-slider__slide--active {
  filter: brightness();
  z-index: 2;
  transform: scale(1.5);
}

.gallery-slider__slide--active figcaption {
  opacity: 1;
}

.gallery-slider__slide[data-slider-order="0"] {
  left: 0;
}

@media screen and (width <= 768px) {
  .gallery-slider__slide[data-slider-order="0"] {
    left: 0;
  }
}

.gallery-slider__slide[data-slider-order="1"] {
  left: 33.3%;
}

@media screen and (width <= 768px) {
  .gallery-slider__slide[data-slider-order="1"] {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.gallery-slider__slide[data-slider-order="2"] {
  left: 66.6%;
}

@media screen and (width <= 768px) {
  .gallery-slider__slide[data-slider-order="2"] {
    left: 55%;
  }
}

.gallery__footer {
  width: 50%;
  margin-left: 50%;
  padding-right: 20px;
}

@media screen and (width <= 1020px) {
  .gallery__footer {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }
}

.gallery__footer .gallery__sponsors {
  justify-content: flex-start;
  margin-bottom: 50px;
}

.gallery__credits {
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (width <= 768px) {
  .gallery__credits {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

.gallery__credits li {
  margin-bottom: 32px;
}

@media screen and (width <= 768px) {
  .gallery__credits li {
    margin-bottom: 25px;
  }
}

.header {
  z-index: 7;
  padding-top: var(--padding-top);
  border: 0;
  outline: none;
  width: 100%;
  transition: transform .3s .3s;
  position: fixed;
  transform: translate3d(0, 0, 0);
}

@media screen and (width <= 1020px) {
  .header {
    background: #000c;
    margin: 0;
    padding-top: 75px;
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .header:before {
    content: attr(data-content);
    text-transform: uppercase;
    text-align: center;
    color: var(--text-white);
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (width <= 1020px) and (width <= 768px) {
  .header:before {
    top: 30%;
  }
}

@media screen and (width <= 1020px) and (width <= 520px) {
  .header:before {
    font-size: 15px;
  }
}

@media screen and (width <= 1020px) and (width <= 320px) {
  .header:before {
    font-size: 12px;
  }
}

.header a img {
  max-width: 30vw;
}

.header .wrapper {
  background-color: var(--color-bg-dark);
  z-index: auto;
  height: var(--header-height);
  align-items: center;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  box-shadow: 0 0 40px #1717171a;
}

@media screen and (width <= 1640px) {
  .header .wrapper {
    max-width: calc(100% - 40px);
  }
}

@media screen and (width <= 980px) {
  .header .wrapper {
    padding: 0 40px;
  }
}

@media screen and (width <= 1020px) {
  .header .wrapper {
    padding: 0 15px;
  }
}

@media screen and (width <= 640px) {
  .header .wrapper {
    gap: 10px;
    padding: 0 15px;
  }
}

@media screen and (width <= 380px) {
  .header .wrapper {
    max-width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.header.header--hidden {
  transform: translate3d(0, calc(-100% - 5px), 0);
}

@media screen and (width <= 768px) {
  .header.header--hidden {
    transform: translate3d(0, calc(-100% - 5px), 0);
  }
}

.header.header--visible {
  transform: translate3d(0, 0, 0);
}

.header a {
  z-index: 1;
}

.header__logo--wp {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header__logo--wp img {
  object-fit: contain;
  display: block;
}

.header__logo img, .footer__logo img {
  max-height: calc(.75 * var(--header-height));
}

.header__hamburger {
  appearance: none;
  top: calc(var(--header-height));
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-headers);
  text-transform: uppercase;
  right: var(--border-inset);
  z-index: 5;
  cursor: pointer;
  background: linear-gradient(0deg, #ffffff4d 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg.avif") -34px -33.333px / 150.556% 273.333% no-repeat;
  border: none;
  outline: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 40px;
  transition: background .1s, color .3s .5s;
  display: none;
  position: absolute;
}

@media screen and (width <= 1020px) {
  .header__hamburger {
    display: flex;
  }
}

.header__hamburger:before, .header__hamburger:after {
  content: "";
  transform-origin: center;
  opacity: 0;
  background-color: #fff;
  border-radius: 2px;
  width: 24px;
  height: 3px;
  transition: transform .3s ease-in, opacity .1s .3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.header__hamburger:before {
  width: 24px;
  height: 4px;
}

.header__hamburger:after {
  width: 4px;
  height: 24px;
}

.header__hamburger.__js_isActive {
  background: var(--text);
  color: #0000;
  transition: background .1s, color 50ms;
}

.header__hamburger.__js_isActive:before, .header__hamburger.__js_isActive:after {
  opacity: 1;
  transition: transform .3s ease-in;
  transform: translate(-50%, -50%)rotate(225deg);
}

.header__nav {
  top: calc(var(--header-height)  + var(--padding-top));
  height: var(--menu-height);
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1600px;
  margin: 0 auto;
  font-size: 0;
  transition: transform .3s .3s;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

@media screen and (width <= 1640px) {
  .header__nav {
    width: calc(100% - 40px);
  }
}

@media screen and (width >= 1021px) {
  .header__nav {
    transform: translate3d(0, 0, 0);
  }

  .header__nav.header__nav--hidden {
    transform: translate3d(0, calc(-100% - 54px - var(--header-height)  - var(--menu-height)), 0);
  }

  .header__nav.header__nav--visible {
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (width <= 1020px) {
  .header__nav {
    top: calc(var(--header-height)  + var(--padding-top)  + var(--border-size));
    transform-origin: top;
    opacity: 0;
    max-height: unset;
    width: auto;
    height: auto;
    transition: transform .3s .3s, opacity .3s .3s;
    left: auto;
    right: 114px;
    transform: translateY(calc(-200% - 20px));
  }
}

@media screen and (width <= 380px) {
  .header__nav {
    right: 103px;
  }
}

@media screen and (width <= 1020px) {
  .header__nav.__js_isActive {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .header__nav.__js_isActive.header__nav--hidden {
    transform: translate3d(0, calc(-1 * var(--header-height)  - 35px), 0);
  }

  .header__nav.__js_isActive.header__nav--visible {
    transform: translate3d(0, 0, 0);
  }
}

.header__nav-list {
  background-color: #d3d3d3;
  background-image: linear-gradient(#fff, #ffffff4d), url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-new.avif");
  background-position: -332.444px -54.167px;
  background-repeat: repeat, repeat;
  background-size: 150.556% 273.333%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  justify-content: center;
  gap: 30px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

@media screen and (width <= 1120px) {
  .header__nav-list {
    gap: 24px;
    padding: 0 20px;
  }
}

@media screen and (width <= 1020px) {
  .header__nav-list {
    max-height: unset;
    text-align: center;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: auto;
    padding: 20px 40px;
  }
}

@media screen and (width <= 440px) {
  .header__nav-list {
    padding: 20px 30px;
  }
}

@media screen and (width <= 330px) {
  .header__nav-list {
    padding: 20px;
  }
}

.header__nav-item {
  margin: 0;
  display: block;
  position: relative;
}

@media screen and (width <= 660px) {
  .header__nav-item:last-of-type {
    margin-bottom: 0;
  }
}

.header__nav-link {
  width: 100%;
  height: 100%;
}

.header__nav-link span {
  letter-spacing: 1.6px;
  color: #3f3f3f;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, text-shadow .2s;
  display: flex;
  position: relative;
}

@media screen and (width <= 1020px) {
  .header__nav-link span {
    padding: 5px 10px;
  }
}

@media screen and (width <= 440px) {
  .header__nav-link span {
    font-size: 16px;
  }
}

.header__nav-link.__active span, .header__nav-link:hover span {
  color: var(--color-3-main);
}

.header-sponsors {
  color: #fff;
  padding-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (width <= 1020px) {
  .header-sponsors {
    display: none;
  }
}

.footer {
  color: #fff;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  position: relative;
}

@media screen and (width <= 640px) {
  .footer img {
    max-width: 30vw;
    max-height: 15vw;
  }
}

.footer .sponsor-list__wrapper {
  order: 4;
}

@media screen and (width <= 920px) {
  .footer .sponsor-list__wrapper {
    max-width: 50%;
  }
}

@media screen and (width <= 768px) {
  .footer .sponsor-list__wrapper {
    max-width: 100%;
  }
}

.footer .header-sponsors {
  order: 3;
}

.footer__wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 1640px) {
  .footer__wrapper {
    max-width: calc(100% - 40px);
  }
}

@media screen and (width <= 920px) {
  .footer__wrapper .footer__logo {
    display: none;
  }
}

@media screen and (width <= 640px) {
  .footer__wrapper {
    column-gap: 10px;
  }
}

@media screen and (width <= 768px) {
  .footer__wrapper {
    flex-flow: wrap;
  }
}

.footer__text {
  flex-direction: column;
  order: 2;
  align-items: center;
  width: 50%;
  margin: 0 25px;
  display: flex;
}

@media screen and (width <= 920px) {
  .footer__text {
    order: -1;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (width <= 640px) {
  .footer__text {
    padding-bottom: 10px;
    font-family: Jost, sans-serif;
    font-size: 10px;
    font-weight: 600;
  }

  .footer__text:after {
    content: attr(data-content);
    text-transform: uppercase;
    color: var(--text-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer__text p, .footer__text a {
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer__text a {
  text-decoration: underline;
}

.article__socials {
  margin: 0 auto var(--padding);
  background-color: #fff;
  align-items: center;
  row-gap: 20px;
  max-width: 100%;
  padding: 6px;
  display: flex;
  position: relative;
}

.article__socials--dark {
  background-color: #0000;
}

.socials {
  display: flex;
  position: relative;
}

.socials .__js_socialShare {
  background-color: var(--text);
  width: 65px;
  height: 42px;
  position: relative;
}

.socials .__js_socialShare:after {
  content: "";
  background: linear-gradient(0deg, #ffffff4d 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-new.avif") -28.711px -42.5px / 150.556% 273.333% no-repeat;
  display: block;
  position: absolute;
  inset: 0;
}

.socials .__js_socialShare:hover {
  cursor: pointer;
}

.socials .__js_socialShare:hover:after {
  background: linear-gradient(0deg, #ffffff4d 0% 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif") -28.711px -42.5px / 150.556% 273.333% no-repeat;
}

.socials .__js_socialShare:before {
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.socials .__js_socialShare:first-of-type {
  margin-right: 10px;
}

.socials .__js_socialShare[data-id="facebook"]:before {
  filter: invert();
  background-image: url("https://herosi.wpcdn.pl/img/logos/fb.svg");
  width: 12px;
  height: 25px;
}

.socials .__js_socialShare[data-id="twitter"]:before {
  filter: invert();
  background-image: url("https://herosi.wpcdn.pl/img/logos/tw.svg");
  width: 20px;
  height: 20px;
}

.article__author {
  letter-spacing: .8px;
  margin-right: auto;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

@media screen and (width <= 768px) {
  .article__author {
    flex-direction: column;
    display: flex;
  }

  .article__author span:nth-of-type(2) {
    display: none;
  }

  .article__author span:nth-of-type(2):before {
    content: none;
  }
}

.article__author span:nth-of-type(2):before {
  content: "|";
}

.article__candidates .wrapper, .category-form__container .wrapper {
  max-width: var(--article-text-width);
  z-index: 0;
}

.article__candidates .section__title, .category-form__container .section__title {
  padding: 1.5em 0 1em;
  font-size: 44px;
  line-height: 1.4;
}

@media screen and (width <= 640px) {
  .article__candidates .section__title, .category-form__container .section__title {
    font-size: 34px;
  }
}

.article__candidates .teaser__description, .category-form__container .teaser__description {
  text-transform: uppercase;
}

.article__candidates .teaser__lead, .category-form__container .teaser__lead {
  padding-bottom: .75em;
}

.category-form__container {
  padding-bottom: var(--padding);
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/form-bg.avif");
  display: none;
  position: relative;
  overflow: hidden;
}

.category-form__container:before, .category-form__container:after {
  content: "";
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-white.avif");
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  height: 750px;
  display: block;
  position: absolute;
}

.category-form__container:before {
  bottom: -350px;
  right: -350px;
}

.category-form__container:after {
  top: -350px;
  left: -350px;
}

@media screen and (width <= 1600px) {
  .category-form__container:before, .category-form__container:after {
    width: 500px;
    height: 500px;
  }

  .category-form__container:before {
    bottom: -250px;
    right: -250px;
  }

  .category-form__container:after {
    top: -250px;
    left: -250px;
  }
}

@media screen and (width <= 1020px) {
  .category-form__container:before, .category-form__container:after {
    display: none;
  }
}

.category-form__container.category-form__container--visible {
  display: block;
}

.category-form__container .teaser-wrapper--bordered:before, .category-form__container .teaser-wrapper--bordered:after {
  content: "";
  aspect-ratio: 13 / 23;
  background-image: var(--gradient-2);
  background-size: 200% 100%;
  height: 230px;
  animation: 1.3s linear infinite reverse buttonGradient;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-mask-image: url("https://herosi-v2-2025.wpcdn.pl/img/flower.png");
  mask-image: url("https://herosi-v2-2025.wpcdn.pl/img/flower.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.category-form__container .teaser-wrapper--bordered:before {
  left: 0;
  transform: translate(-100%, -50%)scaleX(-1);
}

@media screen and (width <= 1020px) {
  .category-form__container .teaser-wrapper--bordered:before {
    display: none;
  }
}

.category-form__container .teaser-wrapper--bordered:after {
  right: 0;
  transform: translate(100%, -50%);
}

@media screen and (width <= 1020px) {
  .category-form__container .teaser-wrapper--bordered:after {
    display: none;
  }
}

.category-form__container .teaser-wrapper--bordered .teaser {
  background-color: var(--bg-light);
}

.category-form__container .teaser-wrapper--bordered .teaser .btn--main {
  display: none;
}

.category-form__container .teaser:before {
  background-color: var(--bg-light);
}

.category-form__container .teaser__lead {
  color: var(--text);
}

.category-form__container .section__title {
  color: #000;
}

.category-form__container .article__candidate.teaser {
  background-color: #ececec;
}

.category-form__container .article__candidate.teaser .teaser__title {
  color: #000;
}

.category-form__container .btn--main:hover {
  cursor: pointer;
  background: linear-gradient(0deg, #ffffff26 0% 100%), linear-gradient(90deg, #97551c66 0%, #eca56b66 41.5% 59%, #97551c66 100%), #d3d3d3 url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif") 50% / cover no-repeat;
}

.section-hero {
  padding-top: calc(var(--padding-top)  + var(--header-height)  + var(--menu-height));
  position: relative;
}

.section-hero .wrapper {
  z-index: 1;
  align-self: center;
  display: flex;
}

@media screen and (width <= 1020px) {
  .section-hero .wrapper {
    margin-bottom: var(--padding);
    flex-direction: column;
  }
}

@media screen and (width <= 640px) {
  .section-hero .wrapper {
    margin-bottom: calc(var(--padding) * 1.5);
  }
}

.section-hero.section-hero--animate .hero__img--glow:after {
  animation: 3s infinite glowItem;
}

.section-hero .hero__text {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
  display: flex;
}

.section-hero .hero__text .section__title {
  text-align: left;
  color: var(--color-3-main);
  line-height: 1.2;
  display: block;
}

.section-hero .hero__text .section__lead {
  letter-spacing: .54px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
}

.section-hero .hero__text .section__title, .section-hero .hero__text p, .section-hero .hero__text .section__lead {
  padding: 0;
}

.section-hero .hero__text .btn--main {
  margin-top: unset;
  align-self: flex-start;
}

.section-hero .hero__text .btn--main:hover {
  cursor: pointer;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
}

@media screen and (width <= 1020px) {
  .section-hero .hero__text .btn--main {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.section-hero .hero__img {
  min-width: 50%;
  max-width: 50%;
  margin: 5% 2% 5% 0;
  position: relative;
}

@media screen and (width <= 1280px) {
  .section-hero .hero__img {
    margin: 5% 0;
  }
}

@media screen and (width <= 1020px) {
  .section-hero .hero__img {
    order: 2;
    width: 580px;
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .section-hero .hero__img:before {
    content: "";
    z-index: -1;
    background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-gold-accent.avif");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 700px;
    position: absolute;
    top: -25px;
    left: 25%;
    transform: translate(-50%);
  }
}

@media screen and (width <= 640px) {
  .section-hero .hero__img {
    margin: 0 auto 70px;
  }
}

.section-hero .hero__img .hero__img--glow {
  clip-path: ellipse(37% 42%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.section-hero .hero__img .hero__img--glow:after {
  content: "";
  filter: blur(5px);
  background: #fff3;
  width: 40%;
  height: 200%;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(45deg)translate(-450%);
}

.section-hero .hero__img img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
}

.category-teasers {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 150px 100px;
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 1360px) {
  .category-teasers {
    max-width: calc(100% - 2 * var(--padding));
  }
}

@media screen and (width <= 768px) {
  .category-teasers {
    gap: 60px 40px;
  }
}

.category-teaser {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 430px;
  display: flex;
  position: relative;
}

@media screen and (width >= 461px) {
  .category-teaser {
    overflow: hidden;
  }
}

.category-teaser svg {
  position: absolute;
  top: 0;
}

.category-teaser .category-teaser__title, .category-teaser text {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (width <= 460px) {
  .category-teaser .category-teaser__title, .category-teaser text {
    font-size: 32px;
  }
}

.category-teaser .category-teaser__title {
  line-height: normal;
}

.category-teaser:hover .category-teaser__image img {
  display: none;
}

.category-teaser:hover .category-teaser__image .alt {
  display: block;
}

.category-teaser:hover .btn--main {
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
}

.category-teaser:hover h4 {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
  background-position: center;
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.category-teaser__image {
  --img-width: 360px;
  width: var(--img-width);
  aspect-ratio: 1;
  background-image: url("https://herosi.wpcdn.pl/img/bg/gold.webp");
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 460px) {
  .category-teaser__image {
    --img-width: 280px;
  }
}

.category-teaser__image img {
  aspect-ratio: 1;
  object-fit: contain;
  z-index: 1;
  width: 100%;
}

.category-teaser__image .alt {
  display: none;
}

.category__image {
  --img-width: 400px;
  z-index: 1;
  flex-direction: column;
  display: flex;
}

@media screen and (width <= 768px) {
  .category__image {
    transform: translateY(calc(.13 * var(--img-width)));
    --img-width: 45vw;
  }
}

@media screen and (width <= 520px) {
  .category__image {
    --img-width: 60vw;
  }
}

.category__image .category-teaser__image {
  --img-width: inherit;
  margin-top: 0;
}

.category__image .category-teaser__image:before {
  inset: calc(-.26 * var(--img-width));
  border-radius: 50%;
}

.category__image .category-teaser__image:after {
  inset: calc(-.1 * var(--img-width));
}

.section-articles {
  padding-bottom: 0;
  position: relative;
}

.section-articles:after {
  content: "";
  aspect-ratio: 960 / 241;
  background-image: url("https://herosi.wpcdn.pl/img/bg/bg-footer.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
}

@media screen and (width <= 768px) {
  .section-articles:after {
    background-position: -38vw bottom;
    background-size: 320vw;
    height: 97vw;
  }
}

.section-articles .banner-img > * {
  max-width: 100%;
}

@media screen and (width <= 1260px) {
  .section-articles .banner-img > * {
    max-width: calc(100% + 2 * var(--ps));
  }
}

.section-articles .wrapper {
  max-width: 1280px;
  margin-bottom: 6vw;
}

@media screen and (width <= 1360px) {
  .section-articles .wrapper {
    padding: 0 var(--ps);
    max-width: 100%;
  }
}

.article-teasers {
  column-gap: var(--padding);
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  row-gap: 100px;
  display: grid;
  position: relative;
}

@media screen and (width <= 1180px) {
  .article-teasers:last-child {
    margin-bottom: 60px;
  }

  .article-teasers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (width <= 640px) {
  .article-teasers {
    flex-direction: column;
    row-gap: 70px;
    display: flex;
  }
}

.article-teaser {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.article-teaser:before {
  transition: box-shadow .2s, margin-top .2s;
}

.article-teaser:hover {
  border-image: var(--gradient-btn) var(--border-value) repeat;
}

.article-teaser:hover:before {
  box-shadow: 0 0 16px 12px #00000026;
}

.article-teaser:hover .article-teaser__image img {
  filter: brightness();
}

.article-teaser:hover .article-teaser__button {
  cursor: pointer;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
}

.article-teaser__image {
  position: relative;
}

.article-teaser__image__label {
  background-color: var(--text);
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.article-teaser__image img {
  aspect-ratio: 1.55;
  object-fit: cover;
  filter: brightness(.75);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  transition: filter .3s ease-in;
}

.article-teaser__content {
  padding: var(--padding-teaser);
  z-index: 1;
  background-color: #fff;
  border: 0 #0000;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.article-teaser__title {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.26;
}

.article-teaser__lead {
  line-height: 1.6;
}

.article-teaser__button {
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.last-edition {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  display: flex;
}

@media screen and (width <= 768px) {
  .last-edition {
    flex-direction: column;
  }
}

.last-edition .section__title {
  width: 100%;
  padding-top: 0;
}

.article-teasers__last-edition {
  width: calc(50% - 20px);
  max-width: 470px;
  display: inline-block;
}

@media screen and (width <= 768px) {
  .article-teasers__last-edition {
    width: 100%;
  }
}

.article-teasers__last-edition img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.btn--load {
  grid-column: 2 / span 1;
}

@media screen and (width <= 1180px) {
  .btn--load {
    grid-column: 1 / span 2;
    width: 40%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (width <= 640px) {
  .btn--load {
    width: auto;
  }
}

@media screen and (width <= 440px) {
  .btn--load {
    padding: 0 20px;
  }
}

@media screen and (width <= 340px) {
  .btn--load {
    padding: 0 10px;
  }
}

.btn--load:hover {
  cursor: pointer;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/menu-bg-hover-new.avif");
}

.error-message {
  color: #ff004d;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
}

.section-jury .wrapper {
  max-width: 1600px;
}

@media screen and (width <= 1680px) {
  .section-jury .wrapper {
    max-width: calc(100% - 2 * var(--ps));
  }
}

.jury-teasers {
  z-index: 1;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 80px 25px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

@media screen and (width <= 1400px) {
  .jury-teasers {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
  }

  .jury-teasers > :last-child:nth-child(odd) {
    grid-column: span 2;
    justify-self: center;
  }
}

@media screen and (width <= 939px) {
  .jury-teasers {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
    display: flex;
  }
}

.jury-teasers .teaser__description {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.jury-teasers .teaser__description:after {
  content: "";
  background-image: var(--gradient-2);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.jury-teaser {
  color: #fff;
  flex-direction: column;
  width: 400px;
  display: flex;
}

@media screen and (width <= 459px) {
  .jury-teaser {
    width: 300px;
  }
}

.jury-teaser__image {
  --border-w: 17.5%;
  background-color: var(--color-bg-dark);
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  display: flex;
  position: relative;
}

.jury-teaser__image:after {
  content: "";
  z-index: -1;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/medal-border.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.jury-teaser__image img {
  aspect-ratio: 1;
  width: calc(100% - 2 * var(--border-w));
  object-fit: contain;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.teaser__content {
  padding: var(--padding-teaser);
  background-color: #000000b3;
  flex-grow: 1;
  margin-top: -50%;
  padding-top: 50%;
}

.section-wideo {
  --border-padding: 70px;
  z-index: 0;
}

@media screen and (width <= 1280px) {
  .section-wideo {
    --border-padding: 32px;
  }
}

@media screen and (width <= 768px) {
  .section-wideo {
    --border-padding: 0;
  }
}

.section-wideo .section__title {
  padding-top: calc(1em + 30px);
}

.wideo-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .wideo-container {
    width: calc(100% + 2 * var(--ps));
    transform: translateX(calc(-1 * var(--ps)));
  }
}

.wideo-counter {
  width: 100%;
  height: 100%;
}

.wideo-counter:after {
  content: "";
  background: linear-gradient(0deg, #000000b3 0% 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wideo-counter img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.counter--hidden .wideo-counter img {
  opacity: 0;
  z-index: -1;
}

.wideo-counter__text {
  inset: var(--border-padding);
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 5vw, 40px);
  line-height: 1;
  display: flex;
  position: absolute;
}

@media screen and (width <= 768px) {
  .wideo-counter__text {
    inset: 0;
  }
}

.wideo-counter__text > p {
  text-align: center;
  padding: 1em 0;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 980px) {
  .wideo-counter__text > p {
    font-size: 24px;
  }
}

@media screen and (width <= 640px) {
  .wideo-counter__text > p {
    padding: .5em 0;
    font-size: 16px;
  }
}

@media screen and (width <= 520px) {
  .wideo-counter__text > p {
    padding: .25em 0;
  }
}

@media screen and (width <= 380px) {
  .wideo-counter__text > p {
    line-height: 1.2;
  }
}

@media screen and (width <= 360px) {
  .wideo-counter__text > p {
    line-height: 1;
  }
}

.wideo-counter__text .wideo-counter__info {
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  padding: 1em 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (width <= 1020px) {
  .wideo-counter__text .wideo-counter__info {
    font-size: 18px;
  }
}

@media screen and (width <= 768px) {
  .wideo-counter__text .wideo-counter__info {
    font-size: 16px;
  }
}

@media screen and (width <= 640px) {
  .wideo-counter__text .wideo-counter__info {
    font-size: 14px;
  }
}

@media screen and (width <= 520px) {
  .wideo-counter__text .wideo-counter__info {
    padding: .5em 6px;
    font-size: 12px;
  }
}

@media screen and (width <= 440px) {
  .wideo-counter__text .wideo-counter__info br {
    display: none;
  }
}

.counter--hidden .wideo-counter__text {
  opacity: 0;
  z-index: -1;
}

.wideo-counter__text .wideo-counter__num {
  color: #000;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-bottom: .2em;
  font-family: Jost, sans-serif;
  display: flex;
}

@media screen and (width <= 768px) {
  .wideo-counter__text .wideo-counter__num {
    height: 145px;
  }
}

.wideo-counter__text .wideo-counter__num strong {
  font-size: 2em;
  font-weight: bold;
}

.wideo-counter__text .wideo-counter__num.font--small {
  font-size: .85em;
}

.wideo-counter__text .wideo-counter__num.font--small strong {
  font-size: 2.5em;
}

@media screen and (width <= 1020px) {
  .wideo-counter__text .wideo-counter__num.font--small {
    font-size: .65em;
  }

  .wideo-counter__text .wideo-counter__num.font--small strong {
    font-size: 2.8em;
  }
}

.wideo-counter__num {
  position: relative;
}

.wideo-counter__num:after {
  content: "";
  aspect-ratio: 1;
  z-index: -1;
  background-image: url("https://herosi-v2-2025.wpcdn.pl/img/counter-circle.avif");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

.wideo-player {
  inset: var(--border-padding);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.counter--hidden .wideo-player {
  z-index: 1;
  display: flex;
}

.wideo-player .player {
  aspect-ratio: 16 / 9;
  width: 100%;
  padding: 0;
}

.wideo-player .wp-player {
  width: 100% !important;
  height: 100% !important;
}

.wp-player .npp-container.skinDefault .top .topcont, .wp-player .npp-container.skinDefault.nohover:hover .top .topcont {
  top: 0 !important;
}

.wp-player .npp-container.skinDefault .bottom, .wp-player .npp-container.skinDefault.nohover:hover .bottom {
  bottom: 0 !important;
}

.wp-player .npp-container.skinDefault.paused .btnplaybig, .wp-player .npp-container.skinDefault .btnplaybig, .wp-player .npp-container.skinMobile.paused.visible .btnplaybig, .wp-player .npp-container.skinMobile.paused .btnplaybig {
  transition: filter .2s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  background-image: url("https://herosi.wpcdn.pl/img/btn-play.svg") !important;
  border: none !important;
  width: 80px !important;
  height: 80px !important;
  transform: translate(-50%, -50%) !important;
}

@media screen and (width <= 640px) {
  .wp-player .npp-container.skinDefault.paused .btnplaybig, .wp-player .npp-container.skinDefault .btnplaybig, .wp-player .npp-container.skinMobile.paused.visible .btnplaybig, .wp-player .npp-container.skinMobile.paused .btnplaybig {
    width: 60px !important;
    height: 60px !important;
  }
}

.wp-player .npp-container.skinDefault.paused .btnplaybig:before, .wp-player .npp-container.skinDefault .btnplaybig:before, .wp-player .npp-container.skinMobile.paused.visible .btnplaybig:before, .wp-player .npp-container.skinMobile.paused .btnplaybig:before {
  display: none !important;
}

.wp-player .npp-container.skinDefault.paused .btnplaybig:hover, .wp-player .npp-container.skinDefault .btnplaybig:hover, .wp-player .npp-container.skinMobile.paused.visible .btnplaybig:hover, .wp-player .npp-container.skinMobile.paused .btnplaybig:hover {
  filter: brightness(0);
}

.wp-player .npp-container.skinDefault.playing .btnplaybig, .wp-player .npp-container.skinMobile.playing .btnplaybig {
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  background-image: url("https://herosi.wpcdn.pl/img/btn-play.svg") !important;
  transform: translate(-50%, -50%) !important;
}

.wp-player .npp-container.skinDefault.playing .btnplaybig:before, .wp-player .npp-container.skinMobile.playing .btnplaybig:before {
  display: none !important;
}

.wp-player .npp-container.skinDefault.paused .wp-player__video-container, .wp-player .npp-container.skinMobile.paused .wp-player__video-container {
  position: absolute;
  top: 0;
}

.wp-player .npp-container.skinDefault .bottom .seek .seekcont .progress {
  background: var(--gradient-2) !important;
}

.player {
  position: relative;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.sponsor-list__wrapper {
  height: calc(var(--header-height)  - 2 * var(--border-size));
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.sponsor-list__wrapper:before, .sponsor-list__wrapper:after {
  content: "";
  z-index: 2;
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
}

.sponsor-list__wrapper:before {
  left: 0;
}

.sponsor-list__wrapper:after {
  right: 0;
}

.header .sponsor-list__wrapper:before {
  background: linear-gradient(to left, rgba(var(--color-bg-dark-rgb), 0), var(--color-bg-dark));
}

.header .sponsor-list__wrapper:after {
  background: linear-gradient(to right, rgba(var(--color-bg-dark-rgb), 0), var(--color-bg-dark));
}

.section-wideo .sponsor-list__wrapper {
  background-color: #fff;
  width: 100%;
}

.sponsor-list--border {
  padding: var(--border-size);
  background-image: var(--gradient-2);
  margin: var(--padding) var(--border-inset);
  width: calc(100% + 2 * var(--border-size));
  height: var(--header-height);
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: relative;
}

@media screen and (width <= 520px) {
  .sponsor-list--border {
    margin: var(--padding) auto;
    max-width: calc(100% - 40px);
  }
}

.sponsor-list--border span {
  color: var(--text);
}

.sponsor-list__wrapper.slider--animated .sponsor-list {
  animation: 20s linear .5s infinite alternate slide;
}

.sponsor-list__wrapper.slider--animated:hover .sponsor-list {
  animation-play-state: paused;
}

.sponsor-list {
  height: 100%;
  display: inline-block;
}

.sponsor-list:first-child {
  margin-right: 15px;
}

.sponsor-logo {
  height: 100%;
  margin: 0 40px;
  display: inline-block;
  position: relative;
}

@media screen and (width <= 768px) {
  .sponsor-logo {
    margin: 0 20px;
  }
}

.sponsor-logo span {
  text-align: center;
  white-space: break-spaces;
  width: min-content;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, 40px);
}

@media screen and (width <= 768px) {
  .sponsor-logo span {
    transform: translate(-30%, 25px);
  }
}

.sponsor-logo img {
  max-height: 60px;
  margin-left: 60px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sponsor-logo img[data-id="Orlen"] {
  margin-left: 80px;
}

.article__sponsor {
  margin-bottom: var(--padding);
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px 40px;
  padding: 12px 28px;
  display: flex;
}

.article__sponsor span {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}

.article__sponsor .sponsor-logo {
  margin: 0;
}

.article__sponsor .sponsor-logo img {
  top: unset;
  max-height: 44px;
  margin: auto 0;
  transform: translate(0);
}

.banner-img {
  position: relative;
}

.banner-img:before {
  content: "reklama";
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 4px));
}

.banner-img:hover {
  cursor: pointer;
}

.banner-img img {
  object-fit: contain;
  width: 1180px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 1260px) {
  .banner-img img {
    max-width: calc(100% + 2 * var(--ps));
  }
}

@media screen and (width <= 880px) {
  .banner-img img {
    max-width: calc(100% + var(--ps));
  }
}

.category-form {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.category-form .btn--main {
  text-align: center;
  letter-spacing: 1.8px;
  max-width: 100%;
  height: 60px;
}

@media screen and (width <= 440px) {
  .category-form .btn--main {
    padding: 0 20px;
  }
}

@media screen and (width <= 380px) {
  .category-form .btn--main {
    padding: 0 10px;
    font-size: 17px;
  }
}

@media screen and (width >= 441px) {
  .category-form .btn--main:not(.button-onelogin) {
    padding: 0 30px;
  }
}

.category-form__header, .category-form__checkbox {
  padding-bottom: var(--padding);
  width: 100%;
}

.category-form__checkbox {
  margin: var(--padding-top) 0 0;
  align-items: flex-start;
  column-gap: 10px;
  max-height: 170px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  overflow-y: auto;
}

.category-form__checkbox input:hover, .category-form__checkbox label:hover {
  cursor: pointer;
}

.category-form__checkbox input {
  --color: #acacac;
  all: unset;
  border: 2px solid var(--color);
  background: #fff;
  border-radius: 5px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  position: relative;
}

.category-form__checkbox input:before, .category-form__checkbox input:after {
  opacity: 0;
  content: "";
  background-color: var(--color);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

.category-form__checkbox input:before {
  width: 3px;
  height: 80%;
}

.category-form__checkbox input:after {
  width: 80%;
  height: 3px;
}

.category-form__checkbox input:checked:before, .category-form__checkbox input:checked:after {
  opacity: 1;
}

.category-form__checkbox.has-error input {
  --color: red;
}

.category-form__checkbox.has-error label {
  color: red;
}

.category-form__header {
  font-family: var(--font-headers);
  color: var(--text);
  text-align: center;
  letter-spacing: 2.4px;
  padding-bottom: var(--padding);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.button-onelogin {
  padding: 0 55px;
}

.category-form__prize {
  flex-direction: column;
  row-gap: 10px;
  display: flex;
}

.category-form__prize span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.category-form__prize span, .category-form__prize img {
  max-width: 370px;
}

.category-form__prize img {
  border-radius: 5px;
  box-shadow: 0 4px 4px #00000040;
}

@media screen and (width <= 440px) {
  .category-form__prize img {
    max-width: 100%;
  }
}

.category-form__button, .category-form__buttons {
  margin-bottom: var(--padding-top);
  gap: 20px;
  max-width: 100%;
}

.category-form__buttons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.element--hidden {
  display: none;
}

.category-form__message {
  padding: calc(var(--padding) * 4) 0 calc(var(--padding) * 3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-form__message h3, .category-form__message h4 {
  font-family: var(--font-headers);
  letter-spacing: 1.7px;
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.category-form__message h3 {
  color: #000;
}

.category-form__message a {
  color: var(--color-3-main);
}

.category-form__message h4 a {
  text-decoration: underline;
}

.category-form__message h3 {
  font-size: 34px;
}

.category-form__message h4 {
  font-size: 30px;
}

.category-form__message p {
  font-size: 19px;
}

.category-form__message .category-form__prize {
  margin-bottom: 20px;
}

.category-form__message .category-form__prize p {
  text-align: center;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.category-form__message .category-form__prize p strong {
  color: var(--color-3-main);
  font-weight: 700;
}

.category-form__message .category-form__prize span {
  text-align: center;
  max-width: 380px;
  font-size: 14px;
  font-weight: 400;
}

.category-form__message .category-form__prize span a {
  font-weight: 500;
  text-decoration: underline;
}

.article__gallery {
  background-color: #232323;
}

/*# sourceMappingURL=styles.min.css.map */
