@font-face {
  font-family: Slovenec;
  src: url('../fonts/Slovenec-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Slovenec;
  src: url('../fonts/Slovenec-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bagnard;
  src: url('../fonts/Bagnard.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avara;
  src: url('../fonts/Avara-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkparadise;
  src: url('../fonts/DarkParadise-Italic.otf') format("opentype"), url('../fonts/DarkParadise-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Darkparadise;
  src: url('../fonts/DarkParadise-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --spring-green: #25ef72;
  --grey: #838383;
  --white: white;
  --red: #ff0101;
  --crimson: #e53d39;
  --kres-rdeca: #d92323;
  --ozadje-artist: #222;
  --gainsboro: #e6e6e6;
  --kres-oranzna: #df5200;
  --sivo-vijolčna: #7d718d;
  --svetlo-vijolčna2: #9e75d5;
  --kres-2025-rumenozelena: #c1d353;
  --kres-2025-oranžna: #eb672b;
  --kres-2025-zelena: #5cae57;
  --100-vw: 100vw;
  --vijolčna: #523677;
  --yellow: #fff200;
  --rosy-brown: #ac7d7d;
  --forestgreen: #228b22;
  --svetlo-vijolčna: var(--vijolčna);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  z-index: 600;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  top: 57.7vw;
  overflow: visible;
}

.navbar {
  z-index: 999;
  object-fit: fill;
  background-color: #000;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-container.shadow-three {
  z-index: 999;
  border-top: 0px solid var(--grey);
  background-color: var(--black);
  object-fit: fill;
  z-index: 999;
  object-fit: fill;
  background-color: #000;
  border-top: 0 solid #838383;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  display: block;
  position: relative;
  overflow: visible;
}

.container {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.navbar-wrapper {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: static;
}

.navbar-brand {
  clear: left;
  text-align: left;
  object-fit: contain;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: flex-start flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu-wrapper {
  background-color: var(--black);
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.nav-menu-two {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  z-index: 999;
  letter-spacing: .25px;
  justify-content: flex-end;
  padding: 5px 30px 5px 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  border-radius: 0;
  margin-right: 10px;
  display: none;
}

.nav-dropdown-icon:hover {
  color: var(--red);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  color: red;
  background-color: #e53d39;
  background-image: linear-gradient(#000, #e53d39);
  border-radius: 0;
  line-height: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  display: block;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 17px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.nav-dropdown-link:hover {
  color: var(--crimson);
  -webkit-text-stroke-color: var(--spring-green);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--spring-green);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--crimson);
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  text-align: center;
  width: 500px;
  padding-bottom: 20px;
}

.text-block {
  color: var(--white);
  text-transform: none;
  font-family: Slovenec, Times New Roman, sans-serif;
  text-decoration: underline;
}

.text-block:hover {
  color: var(--red);
}

.body {
  background-color: var(--black);
}

.container-2 {
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  max-width: 900px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-2 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: block;
  position: absolute;
  top: 8.3vw;
  left: 15vw;
}

.div-block {
  margin-top: 220px;
  margin-bottom: 220px;
}

.div-block-2 {
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 30vw;
  display: flex;
  position: absolute;
  top: 60vw;
}

.container-3 {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  width: 10vw;
  max-width: 70%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.image-2 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.fire {
  width: 38vw;
  height: 35vw;
  display: block;
  position: absolute;
  top: 0;
  left: 30.4vw;
  overflow: visible;
}

.image-3 {
  z-index: 3;
  width: 5vw;
  position: absolute;
  top: 2.4vw;
  left: 17.6vw;
}

.image-4 {
  z-index: 14;
  width: 7vw;
  position: absolute;
  top: 13.1vw;
  right: 23.6vw;
}

.image-5 {
  z-index: 80;
  width: 8vw;
  position: absolute;
  top: 8.1vw;
  right: 3.7vw;
}

.image-6 {
  z-index: 9;
  width: 11vw;
  position: absolute;
  top: 13.8vw;
  left: 11vw;
}

.image-7 {
  z-index: 90;
  width: 22vw;
  position: absolute;
  top: 25.1vw;
  right: 1.2vw;
}

.image-8 {
  z-index: 27;
  width: 6vw;
  position: absolute;
  top: 22.8vw;
  left: 25.5vw;
}

.image-9 {
  z-index: 1;
  text-align: left;
  align-self: center;
  width: 70vw;
  font-size: 16px;
  display: none;
  position: absolute;
  top: 0;
}

.image-10 {
  order: 0;
  align-self: auto;
}

.image-11 {
  width: 10%;
  position: static;
}

.image-icon {
  outline-offset: 0px;
  outline: 3px #333;
  max-width: 100%;
  height: 7vw;
  position: absolute;
  left: -1.3vw;
}

.image-13, .image-14, .image-15 {
  height: 90px;
}

.image-16 {
  width: 10%;
  height: 100%;
}

.image-17, .image-18, .image-19, .image-20, .image-21 {
  width: 10%;
}

.div-block-3 {
  text-align: center;
  align-self: center;
  width: 50vw;
  position: absolute;
  top: 28.8vw;
}

.div-block-4 {
  text-align: center;
  width: 50vw;
  position: absolute;
  top: 0;
}

.section-2 {
  background-color: #000;
  width: 100vw;
  padding-top: 0;
  display: block;
  position: relative;
  top: 67.1vw;
  overflow: visible;
}

.image-22 {
  text-align: left;
}

.image-23 {
  max-width: 30%;
}

.image-24 {
  text-align: left;
  align-self: auto;
}

.image-25 {
  flex: 0 auto;
  align-self: flex-start;
  width: 40vw;
  position: absolute;
}

.image-26 {
  max-width: 18%;
}

.text-block-3 {
  color: var(--white);
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: none;
}

.brand {
  align-self: auto;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  padding-left: 20px;
}

.image-27 {
  margin-right: 10px;
  display: none;
}

.div-block-5 {
  z-index: 999;
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36 {
  max-height: 50px;
}

.icona-header {
  text-align: left;
  max-height: 45px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.fire-copy {
  width: 80vw;
  height: 40vw;
  position: absolute;
  top: 7.8vw;
  left: 8.2vw;
}

.image-icon-copy {
  outline-offset: 0px;
  outline: 3px #333;
  max-width: 100%;
  height: 90px;
  position: absolute;
  inset: 242px 29.8516px 246.594px 920px;
}

.container-4 {
  color: #000;
  margin-top: 0;
}

.ime-2024 {
  color: #fff;
  object-fit: fill;
  background-color: #0000;
  padding-top: 35px;
  padding-bottom: 0;
  font-family: Darkparadise, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.imena {
  z-index: 997;
  border-top: 1px solid var(--kres-rdeca);
  color: var(--red);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: var(--black);
  overflow: visible;
}

.image-38 {
  position: absolute;
}

.image-39 {
  width: 100%;
  margin-top: 0;
}

.image-40 {
  width: 100%;
  margin-top: 40px;
}

.div-block-6 {
  display: none;
}

.body-3 {
  background-color: var(--black);
}

.text-block-5 {
  border-top: 1px none var(--white);
  border-right: 1px none var(--white);
  color: #fff;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: block;
  box-shadow: 0 5px 9px #0003;
}

.container-5 {
  padding-bottom: 200px;
}

.image-41 {
  width: 100%;
  margin-top: 0;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.imenaaa {
  z-index: 990;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 27.7vw;
  overflow: visible;
}

.monitor {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 100vw;
  margin-top: 0;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: visible;
}

.rka {
  z-index: 600;
  text-align: left;
  height: 5vw;
  position: absolute;
  top: .4vw;
}

.farah {
  z-index: auto;
  flex: 0 auto;
  align-self: auto;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 1.3vw;
  left: 1.3vw;
}

.beti {
  z-index: 600;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -4.9vw;
  left: 81.1vw;
}

.image-43 {
  width: 5vw;
  position: absolute;
}

.jaka {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -19.3vw;
  left: 2.4vw;
}

.jaka.boxxx {
  top: 23.4vw;
}

.image-44 {
  width: 5vw;
  position: absolute;
}

.luka {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 3.9vw;
  left: auto;
  right: 0;
}

.image-45 {
  height: 5vw;
  position: absolute;
}

.niko {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -17.7vw;
  left: 87.4vw;
}

.image-46 {
  width: 5vw;
  position: absolute;
}

._1_farah {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 84.3vw;
  left: 4.6vw;
}

._1_lavrenci {
  z-index: 990;
  cursor: cell;
  justify-content: center;
  width: 19vw;
  height: 6vw;
  display: flex;
  position: absolute;
  top: 13.3vw;
  left: 63.5vw;
}

._1_brin {
  z-index: 998;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 67.6vw;
  left: 22vw;
}

._1_jaka {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 52.4vw;
  left: 4.1vw;
}

._1_beti {
  z-index: 99;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 17.7vw;
  left: 5.4vw;
  overflow: hidden;
}

.imee {
  z-index: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  position: absolute;
  top: 5.9vw;
}

.imee:hover {
  color: var(--crimson);
  -webkit-text-stroke-color: var(--crimson);
}

.imee:active {
  color: var(--crimson);
}

.celeste {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -7.6vw;
  left: 7.8vw;
}

._1_celeste {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 79.8vw;
  left: 64.6vw;
}

.vid {
  z-index: 600;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 10.9vw;
  left: 11.9vw;
}

._1_vid {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 36.6vw;
  left: 84.2vw;
}

.neo {
  z-index: 600;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -22.5vw;
  left: 76.5vw;
}

.mihevc {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 10.7vw;
  left: 77.2vw;
}

._1_mihevc {
  z-index: 990;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 101.6vw;
  left: 80.7vw;
}

._1_neo {
  z-index: 990;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 5.9vw;
  left: 79.3vw;
}

.knnz {
  z-index: 600;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -23.5vw;
  left: 12.9vw;
}

.link-block-10 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-47 {
  z-index: 120;
  width: 70vw;
  display: block;
  position: absolute;
}

.image-48 {
  display: none;
}

.link-block-11 {
  padding-left: 20px;
  display: inline-block;
}

.image-49 {
  z-index: 2;
  width: 10vw;
  position: absolute;
  top: -12.4vw;
  left: 31.9vw;
}

.image-50 {
  z-index: 4;
  width: 8vw;
  position: absolute;
  top: 4.7vw;
  left: 32.6vw;
}

.image-51 {
  z-index: 50;
  width: 6vw;
  position: absolute;
  top: 22.9vw;
  left: 38.6vw;
}

.image-52 {
  z-index: 8;
  width: 5vw;
  position: absolute;
  top: 5vw;
  left: 15.6vw;
}

.image-53 {
  z-index: 3;
  width: 9vw;
  position: absolute;
  top: 4.9vw;
  left: 3.5vw;
}

.image-54 {
  z-index: 19;
  width: 10vw;
  position: absolute;
  top: 17.2vw;
  left: 12.3vw;
}

.image-55 {
  z-index: 8;
  width: 8vw;
  position: absolute;
  top: 8.7vw;
  left: 8.2vw;
}

.image-56 {
  z-index: 8;
  width: 11vw;
  position: absolute;
  top: 18.4vw;
  left: 9.5vw;
}

.image-57 {
  z-index: 22;
  width: 9vw;
  position: absolute;
  top: 32.6vw;
  left: 20.5vw;
}

.image-58 {
  z-index: 60;
  width: 10vw;
  position: absolute;
  top: 14.6vw;
  left: 8.2vw;
}

.image-59 {
  z-index: 26;
  width: 6vw;
  position: absolute;
  top: 24.4vw;
  left: 14.5vw;
}

.image-60 {
  z-index: 5;
  width: 7vw;
  position: absolute;
  top: 10.3vw;
  left: 39.1vw;
}

.image-61 {
  z-index: 500;
  width: 16vw;
  position: absolute;
  top: 34.1vw;
  left: -1.8vw;
}

.image-62 {
  z-index: 14;
  width: 6vw;
  position: absolute;
  top: 16.8vw;
  left: 7.7vw;
}

.image-63 {
  z-index: 150;
  width: 27vw;
  position: absolute;
  top: 20.1vw;
  left: -8.6vw;
}

.image-64 {
  z-index: 14;
  width: 9vw;
  position: absolute;
  top: 14.3vw;
  right: 0;
}

.image-65 {
  z-index: 380;
  width: 12vw;
  position: absolute;
  top: 39.4vw;
  left: -3.8vw;
}

.image-66 {
  z-index: 60;
  width: 3vw;
  position: absolute;
  top: 25.8vw;
  left: 22.8vw;
}

.image-67 {
  z-index: 13;
  width: 8vw;
  position: absolute;
  top: 9.7vw;
  left: 2.1vw;
}

.image-68 {
  z-index: 130;
  width: 13vw;
  position: absolute;
  top: 14.7vw;
  left: 11.5vw;
}

.image-69 {
  z-index: 9;
  width: 10vw;
  position: absolute;
  top: 12.3vw;
  left: 5vw;
}

.image-70 {
  z-index: 9;
  width: 16vw;
  position: absolute;
  top: 5.2vw;
  left: 3.6vw;
}

.image-71 {
  z-index: 199;
  width: 16vw;
  position: absolute;
  top: 26.7vw;
  left: 5.7vw;
}

.image-72 {
  z-index: 998;
  width: 12vw;
  position: absolute;
  top: -3.1vw;
  left: 2.5vw;
}

.image-73 {
  z-index: 50;
  width: 9vw;
  position: absolute;
  top: 23.7vw;
  left: 15.4vw;
}

.image-74 {
  z-index: 40;
  width: 8vw;
  position: absolute;
  top: 11.9vw;
  right: 0;
}

.image-75 {
  width: 6vw;
  position: absolute;
  top: -4.9vw;
  left: 2.2vw;
}

.facika {
  z-index: 21;
  width: 5vw;
  position: absolute;
  top: 18.8vw;
  left: 11vw;
}

.image-77 {
  width: 9vw;
  position: absolute;
  top: -4.1vw;
  left: 0;
}

.image-78 {
  z-index: 100;
  width: 5vw;
  position: absolute;
  top: 22.4vw;
  left: -4.9vw;
}

.image-79 {
  width: 6vw;
  position: absolute;
  top: -1vw;
  left: 2.7vw;
}

.image-80 {
  z-index: 6;
  width: 4vw;
  position: absolute;
  top: 28.1vw;
  left: 9.1vw;
}

.image-81 {
  z-index: 32;
  width: 7vw;
  position: absolute;
  top: 24.1vw;
  left: 12.9vw;
}

.image-82 {
  width: 6vw;
  position: absolute;
  top: -.7vw;
  left: .2vw;
}

.image-83 {
  z-index: 25;
  width: 10vw;
  position: absolute;
  top: 19.7vw;
  right: 22.7vw;
}

.image-84 {
  z-index: 999;
  width: 13vw;
  position: absolute;
  top: 33.8vw;
  left: 15vw;
}

.image-85 {
  z-index: 8;
  width: 13vw;
  position: absolute;
  top: 8.1vw;
  left: 6.5vw;
}

.image-86 {
  z-index: 18;
  width: 8vw;
  position: absolute;
  top: 12vw;
  left: 18.7vw;
}

.image-87 {
  width: 4vw;
  position: absolute;
  top: -5.6vw;
  left: 1.8vw;
}

.image-88 {
  width: 6vw;
  position: absolute;
  top: -2.9vw;
}

.image-89 {
  z-index: 2;
  width: 10vw;
  position: absolute;
  top: 9.5vw;
  right: 8.7vw;
}

.image-90 {
  width: 7vw;
  position: absolute;
  top: -2.6vw;
  left: .5vw;
}

.image-91 {
  z-index: 600;
  width: 6vw;
  position: absolute;
  top: -1.5vw;
  left: 1.6vw;
}

.image-92 {
  width: 9vw;
  position: absolute;
  top: -3.7vw;
  left: 0;
}

.image-93 {
  width: 4vw;
  position: absolute;
  top: -4.9vw;
  left: 3.5vw;
}

.image-94 {
  z-index: 229;
  width: 15vw;
  position: absolute;
  top: 35vw;
  right: 5vw;
}

.image-95 {
  z-index: 15;
  width: 9vw;
  position: absolute;
  top: 24vw;
  left: 22.4vw;
}

.image-96 {
  z-index: 1;
  width: 16vw;
  position: absolute;
  top: -4.2vw;
  left: 3.9vw;
}

.image-97 {
  z-index: 300;
  width: 10vw;
  position: absolute;
  bottom: -.1vw;
  right: 3.1vw;
}

.image-98 {
  z-index: 40;
  width: 8vw;
  position: absolute;
  top: .3vw;
  left: -2.5vw;
}

.travca {
  z-index: 5;
  width: 10vw;
  position: absolute;
  bottom: 20vw;
  right: 10.9vw;
}

.image-100 {
  z-index: 13;
  width: 8vw;
  position: absolute;
  top: 15.6vw;
  right: 18.6vw;
}

.image-101 {
  z-index: 110;
  width: 10vw;
  position: absolute;
  bottom: 16.9vw;
  right: 8.6vw;
}

.image-102 {
  z-index: 19;
  width: 5vw;
  position: absolute;
  top: 17.6vw;
  left: 16.3vw;
}

.image-103 {
  z-index: 6;
  width: 10vw;
  position: absolute;
  top: 13.3vw;
  right: 2.5vw;
}

.image-104 {
  z-index: 6;
  width: 8vw;
  position: absolute;
  top: 12.8vw;
  left: 23vw;
}

.image-105 {
  z-index: 26;
  width: 16vw;
  position: absolute;
  bottom: 20.2vw;
  right: 0;
}

.image-106 {
  z-index: 200;
  width: 20vw;
  position: absolute;
  top: 30.3vw;
  left: -6.4vw;
  right: 0;
}

.image-107 {
  z-index: 14;
  width: 9vw;
  position: absolute;
  bottom: 12.6vw;
  right: 34.6vw;
}

.image-108 {
  z-index: 6;
  width: 6vw;
  position: absolute;
  top: 6.2vw;
  right: 28.3vw;
}

.image-109 {
  z-index: 20;
  width: 6vw;
  position: absolute;
  top: 10vw;
  left: -12vw;
}

.image-110 {
  z-index: 5;
  width: 10vw;
  position: absolute;
  top: 22.9vw;
  left: -14.9vw;
}

.image-111 {
  z-index: 34;
  width: 12vw;
  position: absolute;
  bottom: 11.6vw;
  left: 7.3vw;
}

.image-112 {
  z-index: 8;
  width: 8vw;
  position: absolute;
  top: 4.2vw;
  left: 6.6vw;
}

.image-113 {
  z-index: 3;
  width: 8vw;
  position: absolute;
  bottom: 7.7vw;
  left: 10vw;
}

.image-114 {
  z-index: 120;
  width: 14vw;
  position: absolute;
  bottom: 12vw;
  left: 4.7vw;
}

.image-115 {
  z-index: 2;
  width: 10vw;
  position: absolute;
  top: 20vw;
  left: 5vw;
}

.image-116 {
  z-index: 8;
  width: 6vw;
  position: absolute;
  top: 8.3vw;
  left: 5.5vw;
}

.image-117 {
  z-index: 170;
  width: 17vw;
  position: absolute;
  top: 26.2vw;
  left: -2.1vw;
}

.image-118 {
  z-index: 2;
  width: 7vw;
  position: absolute;
  top: 25vw;
  right: 3.7vw;
}

.image-119 {
  z-index: 30;
  width: 10vw;
  position: absolute;
  top: 22.4vw;
  right: 7.3vw;
}

.naslov-kolofon {
  color: var(--white);
  margin-top: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  display: block;
}

.header {
  z-index: 999;
  color: var(--crimson);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
  position: absolute;
  top: 2.9vw;
  left: 10vw;
}

.header-copy {
  z-index: 999;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 10vw;
}

.image-120 {
  z-index: 18;
  width: 8vw;
  position: absolute;
  top: .9vw;
  left: .8vw;
}

.image-121 {
  z-index: 100;
  width: 6vw;
  position: absolute;
  top: 20.1vw;
  left: -1.5vw;
}

.image-122 {
  z-index: 3;
  width: 6vw;
  position: absolute;
  top: 2.9vw;
  left: 7.5vw;
}

.image-123 {
  z-index: 2;
  width: 9vw;
  position: absolute;
  top: -.4vw;
  left: 15.9vw;
}

.image-124 {
  z-index: 40;
  width: 14vw;
  position: absolute;
  top: 12.7vw;
  left: -.7vw;
}

.image-125 {
  z-index: 10;
  width: 13vw;
  position: absolute;
  top: 7.9vw;
  right: 0;
}

.gradient {
  z-index: -5;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--crimson), var(--black) 60%);
  object-fit: fill;
  width: 100vw;
  height: 90vw;
  display: block;
  position: absolute;
  top: -19.6vw;
}

.div-block-8 {
  flex: 0 auto;
  display: none;
}

.linkime {
  color: var(--red);
}

.section-3 {
  border-top: 1px none var(--white);
  background-color: var(--ozadje-artist);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-4 {
  border-top: 0px solid var(--grey);
  background-color: var(--black);
  display: block;
  position: relative;
}

.container-6 {
  border-top: 1px #000;
}

.image-126 {
  height: 25px;
}

.text-block-naslov {
  color: var(--crimson);
  background-color: #0000;
  margin-top: 30px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.section-5 {
  background-color: var(--red);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-127 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  display: block;
  position: relative;
}

.image-128 {
  width: 100%;
  display: block;
  position: relative;
}

.image-129 {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.image-130, .image-131, .image-132 {
  width: 100%;
  display: block;
  position: relative;
}

.image-133 {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-color: var(--ozadje-artist);
}

.linki {
  z-index: 990;
  width: 100vw;
  display: block;
  position: absolute;
}

.beti-linki {
  width: 200px;
  position: relative;
  top: 118px;
  left: 79px;
}

.beti-linki.velikosti {
  width: 200px;
  top: 153px;
  left: 14px;
}

.beti-linki.velikostii {
  top: 412px;
  left: -657px;
}

.link-block-13 {
  position: relative;
  top: 118px;
}

.link-block-14 {
  position: relative;
  top: 500px;
}

.image-134 {
  position: relative;
  top: -178px;
}

.container-7, .ozadje {
  position: relative;
}

.image-135 {
  width: 100%;
  position: relative;
}

.link-block-15 {
  position: relative;
  top: 298px;
  left: 163px;
}

.link-block-16 {
  position: relative;
}

.link-block-17 {
  position: relative;
  top: 255px;
}

.link-block-18 {
  width: 100px;
  position: relative;
  top: 68px;
  left: 302px;
}

.link-block-19 {
  position: relative;
  left: 248px;
}

.fotka {
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.link-block-20 {
  z-index: 999;
  width: 20vw;
  position: absolute;
  top: 3.3vw;
  left: 10vw;
}

.link-block-21 {
  width: 15vw;
  position: absolute;
  top: 28vw;
  left: 41.5vw;
}

.link-block-22 {
  width: 20vw;
  position: absolute;
  top: 76.1vw;
  left: 50.1vw;
}

.link-block-23 {
  width: 18vw;
  position: absolute;
  top: 8.1vw;
  left: 71.4vw;
}

.link-block-24 {
  width: 15vw;
  position: absolute;
  top: 42vw;
  left: 12.4vw;
}

.link-block-25 {
  width: 18vw;
  position: absolute;
  top: 54vw;
  left: 70.7vw;
}

.container-8 {
  width: 0%;
  position: absolute;
  overflow: visible;
}

.image-136 {
  width: 100vw;
  position: relative;
}

.body-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  transform: translate(0);
}

.image-137 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section-7 {
  background-image: url('../images/FSK_Kres_background3.avif');
  background-position: 0 0;
  background-size: auto;
}

.image-138 {
  filter: blur(8px);
  transform-style: preserve-3d;
  transition: opacity .2s;
  transform: rotateX(0)rotateY(-154deg)rotateZ(-16deg);
}

.section-8 {
  background-image: linear-gradient(to bottom, var(--black), var(--black)), url('../images/fsk_cryticgram_kres2png-01.avif');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.image-139 {
  transform-style: preserve-3d;
  position: sticky;
  transform: rotateX(0)rotateY(47deg)rotateZ(0);
}

.image-140 {
  filter: blur(5px);
  cursor: grabbing;
  mix-blend-mode: luminosity;
  object-fit: fill;
  width: 1000px;
  margin-top: 239px;
  padding-left: 189px;
  transition: opacity .55s;
  transform: rotate(0);
}

.paragraph {
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fotka-beti {
  float: none;
  clear: both;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.body-5 {
  background-color: var(--black);
}

.div-block-9 {
  margin-top: 0;
}

.div-block-10 {
  margin-top: 0;
  display: block;
}

.div-block-11 {
  margin-top: 0;
  display: none;
}

.div-block-12 {
  margin-bottom: 0;
  display: none;
}

.container-9 {
  margin-bottom: 200px;
}

.link {
  color: var(--crimson);
  -webkit-text-stroke-color: #ff0101;
}

.link-2 {
  color: var(--crimson);
  -webkit-text-stroke-color: var(--spring-green);
}

.image-141, .image-142, .image-143 {
  width: 100%;
}

.image-144 {
  z-index: 1;
  width: 7vw;
  position: absolute;
  bottom: 5.2vw;
  left: 25vw;
}

.text-block-6 {
  color: var(--white);
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
}

.icon-2 {
  color: var(--white);
}

.novi-dropdown {
  margin-left: 0;
  margin-right: 60px;
  display: block;
}

.dropdown-list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list.w--open {
  text-align: left;
  background-image: linear-gradient(#000, #d30000);
  width: 128px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
}

.html-embed {
  width: auto;
  height: 720px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.body-6 {
  background-color: var(--black);
}

.html-embed-2 {
  height: 720px;
  position: relative;
}

.div-block-15 {
  padding-bottom: 220px;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-145 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 2px solid #ff0004;
  margin-top: -3876px;
  margin-left: 802px;
}

.container-10 {
  position: absolute;
}

.image-146 {
  width: 100px;
  position: absolute;
  inset: 25% 0% 0% 61%;
}

.image-147 {
  display: inline-block;
  position: absolute;
}

.image-148 {
  display: inline-block;
  position: relative;
  top: 59px;
  left: 826px;
}

.image-149 {
  position: relative;
}

.image-150 {
  float: none;
  clear: none;
  position: relative;
  top: -509px;
}

.div-block-16 {
  position: relative;
  top: -1166px;
  left: 586px;
}

.image-151 {
  position: absolute;
}

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-152 {
  outline-offset: 0px;
  perspective: none;
  transform-origin: 50%;
  outline: 3px solid #fff;
  margin-top: 98px;
  margin-left: 751px;
  position: absolute;
  transform: none;
}

.button {
  position: absolute;
  top: 502px;
}

.container-11 {
  position: absolute;
}

.div-block-17 {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 500px;
  position: absolute;
  top: 282px;
}

.container-12 {
  width: 100px;
  position: absolute;
}

.image-153 {
  border: .5px none var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 0;
  outline-width: 2px;
  outline-style: dashed;
  width: auto;
  max-width: 26%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 8% 4% auto auto;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  max-height: 10%;
  display: flex;
  position: absolute;
}

.div-block-19 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-20 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-20._21 {
  inset: auto 0% 0%;
}

.image-154 {
  position: absolute;
  top: 453px;
}

.image-155 {
  opacity: 1;
  mix-blend-mode: normal;
  border: 1px solid #fff0;
  border-radius: 20px;
  width: 300vw;
  max-width: 10%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 35% 3%;
}

.image-156 {
  width: 73vw;
  max-width: 5%;
}

.image-157 {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline-width: 1px;
  outline-style: dotted;
  width: auto;
  max-width: 15%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 9% 0% auto;
}

.image-159 {
  width: 234vw;
  max-width: 25%;
  position: absolute;
  inset: 7% auto auto 9%;
}

.image-160 {
  width: 699vw;
  max-width: 35%;
  position: absolute;
  inset: 191px auto auto 0%;
}

.image-162 {
  width: 327vw;
  max-width: 20%;
  position: absolute;
  inset: 6% auto auto 4%;
}

.body-7 {
  color: #fff;
  background-color: #000;
  height: auto;
  font-family: Librebaskerville, sans-serif;
}

.heading {
  color: var(--gainsboro);
  text-align: center;
  font-family: Avara, sans-serif;
}

.div-block-21 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-13 {
  max-width: 1279px;
  margin-left: 0;
  margin-right: 0;
}

.container-14 {
  color: var(--black);
  text-align: center;
  max-width: 1279px;
  margin-left: 0;
  margin-right: 0;
}

.naslov-c {
  z-index: 99;
  position: absolute;
  inset: 25% 0% auto;
}

.image-163 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline;
}

.paragraph-2 {
  border: 1px #000;
  border-radius: 0;
  align-items: baseline;
  display: flex;
}

.gallery-scroll {
  color: var(--white);
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 50vw;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 200px;
  left: 100px;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-heading-center {
  background-color: #0000;
  background-image: url('../images/cover1.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 40px 30px 389px;
  display: block;
  position: relative;
  overflow: visible;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--gainsboro);
  text-align: justify;
  object-fit: fill;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Librebaskerville, sans-serif;
  position: static;
  top: 0;
  left: 324px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  color: var(--white);
  text-align: center;
  object-fit: contain;
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  height: auto;
  margin-left: -101px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.container-16 {
  max-width: 1279px;
  height: 1000px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.text-span {
  color: var(--gainsboro);
  margin-left: auto;
  font-family: Avara, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
}

.paragraph-3 {
  float: none;
  color: var(--gainsboro);
  text-align: justify;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  position: static;
  top: 0;
  left: 0;
}

.biografije {
  color: var(--kres-oranzna);
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.bio {
  background-color: var(--black);
  position: static;
}

.link-3, .link-4, .link-5, .link-6 {
  color: var(--crimson);
}

.link-7 {
  color: var(--crimson);
  -webkit-text-stroke-color: var(--spring-green);
}

.link-8, .link-9, .link-10 {
  color: var(--crimson);
}

.body-8 {
  background-color: var(--black);
}

.section-11 {
  position: relative;
  top: auto;
}

.link-11, .link-12 {
  color: var(--crimson);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.image-164 {
  width: 350vw;
  max-width: 6%;
}

.image-167 {
  width: auto;
  max-width: 15%;
  position: absolute;
  inset: 21% auto auto 6%;
}

.image-168 {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  width: auto;
  max-width: 25%;
  position: absolute;
  inset: auto auto 2% 5%;
}

.image-169 {
  width: 255.742vw;
  max-width: 10%;
  position: absolute;
  inset: auto auto 29% 4%;
}

.image-170 {
  position: absolute;
}

.image-171 {
  width: 640.008vw;
  max-width: 40%;
  position: absolute;
  inset: auto 50% 41% auto;
}

.image-172 {
  width: 960vw;
  max-width: 70%;
  position: absolute;
  inset: 2% 0% auto 18%;
}

.image-173 {
  outline-offset: 0px;
  outline: 2px dashed #fff;
  width: 300vw;
  max-width: 25%;
  position: absolute;
  inset: 8% auto auto 4%;
}

.image-174 {
  width: 177.984vw;
  max-width: 7%;
}

.image-175 {
  width: 349.992vw;
  max-width: 15%;
  position: absolute;
  inset: 29% 0% auto 76%;
}

.image-176 {
  width: 100%;
  position: relative;
}

.section-12 {
  padding-bottom: 40px;
  position: relative;
}

.section-13 {
  padding-bottom: 0;
  position: static;
  top: 0;
}

.celeste-right-align {
  color: var(--gainsboro);
  text-align: right;
  width: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Avara, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  position: relative;
  top: auto;
  left: auto;
}

.celeste-paragraph-left {
  float: none;
  color: var(--gainsboro);
  text-align: justify;
  width: auto;
  margin: 0 50vw 0 auto;
  padding: 2vw 2vw 2vw 10vw;
  position: relative;
  top: auto;
  left: auto;
}

.section-14 {
  height: 530px;
}

.html-embed-3 {
  background-image: linear-gradient(to bottom, black, var(--black));
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 61px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-177 {
  width: 51%;
  padding-top: 0;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.section-15 {
  height: 180px;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: auto;
}

.celeste-image-full-width {
  width: 100%;
  max-width: 100vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
  position: static;
  left: 0;
}

.hero-heading-center-2 {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.celeste-image-right {
  float: none;
  clear: none;
  object-fit: contain;
  width: auto;
  max-width: 50vw;
  height: auto;
  margin: 2vh 10vw 2vh 50vw;
  padding-left: 0;
  padding-right: 10vw;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-180 {
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  position: relative;
  top: 110px;
  left: 153px;
}

.paragraph-5 {
  color: var(--gainsboro);
  text-align: justify;
  width: 500px;
  padding: 10px;
  position: relative;
  top: -362px;
  left: 679px;
}

.section-16 {
  margin-bottom: 127px;
}

.paragraph-6 {
  text-align: justify;
  width: 85vw;
  padding: 10px;
  position: relative;
  left: 96px;
}

.section-17 {
  height: 180px;
}

.image-181 {
  margin-top: 40px;
  position: relative;
  left: 161px;
}

.image-182 {
  padding-top: 80px;
  padding-left: 207px;
  padding-right: 196px;
}

.celeste-section {
  object-fit: cover;
  height: auto;
  position: static;
}

.section-20 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-4-copy {
  float: none;
  text-align: justify;
  width: 1100px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  top: 23px;
  left: 96px;
}

.section-21, .section-22 {
  position: relative;
}

.navodila-artist {
  z-index: 5;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  position: absolute;
  inset: 1vw auto auto 0%;
}

.container-19 {
  width: 100%;
  max-width: 100%;
  position: static;
}

.container-20 {
  padding-bottom: 100px;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-22 {
  object-fit: fill;
  max-width: none;
}

.celeste-separator {
  text-align: justify;
  width: 500px;
  max-width: 500px;
  margin: 0 auto 0 298px;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  overflow: visible;
}

.container-23 {
  max-width: 1000px;
}

.paragraph-3-copy {
  float: none;
  color: #ccc;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 17px;
  position: static;
  top: 0;
  left: 0;
}

.image-183 {
  z-index: 2;
  width: 6vw;
  display: block;
  position: absolute;
  top: 3.3vw;
  left: 6.8vw;
}

.image-184 {
  z-index: 2;
  width: 6vw;
  position: absolute;
  top: 2.3vw;
  left: 15.6vw;
}

.image-185 {
  z-index: 3;
  width: 7vw;
  position: absolute;
  top: 8vw;
  left: 13.6vw;
}

.image-186 {
  z-index: 4;
  width: 12vw;
  position: absolute;
  top: -.7vw;
  right: 0;
}

.image-187 {
  z-index: 1;
  width: 4vw;
  position: absolute;
  top: 8.8vw;
  left: 23.6vw;
}

.image-188 {
  z-index: 3;
  width: 6vw;
  position: absolute;
  top: 25.7vw;
  left: 25.5vw;
}

.image-189 {
  z-index: 200;
  width: 12vw;
  position: absolute;
  top: 36.8vw;
  right: 0;
}

.image-190 {
  z-index: 1;
  width: 7vw;
  position: absolute;
  top: -.4vw;
  left: 15.2vw;
}

.section-23 {
  margin-top: 81px;
}

.body-9, .body-10, .body-11 {
  background-color: var(--black);
}

.section-24 {
  margin-bottom: 78px;
}

.heading-2 {
  max-height: 0;
}

.container-25 {
  height: 700px;
}

.lottie-animation {
  object-fit: none;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  position: sticky;
  top: 0;
  left: auto;
}

.container-26 {
  width: 100%;
  max-width: 100%;
  height: 200vh;
}

.celeste-lottie-tl {
  z-index: 0;
  clear: none;
  object-fit: contain;
  border-radius: 0;
  flex-flow: wrap;
  width: auto;
  max-width: 50vw;
  max-height: 50vh;
  margin: 0 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0 auto auto;
}

.section-26 {
  height: 200vh;
}

.celeste-scroll-section {
  aspect-ratio: auto;
  height: 700vh;
  margin: auto;
}

.celeste-paragraph-center {
  text-align: center;
  overflow-wrap: normal;
  object-fit: fill;
  border-radius: 0;
  width: 100vw;
  margin: 0 auto;
  padding: 2vh 15vw;
  font-size: 1.1vh;
  font-weight: 400;
  line-height: 1.6vh;
  position: static;
  top: 85vh;
}

.celeste-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.celeste-paragraph {
  color: var(--gainsboro);
  text-align: justify;
  object-fit: fill;
  width: auto;
  margin: 0 auto;
  padding: 2vh 10vw;
  font-family: Librebaskerville, sans-serif;
  font-size: .75vh;
  line-height: 1.2vh;
  position: static;
  top: 0;
  left: 324px;
}

.celeste-image-left {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  max-width: 40vw;
  height: auto;
  margin: 2vh 50vw 2vh 10vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto auto auto 0%;
  overflow: visible;
}

.celeste-paragraph-right {
  float: none;
  color: var(--gainsboro);
  text-align: justify;
  width: auto;
  margin: 0 auto 0 50vw;
  padding: 2vw 10vw 2vw 2vw;
  position: relative;
  top: auto;
  left: auto;
}

.celeste-image-centered {
  text-align: justify;
  width: auto;
  max-width: 80vw;
  margin: 2vh 10vw;
  position: absolute;
  left: auto;
  overflow: visible;
}

.celeste-scroll-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  height: 700vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 0;
}

.flex-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: 10vw;
  margin-right: 10vw;
}

.image-191 {
  text-align: left;
  vertical-align: baseline;
  max-width: 40vw;
  margin-top: 3vw;
  margin-bottom: 0;
  margin-left: -3vw;
  padding-left: 0;
}

.paragraph-7 {
  text-align: justify;
  margin-top: 2ch;
  margin-bottom: 2vh;
  font-size: 1.1vh;
  line-height: 1.6vh;
  text-decoration: none;
  display: block;
}

.ccelo {
  z-index: 0;
  width: 100vw;
  display: block;
  position: absolute;
  overflow: visible;
}

.section-27 {
  position: relative;
  top: 0;
}

.image-193 {
  z-index: 0;
  width: 100vw;
  padding-top: 116px;
  display: none;
  position: absolute;
}

.image-194 {
  z-index: 999;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
}

.image-195 {
  width: 100vw;
  display: block;
  position: absolute;
}

.image-196 {
  z-index: 999;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
}

.image-197 {
  z-index: 0;
  width: 100vw;
  display: block;
  position: absolute;
}

.div-block-22 {
  width: 100vw;
  position: absolute;
  top: 0;
}

.umetniki {
  z-index: 999;
  width: 100vw;
  position: absolute;
}

._1_knnz {
  z-index: 999;
  cursor: pointer;
  mix-blend-mode: normal;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 101.9vw;
  left: 10.5vw;
}

.loadingcode {
  display: none;
}

.ognji-levo {
  z-index: 9;
  width: 20vw;
  height: 50vw;
  position: absolute;
  top: 1.4vw;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  height: 700vh;
  display: block;
}

.celeste-lottie-bl {
  z-index: 0;
  clear: none;
  object-fit: contain;
  border-radius: 0;
  flex-flow: wrap;
  width: 50vw;
  max-width: 50vw;
  max-height: 50vh;
  margin: 50vh 0 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: sticky;
  inset: 0 auto auto;
}

.celeste-lottie-tr {
  z-index: 0;
  clear: none;
  object-fit: contain;
  border-radius: 0;
  flex-flow: wrap;
  width: 50vw;
  max-width: 50vw;
  max-height: 50vh;
  margin: 0 0 0 50vw;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: sticky;
  inset: 0 auto auto;
}

.celeste-lottie-br {
  z-index: 0;
  clear: none;
  object-fit: contain;
  border-radius: 0;
  flex-flow: wrap;
  width: auto;
  max-width: 50vw;
  max-height: 50vh;
  margin: 50vh 0 0 50vw;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: sticky;
  inset: 0 auto auto;
}

.ognji-desno {
  z-index: 9;
  width: 20vw;
  height: 50vw;
  position: absolute;
  right: 0;
}

.celeste-paragraph-half {
  text-align: justify;
  margin-top: 2ch;
  margin-bottom: 2vh;
  font-size: .75vh;
  line-height: 1vh;
  text-decoration: none;
  display: block;
}

.celeste-paragraph-main {
  text-align: justify;
  margin-top: 2ch;
  margin-bottom: 2vh;
  font-size: .5vh;
  line-height: 1vh;
  text-decoration: none;
  display: block;
}

.main.infinite-content, .infinite-wrapper {
  height: .1px;
}

.text-block-7 {
  width: 220px;
  margin-top: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: Avara, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.image-198 {
  z-index: 4;
  width: 8vw;
  position: absolute;
  top: 11.1vw;
  left: 0;
}

.section-28 {
  height: 20px;
}

.sketchable {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  opacity: 0;
  opacity: 0;
  transition: opacity .2s;
  display: none;
}

.cursor {
  display: none;
}

.cursor-dot {
  mix-blend-mode: exclusion;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.infinite-marquee {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-27 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: red;
  width: 300px;
}

.image-199 {
  width: 100%;
}

.fotke {
  width: 300px;
  margin-top: 10px;
}

.image-200, .image-201, .image-202, .image-203, .image-204, .image-205, .image-206, .image-207 {
  border: 1.5px solid var(--kres-rdeca);
  width: 100%;
}

.italic-text {
  font-style: italic;
  font-weight: 400;
}

.italic-text-2 {
  color: var(--crimson);
}

.bold-text {
  color: var(--white);
  text-decoration: none;
}

.bold-text-2 {
  color: var(--white);
  text-decoration: underline;
}

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

.italic-text-3 {
  color: var(--crimson);
}

.bold-text-4 {
  text-decoration: underline;
}

.body-12 {
  background-color: #000;
}

.button-2 {
  background-color: #000;
  border: 0 solid red;
  border-radius: 1px;
  margin-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  position: relative;
  left: 388px;
}

.button-2.butonn {
  left: 198px;
}

.bold-text-5 {
  color: var(--crimson);
  font-size: 23px;
}

.link-13 {
  color: var(--white);
}

.text-block-8 {
  color: var(--kres-oranzna);
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}

.text-span-2 {
  color: var(--crimson);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: Slovenec, Times New Roman, sans-serif;
}

.text-span-3 {
  color: var(--crimson);
}

.image-208 {
  z-index: 999;
  width: 100vw;
  position: absolute;
  top: 48.4vw;
}

.image-209 {
  z-index: 999;
  width: 1236vw;
  display: block;
  position: absolute;
  top: 0;
}

.image-210 {
  z-index: 7;
  width: 6vw;
  position: absolute;
  top: 5.2vw;
  right: 0;
}

.image-211 {
  z-index: 200;
  width: 10vw;
  position: absolute;
  top: 30.4vw;
  right: 0;
}

.text-span-5 {
  color: #df5900;
  -webkit-text-stroke-color: var(--kres-oranzna);
}

.text-span-6, .text-span-7, .text-span-8 {
  color: var(--kres-oranzna);
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--kres-rdeca);
}

.text-span-12, .text-span-13 {
  color: var(--kres-oranzna);
}

.text-span-14, .text-span-15, .text-span-16 {
  color: var(--kres-rdeca);
}

.image-212 {
  border: 1.5px solid var(--kres-rdeca);
  width: 100%;
}

.text-span-17, .text-span-18, .biografije-subclass, .text-span-20, .text-span-21, .text-span-22 {
  color: var(--kres-rdeca);
}

.image-213 {
  border: 1.5px solid var(--kres-rdeca);
  width: 100%;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: var(--kres-rdeca);
}

.text-span-31 {
  color: var(--kres-oranzna);
}

.text-span-32 {
  color: var(--kres-rdeca);
}

.text-span-33 {
  color: var(--kres-oranzna);
}

.background-video {
  z-index: 1001;
  width: 100vw;
  height: 150vw;
  display: none;
  position: absolute;
  overflow: scroll;
}

.image-214 {
  z-index: 27;
  width: 6vw;
  position: absolute;
  top: 22.8vw;
  left: 25.5vw;
}

.image-215 {
  z-index: 12;
  width: 5vw;
  position: absolute;
  top: 14.4vw;
  right: 19.9vw;
}

.image-216 {
  width: 4vw;
  position: absolute;
  top: -4.9vw;
  left: 3.5vw;
}

.image-217 {
  z-index: 1;
  width: 7vw;
  position: absolute;
  bottom: 5.2vw;
  left: 25vw;
}

.icon-3 {
  color: #fff;
}

.link-block-2 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-block-26 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-218 {
  z-index: 3;
  width: 6vw;
  position: absolute;
  top: 25.7vw;
  left: 25.5vw;
}

.image-219 {
  z-index: 8;
  width: 8vw;
  position: absolute;
  top: 4.2vw;
  left: 6.6vw;
}

.image-220 {
  z-index: 8;
  width: 5vw;
  position: absolute;
  top: 5vw;
  left: 15.6vw;
}

.image-221 {
  z-index: 5;
  width: 5.5vw;
  position: absolute;
  top: -.6vw;
  left: 13.3vw;
}

.section-29 {
  z-index: 600;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  top: .6vw;
  overflow: visible;
}

.image-222 {
  z-index: 34;
  width: 5vw;
  position: absolute;
  top: 19.6vw;
  right: 3.7vw;
}

.image-223 {
  z-index: 2;
  width: 10vw;
  position: absolute;
  top: 9.5vw;
  right: 8.7vw;
}

.image-224 {
  z-index: 15;
  width: 8vw;
  position: absolute;
  top: 10.4vw;
  left: 30.6vw;
}

.image-225 {
  z-index: 6;
  width: 10vw;
  position: absolute;
  top: 13.3vw;
  right: 2.5vw;
}

.image-226 {
  z-index: 14;
  width: 9vw;
  position: absolute;
  bottom: 12.6vw;
  right: 27.3vw;
}

.image-227 {
  z-index: 66;
  width: 6vw;
  position: absolute;
  top: 21.5vw;
  left: 20vw;
}

.image-228 {
  z-index: 25;
  width: 10vw;
  position: absolute;
  top: 19.7vw;
  right: 22.7vw;
}

.image-229 {
  z-index: 5;
  width: 10vw;
  position: absolute;
  top: 22.9vw;
  left: 9.8vw;
}

.image-230 {
  z-index: 13;
  width: 8vw;
  position: absolute;
  top: 9.7vw;
  left: 2.1vw;
}

.image-231 {
  z-index: 3;
  width: 7vw;
  position: absolute;
  top: 8vw;
  left: 13.6vw;
}

.link-block-3 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-232 {
  z-index: 2;
  width: 9vw;
  position: absolute;
  top: -.4vw;
  left: 15.9vw;
}

.image-233 {
  z-index: 1;
  width: 7vw;
  position: absolute;
  top: -.4vw;
  left: 15.2vw;
}

.brand-2 {
  align-self: auto;
  display: flex;
}

.brand-2.w--current {
  justify-content: flex-start;
}

.image-234 {
  z-index: 6;
  width: 8vw;
  position: absolute;
  top: 12.8vw;
  left: 23vw;
}

.image-235 {
  z-index: 2;
  width: 6vw;
  position: absolute;
  top: 2vw;
  left: 9.4vw;
}

.image-236 {
  z-index: 9;
  width: 9vw;
  position: absolute;
  top: 11.8vw;
  left: 14.4vw;
}

.link-block-27 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-237 {
  z-index: 15;
  width: 9vw;
  position: absolute;
  top: 24vw;
  left: 22.4vw;
}

.section-30 {
  background-color: #000;
  width: 100vw;
  padding-top: 0;
  display: block;
  position: relative;
  top: 60vw;
  overflow: visible;
}

.link-14 {
  color: #e53d39;
  -webkit-text-stroke-color: #ff0101;
}

.header-2 {
  z-index: 999;
  color: #e53d39;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
  position: absolute;
  top: 2.9vw;
  left: 10vw;
}

.image-238 {
  margin-right: 10px;
}

.image-239 {
  width: 6vw;
  position: absolute;
  top: -.7vw;
  left: .2vw;
}

.image-240 {
  z-index: 99;
  width: 10vw;
  position: absolute;
  top: 23.3vw;
  left: 2.6vw;
}

.text-block-10 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: block;
  position: absolute;
  top: 8.3vw;
  left: 15vw;
}

.image-241 {
  width: 9vw;
  position: absolute;
  top: -3.7vw;
  left: 0;
}

.image-242 {
  z-index: 4;
  width: 8vw;
  position: absolute;
  top: 2.6vw;
  left: 20.1vw;
}

.image-243 {
  z-index: 2;
  width: 6vw;
  position: absolute;
  top: 2.3vw;
  left: 15.6vw;
}

.image-244 {
  z-index: 19;
  width: 10vw;
  position: absolute;
  top: 17.2vw;
  left: 12.3vw;
}

.image-245 {
  z-index: 22;
  width: 9vw;
  position: absolute;
  top: 14.9vw;
  left: 20.5vw;
}

.div-block-24 {
  width: 100vw;
  position: absolute;
}

.image-246 {
  z-index: 3;
  width: 6vw;
  position: absolute;
  top: 2.9vw;
  left: 7.5vw;
}

.image-247 {
  z-index: 9;
  width: 8vw;
  position: absolute;
  top: 18.5vw;
  left: 27.8vw;
}

.image-248 {
  z-index: 3;
  width: 8vw;
  position: absolute;
  bottom: 22.2vw;
  left: 10vw;
}

.image-249 {
  z-index: 100;
  width: 5vw;
  position: absolute;
  top: 22.4vw;
  left: 7.1vw;
}

.div-block-25 {
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 30vw;
  display: flex;
  position: absolute;
  top: 60vw;
}

.image-250 {
  z-index: 2;
  width: 18vw;
  position: absolute;
  top: -2.6vw;
  left: -4.4vw;
}

.fire-2 {
  width: 38vw;
  height: 35vw;
  position: absolute;
  top: 12.5vw;
  left: 30.4vw;
  overflow: visible;
}

.image-251 {
  z-index: 21;
  width: 5vw;
  position: absolute;
  top: 8.9vw;
  left: 1.7vw;
}

.image-252 {
  z-index: 18;
  width: 8vw;
  position: absolute;
  top: 12vw;
  left: 18.7vw;
}

.link-block-8 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-253 {
  z-index: 47;
  width: 7vw;
  position: absolute;
  bottom: 3.1vw;
  left: 9.8vw;
}

.image-254 {
  z-index: 600;
  width: 6vw;
  position: absolute;
  top: -1.5vw;
  left: 1.6vw;
}

.link-block-9 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-255 {
  width: 6vw;
  position: absolute;
  top: -4.9vw;
  left: 2.2vw;
}

.image-256 {
  z-index: 13;
  width: 8vw;
  position: absolute;
  top: 15.6vw;
  right: 18.6vw;
}

.image-257 {
  z-index: 14;
  width: 6vw;
  position: absolute;
  top: 16.8vw;
  left: 7.7vw;
}

.image-258 {
  z-index: 110;
  width: 10vw;
  position: absolute;
  top: 22.2vw;
  left: .2vw;
}

.image-259 {
  z-index: 2;
  width: 7vw;
  position: absolute;
  top: 25vw;
  right: 3.7vw;
}

.image-260 {
  width: 20vw;
  position: absolute;
  top: 3.8vw;
  right: 1.9vw;
}

.link-15 {
  color: #e53d39;
  -webkit-text-stroke-color: #25ef72;
}

.image-261 {
  width: 6vw;
  position: absolute;
  top: -1vw;
  left: 2.7vw;
}

.image-262 {
  z-index: 8;
  width: 6vw;
  position: absolute;
  top: 8.3vw;
  left: 5.5vw;
}

.link-block-4 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-263 {
  width: 9vw;
  position: absolute;
  top: -4.1vw;
  left: 0;
}

.image-264 {
  z-index: 32;
  width: 7vw;
  position: absolute;
  top: 24.1vw;
  left: 12.9vw;
}

.image-265 {
  z-index: 3;
  width: 5vw;
  position: absolute;
  top: 2.4vw;
  left: 17.6vw;
}

.gradient-2 {
  z-index: -5;
  object-fit: fill;
  background-color: #0000;
  background-image: radial-gradient(circle, #e53d39, #000 60%);
  width: 100vw;
  height: 90vw;
  display: block;
  position: absolute;
  top: -19.6vw;
}

.image-266 {
  z-index: 19;
  width: 5vw;
  position: absolute;
  top: 17.6vw;
  left: 16.3vw;
}

.nav-dropdown-link-3 {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.nav-dropdown-link-3:hover {
  color: #e53d39;
  -webkit-text-stroke-color: #25ef72;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #25ef72;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3.w--current {
  color: #e53d39;
}

.image-267 {
  z-index: 10;
  width: 4vw;
  position: absolute;
  bottom: 6.5vw;
  right: 2.1vw;
}

.image-268 {
  z-index: 8;
  width: 9vw;
  position: absolute;
  bottom: 17.7vw;
  left: 16.7vw;
}

.container-28 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.image-269 {
  z-index: 120;
  width: 70vw;
  display: block;
  position: absolute;
}

.image-270 {
  z-index: 6;
  width: 6vw;
  position: absolute;
  top: 6.2vw;
  right: 28.3vw;
}

.link-block-7 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-26 {
  flex: 0 auto;
}

.image-271 {
  z-index: 8;
  width: 8vw;
  position: absolute;
  bottom: 17.7vw;
  right: 29.9vw;
}

.novi-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  left: 280px;
}

.image-272 {
  width: 6vw;
  position: absolute;
  top: -2.9vw;
}

.link-block-6 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-273 {
  z-index: 2;
  width: 6vw;
  display: block;
  position: absolute;
  top: 3.3vw;
  left: 6.8vw;
}

.text-block-11 {
  color: #fff;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 14px;
}

.image-274 {
  z-index: 38;
  width: 12vw;
  position: absolute;
  top: 19vw;
  left: 13.8vw;
}

.image-275 {
  flex: 0 auto;
  align-self: flex-start;
  width: 40vw;
  position: absolute;
}

.image-276 {
  z-index: 1;
  text-align: left;
  align-self: center;
  width: 70vw;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0;
}

.image-277 {
  z-index: 50;
  width: 9vw;
  position: absolute;
  top: 23.7vw;
  left: 15.4vw;
}

.dropdown-list-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list-2.w--open {
  background-image: linear-gradient(#000, #d30000);
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-279 {
  z-index: 22;
  width: 7vw;
  position: absolute;
  top: 19.2vw;
  left: .2vw;
}

.image-280 {
  width: 4vw;
  position: absolute;
  top: -5.6vw;
  left: 1.8vw;
}

.image-281 {
  z-index: 4;
  width: 7vw;
  position: absolute;
  top: 2.6vw;
  left: 4vw;
}

.navbar-2 {
  z-index: 999;
  object-fit: fill;
  background-color: #000;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.image-282 {
  z-index: 1;
  width: 4vw;
  position: absolute;
  top: 8.8vw;
  left: 23.6vw;
}

.image-283 {
  width: 7vw;
  position: absolute;
  top: -2.6vw;
  left: .5vw;
}

.link-block {
  z-index: 999;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.image-284 {
  z-index: 1;
  width: 9vw;
  position: absolute;
  top: 6.6vw;
  left: 23.1vw;
}

.image-285 {
  z-index: 33;
  width: 8vw;
  position: absolute;
  top: 23.7vw;
  left: 20.2vw;
}

.image-286 {
  z-index: 4;
  width: 8vw;
  position: absolute;
  top: 4.7vw;
  left: 29.2vw;
}

.image-287 {
  z-index: 52;
  width: 10vw;
  position: absolute;
  top: 21.4vw;
  left: 23.7vw;
}

.image-288 {
  z-index: 19;
  width: 12vw;
  position: absolute;
  top: 8.1vw;
  left: .9vw;
}

.image-289 {
  z-index: 90;
  width: 9vw;
  position: absolute;
  top: 25.3vw;
  left: 7.6vw;
}

.image-290 {
  z-index: 9;
  width: 7vw;
  position: absolute;
  top: 18.4vw;
  right: 6.7vw;
}

.image-291 {
  z-index: 50;
  width: 6vw;
  position: absolute;
  top: 22.9vw;
  left: 31.5vw;
}

.header-copy-2 {
  z-index: 999;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 10vw;
}

.imee-2 {
  z-index: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5vw;
  position: absolute;
  top: 5.9vw;
}

.imee-2:hover {
  color: #e53d39;
  -webkit-text-stroke-color: #e53d39;
}

.imee-2:active {
  color: #e53d39;
}

.link-block-5 {
  z-index: 600;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-292 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.image-293 {
  z-index: 10;
  width: 9vw;
  position: absolute;
  top: 18.3vw;
  right: -1.6vw;
}

.image-294 {
  z-index: 3;
  width: 6vw;
  position: absolute;
  top: 1.4vw;
  left: 12.8vw;
}

.image-295 {
  z-index: 8;
  width: 11vw;
  position: absolute;
  top: 8vw;
  left: 9.5vw;
}

.image-296 {
  z-index: 9;
  width: 10vw;
  position: absolute;
  top: 12.3vw;
  left: 5vw;
}

.image-297 {
  z-index: 89;
  width: 10vw;
  position: absolute;
  bottom: 0;
  left: 9.9vw;
}

.navbar-wrapper-3 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.image-298 {
  z-index: 5;
  width: 7vw;
  position: absolute;
  top: 10.3vw;
  left: 26.6vw;
}

.image-299 {
  z-index: 60;
  width: 3vw;
  position: absolute;
  top: 25.8vw;
  left: 22.8vw;
}

.image-300 {
  z-index: 8;
  width: 8vw;
  position: absolute;
  top: 8.7vw;
  left: 8.2vw;
}

.image-301 {
  z-index: 26;
  width: 6vw;
  position: absolute;
  top: 24.4vw;
  left: 14.5vw;
}

.image-302 {
  z-index: 14;
  width: 7vw;
  position: absolute;
  top: 13.1vw;
  right: 23.6vw;
}

.image-303 {
  z-index: 20;
  width: 6vw;
  position: absolute;
  top: 10vw;
  left: .5vw;
}

.image-304 {
  z-index: 6;
  width: 12vw;
  position: absolute;
  top: 13.2vw;
  left: 28.4vw;
}

.image-305 {
  z-index: 45;
  width: 10vw;
  position: absolute;
  top: 20.3vw;
  left: .1vw;
}

.body-13 {
  background-color: var(--black);
}

.brand-3 {
  padding-top: 10px;
}

.container-29 {
  margin-left: 10px;
  margin-right: 10px;
}

.meni-2026 {
  z-index: 5000;
  background-color: var(--black);
  color: #000;
}

.nav-menu-2 {
  z-index: 999;
  color: #fff;
  font-family: Slovenec, Times New Roman, sans-serif;
}

.nav-link-3 {
  color: #fff;
}

.kres_basic_meni_2026 {
  color: var(--sivo-vijolčna);
  font-size: 17px;
}

.kres_basic_meni_2026:hover, .kres_basic_meni_2026:focus, .kres_basic_meni_2026:visited, .kres_basic_meni_2026.w--current, .kres_basic_meni_2026.w--current:hover, .kres_basic_meni_2026.w--current:active, .kres_basic_meni_2026.w--current:focus, .kres_basic_meni_2026.w--current:focus-visible, .kres_basic_meni_2026.w--current[data-wf-focus-visible], .kres_basic_meni_2026.w--current:visited {
  color: var(--svetlo-vijolčna2);
}

.kres_basic_meni_2026.cchfburew {
  color: var(--kres-oranzna);
}

.kres_basic_meni_2026.cchfburew.w--current {
  color: var(--kres-2025-rumenozelena);
}

.kres_basic_meni_2026.cchfburew.tgt {
  display: none;
}

.text-block-12 {
  color: var(--sivo-vijolčna);
}

.text-block-12:hover, .text-block-12:active, .text-block-12:focus {
  color: var(--svetlo-vijolčna2);
}

.icon-4 {
  color: var(--sivo-vijolčna);
}

.icon-4:hover, .icon-4:focus {
  color: var(--svetlo-vijolčna2);
}

.dropdown-list-3 {
  z-index: 999;
  background-color: var(--kres-oranzna);
}

.dropdown-list-3.w--open {
  z-index: 999;
  background-color: var(--black);
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link:hover, .dropdown-link:active, .dropdown-link:focus, .dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible] {
  color: var(--kres-2025-oranžna);
}

.dropdown-link.w--current {
  color: var(--kres-oranzna);
}

.dropdown-link.w--current:hover, .dropdown-link.w--current:active, .dropdown-link.w--current:focus {
  color: var(--kres-2025-zelena);
}

.dropdown-link-2 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-2:hover, .dropdown-link-2:active, .dropdown-link-2:focus, .dropdown-link-2:focus-visible, .dropdown-link-2[data-wf-focus-visible], .dropdown-link-2.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-3 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-3:hover, .dropdown-link-3:active, .dropdown-link-3:focus, .dropdown-link-3:focus-visible, .dropdown-link-3[data-wf-focus-visible], .dropdown-link-3.w--current, .dropdown-link-3.w--current:hover, .dropdown-link-3.w--current:active, .dropdown-link-3.w--current:focus, .dropdown-link-3.w--current:focus-visible, .dropdown-link-3.w--current[data-wf-focus-visible], .dropdown-link-3.w--current:visited {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-4 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-4:hover, .dropdown-link-4:active, .dropdown-link-4:focus, .dropdown-link-4:focus-visible, .dropdown-link-4[data-wf-focus-visible], .dropdown-link-4.w--current, .dropdown-link-4.w--current:hover, .dropdown-link-4.w--current:active, .dropdown-link-4.w--current:focus, .dropdown-link-4.w--current:focus-visible, .dropdown-link-4.w--current[data-wf-focus-visible], .dropdown-link-4.w--current:visited {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-5 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-5:hover, .dropdown-link-5:active, .dropdown-link-5:focus, .dropdown-link-5:focus-visible, .dropdown-link-5[data-wf-focus-visible], .dropdown-link-5.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-6 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-6:hover, .dropdown-link-6:active, .dropdown-link-6:focus, .dropdown-link-6:focus-visible, .dropdown-link-6[data-wf-focus-visible], .dropdown-link-6.w--current {
  color: var(--kres-2025-oranžna);
}

.kres-dropdown {
  z-index: 999;
  color: var(--sivo-vijolčna);
}

.kres-dropdown:hover, .kres-dropdown:active, .kres-dropdown:focus, .kres-dropdown:focus-visible, .kres-dropdown[data-wf-focus-visible], .kres-dropdown:visited {
  color: var(--svetlo-vijolčna2);
}

.kres-dropdown.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-8 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-8:hover, .dropdown-link-8:active, .dropdown-link-8:focus, .dropdown-link-8:focus-visible, .dropdown-link-8[data-wf-focus-visible], .dropdown-link-8.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-9 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-9:hover, .dropdown-link-9:active, .dropdown-link-9:focus, .dropdown-link-9:focus-visible, .dropdown-link-9[data-wf-focus-visible], .dropdown-link-9.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-link-10 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.dropdown-link-10:hover, .dropdown-link-10:active, .dropdown-link-10:focus, .dropdown-link-10:focus-visible, .dropdown-link-10[data-wf-focus-visible], .dropdown-link-10.w--current {
  color: var(--kres-2025-oranžna);
}

.dropdown-toggle-2 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
  font-size: 17px;
}

.dropdown-toggle-2.xsxsx {
  color: var(--kres-oranzna);
}

.dropdown-toggle-2.arhiv {
  color: var(--sivo-vijolčna);
}

.dropdown-toggle-2.arhiv:hover, .dropdown-toggle-2.arhiv:active, .dropdown-toggle-2.arhiv:focus {
  color: var(--svetlo-vijolčna2);
}

.link-block-28 {
  width: 20vw;
  position: absolute;
  top: 76.1vw;
  left: 50.1vw;
}

.icon-6 {
  color: #fff;
}

.link-block-29 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.section-31 {
  -webkit-text-fill-color: inherit;
  background-color: #222;
  background-clip: border-box;
  border-top: 1px #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.link-block-30 {
  width: 15vw;
  position: absolute;
  top: 28vw;
  left: 41.5vw;
}

.image-306 {
  margin-right: 10px;
}

.link-16 {
  color: #e53d39;
}

.div-block-28 {
  width: 100vw;
  position: absolute;
}

.link-block-31 {
  width: 18vw;
  position: absolute;
  top: 8.1vw;
  left: 71.4vw;
}

.container-30 {
  width: 0%;
  position: absolute;
  overflow: visible;
}

.text-block-14 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.link-block-32 {
  width: 15vw;
  position: absolute;
  top: 42vw;
  left: 12.4vw;
}

.imena-2 {
  z-index: 997;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #ff0101;
  border-top: 1px solid #e53d39;
  border-bottom-color: #fff;
  border-radius: 0;
  display: flex;
  position: relative;
}

.image-307 {
  width: 100vw;
  position: relative;
}

.container-31 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-29 {
  flex: 0 auto;
}

.link-block-33 {
  width: 18vw;
  position: absolute;
  top: 54vw;
  left: 70.7vw;
}

.novi-dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  left: 280px;
}

.bio-2 {
  background-color: #000;
  position: static;
}

.dropdown-list-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list-4.w--open {
  background-image: linear-gradient(#000, #d30000);
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-naslov-2 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-30 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-309 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-2 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-wrapper-4 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.icon-7 {
  color: #fff;
}

.paragraph-4 {
  float: none;
  color: #e6e6e6;
  text-align: justify;
  width: 600px;
  margin-top: 0;
  padding: 10px;
  position: relative;
  top: 23px;
  left: 90px;
}

.link-block-34 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-15 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.container-32 {
  padding-bottom: 100px;
}

.paragraph-8 {
  color: #e6e6e6;
  text-align: justify;
  width: 500px;
  padding: 10px;
  position: relative;
  top: -362px;
  left: 679px;
}

.image-310 {
  margin-right: 10px;
}

.section-32 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-18 {
  object-fit: cover;
}

.container-33 {
  max-width: 1000px;
}

.section-33 {
  padding-bottom: 0;
  position: static;
  top: 0;
}

.image-311 {
  padding-top: 80px;
  padding-left: 207px;
  padding-right: 196px;
}

.image-182-copy {
  margin-top: -50px;
  margin-bottom: -50px;
  padding-left: 220px;
  padding-right: 220px;
}

.text-block-16 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-17 {
  color: #e6e6e6;
  width: 600px;
  padding-left: 10px;
  font-family: Avara, sans-serif;
  font-size: 20px;
  position: relative;
  top: 61px;
  left: 463px;
}

.imena-3 {
  z-index: 997;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #ff0101;
  border-top: 1px solid #e53d39;
  border-bottom-color: #fff;
  border-radius: 0;
  display: flex;
  position: relative;
}

.container-34 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-31 {
  width: 100vw;
  position: absolute;
}

.paragraph-9 {
  float: none;
  color: #e6e6e6;
  text-align: justify;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  position: static;
  top: 0;
  left: 0;
}

.div-block-32 {
  flex: 0 auto;
}

.container-35 {
  width: 100%;
  max-width: 100%;
  position: static;
}

.image-312 {
  opacity: 1;
  outline-offset: 0px;
  outline: 1px #fff;
  position: relative;
  top: 110px;
  left: 153px;
}

.novi-dropdown-4 {
  margin-left: 0;
  margin-right: 0;
  left: 280px;
}

.section-34 {
  padding-bottom: 40px;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #e6e6e6;
  text-align: left;
  object-fit: fill;
  width: 46vw;
  padding: 10px;
  font-family: Librebaskerville, sans-serif;
  position: absolute;
  top: 284px;
  left: 90px;
}

.dropdown-list-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list-5.w--open {
  background-image: linear-gradient(#000, #d30000);
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-178 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  left: 0;
}

.container-36 {
  object-fit: fill;
}

.text-block-naslov-3 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.section-35 {
  height: 530px;
}

.text-span-34 {
  color: #e6e6e6;
  margin-left: auto;
  font-family: Avara, sans-serif;
  font-size: 20px;
}

.heading-3 {
  color: #e6e6e6;
  text-align: center;
  font-family: Avara, sans-serif;
}

.image-314 {
  width: 100%;
  position: relative;
}

.div-block-33 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-315 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-3 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.section-36 {
  margin-bottom: 127px;
}

.navbar-wrapper-5 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.link-17 {
  color: #e53d39;
}

.section-38 {
  margin-bottom: 78px;
}

.image-179 {
  float: none;
  clear: none;
  object-fit: fill;
  width: 518px;
  position: relative;
  top: -407px;
  left: 692px;
  right: auto;
}

.body-14, .body-15 {
  background-color: var(--black);
}

.icon-8 {
  color: #fff;
}

.link-block-35 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-316 {
  margin-right: 10px;
}

.text-block-19 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.imena-4 {
  z-index: 997;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #ff0101;
  border-top: 1px solid #e53d39;
  border-bottom-color: #fff;
  border-radius: 0;
  display: flex;
  position: relative;
}

.container-38 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-34 {
  flex: 0 auto;
}

.section-39 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #000), url('../images/fsk_cryticgram_kres2png-01.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.text-block-naslov-4 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.link-18 {
  color: #e53d39;
}

.div-block-35 {
  width: 100vw;
  position: absolute;
}

.div-block-36 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-318 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-4 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-wrapper-6 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.body-16 {
  background-color: var(--black);
}

.icon-9 {
  color: #fff;
}

.link-block-36 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.link-19 {
  color: #e53d39;
  -webkit-text-stroke-color: #25ef72;
}

.image-319 {
  margin-right: 10px;
}

.section-40 {
  position: relative;
}

.section-41 {
  z-index: 999;
  position: relative;
}

.text-block-21 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.imena-5 {
  z-index: 997;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #ff0101;
  border-top: 1px solid #e53d39;
  border-bottom-color: #fff;
  border-radius: 0;
  display: flex;
  position: relative;
}

.container-39 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-38 {
  flex: 0 auto;
}

.html-embed-5 {
  height: 720px;
  position: relative;
}

.text-block-naslov-5 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-39 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-321 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-5 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-wrapper-7 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.body-17 {
  background-color: var(--black);
}

.icon-10 {
  color: #fff;
}

.link-block-37 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-322 {
  margin-right: 10px;
}

.text-block-23 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-40 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-40 {
  flex: 0 auto;
}

.link-20 {
  color: #e53d39;
}

.text-block-naslov-6 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-41 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-324 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-6 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-wrapper-8 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.body-18 {
  background-color: var(--black);
}

.icon-11 {
  color: #fff;
}

.link-block-38 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-325 {
  margin-right: 10px;
}

.text-block-25 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-41 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-42 {
  flex: 0 auto;
}

.text-block-naslov-7 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-327 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-7 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-wrapper-9 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.body-19 {
  background-color: var(--black);
}

.image-328 {
  outline-offset: 0px;
  outline: 2px dashed #fff;
  width: 300vw;
  max-width: 25%;
  position: absolute;
  inset: 8% auto auto 4%;
}

.icon-12 {
  color: #fff;
}

.link-block-39 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-26 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-329 {
  outline-offset: 0px;
  border: .5px #fff;
  border-radius: 0;
  outline: 2px dashed #fff;
  width: auto;
  max-width: 26%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 8% 4% auto auto;
}

.section-42 {
  position: relative;
  top: auto;
}

.image-330 {
  width: 255.742vw;
  max-width: 10%;
  position: absolute;
  inset: auto auto 29% 4%;
}

.image-331 {
  margin-right: 10px;
}

.section-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-332 {
  display: inline-block;
  position: absolute;
}

.text-block-27 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-42 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-44 {
  flex: 0 auto;
}

.image-334 {
  position: relative;
}

.image-335 {
  width: 960vw;
  max-width: 70%;
  position: absolute;
  inset: 2% 0% auto 18%;
}

.text-block-naslov-8 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.image-336 {
  width: auto;
  max-width: 15%;
  position: absolute;
  inset: 21% auto auto 6%;
}

.div-block-45 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-46 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-337 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.image-338 {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  width: auto;
  max-width: 25%;
  position: absolute;
  inset: auto auto 2% 5%;
}

.biografije-8 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-339 {
  width: 350vw;
  max-width: 6%;
}

.navbar-wrapper-10 {
  clear: none;
  text-align: left;
  object-fit: fill;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.body-20 {
  background-color: var(--black);
}

.icon-13 {
  color: #fff;
}

.link-block-40 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-28 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-340 {
  width: 100%;
}

.image-341 {
  margin-right: 10px;
}

.image-342 {
  width: 100%;
}

.div-block-47 {
  margin-top: 0;
  display: none;
}

.text-block-29 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-43 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-48 {
  flex: 0 auto;
}

.image-343 {
  width: 100%;
}

.div-block-49 {
  margin-top: 0;
}

.text-block-naslov-9 {
  color: #e53d39;
  background-color: #0000;
  margin-top: -8px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.div-block-50 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-345 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-51 {
  margin-top: 0;
  display: block;
}

.biografije-9 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.body-21 {
  background-color: var(--black);
}

.icon-14 {
  color: #fff;
}

.link-block-41 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-30 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.image-346 {
  margin-right: 10px;
}

.div-block-52 {
  margin-bottom: 0;
  display: none;
}

.div-block-53 {
  display: none;
}

.image-347 {
  width: 100%;
  margin-top: 0;
}

.section-45 {
  background-color: #222;
}

.text-block-31 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-44 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-54 {
  flex: 0 auto;
}

.naslov-kolofon-2 {
  color: #fff;
  margin-top: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  display: block;
}

.div-block-55 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-349 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.biografije-10 {
  color: #fff;
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.image-350 {
  width: 100%;
  margin-top: 40px;
}

.body-22 {
  background-color: var(--black);
}

.icon-15 {
  color: #fff;
}

.link-block-42 {
  padding-left: 20px;
  display: inline-block;
}

.text-block-32 {
  color: #fff;
  text-align: left;
  order: 0;
  align-self: center;
  padding-left: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.link-21 {
  color: #e53d39;
}

.image-351 {
  margin-right: 10px;
}

.text-block-33 {
  color: #fff;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.container-45 {
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-56 {
  flex: 0 auto;
}

.div-block-57 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-353 {
  text-align: left;
  align-self: center;
  max-width: 100%;
  max-height: 107%;
  padding-right: 10px;
}

.body-23 {
  background-color: var(--black);
}

.text-block-34 {
  color: var(--white);
  font-family: Slovenec, Times New Roman, sans-serif;
  display: none;
}

.link-22, .text-block-35 {
  color: var(--white);
}

.icon-16 {
  color: #fff;
  margin-right: 0;
  padding-right: 36px;
}

.dropdown-link-11 {
  background-color: var(--black);
  color: var(--white);
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.container-46 {
  padding: 10px;
}

.grid-6 {
  grid-template-rows: auto;
  padding: 50px 0 0;
}

.grid-7 {
  grid-template-columns: 1fr;
  padding-top: 10px;
}

.grid-8 {
  grid-template-rows: auto auto auto auto auto;
}

.image-354 {
  padding-top: 16px;
}

.dropdown {
  z-index: 999;
}

.image-355 {
  width: 100%;
}

.biografije-2025 {
  color: var(--kres-2025-zelena);
  text-align: justify;
  letter-spacing: .8px;
  padding: 100px 20px 250px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 23px;
  line-height: 35px;
  text-decoration: none;
}

.bhu {
  z-index: 2;
  opacity: .4;
  width: 80vw;
  display: none;
  position: absolute;
  top: .6vw;
  left: 10vw;
}

._1_lavrenci-copy {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 64.1vw;
  left: 82.6vw;
}

.imena-2025 {
  z-index: 997;
  border-top: 1px solid var(--kres-rdeca);
  color: var(--red);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  display: flex;
  position: relative;
}

.naslov-2025 {
  color: var(--kres-rdeca);
  background-color: #0000;
  margin-top: 30px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.naslov-2024 {
  color: var(--kres-rdeca);
  background-color: #0000;
  margin-top: 30px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.naslov-2025-copy-copy.b {
  color: var(--kres-2025-zelena);
}

.imena-2025-copy {
  z-index: 997;
  color: var(--kres-2025-zelena);
  text-align: center;
  background-color: #000;
  border-top-style: solid;
  border-top-width: 0;
  border-radius: 0;
  display: flex;
  position: relative;
}

.text-span-33-copy, .text-span-31-copy {
  color: var(--kres-2025-zelena);
}

.ognji-desno-copy {
  z-index: 999;
  width: 20vw;
  height: 50vw;
  display: block;
  position: absolute;
  right: 0;
}

.ognji-levo-copy {
  z-index: 999;
  width: 20vw;
  height: 50vw;
  display: block;
  position: absolute;
  top: 80.1vw;
}

.image-98-copy {
  z-index: 600;
  width: 8vw;
  position: absolute;
  top: 46.1vw;
  left: 45.8vw;
  transform: rotate(-9deg);
}

.image-68-copy {
  z-index: 5;
  width: 13vw;
  position: absolute;
  top: 45.5vw;
  left: 13.5vw;
  transform: rotate(-96deg);
}

.image-5-copy {
  z-index: 3;
  width: 11vw;
  position: absolute;
  top: 14vw;
  right: 48.5vw;
}

.image-106-copy {
  z-index: 5;
  width: 20vw;
  position: absolute;
  top: 34.9vw;
  left: 11.1vw;
  right: 0;
  transform: rotate(-58deg);
}

.image-120-copy {
  z-index: 600;
  width: 10vw;
  position: absolute;
  top: 43.7vw;
  left: 52.2vw;
  transform: rotate(15deg);
}

.image-114-copy {
  z-index: 200;
  width: 20vw;
  position: absolute;
  top: 31.8vw;
  left: 50.9vw;
  transform: rotate(18deg);
}

.image-70-copy {
  z-index: 250;
  width: 24vw;
  position: absolute;
  top: 36.1vw;
  left: 39.2vw;
  transform: rotate(7deg);
}

.image-124-copy {
  z-index: 140;
  width: 16vw;
  position: absolute;
  top: 42.7vw;
  left: 60.4vw;
  transform: rotate(50deg);
}

.image-101-copy {
  z-index: 240;
  width: 16vw;
  position: absolute;
  top: 38.4vw;
  right: 52vw;
  transform: rotate(-26deg);
}

.image-63-copy {
  z-index: 350;
  width: 35vw;
  position: absolute;
  top: 38.8vw;
  left: 34.2vw;
}

.image-117-copy {
  z-index: 40;
  width: 19vw;
  position: absolute;
  top: 27.3vw;
  left: 27.2vw;
  transform: rotate(-23deg);
}

.image-121-copy {
  z-index: 30;
  width: 8vw;
  position: absolute;
  top: 41.8vw;
  left: 23vw;
  transform: rotate(-64deg);
}

.image-84-copy {
  width: 10vw;
  position: relative;
}

.image-61-copy {
  z-index: 10;
  width: 19vw;
  position: absolute;
  top: 41.4vw;
  left: 67vw;
  transform: rotate(64deg);
}

.image-97-copy {
  z-index: 300;
  width: 10vw;
  position: absolute;
}

.image-6-copy {
  z-index: 9;
  width: 16vw;
  position: absolute;
  top: 46.7vw;
  left: 14.4vw;
  transform: rotate(-72deg);
}

.image-71-copy {
  z-index: 140;
  width: 20vw;
  position: absolute;
  top: 23.7vw;
  left: 25.4vw;
  transform: rotate(-31deg);
}

.image-210-copy {
  z-index: 7;
  width: 6vw;
  position: absolute;
  top: 5.2vw;
  right: 30.5vw;
}

.image-186-copy {
  z-index: 150;
  width: 12vw;
  position: absolute;
  top: 36.2vw;
  right: 64.2vw;
  transform: rotate(-47deg);
}

.image-211-copy {
  z-index: 200;
  width: 10vw;
  position: absolute;
  top: 30.4vw;
  right: 3vw;
}

.image-105-copy {
  z-index: 100;
  width: 24vw;
  position: absolute;
  top: 27.9vw;
  right: 22vw;
  transform: rotate(23deg);
}

.image-119-copy {
  z-index: 4;
  width: 15vw;
  position: absolute;
  top: 51.3vw;
  right: 14.5vw;
  transform: rotate(83deg);
}

.image-7-copy {
  z-index: 200;
  width: 37vw;
  position: absolute;
  top: 40.5vw;
  right: 6.3vw;
  transform: rotate(83deg);
}

.image-65-copy {
  z-index: 120;
  width: 23vw;
  position: absolute;
  top: 26.9vw;
  left: 47.3vw;
  transform: rotate(26deg);
}

.image-189-copy {
  z-index: 3;
  width: 18vw;
  position: absolute;
  top: 34.8vw;
  right: 14.5vw;
  transform: rotate(66deg);
}

.image-94-copy {
  z-index: 20;
  width: 17vw;
  position: absolute;
  top: 28.9vw;
  right: 19.2vw;
  transform: rotate(55deg);
}

.image-85-copy {
  z-index: 180;
  width: 16vw;
  position: absolute;
  top: 46vw;
  left: 21.6vw;
  transform: rotate(-61deg);
}

.image-53-copy {
  z-index: 50;
  width: 15vw;
  position: absolute;
  top: 30.9vw;
  left: 21.8vw;
  transform: rotate(-31deg);
}

.image-111-copy {
  z-index: 9;
  width: 15vw;
  position: absolute;
  top: 24.1vw;
  left: 46.6vw;
}

.image-64-copy {
  z-index: 14;
  width: 9vw;
  position: absolute;
  top: 14.3vw;
  right: 0;
}

.image-74-copy {
  z-index: 700;
  width: 19vw;
  position: absolute;
  top: 44.9vw;
  right: 41.1vw;
}

.image-96-copy {
  z-index: 6;
  width: 27vw;
  position: absolute;
  top: 14.1vw;
  left: 51.5vw;
  transform: rotate(20deg);
}

.image-58-copy {
  z-index: 300;
  width: 12vw;
  position: absolute;
  top: 40.5vw;
  left: 18.6vw;
  transform: rotate(-77deg);
}

.image-198-copy {
  z-index: 600;
  width: 15vw;
  position: absolute;
  top: 35.9vw;
  left: 35vw;
  transform: rotate(-9deg);
}

.image-356 {
  width: 40vw;
  position: absolute;
  top: -7.9vw;
  right: 0;
}

.background-video-2 {
  z-index: 5;
  width: 100%;
  height: 177vw;
  position: absolute;
}

.section-46 {
  width: var(--100-vw);
  display: none;
  position: relative;
}

.biografije-subclass-copy, .text-span-20-copy {
  color: var(--kres-2025-rumenozelena);
}

.section-47 {
  position: relative;
  top: 54px;
}

.biografije-2025-copy {
  color: var(--kres-2025-rumenozelena);
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.imena-2025-copy {
  z-index: 997;
  border-top: 0px solid var(--kres-rdeca);
  color: var(--red);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  display: flex;
  position: relative;
}

.imena-2024 {
  z-index: 997;
  border-top: 1px none var(--kres-rdeca);
  color: var(--red);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  display: flex;
  position: relative;
}

.imena-2025-copy-copy-copy {
  z-index: 997;
  border-top: 0px none var(--kres-rdeca);
  color: var(--red);
  text-align: center;
  background-color: #000;
  border-radius: 0;
  display: flex;
  position: relative;
  top: 20px;
}

.naslov-2025-copy-copy {
  color: var(--kres-2025-rumenozelena);
  background-color: #0000;
  margin-top: 30px;
  padding: 0 10px 5px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 23px;
  line-height: 30px;
  display: block;
}

.text-block-4-copy {
  color: var(--kres-2025-zelena);
  object-fit: fill;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Darkparadise, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 80px;
}

.div-block-21-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-4-copy {
  color: #000;
  margin-top: 0;
}

.image-357 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-357:hover {
  transform: scale(1.2);
}

.image-358 {
  border: .2vw solid var(--kres-2025-rumenozelena);
  width: 100%;
  transition: flex-basis .2s;
  position: absolute;
}

.image-359 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-359:hover {
  transform: scale(1.2);
}

.image-360 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-360:hover {
  transform: scale(1.2);
}

.image-361 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-361:hover {
  transform: scale(1.2);
}

.image-362 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-362:hover {
  transform: scale(1.2);
}

.image-363 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-363:hover {
  transform: scale(1.2);
}

.image-364 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-364:hover {
  transform: scale(1.2);
}

.image-365 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-365:hover {
  transform: scale(1.2);
}

.image-366 {
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  transition: transform .5s;
}

.image-366:hover {
  transform: scale(1.2);
}

.image-367 {
  width: 100vw;
  position: absolute;
}

.image-368 {
  z-index: 90;
  width: 50.5vw;
  position: absolute;
  top: .1vw;
  left: 24.8vw;
}

.image-369 {
  z-index: 800;
  width: 20vw;
  position: absolute;
  top: 56.2vw;
  left: 40vw;
}

.image-370 {
  z-index: 850;
  width: 46vw;
  position: absolute;
  top: 56.6vw;
  left: 22vw;
}

.image-371 {
  z-index: 999;
  width: 52vw;
  position: absolute;
  top: 136.3vw;
  left: 24vw;
}

.ogenji {
  width: var(--100-vw);
  position: absolute;
  top: -6.1vw;
}

.image-372 {
  z-index: 180;
  width: 16vw;
  position: absolute;
  top: 31.6vw;
  left: 37.7vw;
}

.image-373 {
  z-index: 350;
  width: 18vw;
  position: absolute;
  top: 48.2vw;
  left: 26.3vw;
  transform: rotate(-53deg);
}

.image-374 {
  z-index: 5;
  width: 21vw;
  position: absolute;
  top: 48.3vw;
  left: 19.3vw;
  transform: rotate(-91deg);
}

.image-375 {
  z-index: 300;
  width: 15vw;
  position: absolute;
  top: 40.1vw;
  left: 36vw;
  transform: rotate(-26deg);
}

.image-376 {
  z-index: 350;
  width: 12vw;
  position: absolute;
  top: 44.5vw;
  left: 52.9vw;
  transform: rotate(26deg);
}

.image-377 {
  z-index: 100;
  width: 18vw;
  position: absolute;
  top: 43.3vw;
  left: 60.9vw;
  transform: rotate(66deg);
}

.image-378 {
  z-index: 6;
  width: 61vw;
  position: absolute;
  top: 16vw;
  left: 19.6vw;
}

.travica {
  width: var(--100-vw);
  position: absolute;
  top: 123.5vw;
}

.image-379 {
  z-index: 990;
  width: 52vw;
  position: absolute;
  top: -6.4vw;
}

.image-380 {
  z-index: 980;
  width: 55vw;
  position: absolute;
  top: 5.1vw;
  right: 0;
}

.image-381 {
  z-index: 990;
  width: 45vw;
  position: absolute;
  top: 2.9vw;
  right: 0;
}

.image-382 {
  z-index: 880;
  width: 59vw;
  position: absolute;
  top: -9.2vw;
  left: -4.5vw;
}

.image-383 {
  z-index: 8;
  width: 52vw;
  position: absolute;
  top: -22.4vw;
  left: 0;
}

.image-384 {
  z-index: 600;
  width: 39vw;
  position: absolute;
  top: -6.2vw;
  left: 44.2vw;
}

.image-385 {
  z-index: 901;
  width: 33vw;
  position: absolute;
  top: 8.7vw;
  right: 0;
}

.image-386 {
  z-index: 500;
  width: 17vw;
  position: absolute;
  top: -6.3vw;
  right: 0;
}

.image-387 {
  z-index: 979;
  width: 20vw;
  position: absolute;
  top: -.7vw;
  left: -7.5vw;
}

.image-388 {
  z-index: 999;
  width: 24vw;
  position: absolute;
  top: -.4vw;
  left: -3vw;
}

.image-389 {
  z-index: 720;
  width: 34vw;
  position: absolute;
  top: -8.7vw;
  right: 0;
}

.image-390 {
  z-index: 900;
  width: 28vw;
  display: none;
  position: absolute;
  top: -6.3vw;
  right: 21.8vw;
}

.image-391 {
  z-index: 700;
  width: 50vw;
  position: absolute;
  top: 5.2vw;
  right: 0;
}

.image-392 {
  z-index: 790;
  width: 24vw;
  position: absolute;
  top: -4.2vw;
  right: 8.4vw;
}

.image-393 {
  z-index: 750;
  width: 15vw;
  display: none;
  position: absolute;
  top: 11.1vw;
  right: 0;
}

.dropdown-toggle-3 {
  display: none;
}

.text-span-35 {
  color: var(--kres-2025-rumenozelena);
}

.text-span-36 {
  color: var(--kres-2025-zelena);
}

.text-block-36 {
  z-index: 7;
  color: var(--kres-2025-rumenozelena);
  letter-spacing: -.1vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 3.85vw;
  line-height: 2vw;
  position: absolute;
  top: 13.3vw;
  left: 30vw;
}

.naslov-pa-to {
  width: var(--100-vw);
  position: absolute;
  top: 0;
}

.text-block-37 {
  z-index: 999;
  color: var(--kres-2025-zelena);
  letter-spacing: -.12vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 3.77vw;
  line-height: 4vw;
  position: absolute;
  top: 9.5vw;
  left: 26.8vw;
}

.text-block-38 {
  z-index: 999;
  color: var(--kres-2025-oranžna);
  letter-spacing: -.09vw;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.88vw;
  line-height: 2vw;
  position: absolute;
  top: 8vw;
  left: 50vw;
}

.text-block-39 {
  z-index: 999;
  color: var(--kres-2025-zelena);
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 1.65vw;
  line-height: 1vw;
  position: absolute;
  top: 6.6vw;
  left: 52.2vw;
}

.image-394 {
  z-index: 900;
  width: 52vw;
  position: absolute;
  top: -1.9vw;
  right: 4.8vw;
}

.image-395 {
  z-index: 901;
  width: 47vw;
  position: absolute;
  top: -.1vw;
  left: 31vw;
}

.sketchable-2 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-58 {
  background-image: url('../images/Screenshot_2025-04-08_165322_2.avif');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.div-block-58:hover {
  transform: scale(1.2);
}

.italic-text-4, .italic-text-5 {
  color: var(--kres-2025-rumenozelena);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.italic-text-6, .italic-text-7 {
  color: var(--kres-2025-zelena);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.italic-text-8 {
  color: var(--kres-2025-zelena);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.bold-text-6 {
  color: var(--kres-2025-zelena);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
}

.italic-text-9 {
  color: var(--kres-2025-zelena);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.italic-text-10, .italic-text-11, .bold-text-7, .italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.image-396 {
  z-index: 999;
  border: .3vw solid var(--kres-2025-rumenozelena);
  border-radius: 2vw;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-396:hover {
  transform: scale(1.2);
}

._1_beti-copy {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  display: flex;
  position: absolute;
  top: 11.9vw;
  left: 5vw;
}

.italic-text-16 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.italic-text-17 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.bold-text-8, .bold-text-9, .bold-text-10, .italic-text-18, .italic-text-19, .italic-text-20, .italic-text-21, .italic-text-22, .italic-text-23, .italic-text-24, .bold-text-11, .italic-text-25, .italic-text-26, .italic-text-27, .italic-text-28, .italic-text-29, .bold-text-12, .italic-text-30, .italic-text-31, .italic-text-32, .bold-text-13 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.section-48 {
  position: relative;
  top: 13.7vw;
}

.link-block-43 {
  z-index: 99;
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 6vw;
  left: 22.6vw;
  right: 3vw;
}

.image-397 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0vw var(--kres-2025-oranžna);
  object-fit: cover;
  width: 100%;
  transition: transform .5s;
  position: absolute;
}

.image-397:hover {
  transform: scale(1.2);
}

.image-397.dewqde {
  border-color: var(--kres-oranzna);
}

.link-block-44 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 17vw;
  left: 3vw;
  right: 3vw;
}

.image-398 {
  box-sizing: border-box;
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-rdeca);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-398:hover {
  transform: scale(1.2);
}

.image-398.dde {
  border-color: var(--kres-oranzna);
}

.link-block-45 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 2vw;
  right: 32vw;
}

.image-399 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-rumenozelena);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-399:hover {
  transform: scale(1.2);
}

.image-399.frfr {
  border-color: var(--kres-oranzna);
}

.link-block-46 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 2vw;
  left: 32.5vw;
}

.image-400 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-rumenozelena);
  object-fit: cover;
  transition: transform .5s;
}

.image-400:hover {
  transform: scale(1.2);
}

.image-400.qdewf {
  border-color: var(--kres-oranzna);
}

.link-block-47 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 10vw;
  left: 12.8vw;
  right: 3vw;
}

.image-401 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-oranžna);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-401:hover {
  transform: scale(1.2);
}

.image-401.dewqd {
  border-color: var(--kres-oranzna);
}

.link-block-48 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 0;
  left: 42vw;
}

.image-402 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-zelena);
  object-fit: fill;
  transition: transform .5s;
}

.image-402:hover {
  transform: scale(1.2);
}

.image-402.ujy {
  border-color: var(--kres-oranzna);
}

.link-block-49 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 10vw;
  right: 12.8vw;
}

.image-403 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-oranžna);
  object-fit: cover;
  width: 100%;
  transition: transform .5s;
}

.image-403:hover {
  transform: scale(1.2);
}

.image-403.grrfe {
  border-color: var(--kres-oranzna);
}

.link-block-50 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 0;
  right: 41.8vw;
}

.image-404 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-zelena);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-404:hover {
  transform: scale(1.2);
}

.image-404.jutyujty {
  border-color: var(--kres-oranzna);
}

.link-block-51 {
  z-index: 66;
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 17vw;
  right: 3vw;
}

.image-405 {
  aspect-ratio: 9 / 16;
  width: 100%;
  position: absolute;
}

.link-block-52 {
  width: 6vw;
  height: 11vw;
  position: absolute;
  top: 6vw;
  right: 22vw;
}

.image-406 {
  aspect-ratio: 9 / 16;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-2025-oranžna);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-406:hover {
  transform: scale(1.2);
}

.image-406.juuuju {
  border-color: var(--kres-oranzna);
}

.image-407 {
  width: 50vw;
  display: none;
  position: absolute;
  top: -15.9vw;
  left: 25vw;
}

.image-408 {
  aspect-ratio: 9 / 16.4;
  border: .2vw solid var(--kres-2025-rumenozelena);
  box-shadow: 0 2px 4vw 0 var(--kres-rdeca);
  object-fit: cover;
  transition: transform .5s;
  position: absolute;
}

.image-408:hover {
  transform: scale(1.2);
}

.image-408.rfrfrf {
  border-color: var(--kres-oranzna);
}

.italic-text-33, .italic-text-34 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.imeeeee {
  color: var(--kres-2025-rumenozelena);
  text-align: center;
  letter-spacing: .04vw;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3vw;
  position: absolute;
  top: -2.6vw;
}

.imeeeee._2 {
  top: -5.1vw;
}

.imeeeee.ccccc {
  width: 130%;
  top: -5.1vw;
  left: -.9vw;
}

.imeeeee.ccccccc, .imeeeee.opi {
  top: -3.9vw;
}

.imeeeee.opi.qwq {
  color: var(--kres-rdeca);
}

.imeeeee.cceeee {
  top: -5.1vw;
}

.imeeeee.ftg {
  top: -3.9vw;
}

.imeeeee.ftg.sdw {
  color: var(--kres-rdeca);
}

.imeeeee.vufhvfr {
  top: -3.9vw;
}

.imeeeee.vufhvfr.ede {
  color: var(--kres-rdeca);
}

.imeeeee.rfrdcrf {
  top: -3.9vw;
}

.imeeeee.rfrdcrf.dcs {
  color: var(--kres-rdeca);
}

.imeeeee.cfw {
  top: -3.5vw;
}

.imeeeee.cfw.eferf {
  color: var(--kres-rdeca);
}

.imeeeee.vffv {
  top: -5vw;
}

.imeeeee.vffv.fer {
  color: var(--kres-rdeca);
}

.imeeeee.deed {
  top: -3.5vw;
}

.imeeeee.deed.cc, .imeeeee.ewedw, .imeeeee.wedqde, .imeeeee.ewdewd {
  color: var(--kres-rdeca);
}

.delo {
  color: var(--kres-2025-oranžna);
  text-align: center;
  letter-spacing: .03vw;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.4vw;
  position: absolute;
  top: 12.2vw;
}

.text-block-42 {
  position: absolute;
}

.image-409 {
  opacity: .62;
  width: 100vw;
  position: absolute;
  top: -87vw;
}

.bold-text-14, .italic-text-35, .bold-text-15, .italic-text-36, .bold-text-16, .bold-text-17, .italic-text-37, .italic-text-38, .italic-text-39, .italic-text-40, .italic-text-41, .bold-text-18, .bold-text-19, .italic-text-42, .italic-text-43, .italic-text-44 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.link-23 {
  color: var(--kres-2025-zelena);
}

.italic-text-45, .italic-text-46, .bold-text-20, .italic-text-47, .italic-text-48, .bold-text-21 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.body-24 {
  background-image: url('../images/Artboard-18-copy-42x-copym.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text-22, .bold-text-23, .italic-text-49, .italic-text-50, .italic-text-51, .italic-text-52, .italic-text-53, .italic-text-54, .bold-text-24, .italic-text-55, .italic-text-56, .italic-text-57, .italic-text-58, .bold-text-25, .italic-text-59, .italic-text-60, .italic-text-61, .italic-text-62, .italic-text-63, .italic-text-64, .italic-text-65, .italic-text-66, .italic-text-67, .italic-text-68, .bold-text-26, .italic-text-69, .bold-text-27, .italic-text-70, .italic-text-71, .italic-text-72, .italic-text-73, .italic-text-74, .italic-text-75, .bold-text-28, .bold-text-29, .italic-text-76, .italic-text-77, .italic-text-78, .italic-text-79, .italic-text-80, .italic-text-81, .italic-text-82, .italic-text-83, .italic-text-84, .italic-text-85 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.mapmap1 {
  background-image: url('../images/kres-facebook-06.avif');
  background-position: 50%;
  background-size: auto;
}

.image-410 {
  object-fit: fill;
  display: none;
  position: absolute;
}

.dropdown-toggle-4 {
  display: none;
}

.image-411 {
  display: none;
  position: absolute;
}

.image-412 {
  position: absolute;
}

.ime-kres-2024 {
  color: var(--kres-rdeca);
  text-align: center;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3vw;
  position: absolute;
  top: -3.5vw;
}

.ime-kres-2024-ena-vrsta {
  color: var(--kres-rdeca);
  text-align: center;
  width: 100%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.3vw;
  position: absolute;
  top: -2.6vw;
}

.open_call_naslov {
  color: var(--svetlo-vijolčna2);
  font-size: 30px;
  line-height: 43px;
}

.image-413 {
  width: 100%;
}

.text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42 {
  color: var(--svetlo-vijolčna2);
}

.text-span-43 {
  color: var(--svetlo-vijolčna2);
  font-size: 30px;
  line-height: 43px;
}

.bold-text-30, .bold-text-31, .text-span-44 {
  color: var(--svetlo-vijolčna2);
}

.image-414 {
  width: 100%;
}

.container-47 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-45, .text-span-46, .text-span-47, .bold-text-32, .link-24 {
  color: var(--svetlo-vijolčna2);
}

.link-25, .link-26 {
  color: var(--vijolčna);
}

.open_call_link {
  color: var(--svetlo-vijolčna2);
}

.open_call_link.ornage, .open_call_link.orange {
  color: var(--sivo-vijolčna);
}

.link-28, .link-29, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55 {
  color: var(--svetlo-vijolčna2);
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.container-48 {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.open_call {
  color: var(--sivo-vijolčna);
  text-align: justify;
  padding: 100px 20px;
  font-family: Slovenec, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-span-56, .text-span-57 {
  color: var(--sivo-vijolčna);
}

.kres_basic_meni_2025 {
  color: var(--kres-2025-rumenozelena);
  padding-top: 20px;
  font-size: 17px;
}

.kres_basic_meni_2025:hover, .kres_basic_meni_2025:focus, .kres_basic_meni_2025:visited, .kres_basic_meni_2025.w--current, .kres_basic_meni_2025.w--current:hover {
  color: var(--kres-2025-oranžna);
}

.kres_basic_meni_2025.w--current:active, .kres_basic_meni_2025.w--current:focus, .kres_basic_meni_2025.w--current:focus-visible, .kres_basic_meni_2025.w--current[data-wf-focus-visible], .kres_basic_meni_2025.w--current:visited {
  color: var(--svetlo-vijolčna2);
}

.kres_basic_meni_2025.cchfburew {
  color: var(--kres-oranzna);
}

.kres_basic_meni_2025.cchfburew.w--current {
  color: var(--kres-2025-rumenozelena);
}

.kres_basic_meni_2025.cchfburew.tgt {
  display: none;
}

.kres-meni-2025 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
  font-size: 17px;
}

.kres-meni-2025.xsxsx {
  color: var(--kres-oranzna);
}

.kres-meni-2025.arhiv {
  color: var(--sivo-vijolčna);
  padding-top: 40px;
}

.kres-meni-2025.arhiv:hover, .kres-meni-2025.arhiv:active, .kres-meni-2025.arhiv:focus {
  color: var(--svetlo-vijolčna2);
}

.icon-4-2025 {
  color: var(--kres-2025-rumenozelena);
  margin-top: 22px;
}

.icon-4-2025:hover {
  color: var(--kres-oranzna);
}

.icon-4-2025:focus {
  color: var(--kres-2025-oranžna);
}

.text-block-12-copy-2025 {
  color: var(--kres-2025-rumenozelena);
}

.text-block-12-copy-2025:hover, .text-block-12-copy-2025:active, .text-block-12-copy-2025:focus {
  color: var(--kres-2025-oranžna);
}

.kres-dropdown-2025 {
  z-index: 999;
  color: var(--kres-2025-rumenozelena);
}

.kres-dropdown-2025:hover, .kres-dropdown-2025:active, .kres-dropdown-2025:focus, .kres-dropdown-2025:focus-visible, .kres-dropdown-2025[data-wf-focus-visible], .kres-dropdown-2025:visited {
  color: var(--svetlo-vijolčna2);
}

.kres-dropdown-2025.w--current {
  color: var(--kres-2025-oranžna);
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-link:hover {
    -webkit-text-stroke-color: var(--spring-green);
  }

  .text-block-2 {
    width: 60vw;
    left: 20vw;
  }

  .fire-copy {
    top: 29vw;
  }

  .imee {
    top: 5.9vw;
  }

  .image-129 {
    margin-top: 25px;
  }

  .paragraph {
    font-size: 16px;
  }

  .novi-dropdown {
    margin-left: 0;
  }

  .html-embed {
    height: 720px;
    position: static;
  }

  .body-6 {
    background-image: none;
  }

  .image-146 {
    position: absolute;
    inset: 25% 0% 0% 44%;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-7, .link-12 {
    color: var(--crimson);
  }

  .section-12 {
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }

  .celeste-right-align {
    padding-top: 60px;
    padding-bottom: 60px;
    top: auto;
    left: auto;
  }

  .celeste-paragraph-left {
    width: 45vw;
    padding-left: 10px;
    top: auto;
    left: auto;
  }

  .section-14 {
    height: auto;
  }

  .celeste-image-full-width {
    margin-top: auto;
    margin-bottom: auto;
  }

  .celeste-image-right {
    text-align: right;
    width: 40vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
  }

  .image-180 {
    aspect-ratio: auto;
    text-align: justify;
    max-width: none;
    margin-left: auto;
    padding-left: 0;
    display: block;
    position: static;
    top: auto;
    left: auto;
  }

  .paragraph-5 {
    top: auto;
    left: auto;
  }

  .section-16 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-181 {
    margin-top: 0;
    left: 220px;
  }

  .celeste-section {
    padding-left: 0;
  }

  .paragraph-4-copy {
    width: 700px;
  }

  .celeste-separator {
    text-align: justify;
    margin-top: -10vh;
    margin-bottom: -10vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .celeste-lottie-tl {
    width: auto;
    height: auto;
    top: 0;
    left: auto;
  }

  .celeste-scroll-section {
    margin: auto;
  }

  .celeste-paragraph-center {
    text-align: center;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 25vw;
    top: 88vh;
  }

  .container-left {
    float: left;
    object-fit: fill;
    max-width: none;
    padding-left: 60px;
    padding-right: 10px;
  }

  .celeste-container {
    max-width: none;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-left: 140px;
    padding-right: 140px;
  }

  .celeste-paragraph {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-right {
    float: right;
    object-fit: fill;
    max-width: none;
    padding-left: 10px;
    padding-right: 60px;
  }

  .celeste-image-left {
    text-align: right;
    width: 40vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
  }

  .celeste-paragraph-right {
    width: 45vw;
    padding-left: 10px;
    top: auto;
    left: auto;
  }

  .celeste-image-centered {
    margin-top: auto;
    margin-bottom: auto;
  }

  .celeste-scroll-container {
    max-width: none;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-left: 140px;
    padding-right: 140px;
  }

  .loadingcode {
    position: absolute;
  }

  .celeste-lottie-bl, .celeste-lottie-tr, .celeste-lottie-br {
    width: auto;
    height: auto;
    top: 0;
    left: auto;
  }

  .text-block-10 {
    width: 60vw;
    left: 20vw;
  }

  .nav-dropdown-link-3:hover {
    -webkit-text-stroke-color: #25ef72;
  }

  .novi-dropdown-2 {
    left: 288px;
  }

  .imee-2 {
    top: 5.9vw;
  }

  .novi-dropdown-3 {
    left: 288px;
  }

  .paragraph-4 {
    width: 700px;
  }

  .paragraph-8 {
    top: -282px;
  }

  .image-312 {
    top: 128px;
  }

  .novi-dropdown-4 {
    left: 288px;
  }

  .image-179 {
    top: -333px;
  }

  .link-19, .link-21 {
    color: #e53d39;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    border-bottom: 1px none var(--spring-green);
    object-fit: fill;
  }

  .fire-copy {
    top: 22.8vw;
  }

  .imena {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: var(--spring-green);
  }

  .image-128 {
    margin-bottom: 52px;
  }

  .image-129 {
    margin-top: 30px;
  }

  .html-embed {
    flex: 0 auto;
    align-self: auto;
    height: 1080px;
    margin-bottom: 0;
    display: block;
    position: static;
    inset: 0% 0% 100%;
    overflow: visible;
  }

  .body-6 {
    background-color: #000;
    background-image: none;
  }

  .div-block-13 {
    flex-direction: row;
    justify-content: space-between;
    height: 1080px;
    display: flex;
    position: static;
  }

  .html-embed-2 {
    height: 720px;
  }

  .margin-bottom-24px {
    top: 351px;
  }

  .link-7 {
    color: var(--crimson);
  }

  .celeste-paragraph-left {
    width: 700px;
  }

  .celeste-image-right {
    top: auto;
    left: auto;
  }

  .image-180 {
    top: 121px;
    left: 194px;
  }

  .paragraph-5 {
    top: -291px;
    left: 843px;
  }

  .paragraph-4-copy {
    width: 700px;
  }

  .celeste-lottie-tl {
    width: auto;
    height: auto;
  }

  .celeste-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .celeste-paragraph {
    padding-left: 10vw;
    padding-right: 10vw;
    top: 351px;
  }

  .celeste-image-left {
    margin-right: 50vw;
    top: auto;
    left: auto;
  }

  .celeste-paragraph-right {
    width: 700px;
    margin-left: 50vw;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 10vw;
  }

  .celeste-scroll-container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .celeste-lottie-bl, .celeste-lottie-tr, .celeste-lottie-br {
    width: auto;
    height: auto;
  }

  .novi-dropdown-2 {
    left: 368px;
  }

  .navbar-2 {
    object-fit: fill;
    border-bottom: 1px #25ef72;
  }

  .imena-2 {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: #25ef72;
  }

  .novi-dropdown-3 {
    left: 368px;
  }

  .paragraph-4 {
    width: 700px;
  }

  .paragraph-8 {
    top: -291px;
    left: 843px;
  }

  .imena-3 {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: #25ef72;
  }

  .image-312 {
    top: 121px;
    left: 194px;
  }

  .novi-dropdown-4 {
    left: 368px;
  }

  .margin-bottom-24px-3 {
    top: 351px;
  }

  .image-179 {
    top: -386px;
    left: 847px;
  }

  .imena-4 {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: #25ef72;
  }

  .link-19 {
    color: #e53d39;
  }

  .imena-5 {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: #25ef72;
  }

  .html-embed-5 {
    height: 720px;
  }

  .imena-2025, .imena-2025-copy, .imena-2025-copy, .imena-2025-copy, .imena-2024, .imena-2025-copy-copy-copy {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-color: var(--spring-green);
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: var(--black);
  }

  .navbar-container.shadow-three {
    background-color: var(--black);
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    max-width: 100%;
  }

  .container {
    max-width: 100vw;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    border-radius: 0;
  }

  .nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
    color: var(--spring-green);
    -webkit-text-stroke-color: var(--spring-green);
  }

  .body {
    overflow: visible;
  }

  .container-2 {
    background-color: #0000;
    max-width: 47%;
  }

  .div-block-2 {
    justify-content: center;
  }

  .image-2 {
    margin-left: 33px;
  }

  .image-icon {
    transition: opacity .2s;
  }

  .image-22 {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
  }

  .fire-copy {
    width: 28vw;
    top: 10.9vw;
    left: 32.6vw;
  }

  .image-icon-copy {
    transition: opacity .2s;
  }

  .div-block-7 {
    margin-top: 20px;
  }

  .imenaaa {
    z-index: 999;
  }

  .farah, .neo {
    z-index: auto;
  }

  .image-128 {
    margin-bottom: 61px;
  }

  .image-129 {
    margin-top: 35px;
  }

  .text-block-6 {
    font-size: 21px;
  }

  .novi-dropdown {
    margin-right: 140px;
    padding-right: 40px;
    position: relative;
    right: auto;
  }

  .html-embed {
    object-fit: fill;
    background-image: url('../images/spacehdri22.avif');
    background-position: 0 0;
    background-size: auto;
    height: 1080px;
    position: fixed;
    inset: 0%;
  }

  .body-6 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    border-radius: 0;
    display: block;
    overflow: visible;
  }

  .html-embed-2 {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
  }

  .div-block-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .cursor-wrapper {
    z-index: 1000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .cursor-3 {
    background-color: var(--red);
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }

  .image-149 {
    width: 2013.01vw;
  }

  .image-152 {
    margin-left: 1275px;
  }

  .image-153 {
    width: 600vw;
    max-width: 26%;
    inset: 8% 5% auto auto;
  }

  .image-157 {
    width: 408.75vw;
    max-width: 20%;
    inset: auto auto 2% 4%;
  }

  .image-158 {
    width: 787vw;
    max-width: 25%;
    position: absolute;
  }

  .image-160 {
    max-width: 25%;
    top: 7%;
  }

  .image-161 {
    width: 1087vw;
  }

  .body-7 {
    height: 200vh;
  }

  .margin-bottom-24px {
    top: 684px;
  }

  .bio, .link-7 {
    color: var(--crimson);
  }

  .image-165 {
    position: absolute;
  }

  .image-166 {
    width: 350vw;
    max-width: 20%;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-167 {
    width: 350vw;
  }

  .image-168 {
    width: 100vw;
    bottom: 3%;
    left: 6%;
  }

  .celeste-paragraph-left {
    width: 800px;
    margin-top: 140px;
  }

  .image-177 {
    top: -81px;
    left: 35%;
  }

  .celeste-image-right {
    position: relative;
    inset: -299px 0% 0% 62%;
  }

  .image-180 {
    top: 28px;
    left: 309px;
  }

  .paragraph-5 {
    width: 700px;
    top: -189px;
    left: 1119px;
  }

  .paragraph-6 {
    position: relative;
  }

  .image-181 {
    left: 429px;
  }

  .image-182 {
    top: -395px;
    left: 389px;
  }

  .paragraph-4-copy {
    width: 1800px;
    margin-top: 140px;
    top: -183px;
  }

  .section-22 {
    background-color: var(--black);
  }

  .celeste-separator {
    top: -395px;
    left: 389px;
  }

  .container-25 {
    width: 1600px;
  }

  .lottie-animation {
    position: fixed;
  }

  .container-26 {
    width: 2200px;
    max-width: 2100px;
    height: 2000px;
  }

  .celeste-lottie-tl {
    object-fit: contain;
    max-width: 80vw;
    height: auto;
    max-height: 60vw;
    margin: 5vh 30vw 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .celeste-paragraph {
    top: 684px;
  }

  .celeste-image-left {
    position: relative;
    inset: -299px 0% 0% 62%;
  }

  .celeste-paragraph-right {
    width: 800px;
    margin-top: 140px;
  }

  .celeste-lottie-bl, .celeste-lottie-tr, .celeste-lottie-br {
    object-fit: contain;
    max-width: 80vw;
    height: auto;
    max-height: 60vw;
    margin: 5vh 30vw 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .sketchable {
    display: none;
  }

  .image-200 {
    -webkit-text-stroke-width: 0px;
  }

  .italic-text-2 {
    color: var(--kres-rdeca);
  }

  .button-2 {
    font-size: 21px;
    left: 571px;
  }

  .text-span-4 {
    color: var(--kres-rdeca);
  }

  .div-block-25 {
    justify-content: center;
  }

  .nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
    color: #25ef72;
    -webkit-text-stroke-color: #25ef72;
  }

  .container-28 {
    max-width: 100vw;
  }

  .novi-dropdown-2 {
    position: relative;
    left: 585px;
    right: auto;
  }

  .navbar-2 {
    background-color: #000;
  }

  .div-block-27 {
    margin-top: 20px;
  }

  .container-31 {
    max-width: 100vw;
  }

  .novi-dropdown-3 {
    position: relative;
    left: 585px;
    right: auto;
  }

  .bio-2 {
    color: #e53d39;
  }

  .paragraph-4 {
    width: 800px;
    margin-top: 140px;
  }

  .paragraph-8 {
    width: 700px;
    top: -189px;
    left: 1119px;
  }

  .image-311, .image-182-copy {
    top: -395px;
    left: 389px;
  }

  .container-34 {
    max-width: 100vw;
  }

  .image-312 {
    top: 28px;
    left: 309px;
  }

  .novi-dropdown-4 {
    position: relative;
    left: 585px;
    right: auto;
  }

  .margin-bottom-24px-3 {
    top: 684px;
  }

  .image-179 {
    position: relative;
    inset: -299px 0% 0% 62%;
  }

  .container-38 {
    max-width: 100vw;
  }

  .link-19 {
    color: #e53d39;
  }

  .div-block-37 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-41 {
    background-color: #000;
  }

  .container-39 {
    max-width: 100vw;
  }

  .html-embed-5 {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
  }

  .container-40, .container-41 {
    max-width: 100vw;
  }

  .image-329 {
    width: 600vw;
    max-width: 26%;
    inset: 8% 5% auto auto;
  }

  .container-42 {
    max-width: 100vw;
  }

  .image-334 {
    width: 2013.01vw;
  }

  .image-336 {
    width: 350vw;
  }

  .image-338 {
    width: 100vw;
    bottom: 3%;
    left: 6%;
  }

  .container-43, .container-44, .container-45 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .section {
    top: 2vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-two {
    background-color: var(--black);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-2 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .div-block-2 {
    top: 109.5vw;
  }

  .fire {
    width: 57vw;
    height: 51vw;
    display: none;
    top: 24.3vw;
    left: 21.3vw;
  }

  .image-3 {
    z-index: 34;
    width: 7vw;
    top: 21.5vw;
    left: 11.2vw;
  }

  .image-4 {
    z-index: 64;
    width: 7vw;
    top: 34.9vw;
    right: 45.4vw;
  }

  .image-8 {
    width: 8vw;
    top: 18.3vw;
    left: 16.3vw;
  }

  .image-9 {
    width: 98vw;
  }

  .section-2 {
    top: 146.7vw;
  }

  .icona-header {
    max-height: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .fire-copy {
    top: 36.4vw;
  }

  .ime-2024 {
    font-size: 80px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .icon {
    color: var(--white);
  }

  .imenaaa {
    top: 65.3vw;
  }

  .monitor {
    top: 5vw;
  }

  .rka {
    height: 8vw;
  }

  .farah {
    width: 16vw;
    top: 24vw;
    left: 61vw;
  }

  .beti {
    top: 48.4vw;
    left: 47.3vw;
  }

  .jaka {
    width: 12vw;
    height: 13vw;
    top: 22.1vw;
  }

  .luka {
    width: 13vw;
    top: 41.6vw;
    left: 82.3vw;
  }

  .niko {
    top: 41.4vw;
    left: 8.3vw;
  }

  .imee {
    font-size: 2.5vw;
    line-height: 2.8vw;
    top: 9.1vw;
  }

  .celeste {
    width: 13vw;
    top: 24.9vw;
    left: 20.4vw;
  }

  .vid {
    top: 49.3vw;
    left: 25.7vw;
  }

  .neo {
    top: 22vw;
    left: 85.6vw;
  }

  .mihevc {
    top: 48vw;
    left: 66.8vw;
  }

  .knnz {
    top: 27.1vw;
    left: 41.1vw;
  }

  .image-47 {
    width: 98vw;
    display: none;
  }

  .link-block-11 {
    display: none;
  }

  .image-49 {
    left: -8.1vw;
  }

  .image-50 {
    z-index: 37;
    width: 10vw;
    top: 17.7vw;
    left: 13.5vw;
  }

  .image-51 {
    z-index: 30;
    width: 8vw;
    top: 21.7vw;
    left: 41.2vw;
  }

  .image-52 {
    z-index: 20;
    width: 8vw;
    top: 10.3vw;
    left: 2.8vw;
  }

  .image-54 {
    z-index: 29;
    width: 12vw;
    top: 22.7vw;
    left: 43.8vw;
  }

  .image-55 {
    z-index: 18;
    width: 12vw;
    top: 12.6vw;
    left: 34.5vw;
  }

  .image-56 {
    left: -13.2vw;
  }

  .image-57 {
    z-index: 28;
    width: 11vw;
    top: 14.5vw;
    left: 5.7vw;
  }

  .image-59 {
    z-index: 36;
    width: 19vw;
    top: 25.8vw;
    left: 36.5vw;
  }

  .image-60 {
    z-index: 27;
    width: 8vw;
    top: 17.8vw;
    left: 11.6vw;
  }

  .image-62 {
    z-index: 75;
    width: 8vw;
    top: 38.3vw;
    left: 23.3vw;
  }

  .image-66 {
    z-index: 15;
    width: 9vw;
    top: .6vw;
    left: 31.2vw;
  }

  .image-67 {
    z-index: 23;
    width: 12vw;
    top: 10.3vw;
    left: 26.4vw;
  }

  .image-69 {
    z-index: 27;
    width: 14vw;
    top: 17.1vw;
    left: 38.1vw;
  }

  .image-72 {
    z-index: 68;
    width: 13vw;
    top: 34.2vw;
    left: 9.2vw;
  }

  .image-73 {
    z-index: 55;
    width: 14vw;
    top: 28.7vw;
    left: 30.8vw;
  }

  .image-75 {
    width: 9vw;
    top: -5.8vw;
    left: .1vw;
  }

  .facika {
    z-index: 28;
    width: 7vw;
    top: 20.5vw;
    left: 19.7vw;
  }

  .image-77 {
    width: 16vw;
    top: -5vw;
    left: -2.9vw;
  }

  .image-78 {
    z-index: 70;
    width: 7vw;
    top: 31.5vw;
    left: 27.8vw;
  }

  .image-79 {
    width: 9vw;
    top: -1.8vw;
    left: .2vw;
  }

  .image-80 {
    width: 10vw;
    top: -5vw;
    left: 3.1vw;
  }

  .image-81 {
    z-index: 28;
    width: 10vw;
    top: 19.8vw;
    left: 44.4vw;
  }

  .image-82 {
    width: 9vw;
    top: -2vw;
    left: 1.8vw;
  }

  .image-83 {
    z-index: 46;
    width: 16vw;
    top: 27.4vw;
    right: 34vw;
  }

  .image-86 {
    z-index: 29;
    width: 10vw;
    top: 15.2vw;
    left: 31.1vw;
  }

  .image-87 {
    width: 7vw;
    top: -11.3vw;
  }

  .image-88 {
    width: 10vw;
    top: -5vw;
  }

  .image-89 {
    width: 9vw;
    top: 3.1vw;
    right: 19.1vw;
  }

  .image-90 {
    width: 12vw;
    top: -3.7vw;
    left: .5vw;
  }

  .image-91 {
    width: 9vw;
    top: -3vw;
    left: -.2vw;
  }

  .image-92 {
    width: 14vw;
    top: -6.8vw;
    left: 2.7vw;
  }

  .image-93 {
    width: 6vw;
    top: -7.8vw;
  }

  .image-94 {
    display: block;
  }

  .image-95 {
    z-index: 4;
    width: 17vw;
    top: 2.2vw;
    left: -.1vw;
  }

  .travca {
    width: 14vw;
    bottom: 18.7vw;
    right: 18vw;
  }

  .image-100 {
    width: 9vw;
    top: 9.4vw;
    right: 17.6vw;
  }

  .image-102 {
    z-index: 10;
    width: 7vw;
    top: 12.3vw;
    left: 8.3vw;
  }

  .image-103 {
    z-index: 29;
    width: 15vw;
    top: 19.2vw;
    right: 21.7vw;
  }

  .image-104 {
    width: 9vw;
    top: 6.4vw;
    left: 20.4vw;
  }

  .image-107 {
    z-index: 54;
    width: 11vw;
    bottom: 6.9vw;
    right: 4.6vw;
  }

  .image-108 {
    z-index: 15;
    width: 7vw;
    top: 12.7vw;
    right: 22.1vw;
  }

  .image-109 {
    z-index: 40;
    width: 9vw;
    top: 26.5vw;
    left: 18.8vw;
  }

  .image-110 {
    z-index: 35;
    top: 24.8vw;
    left: 5.1vw;
  }

  .image-112 {
    z-index: 11;
    width: 9vw;
    top: 10.6vw;
    left: 15.2vw;
  }

  .image-113 {
    z-index: 35;
    width: 9vw;
    bottom: 13.5vw;
    left: 23.1vw;
  }

  .image-116 {
    z-index: 10;
    width: 8vw;
    top: 6.9vw;
    left: 11.2vw;
  }

  .image-118 {
    width: 10vw;
    top: 18.9vw;
    right: 32.5vw;
  }

  .header {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .image-122 {
    z-index: 33;
    width: 8vw;
    top: 26vw;
    left: 14vw;
  }

  .image-123 {
    z-index: 32;
    width: 11vw;
    top: 17.4vw;
    left: 11.9vw;
  }

  .image-125 {
    z-index: 40;
    width: 12vw;
    top: 32.4vw;
    right: 3vw;
  }

  .gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #e53d39, var(--black) 65%);
    height: 130vw;
    top: -18.9vw;
  }

  .image-127 {
    margin-top: -7px;
  }

  .image-128 {
    margin-top: 1px;
    margin-bottom: 507px;
  }

  .image-129 {
    padding-top: 0;
  }

  .image-130 {
    padding-bottom: 0;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-144 {
    z-index: 35;
    width: 10vw;
    bottom: 12.2vw;
    left: 29.4vw;
  }

  .html-embed-2 {
    height: 720px;
  }

  .image-146 {
    top: 24%;
  }

  .image-152 {
    margin-left: 403px;
  }

  .div-block-20 {
    top: -9px;
  }

  .naslov-c {
    top: 15vw;
  }

  .container-15 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    text-align: left;
    top: 0;
  }

  .container-16 {
    top: 313px;
  }

  .text-span {
    text-align: left;
    margin-left: 0;
  }

  .biografije {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .bio {
    top: 1427px;
  }

  .section-12 {
    padding-bottom: 481px;
  }

  .celeste-right-align {
    margin: 2vh auto;
    padding-left: 10vw;
    padding-right: 10vw;
    top: auto;
    left: auto;
  }

  .section-14 {
    height: auto;
  }

  .image-177 {
    top: -77px;
    left: 159px;
  }

  .celeste-image-full-width {
    left: 0;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .celeste-image-right {
    top: 0;
    left: 0;
  }

  .image-180 {
    margin-bottom: 41px;
    left: 193px;
  }

  .paragraph-5 {
    width: 78vw;
    padding-left: 10px;
    top: 0;
    left: 96px;
  }

  .section-16 {
    margin-bottom: 81px;
  }

  .paragraph-6 {
    width: 78vw;
    margin-top: 0;
  }

  .image-181 {
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
  }

  .image-182 {
    padding-left: 140px;
    padding-right: 140px;
    top: -176px;
    left: 0;
  }

  .celeste-section {
    font-size: .8vh;
    line-height: 1.2vh;
  }

  .section-19 {
    height: 150px;
  }

  .paragraph-4-copy {
    width: 78vw;
  }

  .section-22 {
    background-color: var(--black);
  }

  .celeste-separator {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    top: -176px;
    left: 0;
  }

  .image-183 {
    z-index: 36;
    width: 12vw;
    position: absolute;
    top: 26.3vw;
    left: 35.3vw;
  }

  .image-184 {
    z-index: 39;
    width: 19vw;
    position: absolute;
    top: 24.4vw;
    left: -1.1vw;
  }

  .image-185 {
    z-index: 49;
    width: 11vw;
    top: 25.7vw;
    left: 37.5vw;
  }

  .image-187 {
    z-index: 8;
    width: 10vw;
    top: 11.1vw;
    left: 21vw;
  }

  .image-188 {
    z-index: 63;
    width: 8vw;
    top: 36.4vw;
    left: 8.4vw;
  }

  .image-190 {
    left: 23.2vw;
  }

  .lottie-animation {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    min-width: auto;
    overflow: visible;
  }

  .celeste-lottie-tl {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .celeste-paragraph-center {
    font-size: .8vh;
    line-height: 1.6vh;
    top: 82vh;
    bottom: auto;
  }

  .celeste-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: .8vh;
    line-height: 1.2vh;
  }

  .celeste-paragraph {
    color: var(--white);
    text-align: justify;
    padding: 1vh 10vw;
    font-size: .8vh;
    line-height: 1.2vh;
    top: 0;
  }

  .celeste-image-left {
    top: 0;
    left: 0;
  }

  .celeste-image-centered {
    left: 0;
  }

  .celeste-scroll-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .celeste-lottie-bl, .celeste-lottie-tr, .celeste-lottie-br {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: left;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .celeste-paragraph-half, .celeste-paragraph-main {
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: .8vh;
    line-height: 1.2vh;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .button-2 {
    left: 119px;
  }

  .image-214 {
    width: 8vw;
    top: 18.3vw;
    left: 16.3vw;
  }

  .image-215 {
    z-index: 2;
    width: 7vw;
    top: 6.1vw;
    right: 41.3vw;
  }

  .image-216 {
    width: 6vw;
    top: -7.8vw;
  }

  .image-217 {
    z-index: 35;
    width: 10vw;
    bottom: 12.2vw;
    left: 29.4vw;
  }

  .link-block-26 {
    display: none;
  }

  .image-218 {
    z-index: 63;
    width: 8vw;
    top: 36.4vw;
    left: 8.4vw;
  }

  .image-219 {
    z-index: 11;
    width: 9vw;
    top: 10.6vw;
    left: 15.2vw;
  }

  .image-220 {
    z-index: 20;
    width: 8vw;
    top: 10.3vw;
    left: 2.8vw;
  }

  .image-221 {
    z-index: 15;
    width: 8vw;
    top: 4.3vw;
    left: 11.9vw;
  }

  .section-29 {
    top: 2vw;
  }

  .image-222 {
    z-index: 2;
    width: 8vw;
    top: -8.6vw;
    right: 36.7vw;
  }

  .image-223 {
    width: 9vw;
    top: 3.1vw;
    right: 19.1vw;
  }

  .image-224 {
    z-index: 31;
    width: 9vw;
    top: 10.2vw;
    left: 27.3vw;
  }

  .image-225 {
    z-index: 29;
    width: 15vw;
    top: 19.2vw;
    right: 21.7vw;
  }

  .image-226 {
    z-index: 54;
    width: 11vw;
    bottom: 6.9vw;
    right: 4.6vw;
  }

  .image-227 {
    z-index: 66;
    width: 7vw;
    top: 31.8vw;
    left: 37.4vw;
  }

  .image-228 {
    z-index: 46;
    width: 16vw;
    top: 27.4vw;
    right: 34vw;
  }

  .image-229 {
    z-index: 35;
    top: 24.8vw;
    left: 5.1vw;
  }

  .image-230 {
    z-index: 23;
    width: 12vw;
    top: 10.3vw;
    left: 26.4vw;
  }

  .image-231 {
    z-index: 49;
    width: 11vw;
    top: 25.7vw;
    left: 37.5vw;
  }

  .image-232 {
    z-index: 32;
    width: 11vw;
    top: 17.4vw;
    left: 11.9vw;
  }

  .image-233 {
    left: 23.2vw;
  }

  .image-234 {
    width: 9vw;
    top: 6.4vw;
    left: 20.4vw;
  }

  .image-235 {
    z-index: 1;
    width: 9vw;
    top: .3vw;
    left: 16.5vw;
  }

  .image-236 {
    z-index: 59;
    width: 12vw;
    top: 32.6vw;
    left: 21.8vw;
  }

  .image-237 {
    z-index: 4;
    width: 17vw;
    top: 2.2vw;
    left: -.1vw;
  }

  .section-30 {
    top: 146.7vw;
  }

  .header-2 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .image-239 {
    width: 9vw;
    top: -2vw;
    left: 1.8vw;
  }

  .image-240 {
    z-index: 24;
    width: 13vw;
    top: 14.7vw;
    left: 17.7vw;
  }

  .text-block-10 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .image-241 {
    width: 14vw;
    top: -6.8vw;
    left: 2.7vw;
  }

  .image-242 {
    z-index: 3;
    width: 11vw;
    top: 2.5vw;
    left: 22.3vw;
  }

  .image-243 {
    z-index: 39;
    width: 19vw;
    position: absolute;
    top: 24.4vw;
    left: -1.1vw;
  }

  .image-244 {
    z-index: 29;
    width: 12vw;
    top: 22.7vw;
    left: 43.8vw;
  }

  .image-245 {
    z-index: 28;
    width: 11vw;
    top: 14.5vw;
    left: 5.7vw;
  }

  .image-246 {
    z-index: 33;
    width: 8vw;
    top: 26vw;
    left: 14vw;
  }

  .image-247 {
    z-index: 19;
    width: 9vw;
    top: 16.5vw;
    left: 6.8vw;
  }

  .image-248 {
    z-index: 35;
    width: 9vw;
    bottom: 13.5vw;
    left: 23.1vw;
  }

  .image-249 {
    z-index: 70;
    width: 7vw;
    top: 31.5vw;
    left: 27.8vw;
  }

  .div-block-25 {
    top: 109.5vw;
  }

  .image-250 {
    z-index: 10;
    width: 22vw;
    top: -1.5vw;
    left: 8.7vw;
  }

  .fire-2 {
    width: 57vw;
    height: 51vw;
    display: block;
    top: 24.3vw;
    left: 21.3vw;
  }

  .image-251 {
    z-index: 36;
    width: 6vw;
    top: 17.3vw;
    left: 3.5vw;
  }

  .image-252 {
    z-index: 29;
    width: 10vw;
    top: 15.2vw;
    left: 31.1vw;
  }

  .image-253 {
    z-index: 29;
    width: 10vw;
    bottom: 15.1vw;
    left: 2.4vw;
  }

  .image-254 {
    width: 9vw;
    top: -3vw;
    left: -.2vw;
  }

  .image-255 {
    width: 9vw;
    top: -5.8vw;
    left: .1vw;
  }

  .image-256 {
    width: 9vw;
    top: 9.4vw;
    right: 17.6vw;
  }

  .image-257 {
    z-index: 75;
    width: 8vw;
    top: 38.3vw;
    left: 23.3vw;
  }

  .image-258 {
    z-index: 68;
    width: 13vw;
    top: 34.2vw;
    left: 9.2vw;
  }

  .image-259 {
    width: 10vw;
    top: 18.9vw;
    right: 32.5vw;
  }

  .image-261 {
    width: 9vw;
    top: -1.8vw;
    left: .2vw;
  }

  .image-262 {
    z-index: 10;
    width: 8vw;
    top: 6.9vw;
    left: 11.2vw;
  }

  .image-263 {
    width: 16vw;
    top: -5vw;
    left: -2.9vw;
  }

  .image-264 {
    z-index: 28;
    width: 10vw;
    top: 19.8vw;
    left: 44.4vw;
  }

  .image-265 {
    z-index: 34;
    width: 7vw;
    top: 21.5vw;
    left: 11.2vw;
  }

  .gradient-2 {
    background-image: radial-gradient(circle, #e53d39, #000 65%);
    height: 130vw;
    top: -18.9vw;
  }

  .image-266 {
    z-index: 10;
    width: 7vw;
    top: 12.3vw;
    left: 8.3vw;
  }

  .image-267 {
    z-index: 27;
    width: 9vw;
    bottom: 22vw;
    right: 25.3vw;
  }

  .image-268 {
    width: 11vw;
    bottom: 32.6vw;
    left: 3.1vw;
  }

  .container-28 {
    max-width: 728px;
  }

  .image-269 {
    width: 98vw;
    display: block;
  }

  .image-270 {
    z-index: 15;
    width: 7vw;
    top: 12.7vw;
    right: 22.1vw;
  }

  .image-271 {
    z-index: 29;
    width: 10vw;
    right: 7.8vw;
  }

  .novi-dropdown-2 {
    left: 279px;
  }

  .image-272 {
    width: 10vw;
    top: -5vw;
  }

  .image-273 {
    z-index: 36;
    width: 12vw;
    position: absolute;
    top: 26.3vw;
    left: 35.3vw;
  }

  .image-274 {
    z-index: 1;
    width: 12vw;
    top: -.6vw;
    left: 4.6vw;
  }

  .image-276 {
    width: 98vw;
  }

  .image-277 {
    z-index: 55;
    width: 14vw;
    top: 28.7vw;
    left: 30.8vw;
  }

  .image-279 {
    z-index: 15;
    width: 9vw;
    top: 13.6vw;
    left: 2.2vw;
  }

  .image-280 {
    width: 7vw;
    top: -11.3vw;
  }

  .image-281 {
    z-index: 28;
    width: 11vw;
    top: 18.8vw;
    left: 34.7vw;
  }

  .image-282 {
    z-index: 8;
    width: 10vw;
    top: 11.1vw;
    left: 21vw;
  }

  .image-283 {
    width: 12vw;
    top: -3.7vw;
    left: .5vw;
  }

  .image-284 {
    z-index: 55;
    width: 15vw;
    top: 30.8vw;
    left: 11.3vw;
  }

  .image-285 {
    z-index: 54;
    width: 10vw;
    top: 31vw;
    left: 23.4vw;
  }

  .image-286 {
    z-index: 37;
    width: 10vw;
    top: 17.7vw;
    left: 13.5vw;
  }

  .image-287 {
    z-index: 55;
    width: 13vw;
    top: 27.2vw;
    left: 27vw;
  }

  .image-288 {
    z-index: 22;
    width: 15vw;
    top: 1.7vw;
    left: 21.6vw;
  }

  .image-289 {
    z-index: 34;
    width: 14vw;
    top: 24.5vw;
    left: 15.7vw;
  }

  .image-290 {
    z-index: 33;
    width: 13vw;
    display: block;
    top: 23.4vw;
    right: 9.2vw;
  }

  .image-291 {
    z-index: 30;
    width: 8vw;
    top: 21.7vw;
    left: 41.2vw;
  }

  .imee-2 {
    font-size: 2.5vw;
    line-height: 2.8vw;
    top: 9.1vw;
  }

  .image-293 {
    z-index: 40;
    width: 12vw;
    top: 32.4vw;
    right: 3vw;
  }

  .image-294 {
    top: 3.7vw;
    left: 19.5vw;
  }

  .image-295 {
    width: 12vw;
    top: 5.7vw;
    left: 24.1vw;
  }

  .image-296 {
    z-index: 27;
    width: 14vw;
    top: 17.1vw;
    left: 38.1vw;
  }

  .image-297 {
    z-index: 60;
    width: 12vw;
    bottom: 3.8vw;
    left: 16.3vw;
  }

  .image-298 {
    z-index: 27;
    width: 8vw;
    top: 17.8vw;
    left: 11.6vw;
  }

  .image-299 {
    z-index: 15;
    width: 9vw;
    top: .6vw;
    left: 31.2vw;
  }

  .image-300 {
    z-index: 18;
    width: 12vw;
    top: 12.6vw;
    left: 34.5vw;
  }

  .image-301 {
    z-index: 36;
    width: 19vw;
    top: 25.8vw;
    left: 36.5vw;
  }

  .image-302 {
    z-index: 64;
    width: 7vw;
    top: 34.9vw;
    right: 45.4vw;
  }

  .image-303 {
    z-index: 40;
    width: 9vw;
    top: 26.5vw;
    left: 18.8vw;
  }

  .image-304 {
    z-index: 30;
    width: 18vw;
    top: 21.1vw;
    left: 27.6vw;
  }

  .image-305 {
    z-index: 38;
    width: 11vw;
    top: 28.8vw;
    left: 44.6vw;
  }

  .nav-menu-2 {
    background-color: var(--black);
    margin-right: 0;
  }

  .icon-5 {
    color: var(--kres-2025-rumenozelena);
  }

  .menu-button-3.w--open, .menu-button-3.w--open:active {
    background-color: var(--black);
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .link-block-29 {
    display: none;
  }

  .container-31 {
    max-width: 728px;
  }

  .novi-dropdown-3 {
    left: 279px;
  }

  .bio-2 {
    top: 1427px;
  }

  .biografije-2 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-34 {
    display: none;
  }

  .paragraph-8 {
    width: 78vw;
    padding-left: 10px;
    top: 0;
    left: 96px;
  }

  .image-311, .image-182-copy {
    padding-left: 140px;
    padding-right: 140px;
    top: -176px;
    left: 0;
  }

  .text-block-17 {
    left: 121px;
  }

  .container-34 {
    max-width: 728px;
  }

  .image-312 {
    margin-bottom: 41px;
    left: 193px;
  }

  .novi-dropdown-4 {
    left: 279px;
  }

  .section-34 {
    padding-bottom: 481px;
  }

  .margin-bottom-24px-3 {
    text-align: left;
    top: 188px;
  }

  .image-178 {
    left: 0;
  }

  .section-35 {
    height: auto;
  }

  .text-span-34 {
    text-align: left;
    margin-left: 0;
  }

  .biografije-3 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .section-36 {
    margin-bottom: 81px;
  }

  .image-179 {
    top: 0;
    left: 0;
  }

  .link-block-35 {
    display: none;
  }

  .container-38 {
    max-width: 728px;
  }

  .biografije-4 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-36 {
    display: none;
  }

  .section-41 {
    background-color: #000;
  }

  .container-39 {
    max-width: 728px;
  }

  .html-embed-5 {
    height: 720px;
  }

  .biografije-5 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-37 {
    display: none;
  }

  .container-40 {
    max-width: 728px;
  }

  .biografije-6 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-38 {
    display: none;
  }

  .container-41 {
    max-width: 728px;
  }

  .biografije-7 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-39 {
    display: none;
  }

  .container-42 {
    max-width: 728px;
  }

  .div-block-45 {
    top: -9px;
  }

  .biografije-8 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-40 {
    display: none;
  }

  .container-43 {
    max-width: 728px;
  }

  .biografije-9 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-41 {
    display: none;
  }

  .container-44 {
    max-width: 728px;
  }

  .biografije-10 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .link-block-42 {
    display: none;
  }

  .container-45 {
    max-width: 728px;
  }

  .dropdown {
    width: 100%;
  }

  .biografije-2025 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .image-94-copy {
    display: block;
  }

  .biografije-2025-copy {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .text-block-4-copy {
    font-size: 80px;
  }

  .open_call {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    top: auto;
  }

  .kres-meni-2025 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    top: 4.9vw;
  }

  .navbar-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-2 {
    text-align: left;
    width: 76vw;
    font-size: 4.2vw;
    line-height: 5.2vw;
    top: 17vw;
    left: 12vw;
  }

  .div-block-2 {
    top: 246.6vw;
  }

  .image-2 {
    width: 130px;
    padding-top: 5px;
  }

  .section-2 {
    top: 175.3vw;
  }

  .image-25 {
    width: 50vw;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .image-27 {
    width: 80px;
  }

  .icona-header {
    max-height: 30px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .fire-copy {
    top: 44vw;
  }

  .text-block-5 {
    font-size: 17px;
    line-height: 26px;
  }

  .container-5 {
    padding: 10px;
  }

  .image-41 {
    margin-top: 0;
  }

  .imenaaa {
    top: 57vw;
  }

  .rka {
    height: 11vw;
  }

  .farah {
    width: 18vw;
    height: 20vw;
    top: 56.9vw;
    left: 31.6vw;
  }

  .beti {
    width: 15vw;
    height: 20vw;
    top: 72.6vw;
    left: 54.9vw;
  }

  .jaka, .jaka.boxxx {
    width: 15vw;
    height: 20vw;
  }

  .luka {
    width: 15vw;
    height: 20vw;
    top: 49.7vw;
    left: 12.2vw;
  }

  .niko {
    width: 15vw;
    height: 20vw;
    top: 69.7vw;
    left: 3.5vw;
  }

  .imee {
    font-size: 3.5vw;
    line-height: 4.1vw;
    top: 11.6vw;
  }

  .celeste {
    width: 17vw;
    height: 20vw;
    top: 27.9vw;
    left: 28.9vw;
  }

  .vid {
    width: 15vw;
    height: 20vw;
    top: 74.3vw;
    left: 81.4vw;
  }

  .neo {
    width: 15vw;
    height: 20vw;
    left: 83.3vw;
  }

  .mihevc {
    width: 15vw;
    height: 20vw;
    top: 45.8vw;
    left: 72.9vw;
  }

  .knnz {
    width: 19vw;
    height: 20vw;
    top: 31.8vw;
    left: 54.5vw;
  }

  .image-48 {
    width: 36px;
  }

  .image-75 {
    width: 12vw;
    top: -7vw;
    left: 1.1vw;
  }

  .image-77 {
    width: 16vw;
  }

  .image-79 {
    width: 12vw;
  }

  .image-82 {
    width: 13vw;
    top: -3.4vw;
  }

  .image-87 {
    width: 8vw;
    top: -11.6vw;
  }

  .image-88 {
    width: 13vw;
  }

  .image-90 {
    width: 15vw;
    left: -.9vw;
  }

  .image-91 {
    width: 12vw;
    top: -3.5vw;
    left: 1.7vw;
  }

  .image-92 {
    width: 16vw;
    left: -2.4vw;
  }

  .image-93 {
    width: 8vw;
    top: -10.4vw;
  }

  .header {
    font-size: 4vw;
    line-height: 5vw;
    top: 5.4vw;
  }

  .header-copy {
    font-size: 6vw;
    line-height: 5vw;
  }

  .image-128 {
    margin-bottom: 554px;
    padding-bottom: 0;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .container-9 {
    padding: 10px;
  }

  .novi-dropdown {
    left: 50px;
  }

  .body-6 {
    background-image: none;
  }

  .html-embed-2 {
    height: 720px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-152 {
    margin-left: 198px;
  }

  .div-block-20 {
    top: -12px;
  }

  .gallery-scroll, .hero-heading-center {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    text-align: justify;
    width: 65vw;
    top: 132px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .text-span {
    text-align: left;
  }

  .paragraph-3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .biografije {
    font-size: 17px;
    line-height: 26px;
  }

  .bio {
    top: 1237px;
  }

  .section-12 {
    height: 600px;
    padding-bottom: 838px;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .celeste-right-align {
    z-index: 999;
    width: 100%;
    font-size: 18px;
    top: 9px;
    left: 0;
  }

  .celeste-paragraph-left {
    width: 65vw;
  }

  .section-14 {
    height: auto;
  }

  .image-177 {
    top: -62px;
    left: 52px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .celeste-image-right {
    width: auto;
    display: block;
    top: auto;
  }

  .image-180 {
    left: 57px;
  }

  .paragraph-5 {
    width: 65vw;
    top: 0;
    left: 96px;
  }

  .paragraph-6 {
    width: 65vw;
  }

  .image-181 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-182 {
    top: -104px;
    left: 0;
  }

  .paragraph-4-copy {
    width: 65vw;
  }

  .celeste-separator {
    object-fit: cover;
    margin-top: -2vh;
    margin-bottom: -2vh;
    top: -104px;
    left: 0;
  }

  .paragraph-3-copy {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .lottie-animation {
    height: 100vh;
  }

  .celeste-scroll-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .celeste-container {
    flex-flow: column;
    display: flex;
  }

  .celeste-paragraph {
    text-align: justify;
    width: auto;
    font-size: 1.1vh;
    line-height: 1.6vh;
    top: 132px;
  }

  .celeste-image-left {
    width: auto;
    top: 0;
  }

  .celeste-paragraph-right {
    width: 65vw;
  }

  .flex-block {
    font-size: .5vh;
  }

  .paragraph-7 {
    font-size: 1.1vh;
    font-weight: 400;
    line-height: 1.6vh;
  }

  .celeste-paragraph-half, .celeste-paragraph-main {
    font-family: Librebaskerville, sans-serif;
    font-size: .5vh;
    font-weight: 400;
    line-height: 1vh;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .button-2 {
    left: 87px;
  }

  .image-216 {
    width: 8vw;
    top: -10.4vw;
  }

  .text-block-9 {
    font-size: 11px;
  }

  .section-29 {
    top: 4.9vw;
  }

  .section-30 {
    top: 175.3vw;
  }

  .header-2 {
    font-size: 4vw;
    line-height: 5vw;
    top: 5.4vw;
  }

  .image-238 {
    width: 80px;
  }

  .image-239 {
    width: 13vw;
    top: -3.4vw;
  }

  .text-block-10 {
    text-align: left;
    width: 76vw;
    font-size: 4.2vw;
    line-height: 5.2vw;
    top: 17vw;
    left: 12vw;
  }

  .image-241 {
    width: 16vw;
    left: -2.4vw;
  }

  .div-block-25 {
    top: 246.6vw;
  }

  .image-254 {
    width: 12vw;
    top: -3.5vw;
    left: 1.7vw;
  }

  .image-255 {
    width: 12vw;
    top: -7vw;
    left: 1.1vw;
  }

  .image-261 {
    width: 12vw;
  }

  .image-263 {
    width: 16vw;
  }

  .novi-dropdown-2 {
    left: 50px;
  }

  .image-272 {
    width: 13vw;
  }

  .image-275 {
    width: 50vw;
  }

  .image-278 {
    width: 36px;
  }

  .image-280 {
    width: 8vw;
    top: -11.6vw;
  }

  .image-283 {
    width: 15vw;
    left: -.9vw;
  }

  .header-copy-2 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .imee-2 {
    font-size: 3.5vw;
    line-height: 4.1vw;
    top: 11.6vw;
  }

  .image-292 {
    width: 130px;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .text-block-13 {
    font-size: 11px;
  }

  .image-306 {
    width: 80px;
  }

  .novi-dropdown-3 {
    left: 50px;
  }

  .bio-2 {
    top: 1237px;
  }

  .image-308 {
    width: 36px;
  }

  .text-block-naslov-2 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-309 {
    width: 130px;
  }

  .biografije-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .paragraph-4 {
    width: 65vw;
  }

  .text-block-15 {
    font-size: 11px;
  }

  .paragraph-8 {
    width: 65vw;
    top: 0;
    left: 96px;
  }

  .image-310 {
    width: 80px;
  }

  .section-33 {
    padding-bottom: 0;
  }

  .image-311 {
    top: -104px;
    left: 0;
  }

  .image-182-copy {
    object-fit: cover;
    top: -104px;
    left: 0;
  }

  .text-block-17 {
    z-index: 999;
    width: 100%;
    font-size: 18px;
    top: 9px;
    left: 0;
  }

  .paragraph-9 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .image-312 {
    left: 57px;
  }

  .novi-dropdown-4 {
    left: 50px;
  }

  .section-34 {
    height: 600px;
    padding-bottom: 838px;
  }

  .margin-bottom-24px-3 {
    text-align: justify;
    width: 65vw;
    top: 132px;
  }

  .image-313 {
    width: 36px;
  }

  .text-block-naslov-3 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .section-35 {
    height: auto;
  }

  .text-span-34 {
    text-align: left;
  }

  .image-315 {
    width: 130px;
  }

  .biografije-3 {
    font-size: 17px;
    line-height: 26px;
  }

  .image-179 {
    width: auto;
    top: 0;
  }

  .text-block-18 {
    font-size: 11px;
  }

  .image-316 {
    width: 80px;
  }

  .image-317 {
    width: 36px;
  }

  .text-block-naslov-4 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-318 {
    width: 130px;
  }

  .biografije-4 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-20 {
    font-size: 11px;
  }

  .image-319 {
    width: 80px;
  }

  .image-320 {
    width: 36px;
  }

  .html-embed-5 {
    height: 720px;
    margin-left: 0;
    display: block;
    position: static;
  }

  .text-block-naslov-5 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-321 {
    width: 130px;
  }

  .biografije-5 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-22 {
    font-size: 11px;
  }

  .image-322 {
    width: 80px;
  }

  .image-323 {
    width: 36px;
  }

  .text-block-naslov-6 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-324 {
    width: 130px;
  }

  .biografije-6 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-24 {
    font-size: 11px;
  }

  .image-325 {
    width: 80px;
  }

  .image-326 {
    width: 36px;
  }

  .text-block-naslov-7 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-327 {
    width: 130px;
  }

  .biografije-7 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-26 {
    font-size: 11px;
  }

  .image-331 {
    width: 80px;
  }

  .image-333 {
    width: 36px;
  }

  .text-block-naslov-8 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .div-block-45 {
    top: -12px;
  }

  .image-337 {
    width: 130px;
  }

  .biografije-8 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-28 {
    font-size: 11px;
  }

  .image-341 {
    width: 80px;
  }

  .image-344 {
    width: 36px;
  }

  .div-block-49 {
    margin-top: 0;
  }

  .text-block-naslov-9 {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
  }

  .image-345 {
    width: 130px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .biografije-9 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-30 {
    font-size: 11px;
  }

  .image-346 {
    width: 80px;
  }

  .image-347 {
    margin-top: 0;
  }

  .image-348 {
    width: 36px;
  }

  .image-349 {
    width: 130px;
  }

  .biografije-10 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-32 {
    font-size: 11px;
  }

  .image-351 {
    width: 80px;
  }

  .image-352 {
    width: 36px;
  }

  .image-353 {
    width: 130px;
  }

  .dropdown {
    width: 100%;
  }

  .biografije-2025, .biografije-2025-copy, .open_call {
    font-size: 17px;
    line-height: 26px;
  }

  .kres-meni-2025 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-link {
    padding: 9px 0 9px 10px;
    font-size: 13px;
    line-height: 14px;
  }

  .div-block-2 {
    padding-bottom: 50vw;
    top: 242.1vw;
  }

  .image-2 {
    width: 96px;
    padding-right: 0;
  }

  .fire {
    top: 19.3vw;
  }

  .image-25 {
    width: 70vw;
  }

  .text-block-3 {
    display: none;
  }

  .image-27 {
    float: right;
    display: none;
  }

  .icona-header {
    max-height: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .fire-copy {
    top: 64.7vw;
  }

  .ime-2024 {
    font-size: 60px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .monitor {
    top: 0;
  }

  ._1_lavrenci {
    width: 37vw;
    height: 10vw;
    top: 65.1vw;
    left: 37.6vw;
  }

  .image-48 {
    width: 25px;
    display: none;
  }

  .link-block-11 {
    width: 89px;
  }

  .header {
    top: 5.6vw;
  }

  .gradient {
    top: -23.3vw;
  }

  .div-block-8 {
    display: none;
  }

  .text-block-naslov {
    margin-top: 20px;
    font-size: 22px;
  }

  .image-128 {
    margin-bottom: 545px;
  }

  .image-131 {
    margin-left: 34px;
  }

  .link-block-20 {
    width: 25vw;
    top: 8.3vw;
    left: 10.6vw;
  }

  .link-block-21 {
    width: 20vw;
    top: 30.4vw;
  }

  .link-block-22 {
    width: 25vw;
    top: 73vw;
    left: 51.8vw;
  }

  .link-block-23 {
    width: 24vw;
    top: 7vw;
  }

  .link-block-24 {
    width: 20vw;
    top: 41.6vw;
    left: 10vw;
  }

  .link-block-25 {
    width: 20vw;
    top: 49.2vw;
    left: 68.1vw;
  }

  .paragraph {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-block-6 {
    margin-right: -6px;
    font-size: 13px;
  }

  .icon-2 {
    font-size: 11px;
  }

  .novi-dropdown {
    z-index: 1000;
    left: 36px;
  }

  .dropdown-list {
    z-index: 1000;
  }

  .dropdown-list.w--open {
    z-index: 999;
    width: 98px;
    font-size: 10px;
    line-height: 15px;
  }

  .html-embed-2 {
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: block;
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    height: 720px;
    display: block;
  }

  .image-152 {
    margin-top: 3px;
    margin-left: 8px;
  }

  .div-block-20 {
    top: -15px;
  }

  .heading {
    font-size: 22px;
  }

  .naslov-c {
    font-size: 12px;
    top: 18.6vw;
  }

  .container-15 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .margin-bottom-24px {
    text-align: justify;
    width: 100vw;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .text-span {
    text-align: left;
  }

  .paragraph-3 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .biografije {
    font-size: 16px;
    line-height: 23px;
  }

  .bio {
    top: 952px;
  }

  .section-12 {
    height: auto;
    padding-bottom: 0;
  }

  .celeste-paragraph-left {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .image-177 {
    top: -54px;
    left: 0;
  }

  .celeste-image-full-width {
    left: 0;
  }

  .container-17 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .celeste-image-right {
    margin-bottom: 39px;
    top: 2px;
  }

  .image-180 {
    margin-bottom: 15px;
    top: 0;
    left: 0;
  }

  .paragraph-5 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .section-16 {
    margin-bottom: 0;
  }

  .paragraph-6 {
    width: 100vw;
    left: 0;
  }

  .image-181 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-182 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: -94px;
    left: 0;
  }

  .paragraph-4-copy {
    width: 100vw;
    margin-top: 31px;
    left: 0;
  }

  .section-22 {
    z-index: 997;
  }

  .celeste-separator {
    padding-left: 0;
    padding-right: 0;
    top: -94px;
    left: 0;
  }

  .paragraph-3-copy {
    width: 100vw;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .image-186 {
    top: .4vw;
  }

  .section-23 {
    margin-top: 73px;
    margin-bottom: 84px;
  }

  .container-24 {
    margin-bottom: 60px;
  }

  .section-24 {
    margin-bottom: -4px;
  }

  .section-25 {
    margin-top: 15px;
  }

  .celeste-paragraph-center {
    font-size: 1vh;
  }

  .celeste-paragraph {
    text-align: justify;
    width: 100vw;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .celeste-image-left {
    margin-bottom: 39px;
    top: 2px;
  }

  .celeste-paragraph-right {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .celeste-image-centered {
    left: 0;
  }

  .button-2 {
    padding-right: 0;
    font-size: 13px;
    left: 19px;
  }

  .button-2.w--current {
    font-size: 14px;
  }

  .button-2.butonn {
    padding-right: 10px;
    left: 30px;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 23px;
  }

  .image-208 {
    z-index: 994;
  }

  .image-209 {
    z-index: 992;
  }

  .image-213 {
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 0;
    font-size: 11px;
  }

  .background-video {
    z-index: 995;
    height: 125vw;
    display: block;
    top: 0;
  }

  .link-block-26 {
    width: 89px;
  }

  .text-block-9 {
    display: none;
  }

  .header-2 {
    top: 5.6vw;
  }

  .image-238 {
    float: right;
    display: none;
  }

  .div-block-25 {
    padding-bottom: 50vw;
    top: 242.1vw;
  }

  .fire-2 {
    top: 19.3vw;
  }

  .gradient-2 {
    top: -23.3vw;
  }

  .container-28 {
    max-width: none;
  }

  .div-block-26 {
    display: none;
  }

  .novi-dropdown-2 {
    left: -14px;
  }

  .image-275 {
    width: 70vw;
  }

  .image-278 {
    width: 25px;
    display: none;
  }

  .nav-menu-2 {
    background-color: var(--black);
    margin-right: 0;
  }

  .icon-5 {
    color: var(--svetlo-vijolčna2);
  }

  .menu-button-3 {
    background-color: var(--black);
    padding: 14px;
  }

  .menu-button-3.w--open:active {
    background-color: var(--black);
  }

  .dropdown-toggle-2 {
    width: 100%;
    display: block;
  }

  .link-block-28 {
    width: 25vw;
    top: 73vw;
    left: 51.8vw;
  }

  .link-block-29 {
    width: 89px;
  }

  .text-block-13 {
    display: none;
  }

  .link-block-30 {
    width: 20vw;
    top: 30.4vw;
  }

  .image-306 {
    float: right;
    display: none;
  }

  .link-block-31 {
    width: 24vw;
    top: 7vw;
  }

  .link-block-32 {
    width: 20vw;
    top: 41.6vw;
    left: 10vw;
  }

  .container-31 {
    max-width: none;
  }

  .div-block-29 {
    display: none;
  }

  .link-block-33 {
    width: 20vw;
    top: 49.2vw;
    left: 68.1vw;
  }

  .novi-dropdown-3 {
    left: -14px;
  }

  .bio-2 {
    top: 952px;
  }

  .image-308 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-2 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-4 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .link-block-34 {
    width: 89px;
  }

  .text-block-15 {
    display: none;
  }

  .paragraph-8 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .image-310 {
    float: right;
    display: none;
  }

  .image-311 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: -94px;
    left: 0;
  }

  .image-182-copy {
    padding-left: 0;
    padding-right: 0;
    top: -94px;
    left: 0;
  }

  .container-34 {
    max-width: none;
  }

  .paragraph-9 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .div-block-32 {
    display: none;
  }

  .image-312 {
    margin-bottom: 15px;
    top: 0;
    left: 0;
  }

  .novi-dropdown-4 {
    left: -14px;
  }

  .section-34 {
    height: auto;
    padding-bottom: 0;
  }

  .margin-bottom-24px-3 {
    text-align: justify;
    width: 100vw;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .image-313 {
    width: 25px;
    display: none;
  }

  .image-178 {
    left: 0;
  }

  .text-block-naslov-3 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .text-span-34 {
    text-align: left;
  }

  .heading-3 {
    font-size: 22px;
  }

  .biografije-3 {
    font-size: 16px;
    line-height: 23px;
  }

  .section-36 {
    margin-bottom: 0;
  }

  .section-37 {
    margin-top: 15px;
  }

  .container-37 {
    margin-bottom: 60px;
  }

  .section-38 {
    margin-bottom: -4px;
  }

  .image-179 {
    margin-bottom: 39px;
    top: 2px;
  }

  .link-block-35 {
    width: 89px;
  }

  .text-block-18 {
    display: none;
  }

  .image-316 {
    float: right;
    display: none;
  }

  .container-38 {
    max-width: none;
  }

  .div-block-34 {
    display: none;
  }

  .image-317 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-4 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-4 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-36 {
    width: 89px;
  }

  .text-block-20 {
    display: none;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    height: 720px;
    display: block;
  }

  .image-319 {
    float: right;
    display: none;
  }

  .container-39 {
    max-width: none;
  }

  .div-block-38 {
    display: none;
  }

  .image-320 {
    width: 25px;
    display: none;
  }

  .html-embed-5 {
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: block;
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .text-block-naslov-5 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-37 {
    width: 89px;
  }

  .text-block-22 {
    display: none;
  }

  .image-322 {
    float: right;
    display: none;
  }

  .container-40 {
    max-width: none;
  }

  .div-block-40 {
    display: none;
  }

  .image-323 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-6 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-6 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-38 {
    width: 89px;
  }

  .text-block-24 {
    display: none;
  }

  .image-325 {
    float: right;
    display: none;
  }

  .container-41 {
    max-width: none;
  }

  .div-block-42 {
    display: none;
  }

  .image-326 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-7 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-7 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-39 {
    width: 89px;
  }

  .text-block-26 {
    display: none;
  }

  .image-331 {
    float: right;
    display: none;
  }

  .container-42 {
    max-width: none;
  }

  .div-block-44 {
    display: none;
  }

  .image-333 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-8 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .div-block-45 {
    top: -15px;
  }

  .biografije-8 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-40 {
    width: 89px;
  }

  .text-block-28 {
    display: none;
  }

  .image-341 {
    float: right;
    display: none;
  }

  .container-43 {
    max-width: none;
  }

  .div-block-48 {
    display: none;
  }

  .image-344 {
    width: 25px;
    display: none;
  }

  .text-block-naslov-9 {
    margin-top: -3px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .biografije-9 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-41 {
    width: 89px;
  }

  .text-block-30 {
    display: none;
  }

  .image-346 {
    float: right;
    display: none;
  }

  .container-44 {
    max-width: none;
  }

  .div-block-54 {
    display: none;
  }

  .image-348 {
    width: 25px;
    display: none;
  }

  .biografije-10 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block-42 {
    width: 89px;
  }

  .text-block-32 {
    display: none;
  }

  .image-351 {
    float: right;
    display: none;
  }

  .container-45 {
    max-width: none;
  }

  .div-block-56 {
    display: none;
  }

  .image-352 {
    width: 25px;
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .biografije-2025 {
    font-size: 16px;
    line-height: 23px;
  }

  .naslov-2025, .naslov-2024, .naslov-2025-copy-copy {
    margin-top: 20px;
    font-size: 22px;
  }

  .text-block-4-copy {
    font-size: 60px;
  }

  .biografije-2025-copy {
    font-size: 16px;
    line-height: 23px;
  }

  .naslov-2025-copy-copy {
    margin-top: 20px;
    font-size: 22px;
  }

  .text-block-4-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .open_call {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .kres-meni-2025 {
    width: 100%;
    display: block;
  }
}

#w-node-b2bca69a-6b9e-7dca-3927-5c96b8add2d3-9ff6ee95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Slovenec';
  src: url('../fonts/Slovenec-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Slovenec';
  src: url('../fonts/Slovenec-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bagnard';
  src: url('../fonts/Bagnard.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avara';
  src: url('../fonts/Avara-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkparadise';
  src: url('../fonts/DarkParadise-Italic.otf') format('opentype'), url('../fonts/DarkParadise-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Darkparadise';
  src: url('../fonts/DarkParadise-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}