:root {
  --body: #faf8f5;
  --light-grey: #373b3d;
  --trans-gray: #3333331f;
  --black-2: #1a1a1a;
  --cyan: #009edb;
  --black: #333;
  --deep-pink: #d93d94;
  --zuta: #f8d925;
  --pale-goldenrod: #ebdbbc;
  --back-section: #f5f2eb;
  --thistle: #f0b1d4;
  --white: white;
  --blue-light: #a0d9f1;
  --white-smoke: #eceded;
  --dark-grey: #a7a5a6;
  --light-blue: #a0d9f180;
  --plum: #f0b1d480;
  --pale-goldenrod-2: #fcefad1a;
}

.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;
}

body {
  background-color: var(--body);
  color: var(--light-grey);
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: aviano-sans, sans-serif;
  font-size: 8.2vw;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: aviano-sans, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  color: var(--body);
  margin-top: 0;
  margin-right: 10px;
  font-family: aviano-sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  color: var(--body);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: aviano-sans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%;
}

h5 {
  color: var(--trans-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-sans-rounded;
  font-size: 3.8vw;
  font-weight: 700;
  line-height: 90%;
}

p {
  max-width: 770px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--black-2);
  text-decoration: none;
}

.header-home {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 30px;
  height: 30px;
}

.ver-top {
  perspective-origin: 50%;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-width: 800px;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.ver-top.right {
  z-index: 1;
  align-items: flex-end;
}

.ver-top.left {
  align-items: flex-start;
  margin-bottom: 0;
}

.section-transition {
  background-color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: var(--body);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.footer.dark-background {
  padding-top: 40px;
}

.h1-right {
  text-align: right;
  font-weight: 900;
}

.image-header-wrapper {
  z-index: -1;
  transform-origin: 100%;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image {
  position: absolute;
  inset: 0% -40% 0% auto;
}

.logos-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  width: 720px;
  margin-top: 5vw;
  display: grid;
}

.logo-page-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.logo-page-wrapper.wide {
  align-items: center;
  height: 100%;
  padding-top: 70%;
  overflow: hidden;
}

.logotype {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logotype.small {
  width: 80%;
  left: auto;
  right: auto;
}

.logotype.tiny {
  width: 70%;
  left: auto;
  right: auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.container.padding-top {
  padding-top: 40px;
}

.container.space-around {
  justify-content: space-around;
}

.container.wrap {
  flex-wrap: wrap;
  align-items: stretch;
}

.logo-block-n5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo {
  width: 200px;
}

.nav-wrapper-small {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: 900px;
  max-width: 1300px;
  height: 60px;
  display: flex;
  position: relative;
}

.nav-button-small {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 110px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  display: flex;
  position: fixed;
}

.nav-button-small.link-hover-ix {
  padding-left: 0;
}

.line-menu {
  background-color: var(--cyan);
  border-radius: 20px;
  width: 40px;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-menu-small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-image: linear-gradient(#faf8f5e6, #faf8f5e6);
  border: 1px solid #0000001f;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 200px;
  display: flex;
  position: absolute;
  inset: 73px 0% auto;
  overflow: hidden;
  box-shadow: 1px 0 26px #0000001a;
}

.link {
  perspective: 1137px;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: 20px 30px;
  font-family: aviano-sans, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(1118px);
}

.link.w--current {
  color: #c53184;
  flex: none;
  justify-content: center;
}

.line-menu-magenta {
  background-color: var(--deep-pink);
  border-radius: 20px;
  width: 40px;
  height: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.line-menu-yuta {
  background-color: var(--zuta);
  border-radius: 20px;
  width: 40px;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.h2-left {
  text-align: left;
}

.circle-wrapper {
  z-index: 1;
  flex: none;
  width: 200px;
  position: relative;
}

.p-center {
  text-align: center;
}

.circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.spacer-10 {
  width: 30px;
  height: 10px;
}

.spacer-90 {
  width: 30px;
  height: 90px;
}

.navigation {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.grid-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  align-self: flex-start;
  align-items: stretch;
  width: 110%;
  margin-top: 3vw;
  display: grid;
  position: relative;
}

.slike-home {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-wrap {
  transform-origin: 50%;
}

.span-blue {
  color: var(--cyan);
  font-weight: 600;
}

.blue-asset-home {
  z-index: 10;
  width: 44%;
  position: absolute;
  inset: auto -5% 34% auto;
}

.footer-left {
  z-index: 10;
  background-image: url('../images/black-part.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 40vh;
  padding-bottom: 3%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: auto auto 80px -8%;
}

.frends-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.small-info {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

.small-info.no-margin {
  line-height: 90%;
}

.avatar-wrapper {
  filter: contrast(80%);
  background-color: #0006;
  border-radius: 50%;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.avatar-image {
  filter: brightness(150%) grayscale() contrast(120%);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.color-multiplay {
  background-color: var(--cyan);
  transform-origin: 40%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.footer-avatar-wrapper {
  z-index: 11;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70%;
  display: flex;
  position: relative;
}

.color-multiplay-magenta {
  background-color: var(--deep-pink);
  transform-origin: 40%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.color-multiplay-yellow {
  background-color: var(--zuta);
  transform-origin: 40%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.color-multiplay-black {
  transform-origin: 40%;
  background-color: #1a1a1a66;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.div-block {
  z-index: 11;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1300px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: none;
  position: relative;
}

.footer-logo {
  width: 180px;
}

.header-text-wrapper.contact {
  text-align: right;
}

.info-text-wrap {
  transform-origin: 50%;
  padding-top: 30px;
  padding-bottom: 15px;
}

.info-text.right {
  text-align: right;
}

.cell-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cell-wrapper.right {
  align-items: flex-end;
  position: relative;
}

.span-magenta {
  color: var(--deep-pink);
  font-weight: 900;
}

.div-block-2 {
  z-index: 0;
  opacity: 0;
  display: none;
}

.logotype-krug {
  z-index: 10;
  transform-origin: 50%;
  object-fit: contain;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  transform: scale(.5);
}

.overlay-background {
  z-index: -10;
  background-color: var(--body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bottom-footer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 0%;
}

.project--home {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.natura-gusto {
  z-index: 1;
  width: 18%;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
}

.image-2 {
  display: none;
  position: absolute;
  inset: auto 0% -29% -15%;
}

.full-hor {
  z-index: 0;
  background-color: var(--black-2);
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: -75px;
  display: flex;
  position: relative;
}

.section {
  border-top: 1px solid var(--pale-goldenrod);
  border-bottom: 1px solid var(--pale-goldenrod);
  background-color: #f6f3e6;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.hor-cen {
  perspective-origin: 50%;
  flex-direction: row;
  align-items: stretch;
  width: 70%;
  min-width: 960px;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.no-fill-padding {
  flex: none;
  align-items: flex-start;
  width: 30%;
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
}

._60 {
  margin-right: 0;
  padding-top: 220px;
  padding-bottom: 140px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 0;
  background-color: var(--deep-pink);
  width: 210%;
  position: absolute;
  inset: 0%;
}

.spacer-60 {
  width: 60px;
  height: 60px;
}

.avatar-cv {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.p-white {
  color: var(--body);
  max-width: 100%;
  margin-bottom: 20px;
}

.ver-avatar-info {
  perspective-origin: 50%;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 730px;
  display: flex;
  position: relative;
}

.avatar-back {
  color: #faf8f526;
  width: 60%;
  position: absolute;
  inset: 2% 2% auto auto;
}

.footer-image-click {
  z-index: 0;
  opacity: .1;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.avatar-click-background {
  z-index: -2;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.avatar-click-background.magenta {
  background-color: var(--deep-pink);
}

.avatar-click-background.yellow {
  background-color: var(--zuta);
  left: 0%;
}

.avatar-click-background.cyan {
  background-color: var(--cyan);
}

.x-icon {
  z-index: 1011;
  color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: var(--body);
  color: var(--light-grey);
  border-radius: 2px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  font-weight: 500;
}

.website-wrapper {
  width: 100%;
  position: relative;
}

.close-button {
  z-index: 9999;
  background-color: var(--body);
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-bottom: 1px;
  display: flex;
  position: fixed;
  inset: 30px 30px auto auto;
  box-shadow: -7px -7px 15px #1a1a1a33;
}

.section-portfolio {
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-hor {
  perspective-origin: 50%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: 900px;
  max-width: 1300px;
  padding-bottom: 55px;
  display: flex;
  position: relative;
}

.project-block-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 882px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-radius: 4px;
  flex-direction: column;
  width: 43%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: none;
}

.portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.yellow {
  background-color: var(--zuta);
  transform-origin: 40%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.back-project {
  background-color: var(--black-2);
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.text-project-thumb {
  z-index: 1;
  background-image: linear-gradient(#1a1a1a80, #1a1a1a0d 70%, #1a1a1a00);
  flex-direction: column;
  align-items: flex-start;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-button {
  border: 2px solid var(--deep-pink);
  color: var(--deep-pink);
  cursor: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  margin-top: 20px;
  font-family: aviano-sans, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 190%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-link {
  background-color: #3333331a;
  width: 74%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.hide {
  display: none;
}

.global {
  position: absolute;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: var(--deep-pink);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #ff00773b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.link-hover-ix {
  cursor: none;
}

.opis-projekti {
  z-index: 2;
  background-color: var(--black-2);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 68vw;
  padding: 35px 40% 35px 50px;
  position: relative;
}

.header-text-projekti {
  color: var(--body);
  justify-content: flex-end;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 75%;
  min-width: 800px;
  max-width: 1300px;
  position: relative;
}

.start-block {
  border-bottom: 1px solid var(--trans-gray);
  align-items: flex-end;
  width: 140%;
  padding-bottom: 10px;
  display: flex;
}

.arrow-top {
  justify-content: flex-end;
  width: 25vw;
  display: flex;
  position: absolute;
  inset: auto 50% 115% auto;
}

.arrow-top.push {
  bottom: -30px;
}

.section-projekt {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.h1-projekti {
  color: var(--black-2);
  letter-spacing: -1px;
  font-size: 5vw;
}

.p-white-copy {
  color: var(--body);
  max-width: 80ch;
}

.text-projekti {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 130%;
}

.catalog {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.catalog.padding-right {
  flex-direction: column;
  padding-right: 100px;
}

.con-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.con-center.logo {
  margin-top: 40px;
}

.bottom-padd {
  padding-bottom: 40px;
}

.spacer-vh {
  height: 60vh;
}

.rice-boom {
  z-index: 1;
  width: 40%;
  position: absolute;
  top: -22%;
  bottom: auto;
}

.arrow {
  position: relative;
  inset: 0%;
}

.logo-projekt-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  display: flex;
  position: relative;
}

.text-block-center {
  text-align: center;
}

.absolute-center {
  position: absolute;
}

.padding-side {
  padding-left: 30px;
  padding-right: 30px;
}

.image-80 {
  color: var(--body);
  width: 75%;
  min-width: 800px;
  max-width: 1300px;
}

.spacer-120 {
  width: 30px;
  height: 120px;
}

.section-bottom-projekti {
  z-index: 1;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

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

.start-block-bottom {
  border-bottom: 1px solid var(--light-grey);
  color: var(--body);
  align-items: flex-end;
  width: 140%;
  padding-bottom: 10px;
  display: flex;
}

.web-naslovi {
  letter-spacing: -1px;
  font-size: 50px;
}

.mockup-side {
  color: var(--body);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ver-top-footer {
  perspective-origin: 50%;
  flex-direction: column;
  align-items: flex-end;
  width: 90%;
  min-width: 800px;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.sticky {
  z-index: 10;
  border-right: 1px solid var(--light-grey);
  transform-origin: 50% 0;
  background-image: linear-gradient(#1a1a1ae6, #1a1a1ae6), url('../images/luka-kulundzic-graphic-design.jpg');
  background-position: 0 0, 56%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0;
  overflow: hidden;
  box-shadow: 10px 0 20px 10px #1a1a1a33;
}

.link-side {
  z-index: 1;
  color: var(--body);
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-family: aviano-sans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  transition: color .3s;
  position: relative;
}

.link-side:hover, .link-side.w--current {
  color: var(--deep-pink);
}

.link-side.link-hover-ix {
  cursor: none;
}

.link-side.link-hover-ix.w--current {
  font-weight: 500;
}

.header-projekti {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  display: flex;
  position: sticky;
  top: 11%;
}

.phone-all-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: sticky;
  top: 9%;
}

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

.content-web-wrapper {
  border-radius: 0 0 40px 40px;
  flex: 0 auto;
  width: 92%;
  height: 86%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.web-printscreen {
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.mobile-frame {
  width: 100%;
  margin-top: 13px;
  position: relative;
}

.con-30-sticky {
  perspective: 980px;
  perspective-origin: 100% 0;
  color: var(--body);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 300vh;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.container-sticky {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.naslovi-web-wrapper {
  color: var(--body);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 310px;
  padding-top: 20px;
  display: flex;
}

.con-50-sticky {
  color: var(--body);
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  height: 300vh;
  display: flex;
  position: relative;
}

.section-2 {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 170px;
  display: flex;
  overflow: hidden;
}

.prev {
  z-index: 1;
  color: var(--body);
  white-space: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.arrow-nav {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 33px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.arrow-nav.rotate {
  width: 80px;
  padding-top: 1px;
  transform: rotate(180deg);
}

.arrow-prev-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 80px;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prev-naslovi {
  color: #faf8f540;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #faf8f526;
  margin-bottom: 0;
  font-size: 2.5vw;
}

.prev-projekt {
  border: 1px solid var(--light-grey);
  background-color: var(--body);
  perspective: 882px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  color: var(--body);
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 800px;
  margin-right: 20px;
  padding-top: 25%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.prev-projekt.link-hover-ix {
  border-width: 2px;
}

.back-project-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1a1a1a33;
  position: absolute;
  inset: 0%;
}

.next-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-block-inner {
  opacity: .95;
  perspective: 882px;
  perspective-origin: 50% 0;
  transform: ;
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 16px 2px #454a4c1a;
}

.naslovi-portfolio {
  color: var(--light-grey);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
}

.porfolio-info-wrapper {
  height: auto;
  padding-top: 15px;
}

.header-vertical-text {
  color: #faf8f50f;
  font-size: 17vh;
  line-height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-vertical-text.top {
  opacity: .5;
  color: #faf8f580;
  font-size: 14vh;
  inset: 0% 0% auto auto;
}

.button-text {
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 110%;
  overflow: hidden;
}

.white {
  color: var(--body);
}

.tags-wrapper {
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 10px 5px auto auto;
}

.tag {
  background-color: var(--deep-pink);
  border: 1px solid #1a1a1a1a;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tag.blue {
  background-color: var(--cyan);
}

.tag.yellow {
  background-color: var(--zuta);
  position: static;
}

.tag-text {
  color: var(--body);
  text-shadow: 1px 1px 2px #1a1a1a4d;
  font-family: aviano-sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.button-background {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.small-arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35px;
  height: 100%;
  padding-top: 2px;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
  overflow: hidden;
}

.arrow-small {
  color: var(--black-2);
  width: 90%;
  height: 100%;
}

.link-hover-ix-black {
  cursor: none;
}

.next-project-naslovi {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-sticky-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.con-80-sticky {
  perspective: 980px;
  perspective-origin: 100% 0;
  color: var(--body);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 300vh;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.content-desktop-web-wrapper {
  flex: 0 auto;
  width: 72.5%;
  height: 86%;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 8% 0% auto;
  overflow: hidden;
}

.section-3 {
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 970px;
  display: flex;
}

.con-45-sticky {
  perspective: 980px;
  perspective-origin: 100% 0;
  color: var(--body);
  flex-direction: row;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.picture-all-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.picture-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.picture-sticky {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black-2) 2%, transparent);
  height: 100px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.gradient.bottom {
  z-index: 2;
  background-image: linear-gradient(to bottom, transparent, var(--black-2) 98%);
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-copy {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black-2) 2%, transparent 15%, #0000 85%, var(--black-2) 98%);
  height: 102%;
  position: absolute;
  inset: 0%;
}

.camera-info {
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: sticky;
  top: 40px;
}

.tag-photo {
  background-color: var(--deep-pink);
  border: 1px solid #1a1a1a1a;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.tag-photo.no-color {
  background-color: #0000;
}

.desktop-frame {
  width: 100%;
  margin-top: 13px;
  position: relative;
}

.desktop-all-wrapper {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: sticky;
  top: 9%;
}

.con-30-sticky-hide {
  perspective: 980px;
  perspective-origin: 100% 0;
  color: var(--body);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 300vh;
  margin-right: 5%;
  display: none;
  position: relative;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  border-radius: 2px;
  overflow: hidden;
}

.right-arrow {
  border: 2px solid var(--deep-pink);
  color: var(--deep-pink);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  transition: color .3s, background-color .3s;
  right: -62px;
}

.right-arrow:hover {
  background-color: var(--deep-pink);
  color: var(--body);
}

.left-arrow {
  border: 2px solid var(--deep-pink);
  color: var(--deep-pink);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  font-size: 25px;
  transition: background-color .3s, color .3s;
  left: -62px;
}

.left-arrow:hover {
  background-color: var(--deep-pink);
  color: var(--body);
}

.slide-nav {
  display: none;
}

.h1-projekti-podnaslovi {
  color: var(--black-2);
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 900;
}

.image-slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-social {
  z-index: 1;
  border-top: 1px solid var(--pale-goldenrod);
  background-color: var(--back-section);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.slide-image-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 70%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-big {
  align-self: stretch;
}

.logo-projekt-wrapper-veci {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  display: flex;
  position: relative;
}

.arrow-top-copy {
  justify-content: flex-end;
  width: 26vw;
  display: none;
  position: absolute;
  inset: auto auto -43% 10%;
}

._30-image {
  width: 25%;
}

._50-image {
  width: 40%;
}

.spacer-160 {
  width: 30px;
  height: 160px;
}

.con-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.logo-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.center {
  text-align: center;
  margin-top: 5px;
  font-size: 23px;
}

.logo-all-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 40px;
  margin-right: 80px;
  display: flex;
}

.logotype-page-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logotype-page-image.small {
  width: 80%;
  left: auto;
  right: auto;
}

.logotype-page-image.small-2 {
  width: 65%;
  left: auto;
  right: auto;
}

.slika-80vh {
  height: 75vh;
  margin-bottom: 90px;
  margin-right: 7vh;
}

.slika-100vh {
  border: 1px solid var(--trans-gray);
  height: 80vh;
  margin-bottom: 90px;
}

.video-html {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.image-perspective {
  opacity: .2;
  filter: blur(8px);
  transform-style: preserve-3d;
  border: 1px solid #a7a5a699;
  max-width: 60%;
  display: block;
  position: absolute;
  inset: auto -3% -17% auto;
  transform: translate3d(0, 0, -300px)rotateX(40deg)rotateY(-20deg)rotateZ(35deg);
  box-shadow: 49px 49px 30px #0000001a;
}

.div-block-8 {
  z-index: -1;
  perspective: 1020px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 130vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.slider-wrapper {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.container-overflow-hide {
  background-color: var(--body);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.image-multiply {
  max-width: 60%;
  display: block;
}

.avatar-round-wrapper {
  background-color: var(--light-grey);
  transform-origin: 100% 100%;
  border-radius: 100%;
  width: 200vw;
  height: 200vw;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: scale(0)translate(50%, 50%);
}

.avatar-round-wrapper.yellow {
  background-color: var(--zuta);
}

.avatar-round-wrapper.magenta {
  background-color: var(--deep-pink);
}

.avatar-round-wrapper.cyan {
  background-color: var(--cyan);
}

.service-wrap {
  border: 2px dashed #ebdbbc4d;
  border-radius: 3px;
  flex-direction: column;
  padding: 3vw;
  box-shadow: 0 0 20px #bbb4a61f;
}

.service-wrap._3 {
  position: relative;
  top: -60px;
}

.sevice-h3 {
  color: var(--black);
  font-size: 2.3vw;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.html-embed-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
}

.div-block-9 {
  border: 5px solid var(--cyan);
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.con-45-sticky-copy {
  perspective: 980px;
  perspective-origin: 100% 0;
  color: var(--body);
  flex-direction: row;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.prev-project-naslovi {
  z-index: 1;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 80%;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.next-projekt {
  border: 1px solid var(--light-grey);
  background-color: var(--body);
  perspective: 882px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  color: var(--body);
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 800px;
  margin-left: 20px;
  padding-top: 25%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.next-projekt.link-hover-ix {
  border-width: 2px;
}

.padding-top {
  padding-top: 120px;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: var(--body);
    cursor: none;
  }

  h4 {
    font-size: 30px;
    line-height: 110%;
  }

  .header-home {
    padding-top: 160px;
    overflow: visible;
  }

  .ver-top {
    max-width: 1680px;
  }

  .footer {
    z-index: 3;
  }

  .footer.dark-background {
    display: flex;
  }

  .logo-block-n5 {
    cursor: none;
  }

  .nav-wrapper-small {
    max-width: 1680px;
  }

  .link.w--current {
    display: flex;
  }

  .circle {
    cursor: none;
  }

  .footer-avatar-wrapper {
    width: auto;
  }

  .section {
    border-top-color: var(--pale-goldenrod);
    border-bottom-color: var(--pale-goldenrod);
    background-color: #f7f3ed;
    position: relative;
  }

  .close-button {
    cursor: none;
  }

  .section-portfolio {
    z-index: 2;
    position: relative;
  }

  .wrap-hor {
    max-width: 1680px;
  }

  .project-block-wrapper {
    cursor: none;
    width: 45%;
  }

  .portfolio-image {
    border-radius: 10px;
  }

  .cursor-wrapper {
    z-index: 99999;
  }

  .cursor-circle {
    border-color: #d93d94b3;
  }

  .cursor-embedded {
    position: absolute;
  }

  .link-block {
    cursor: none;
  }

  .opis-projekti {
    width: 76vw;
  }

  .header-text-projekti {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-template-rows: auto;
    align-items: start;
    max-width: 1500px;
    position: relative;
  }

  .arrow-top {
    width: 20vw;
    bottom: 108%;
  }

  .section-projekt {
    padding-left: 180px;
  }

  .h1-projekti {
    text-align: left;
    margin-top: 0;
    font-size: 3.3vw;
  }

  .p-white-copy.projekti {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 140%;
  }

  .text-projekti.big-text {
    margin-left: auto;
    font-size: 27px;
  }

  .con-center.logo {
    margin-top: 100px;
  }

  .spacer-vh {
    height: 50vh;
  }

  .rice-boom {
    top: -15%;
  }

  .slika-90 {
    max-width: 90%;
  }

  .image-80 {
    width: 75%;
    max-width: 1500px;
  }

  .section-bottom-projekti {
    padding-left: 180px;
  }

  .start-block-bottom {
    padding-bottom: 10px;
  }

  .ver-top-footer {
    width: 75%;
    max-width: 1500px;
  }

  .sticky {
    background-image: linear-gradient(to bottom, null, null), url('../images/luka-kulundzic-graphic-design.jpg');
    background-size: auto, cover;
    display: flex;
  }

  .link-side {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-projekti {
    padding-top: 160px;
    padding-left: 180px;
  }

  .grid-bottom {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    top: 12%;
  }

  .phone-all-wrapper {
    top: 8%;
  }

  .con-30-sticky {
    width: 30%;
  }

  .prev-projekt, .project-block-inner {
    cursor: none;
  }

  .content-desktop-web-wrapper {
    top: 7%;
  }

  .desktop-all-wrapper {
    top: 8%;
  }

  .con-30-sticky-hide {
    width: 30%;
  }

  .image-slider {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .section-social {
    padding-left: 180px;
  }

  .logo-projekt-wrapper-veci {
    width: 400px;
  }

  .logo-all-wrapper {
    width: 220px;
    margin-right: 100px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right {
    text-align: right;
  }

  .next-projekt {
    cursor: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 21px;
  }

  h1 {
    font-size: 10.5vw;
  }

  h2 {
    font-size: 9vw;
  }

  h4 {
    font-size: 27px;
  }

  .ver-top {
    width: 80%;
    min-width: auto;
  }

  .footer {
    padding-bottom: 30vh;
  }

  .image-header-wrapper {
    width: 70%;
  }

  .logos-wrapper {
    width: 80%;
  }

  .container {
    flex-direction: column;
  }

  .container.wrap {
    flex-direction: row;
  }

  .logo {
    width: 180px;
  }

  .nav-wrapper-small {
    width: 90%;
    min-width: auto;
  }

  .link {
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .circle-wrapper {
    width: 140px;
    margin-top: 60px;
  }

  .spacer-90 {
    height: 50px;
  }

  .grid-home {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: minmax(10px, auto);
    grid-auto-columns: minmax(70px, auto);
    grid-auto-flow: column;
    width: 100%;
  }

  .slike-home {
    border-radius: 4px;
  }

  .blue-asset-home {
    width: 80%;
    bottom: 30%;
    right: -10%;
  }

  .footer-left {
    width: 80%;
    padding-bottom: 5%;
    padding-right: 15%;
    bottom: 8%;
  }

  .footer-avatar-wrapper {
    width: 100%;
    left: auto;
  }

  .footer-logo {
    width: 160px;
  }

  .info-text-wrap {
    padding-top: 20px;
  }

  .info-text.right {
    text-align: right;
  }

  .project--home {
    justify-content: space-between;
  }

  .natura-gusto {
    width: 21%;
    margin-left: 12px;
    margin-right: 12px;
  }

  .hor-cen {
    width: 80%;
    min-width: auto;
  }

  .p-white {
    margin-bottom: 10px;
  }

  .ver-avatar-info {
    width: 80%;
    min-width: auto;
  }

  .avatar-back {
    width: 120%;
    right: -40%;
  }

  .x-icon {
    width: 22px;
    height: 22px;
  }

  .close-button {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }

  .wrap-hor {
    width: 95%;
    min-width: auto;
  }

  .portfolio-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .link-button {
    line-height: 180%;
  }

  .cursor-wrapper {
    display: none;
  }

  .opis-projekti {
    width: 60vw;
    padding: 30px 30% 30px 30px;
  }

  .grid {
    grid-column-gap: 30px;
    width: 80%;
    min-width: auto;
  }

  .arrow-top {
    flex-direction: column;
    align-items: flex-end;
    width: 35vw;
    height: auto;
    overflow: visible;
  }

  .section-projekt {
    padding-top: 40px;
    padding-left: 0;
  }

  .h1-projekti {
    font-size: 7vw;
  }

  .p-white-copy {
    margin-bottom: 10px;
  }

  .text-projekti {
    font-size: 26px;
  }

  .catalog {
    width: 100%;
  }

  .vizit-karte {
    margin-bottom: 20px;
  }

  .spacer-vh {
    height: 40vh;
  }

  .rice-boom {
    width: 70%;
    top: -33%;
  }

  .arrow {
    flex: 1;
    transform: rotate(20deg);
  }

  .image-80 {
    width: 80%;
    min-width: auto;
  }

  .spacer-120 {
    height: 120px;
  }

  .section-bottom-projekti {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-left: 0;
  }

  .start-block-bottom {
    width: 100%;
  }

  .mockup-side {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ver-top-footer {
    width: 90%;
    min-width: auto;
  }

  .sticky {
    display: none;
  }

  .header-projekti {
    padding-left: 0;
  }

  .grid-bottom {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .phone-all-wrapper {
    order: -1;
    margin-top: 0;
    padding-right: 0;
    top: 25%;
  }

  .content-web-wrapper {
    height: 85.5%;
  }

  .con-30-sticky {
    align-self: center;
    width: 50%;
    margin-right: 0%;
    display: flex;
  }

  .container-sticky {
    flex-direction: column;
    justify-content: flex-start;
  }

  .con-50-sticky {
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
  }

  .section-2 {
    padding-bottom: 88px;
    padding-left: 0;
  }

  .prev {
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--black-2);
    width: 100%;
    margin-top: -1px;
    padding-left: 25px;
    padding-right: 25px;
    inset: 0% 0% auto auto;
  }

  .prev.left {
    inset: 0% auto auto 0%;
  }

  .arrow-prev-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .prev-naslovi {
    color: #faf8f5cc;
    text-shadow: 1px 1px 4px #1a1a1a80;
    font-size: 5vw;
  }

  .prev-projekt {
    filter: none;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding-top: 50%;
  }

  .back-project-nav {
    opacity: .8;
  }

  .next-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .project-block-inner {
    padding-top: 100%;
  }

  .naslovi-portfolio {
    font-size: 32px;
  }

  .tag, .tag-text {
    font-size: 14px;
  }

  .container-sticky-center {
    flex-direction: column;
    justify-content: flex-start;
  }

  .con-80-sticky {
    align-self: center;
    width: 90%;
    margin-right: 0%;
    display: none;
  }

  .con-45-sticky {
    width: 100%;
  }

  .picture-all-wrapper {
    order: -1;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }

  .picture-wrapper {
    align-content: space-around;
  }

  .tag-photo {
    font-size: 14px;
  }

  .desktop-all-wrapper {
    order: -1;
    margin-top: 0;
    padding-right: 0;
    top: 25%;
  }

  .con-30-sticky-hide {
    align-self: center;
    width: 50%;
    margin-right: 0%;
    display: flex;
  }

  .slider {
    margin-top: 40px;
  }

  .h1-projekti-podnaslovi {
    font-size: 7vw;
  }

  .section-social {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 0;
  }

  .arrow-top-copy {
    flex-direction: column;
    align-items: flex-end;
    width: 33vw;
    height: auto;
    right: 40%;
    overflow: visible;
  }

  ._30-image {
    width: 40%;
  }

  ._50-image {
    width: 50%;
  }

  ._50-image.padding-up-bottom {
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer-160 {
    height: 120px;
  }

  .con-wrap {
    justify-content: space-around;
  }

  .logo-all-wrapper {
    margin-left: 45px;
    margin-right: 45px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .container-overflow-hide {
    flex-direction: column;
  }

  .image-multiply {
    max-width: 90%;
  }

  .service-wrap._3 {
    top: 0;
  }

  .sevice-h3 {
    font-size: 3vw;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .con-45-sticky-copy {
    width: 100%;
  }

  .next-projekt {
    filter: none;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-top: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 12vw;
  }

  h3 {
    font-size: 30px;
  }

  .ver-top {
    width: 90%;
  }

  .h1-right {
    font-size: 11vw;
  }

  .logo {
    width: 140px;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-logo {
    width: 140px;
  }

  .hor-cen, .ver-avatar-info, .wrap-hor {
    width: 90%;
  }

  .project-block-wrapper {
    width: 100%;
  }

  .link-button {
    font-size: 26px;
  }

  .link-button.link-hover-ix-black {
    width: 200px;
  }

  .opis-projekti {
    width: 100vw;
    padding-right: 20%;
  }

  .grid {
    width: 90%;
  }

  .arrow-top {
    z-index: -1;
    width: 44vw;
    right: 37%;
  }

  .h1-projekti {
    font-size: 8vw;
  }

  .catalog {
    width: 100%;
  }

  .rice-boom {
    width: 90%;
    top: -45%;
  }

  .arrow {
    z-index: -1;
    transform: rotate(30deg);
  }

  .natura-krug {
    width: 200px;
  }

  .image-80 {
    width: 90%;
  }

  .spacer-120 {
    height: 90px;
  }

  .section-bottom-projekti {
    padding-bottom: 100px;
  }

  .ver-top-footer, .grid-bottom {
    width: 90%;
  }

  .arrow-bottom {
    height: 190px;
  }

  .con-30-sticky {
    width: 60%;
  }

  .con-50-sticky {
    width: 100%;
  }

  .arrow-nav.rotate {
    justify-content: flex-end;
    width: 80px;
    margin-left: -28px;
    display: flex;
  }

  .prev-projekt {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 0;
  }

  .project-block-inner {
    width: 100%;
    padding-top: 70%;
  }

  .button-text {
    margin-right: 4px;
  }

  .tag {
    height: 22px;
  }

  .small-arrow-wrapper {
    padding-top: 8px;
    right: 13px;
  }

  .arrow-small, .con-45-sticky {
    width: 80%;
  }

  .picture-sticky {
    border-radius: 10px;
  }

  .con-30-sticky-hide {
    width: 60%;
  }

  .right-arrow {
    background-color: #f5f2ebcc;
    right: 10px;
  }

  .left-arrow {
    background-color: #f5f2ebcc;
    left: 10px;
  }

  .h1-projekti-podnaslovi {
    font-size: 8vw;
  }

  .section-social {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .arrow-top-copy {
    z-index: -1;
    width: 44vw;
    right: 37%;
  }

  .spacer-160 {
    height: 90px;
  }

  .con-wrap {
    justify-content: space-between;
  }

  .logo-all-wrapper {
    width: 36%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .slika-80vh, .slika-100vh {
    height: auto;
    margin-right: 40px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .service-wrap {
    width: 100%;
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sevice-h3 {
    font-size: 5vw;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .con-45-sticky-copy {
    width: 80%;
  }

  .next-projekt {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 0;
  }

  .padding-top {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13vw;
  }

  h2 {
    margin-top: 0;
    font-size: 9vw;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  .header-home {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .ver-top {
    width: 90%;
  }

  .section-transition {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer {
    padding-bottom: 24vh;
  }

  .footer.dark-background {
    padding-bottom: 28vh;
  }

  .h1-right {
    white-space: normal;
  }

  .image-header-wrapper {
    width: 90%;
    top: -5%;
  }

  .logos-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    width: 84%;
  }

  .nav-button-small.link-hover-ix {
    padding-left: 0;
  }

  .circle-wrapper {
    width: 120px;
  }

  .spacer-90 {
    height: 30px;
  }

  .grid-home {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-auto-columns: minmax(50px, auto);
  }

  .footer-left {
    justify-content: flex-end;
    width: 90%;
    height: 22vh;
    padding-right: 20%;
    bottom: 12%;
  }

  .frends-wrapper {
    width: 35%;
    margin-bottom: 20px;
  }

  .footer-avatar-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-logo {
    width: 110px;
  }

  .header-text-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .info-text-wrap {
    padding-top: 10px;
  }

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

  .bottom-footer {
    font-size: 18px;
  }

  .project--home {
    width: 100%;
  }

  .natura-gusto {
    width: 22%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hor-cen {
    width: 92%;
  }

  .avatar-cv {
    height: 0;
  }

  .avatar-back {
    width: 150%;
    top: 10%;
  }

  .x-icon {
    width: 20px;
    height: 20px;
  }

  .close-button {
    width: 46px;
    height: 46px;
  }

  .section-portfolio {
    padding-bottom: 70px;
  }

  .wrap-hor {
    flex-flow: column;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-block-wrapper.link-hover-ix {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-text-projekti {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 90%;
    display: flex;
  }

  .start-block {
    width: 100%;
  }

  .arrow-top {
    width: auto;
    height: 90px;
    inset: -160px 0% auto;
    transform: rotate(40deg);
  }

  .section-projekt {
    padding-top: 90px;
  }

  .h1-projekti {
    font-size: 11vw;
  }

  .text-projekti {
    margin-bottom: 0;
    line-height: 135%;
  }

  .spacer-vh {
    height: 31vh;
  }

  .rice-boom {
    width: 100%;
    top: -50%;
  }

  .logo-projekt-wrapper {
    width: 220px;
  }

  .image-80 {
    width: 100%;
  }

  .web-naslovi {
    font-size: 15vw;
  }

  .mockup-side {
    width: 100%;
  }

  .ver-top-footer {
    width: 92%;
  }

  .header-projekti {
    width: 100%;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .arrow-bottom {
    height: 170px;
  }

  .phone-all-wrapper {
    margin-bottom: 20px;
    top: 8%;
  }

  .phone-wrapper {
    overflow: hidden;
  }

  .con-30-sticky {
    width: 75%;
    height: 240vh;
  }

  .naslovi-web-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .con-50-sticky {
    height: auto;
  }

  .section-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prev {
    flex-direction: row-reverse;
    width: 100%;
    padding: 2px 15px 10px;
    position: relative;
  }

  .arrow-nav {
    padding-top: 4px;
  }

  .arrow-nav.rotate {
    left: -20px;
  }

  .arrow-prev-wrapper {
    order: -1;
    width: 60px;
    height: 50px;
  }

  .prev-naslovi {
    font-size: 8vw;
    inset: 10px auto auto 15px;
  }

  .prev-projekt {
    border-style: solid none none;
    border-radius: 0;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 50px;
    margin-right: 0;
    padding-top: 0;
  }

  .next-image {
    height: 200px;
    position: static;
  }

  .project-block-inner {
    padding-top: 100%;
  }

  .naslovi-portfolio {
    font-size: 8vw;
  }

  .header-vertical-text {
    font-size: 14vh;
  }

  .header-vertical-text.top {
    font-size: 12vh;
    top: 5%;
  }

  .tag {
    padding-left: 9px;
    padding-right: 9px;
  }

  .tag-text {
    font-size: 13px;
  }

  .next-project-naslovi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77%;
    padding-left: 0;
  }

  .content-desktop-web-wrapper {
    top: 11%;
  }

  .con-45-sticky {
    width: 80%;
    height: 240vh;
  }

  .picture-all-wrapper {
    margin-bottom: 20px;
    top: 7%;
  }

  .camera-info {
    margin-right: -43px;
  }

  .desktop-all-wrapper {
    margin-bottom: 20px;
  }

  .con-30-sticky-hide {
    width: 75%;
  }

  .slider {
    margin-top: 40px;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    inset: auto 0% -60px auto;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    inset: auto auto -60px 0;
  }

  .h1-projekti-podnaslovi {
    font-size: 11vw;
  }

  .section-social {
    padding-bottom: 120px;
  }

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

  .logo-projekt-wrapper-veci {
    width: 80%;
  }

  .arrow-top-copy {
    width: 64vw;
    bottom: 125%;
  }

  ._30-image {
    width: 55%;
  }

  ._50-image.padding-up-bottom {
    width: 80%;
  }

  .center {
    font-size: 22px;
  }

  .logo-all-wrapper {
    width: 45%;
  }

  .slika-80vh, .slika-100vh {
    margin-right: 20px;
  }

  .image-multiply {
    max-width: 110%;
    position: relative;
  }

  .avatar-round-wrapper {
    width: 300vw;
    height: 300vw;
  }

  .sevice-h3 {
    font-size: 8vw;
  }

  .con-45-sticky-copy {
    width: 80%;
  }

  .prev-project-naslovi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77%;
    padding-right: 0;
  }

  .next-projekt {
    border-style: solid none none;
    border-radius: 0;
    width: 100%;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}

#w-node-_400d2d92-fa4d-70e7-9cd8-03bf12a884b2-527b6097, #w-node-fce3a7e3-5bd4-6ea6-3446-e19771da9eda-527b6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c62204-7f32-eac4-7903-9b40483a526c-527b6097, #w-node-d7c3bc2c-787e-a576-e0f8-cc5fe6de9be0-527b6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e2321b91-4d34-5604-7f61-a91cbf6fd949-527b6097 {
  justify-self: stretch;
}

#w-node-e8fee9a4-30a2-12fc-5a06-d56f204253a3-527b6097, #w-node-_73c70bbd-5768-926a-cabd-c6df45c5126c-527b6097, #w-node-_88fec176-c7a2-7769-d1d9-aa62b448a31f-527b6097 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7315dd6b-254e-d324-0045-044e6f85f112-527b6097 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_1d295959-c0ed-8c2d-e5ec-fe0c4e12c0de-527b6097 {
  grid-area: 3 / 2 / 5 / 5;
}

#w-node-ac084972-959a-7a77-ab59-ceae50060a68-527b6097 {
  grid-area: 2 / 5 / 6 / 12;
}

#w-node-_6a9cc039-f257-9718-d781-7cac4ce47047-527b6097 {
  grid-area: 6 / 9 / 8 / 13;
}

#w-node-_49d1c8e2-3dea-2208-7d54-1308028112c8-527b6097 {
  grid-area: 7 / 1 / 9 / 9;
}

#w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-abe780fe, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-abe780fe, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-463018f2, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-463018f2, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-6fc5c323, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-6fc5c323, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-1c217f34, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-4dd44125, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-4dd44125, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-ddc7e9bd, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-ddc7e9bd, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-84692006, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-84692006, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-bef1bfe3, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-bef1bfe3, #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-108d1114, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-108d1114 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00c00a38-1ba0-d3e9-8ac0-e1bdf8559deb-f5237e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-71447a91, #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-71447a91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-abe780fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-abe780fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-abe780fe, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-463018f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-463018f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-463018f2, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-6fc5c323 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-6fc5c323 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-6fc5c323 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-1c217f34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-1c217f34, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-4dd44125 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-4dd44125 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-4dd44125, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-ddc7e9bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-ddc7e9bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-ddc7e9bd, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-84692006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-84692006 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-84692006, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-bef1bfe3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-bef1bfe3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-bef1bfe3, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-108d1114 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-108d1114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-108d1114, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-71447a91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6899cd55-c857-bdf2-bba7-2fbfcb5932cb-71447a91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-71447a91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7315dd6b-254e-d324-0045-044e6f85f112-527b6097 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1d295959-c0ed-8c2d-e5ec-fe0c4e12c0de-527b6097 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ac084972-959a-7a77-ab59-ceae50060a68-527b6097 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_6a9cc039-f257-9718-d781-7cac4ce47047-527b6097 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_49d1c8e2-3dea-2208-7d54-1308028112c8-527b6097 {
    grid-area: 5 / 1 / 6 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-abe780fe, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-abe780fe, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-abe780fe, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-463018f2, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-463018f2, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-463018f2, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-6fc5c323, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-6fc5c323, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-6fc5c323, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-1c217f34, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-1c217f34, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-4dd44125, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-4dd44125, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-4dd44125, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-ddc7e9bd, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-ddc7e9bd, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-ddc7e9bd, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-84692006, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-84692006, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-84692006, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-bef1bfe3, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-bef1bfe3, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-bef1bfe3, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-108d1114, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-108d1114, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-108d1114, #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-71447a91, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-71447a91, #w-node-_45490850-9783-4d44-d2f6-192bfc2abeb5-71447a91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7315dd6b-254e-d324-0045-044e6f85f112-527b6097 {
    grid-column-end: 5;
  }

  #w-node-_1d295959-c0ed-8c2d-e5ec-fe0c4e12c0de-527b6097 {
    grid-column-end: 4;
  }

  #w-node-ac084972-959a-7a77-ab59-ceae50060a68-527b6097, #w-node-_6a9cc039-f257-9718-d781-7cac4ce47047-527b6097 {
    grid-column-end: 6;
  }

  #w-node-_49d1c8e2-3dea-2208-7d54-1308028112c8-527b6097 {
    grid-row: 6 / 7;
    grid-column-end: 6;
  }

  #w-node-_6e0f1e57-7708-03e5-440d-698aa6ef38c9-abe780fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfdf85ad-b8b5-ee91-b8db-1bb483a4aa5d-abe780fe, #w-node-e38b8957-a9b5-1e77-dab5-faf8f047fefc-abe780fe {
    grid-column: span 1 / span 1;
  }
}


