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

html {
  font-family: sans-serif;
  height: 100%;
  min-width: 320px;
  line-height: 1.8;
}

body {
  margin: 0;
  padding: 0;
  background: #180942;
  color: #fff;
  isolation: isolate;
  font-family: "Geologica", sans-serif;
}

html, body {
  scroll-padding-top: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a {
  color: #002B94;
  text-decoration: none;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2.5rem 0 1.5rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  overflow-x: hidden;
}

.yt {
  max-width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hidden, [hidden] {
  display: none !important;
}

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

.m-collaboration, .m-winners, .m-event-timeline, .m-news, .m-eec, .m-prizes-inside, .footer-container {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m-eec-button, .focus-button, .header-button {
  font-size: 16px;
  font-weight: 900;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  text-transform: uppercase;
  padding-inline: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Geologica", sans-serif;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.m-eec-button::before, .focus-button::before, .header-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  pointer-events: none;
  opacity: 0.5;
  transition: 0.5s opacity;
}
.m-eec-button:hover::before, .focus-button:hover::before, .header-button:hover::before {
  opacity: 1;
}

.header {
  display: flex;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 100;
  min-height: 90px;
  color: #fff;
  align-items: center;
}

@media (min-width: 1260px) {
  .header.is-sticky {
    background: rgba(10, 3, 31, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.header-logo-cnt {
  display: flex;
  align-items: center;
}

.header-logo {
  flex-shrink: 0;
  margin-right: 30px;
}
.header-logo svg {
  fill: #fff;
  display: block;
}

.header-logo img {
  display: block;
}

.header-logo-text {
  font-size: 12px;
  line-height: 1.4;
  margin-right: 30px;
}

.header-burger {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  cursor: pointer;
  padding-right: 10px;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  display: none;
}
.header-burger span {
  width: 25px;
  height: 1.5px;
  background: #fff;
}
.header-burger span:nth-of-type(2) {
  width: 20px;
}
.header-burger span:nth-of-type(3) {
  width: 15px;
}
.header-burger strong {
  display: none;
}

.header-inside {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-menu {
  flex: 1;
  display: flex;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
  gap: 30px;
  justify-content: flex-end;
  margin-right: 30px;
}

.header-menu-el {
  position: relative;
}

.header-menu-el-link {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  display: flex;
  height: 100%;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  flex: 1;
}

.header-menu-el-inside {
  display: flex;
  align-items: center;
}

.header-menu-el-toggle {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  background: none;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 14.975q-.2 0-.375-.062T11.3 14.7l-4.6-4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-4.6 4.6q-.15.15-.325.213t-.375.062'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.header-menu-el-toggle i {
  display: none;
}

.header-menu-sub {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: calc(100% + 10px);
  background: #fff;
  border-radius: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  min-width: 180px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s top, 0.2s opacity;
}
.header-menu-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 30px;
  background: transparent;
}

.header-menu-el:hover .header-menu-sub {
  top: calc(100% + 20px);
  opacity: 1;
  pointer-events: all;
}

.header-menu-sub-el:first-of-type {
  padding-top: 10px;
}

.header-menu-sub-el:last-of-type {
  padding-bottom: 10px;
}

.header-menu-sub-el-link {
  padding: 4px 15px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #222;
}
.header-menu-sub-el-link:hover {
  color: #002B94;
}

.header-menu-sub-el-title {
  padding: 7px 15px;
  display: block;
  font-size: 12px;
  color: #70779d;
  text-transform: uppercase;
  font-weight: normal;
}

.header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el:has(.header-menu-sub-el-title) {
  background: #F4F4F4;
  margin-top: 10px;
}

.header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el {
  background: #F4F4F4;
}

.header-menu-sub-el:last-child {
  border-radius: 0 0 20px 20px;
}

.header-button {
  text-transform: uppercase;
  margin-right: 20px;
}

.header-language {
  position: relative;
  height: 50px;
  margin-right: 20px;
}

.header-language-text {
  font-weight: normal;
}

.header-language-toggle {
  background: url("/estartupdays.eu/images/2026/planet-earth.svg") left center no-repeat;
  min-height: 30px;
  padding-left: 35px;
  background-color: transparent;
  border: 0;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.header-language-menu {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: calc(100% + 10px);
  background: #fff;
  border-radius: 15px;
  list-style: none;
  padding: 15px;
  margin: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  white-space: nowrap;
  min-width: 120px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s top, 0.2s opacity;
}
.header-language-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 30px;
  background: transparent;
}

.header-language-link {
  text-decoration: none;
  color: #222;
  font-size: 14px;
}

.header-language-link.is-active {
  color: #002B94;
  font-weight: bold;
}

.header-language:hover .header-language-menu {
  opacity: 1;
  pointer-events: all;
}

.header-mobile-logo {
  display: none;
}
.header-mobile-logo svg {
  fill: #fff;
}

@media (max-width: 1280px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1260px) {
  .header {
    align-items: center;
    position: relative;
    z-index: 1000;
  }
  .header-logo-cnt {
    border-right: 0;
    margin-right: auto;
  }
  .header-burger {
    display: flex;
    margin-right: -15px;
  }
  .header-button {
    margin-right: 10px;
  }
  .header-inside {
    display: none;
    position: fixed;
    padding: 26px 25px;
    top: 0;
    left: 0;
    width: 320px;
    align-items: stretch;
    flex-direction: column;
    z-index: 100;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.02), 1px 1px 4px rgba(3, 7, 18, 0.03), 3px 2px 9px rgba(3, 7, 18, 0.05), 4px 3px 15px rgba(3, 7, 18, 0.06), 7px 5px 24px rgba(3, 7, 18, 0.08);
  }
  .header-mobile-logo {
    display: block;
    width: auto;
    padding-bottom: 30px;
    margin-inline: -25px;
    padding-inline: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-menu {
    flex-direction: column;
    gap: 0;
    font-size: 20px;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  .header-menu-el-toggle {
    display: block;
  }
  .header-menu-sub {
    position: relative;
    top: 0 !important;
    margin-top: 0;
    left: 0;
    background: none;
    border: 0;
    padding: 0;
    display: none;
    translate: none;
  }
  .header-menu-sub::before {
    content: none;
  }
  .is-show .header-menu-sub {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .is-show .header-menu-el-toggle {
    scale: 1 -1;
  }
  .header-menu-sub-el-title {
    padding-left: 0;
  }
  .header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el:has(.header-menu-sub-el-title),
  .header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el:has(.header-menu-sub-el-title) ~ .header-menu-sub-el {
    background: none;
  }
  .header-menu-sub-el-link,
  .header-menu-sub-el-link:hover {
    color: #fff;
    padding-left: 0;
  }
  .header-language {
    display: flex;
  }
  .header-language-toggle {
    font-size: 0;
  }
  .header-language-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: all;
    background: none;
    border-radius: 0;
    padding-left: 0;
    translate: none;
  }
  .header-language-menu::before {
    content: none;
  }
  .header-language-link {
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .header-language-link.is-active {
    font-weight: bold;
    color: #fff;
  }
  body.is-menu-show .header-inside {
    display: flex;
  }
  body.is-menu-show .header-burger {
    position: relative;
  }
  body.is-menu-show .header-burger span:first-of-type {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(2),
  body.is-menu-show .header-burger span:nth-of-type(3) {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (max-width: 900px) {
  .header-logo svg {
    width: 150px;
  }
  .header-logo-text {
    font-size: 10px;
  }
}
@media (max-width: 640px) {
  .header-logo-text {
    display: none;
  }
  .header-button {
    font-size: 14px;
    padding-inline: 20px;
    height: 40px;
  }
}
@media (max-width: 560px) {
  .header-logo {
    max-width: 140px;
    margin-right: 15px;
  }
}
@media (max-width: 520px) {
  .header-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-button {
    font-size: 12px;
    height: 35px;
    margin-right: 5px;
  }
  .header-logo {
    margin: 0;
  }
  .header-logo svg {
    width: 120px;
  }
  .header-logo-text {
    font-size: 9px;
    line-height: 1.2;
  }
}
.footer {
  min-height: 100px;
  display: flex;
  font-size: 12px;
}

.footer-container {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer .navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  gap: 25px;
}
.footer .navi a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.footer .navi a:hover {
  color: #002B94;
}

.m-title {
  font-size: clamp(40px, 10vw, 144px);
  font-weight: bold;
  text-transform: uppercase;
  color: transparent;
  line-height: 1.2;
  margin: 0;
  font-family: "Geologica", sans-serif;
  -webkit-text-stroke: 0.5px #70779d;
  margin-bottom: 50px;
  position: relative;
  display: inline-flex;
}

.m-title::after {
  content: attr(data-text);
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  left: 0;
  top: 0;
  color: #70779d;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 50%);
          mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
}

.is-animated .m-title::after {
  animation: titleAnim 1s 0s 1 ease-in both;
}

@keyframes titleAnim {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
}
@keyframes titleAnim2 {
  to {
    color: #fff;
  }
}
:root {
  --mSectionSpace: 80px;
}

@media (max-width: 680px) {
  .m-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .m-title {
    margin-bottom: 10px;
  }
}
.focus {
  height: 100vh;
  background: url("/estartupdays.eu/images/2026/focus-bg.png") center/cover;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding-bottom: 30px;
  padding-block: 30px;
  font-family: "Geologica", sans-serif;
  max-height: 1200px;
}
@media (max-width: 1260px) {
  .focus {
    height: calc(100svh - 90px);
  }
}

.focus-bg {
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0.7;
}
.focus-bg canvas {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.focus-inside {
  max-width: 50%;
  width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.focus-logo svg {
  max-width: 100%;
  height: auto;
}

.focus-social {
  position: absolute;
  left: 30px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.focus-date {
  font-size: 32px;
  font-weight: bold;
}

.focus-place {
  font-size: 20px;
  margin-bottom: 20px;
}

.focus-button-cnt {
  position: relative;
  margin-top: 20px;
}

.focus-button-cnt::after {
  content: "";
  width: 220px;
  aspect-ratio: 220/123;
  background: url("/estartupdays.eu/images/2026/arrow.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
}

.focus-button {
  font-size: 24px;
  height: 66px;
  padding-inline: 50px;
}

.focus-timer {
  margin-top: auto;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.focus-timer-text {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.focus-timer-timer {
  display: flex;
  gap: 10px;
}

.focus-timer-timer-el {
  display: flex;
  flex-direction: column;
}

.focus-timer-timer-el span {
  width: 62px;
  height: 70px;
  border-radius: 20px;
  font-size: 34px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.focus-timer-timer-el strong {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 1200px) {
  .focus-button-cnt {
    margin-bottom: 100px;
  }
  .focus-button-cnt::after {
    width: 150px;
  }
}
@media (max-width: 680px) {
  .focus-inside {
    height: calc(100svh - 90px);
  }
  .focus-inside {
    max-width: 100%;
    padding-inline: 120px;
  }
  .focus-button-cnt {
    margin-bottom: 100px;
  }
  .focus-button-cnt::after {
    width: 100px;
  }
}
@media (max-width: 580px) {
  .focus-social {
    display: none;
  }
  .focus {
    min-height: 500px;
  }
  .focus-inside {
    padding-inline: 30px;
    align-items: center;
    text-align: center;
  }
  .focus-date {
    font-size: 26px;
  }
  .focus-place {
    font-size: 18px;
  }
  .focus-button {
    height: 55px;
    font-size: 20px;
  }
  .focus-button-cnt {
    margin-bottom: 20px;
  }
  .focus-button-cnt::after {
    content: none;
  }
  .focus-timer-text {
    margin-bottom: 10px;
  }
  .focus-timer-timer-el span {
    height: 50px;
    width: 50px;
    border-radius: 10px;
  }
  .focus-timer-timer-el span {
    font-size: 20px;
  }
}
.m-prizes {
  margin-block: var(--mSectionSpace);
  isolation: isolate;
  position: relative;
}

.m-prizes::after {
  content: "";
  z-index: -1;
  background-image: url(https://pliki.konferencje.ptwp.pl/i/96/02/b0/6wzv7k1q44y9moep.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  translate: -50% -50%;
  aspect-ratio: 1460/838;
}
@media (max-width: 1060px) {
  .m-prizes::after {
    top: 0;
    left: 0;
    translate: none;
    aspect-ratio: auto;
    background-size: auto 100%;
    height: 80%;
  }
}
@media (max-width: 640px) {
  .m-prizes::after {
    height: 60%;
    translate: 0 calc(var(--scroll) * -0.3px);
  }
}

.m-prizes-title {
  margin-left: -5px;
}

.m-prizes-list {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.m-prizes-list-item-icon img {
  margin-bottom: 20px;
  max-height: 60px;
}

.m-prizes-list-item {
  min-height: 300px;
  font-size: 15px;
  border: 0.5px solid #fff;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.17);
}

.m-prizes-list-item-desc-more {
  display: inline-flex;
  font-weight: 500;
  font-size: 0.9em;
  gap: 5px;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
  color: #180942;
  padding: 2px 5px 2px 12px;
  line-height: 1;
  cursor: pointer;
}
.m-prizes-list-item-desc-more::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23180942' d='m14 18l-1.4-1.45L16.15 13H4v-2h12.15L12.6 7.45L14 6l6 6z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.m-prizes-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 100;
  display: none;
}
.m-prizes-popup.is-show {
  display: block;
}

.m-prizes-popup-inside {
  display: grid;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  padding: 20px;
}

.m-prizes-popup-container {
  background: #fff;
  width: 840px;
  max-width: calc(100vw - 40px);
  padding: 30px;
  position: relative;
  font-size: 14px;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
}

.m-prizes-popup-container h2 {
  margin-top: 0;
  font-family: "Geologica", sans-serif;
  font-weight: 900;
  color: #002B94;
}

.m-prizes-popup-container h3 {
  font-family: "Geologica", sans-serif;
  display: flex;
  font-weight: 900;
}
.m-prizes-popup-container h3::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002B94' d='m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z'/%3E%3C/svg%3E");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.m-prizes-popup-close {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002B94' d='m12 13.4l-4.9 4.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.9-4.9l-4.9-4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.9 4.9l4.9-4.9q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 12l4.9 4.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .m-prizes-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .m-prizes-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .m-prizes-list-item {
    padding: 20px;
    font-size: 14px;
    min-height: 250px;
  }
  .m-prizes-list-item-icon {
    width: 40px;
  }
}
@media (max-width: 500px) {
  .m-prizes-list {
    grid-template-columns: 100%;
  }
  .m-prizes-list-item {
    font-size: 13px;
    min-height: 200px;
  }
}
.m-eec-container {
  min-height: 630px;
  border-radius: 20px;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  background: linear-gradient(to bottom, #5C91F2, #1146D2);
}

.m-eec-container-inner {
  padding-left: 60px;
  max-width: 560px;
}

.m-eec-container-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

.m-eec-container-lead {
  font-weight: bold;
  margin-bottom: 20px;
}

.m-eec-button {
  margin-top: 30px;
}

.m-eec-container-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.m-eec-container-bg video {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .m-eec-container-bg video {
    width: 130%;
  }
}
@media (orientation: portrait) {
  .m-eec-container-bg video {
    height: 110%;
    width: auto;
  }
}

@media (max-width: 860px) {
  .m-eec-container {
    min-height: 430px;
  }
  .m-eec-container-inner {
    padding: 40px 20px;
    font-size: 14px;
  }
}
.m-news {
  margin-block: var(--mSectionSpace);
}

.m-news-header {
  display: flex;
  justify-content: flex-end;
  color: #fff;
}

.m-news-title {
  margin: 0;
}

.m-news-header-right {
  flex-direction: column;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.m-news-header-right span {
  background: #70779D;
  height: 30px;
  padding-inline: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #180942;
  display: flex;
  align-items: center;
}

.m-news-header-right small {
  font-size: 8px;
  font-weight: 800;
  color: #70779D;
  text-transform: uppercase;
  margin: 10px 0;
}

.m-news-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.m-news-list-el {
  border-radius: 20px;
  flex: 1;
}

.m-news-list-el-link {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 290/390;
  position: relative;
  line-height: 1.4;
}

.m-news-list-el-link h3 {
  margin: 0;
}

.m-news-list-el-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.m-news-list-el-text {
  position: absolute;
  inset: 0;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  padding-bottom: 30px;
}

@media (max-width: 860px) {
  .m-news-list {
    gap: 20px;
  }
  .m-news-list-el-link {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .m-news-list {
    flex-direction: column;
  }
  .m-news-list-el-link {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: auto;
  }
  .m-news-list-el-link img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .m-news-header-right span {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .m-news-header-right span {
    font-size: 9px;
    height: 20px;
    padding-inline: 5px;
  }
  .m-news-header-right small {
    margin-block: 5px;
  }
}
.m-event-timeline {
  display: flex;
  list-style: none;
  margin-inline: auto;
  margin-block: var(--mSectionSpace);
}

.m-event-timeline-item {
  padding: 0 40px;
  flex: 1;
  opacity: 0.1;
  filter: grayscale(1);
  padding-bottom: 50px;
}

.m-event-timeline-item:nth-of-type(1) {
  transition: 2s 0.8s opacity;
}

.m-event-timeline-item:nth-of-type(2) {
  transition: 2s 1.6s opacity;
}

.m-event-timeline-item:nth-of-type(3) {
  transition: 2s 2.4s opacity;
}

.m-event-timeline-item:nth-of-type(4) {
  transition: 2s 3.2s opacity;
}

.m-event-timeline-item {
  border-left: 1px solid #70779d;
}

.m-event-timeline-item:first-child {
  border-left: 0;
}

.m-event-timeline-item-number {
  font-size: clamp(60px, 9vw, 140px);
  font-weight: 600;
  color: #70779d;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Geologica", sans-serif;
}

.m-event-timeline-item-date {
  font-size: 24px;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  color: #70779d;
  line-height: 1;
}

.m-event-timeline-item-desc {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}

.m-event-timeline-item.is-active {
  opacity: 1;
}

@media (max-width: 1100px) {
  .m-event-timeline-item {
    padding: 0 20px;
  }
  .m-event-timeline-item-desc {
    font-size: 14px;
  }
  .m-event-timeline-item-date {
    font-size: 20px;
  }
}
.is-animated .m-event-timeline-item {
  opacity: 1;
  filter: grayscale(0);
}

@media (max-width: 860px) {
  .m-event-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .m-event-timeline-item {
    border: 0;
    padding: 30px;
  }
  .m-event-timeline-item:nth-of-type(1),
  .m-event-timeline-item:nth-of-type(3) {
    border-right: 1px solid #70779d;
  }
  .m-event-timeline-item:nth-of-type(1),
  .m-event-timeline-item:nth-of-type(2) {
    border-bottom: 1px solid #70779d;
  }
}
@media (max-width: 600px) {
  .m-event-timeline {
    grid-template-columns: 100%;
  }
  .m-event-timeline-item {
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    padding: 30px 0;
  }
  .m-event-timeline-item + .m-event-timeline-item {
    border-top: 1px solid #70779d;
  }
  .m-event-timeline-item-desc {
    margin-top: 0;
  }
  .m-event-timeline-item:first-child {
    padding-top: 0;
  }
  .m-event-timeline-item:last-child {
    padding-bottom: 0;
  }
  .m-event-timeline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 20px;
    grid-template-areas: "nr date" "nr text";
  }
  .m-event-timeline-item-number {
    grid-area: nr;
  }
  .m-event-timeline-item-date {
    font-size: 18px;
    grid-area: date;
  }
  .m-event-timeline-item-desc {
    grid-area: text;
  }
}
.m-winners {
  margin-block: var(--mSectionSpace);
}

.m-winners-title-cnt {
  display: flex;
  justify-content: flex-end;
}

.m-winners-title {
  text-align: right;
}

.m-winners-list {
  display: grid;
  grid: auto/auto;
  position: relative;
}

.m-winners-list-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.m-winners-list-item.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.m-winners-list-item-category {
  background: #fff;
  border-radius: 20px;
  flex: 1;
  color: #000;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.m-winners-list-item-category-text {
  color: #70779d;
  text-transform: uppercase;
  font-size: 16px;
}

.m-winners-list-item-category-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.m-winners-list-item-category-winner {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-winners-list-item-category-photo {
  border-radius: 20px;
  overflow: hidden;
  flex: 2;
}
.m-winners-list-item-category-photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-winners-list-navi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 2fr;
  z-index: 5;
}

.m-winners-list-navi-inside {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  gap: 10px;
}

.m-winners-list-navi-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #70779D;
  border: 0;
  cursor: pointer;
}

@media (max-width: 640px) {
  .m-winners-list-item-category {
    padding-bottom: 20px;
  }
  .m-winners-list-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .m-winners-list-item-category-photo {
    aspect-ratio: 307/377;
  }
}
@media (max-width: 480px) {
  .m-winners-list-item-category img {
    max-width: 200px;
  }
}
.m-collaboration-main {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}

.m-collaboration-content {
  margin-top: 84px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  font-family: "Geologica", sans-serif;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}

.m-collaboration-content h2 {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .m-collaboration-main {
    flex-direction: column;
  }
  .m-collaboration-title {
    margin-bottom: 0;
  }
  .m-collaboration-content {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .m-collaboration-content {
    text-align: center;
    padding: 30px;
  }
}
.m-partners {
  position: relative;
  padding-bottom: 10px;
  flex: 1;
}

.m-partners .button {
  background: #002B94;
  color: #000;
}

.m-partners-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.m-partners-list.slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 0;
}
.m-partners-list.slider .slider-list-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
}
.m-partners-list.slider .slider-list-slide.is-show {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.m-partners .slider-list-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fit, 1fr);
  align-items: start;
  align-content: start;
  gap: 10px 20px;
  align-items: start;
}

.m-partners-list-el {
  display: flex;
  flex-direction: column;
}
.m-partners-list-el small {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1em;
  padding: 3px 0;
}
.m-partners-list-el span, .m-partners-list-el a {
  background: #fff;
  height: 120px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-partners-list-el img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-dots {
  display: flex;
  display: none;
  gap: 10px;
  justify-content: center;
}
.slider-dots .slider-dots-el {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  text-indent: -999px;
  overflow: hidden;
}
.slider-dots .slider-dots-el.is-active {
  background: #002B94;
}

@media (max-width: 980px) {
  .m-partners {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  .m-partners-title {
    position: relative;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .m-partners-title span {
    writing-mode: horizontal-tb;
    text-align: center;
    text-orientation: initial;
    scale: 1 1;
    translate: none;
    position: relative;
    width: 100%;
    display: block;
  }
  .m-partners .slider-list-slide {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .m-partners-title {
    margin-top: 20px;
  }
  .m-partners-list-el span, .m-partners-list-el a {
    height: 90px;
    border-radius: 10px;
  }
}
.m-person {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
}

.m-person img {
  width: 148px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.m-person-content {
  flex: 1;
}

.m-person h3 {
  color: #70779D;
  margin-bottom: 0;
}

.m-person p {
  margin-top: 0;
}

.m-person-links {
  display: flex;
  flex-direction: column;
}

.m-person-links a {
  color: #fff;
}

@media (max-width: 640px) {
  .m-person img {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .m-person {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
}
.body-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.subpage {
  min-height: 100vh;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  padding-inline: 15px;
}

@media (max-width: 990px) {
  .subpage .focus-social {
    display: none;
  }
}

.subpage::before {
  content: "";
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/estartupdays.eu/images/2026/maziaj.jpg") center/cover;
  min-height: 550px;
  height: calc(100vh + 200px);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000 300px);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000 300px);
  opacity: 0.8;
}

.subpage-header {
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.subpage-title {
  text-align: center;
  font-size: clamp(36px, 5vw, 55px);
  margin: 40px 0 0;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.subpage-top-date {
  color: #180942;
  background: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bold;
  margin: 20px auto 0;
  font-size: 20px;
}

.subpage-subtitle {
  color: #fff;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 300;
}

.subpage-content-cnt {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  isolation: isolate;
  padding-bottom: 100px;
  z-index: 1;
}

.subpage-content {
  font-weight: 300;
  position: relative;
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 60px;
  margin: 0 auto;
  line-height: 1.6;
  flex: 1;
  width: 100%;
}

:where(.subpage-content p) {
  margin-bottom: 20px;
}
:where(.subpage-content p):last-child {
  margin-bottom: 0;
}

:where(.subpage-content h2, .subpage-content h3) {
  color: #002B94;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
}

:where(.subpage-content a:not([class])) {
  font-weight: bold;
}

:where(.subpage-content ol:not([class])) {
  margin-block: 20px;
  padding-left: 45px;
}
:where(.subpage-content ol:not([class])) li::marker {
  color: #002B94;
}

:where(.subpage-content ul:not([class])) {
  margin-block: 20px;
  list-style: none;
  padding: 0;
}
:where(.subpage-content ul:not([class])) li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
:where(.subpage-content ul:not([class])) li:last-child {
  margin-bottom: 0;
}
:where(.subpage-content ul:not([class])) li::before {
  content: "";
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23002B94' d='M16.175 13H5q-.425 0-.712-.288T4 12t.288-.712T5 11h11.175l-4.9-4.9q-.3-.3-.288-.7t.313-.7q.3-.275.7-.288t.7.288l6.6 6.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-6.6 6.6q-.275.275-.687.275T11.3 19.3q-.3-.3-.3-.712t.3-.713z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.subpage-content-header {
  margin: -60px;
  margin-bottom: 50px;
  aspect-ratio: 780/360;
  background-position: center;
  background-size: cover;
}

@media (max-width: 600px) {
  .subpage-content {
    padding: 30px;
  }
  .subpage-content-header {
    margin: -40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 476px) {
  .subpage-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .subpage-subtitle {
    font-size: 14px;
  }
  .subpage-content {
    padding: 20px;
    border-radius: 10px;
  }
}
.post-2471 .button {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}

.button {
  background: #002B94;
  color: #fff;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 30px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Geologica", sans-serif;
  text-transform: uppercase;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s background-color;
}
.button:hover:not([disabled]) {
  background: #0e3eb2;
  color: #fff;
}
.button[disabled] {
  background: #002B94;
  opacity: 0.7;
  filter: grayscale(0.9);
  pointer-events: none;
}

.person-box {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.person-box-img-cnt {
  position: relative;
  align-self: flex-start;
}

.person-box-img {
  width: 100%;
  max-width: 235px;
  position: relative;
  z-index: 1;
}

.person-box-content {
  padding-left: 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.person-box-name {
  font-size: 30px;
  margin-top: 0;
  font-weight: 900;
  color: #000;
  font-family: "Geologica", sans-serif;
  margin-bottom: 0;
}

.person-box-text {
  font-size: 14px;
  font-family: "Geologica", sans-serif;
  opacity: 0.6;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.person-box-contact-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.person-box-contact-icons li {
  margin-bottom: 10px;
  font-size: 16px;
}
.person-box-contact-icons li::before {
  transition: 0.1s filter;
}

.person-box-contact-icons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #002B94;
  transition: 0.1s color;
  position: relative;
}

.person-box-contact-icons a:focus,
.person-box-contact-icons a:hover {
  text-decoration: none;
  color: #000;
}

.person-box-contact-icons li:hover::before {
  filter: brightness(0.1);
}

.person-box-contact-icons a:hover .tooltip {
  display: block;
}

.person-box-contact-icons .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  background: #002B94;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  white-space: nowrap;
}

.person-box-contact-icons .tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-top: 6px solid #002B94;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.person-box-contact-icon-ln {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-ln::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/estartupdays.eu/images/2026/ln-color.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

.person-box-contact-icon-mail {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-mail::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/estartupdays.eu/images/2026/mail.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

.person-box-contact-icon-phone {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/estartupdays.eu/images/2026/phone.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

@media (max-width: 640px) {
  .person-box {
    flex-direction: column;
  }
  .person-box-img {
    max-width: 200px;
  }
  .person-box-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
/*# sourceMappingURL=style.2026.css.map */
