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

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
  min-height: 70px;
}

.nav-link {
  color: #fff;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.nav-link.blue {
  color: #002c4f;
}

.nav-link.blue.w--current {
  font-weight: 700;
}

.nav-link.blue.current {
  font-weight: 700;
  text-decoration: none;
}

.nav-link.mobile.w--current {
  font-weight: 700;
}

.nav-link.dropdown {
  padding: 10px 20px;
}

.nav-link.current2 {
  font-weight: 600;
}

.body {
  background-color: #4b77ff;
  background-image: linear-gradient(160deg, #6cd6b2 34%, #4b77ff 87%);
}

.body.home {
  background-image: linear-gradient(160deg, #71b3ff, #3e6dff 87%);
  margin-left: auto;
  margin-right: auto;
}

.menuright {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.social {
  padding-left: 10px;
  padding-right: 10px;
}

.main-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
}

.subtitle {
  color: #fff;
  max-width: 440px;
  margin-top: 30px;
  margin-left: 50px;
  padding-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-2 {
  color: #fff;
  max-width: 440px;
  margin-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.body-text {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.button {
  color: #4b77ff;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 40px;
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.button.blue {
  color: #fff;
  letter-spacing: 1px;
  background-color: #4b77ff;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.section {
  z-index: 1;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.footer-line {
  background-color: #ffffff2e;
  min-height: .5px;
  max-height: .5px;
  padding-top: 0;
}

.footer-line.white {
  background-color: #fff;
}

.container {
  flex: 1;
  padding-left: 30px;
  display: block;
}

.container.articles {
  padding-left: 0;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: grid;
}

.footer-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.footer-text.blue {
  color: #002c4f;
  margin-left: 0;
  padding-left: 30px;
}

.image {
  max-width: 65%;
  padding-left: 30px;
  padding-right: 30px;
}

.footer {
  z-index: 1;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  inset: 0 0% 0%;
}

.container-3 {
  flex-direction: row;
  align-items: flex-end;
  max-width: 100vw;
  margin-bottom: 0;
  padding-bottom: 12px;
  display: flex;
}

.container-3.home {
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.viruses {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.viruses.home {
  max-height: 136%;
  bottom: -60%;
}

.virus2 {
  z-index: 6;
  align-self: flex-end;
  max-width: 50%;
  margin-bottom: 0;
  position: relative;
  bottom: 493px;
  left: 0;
}

.virus3 {
  z-index: 6;
  max-width: 50%;
  position: relative;
  bottom: 189px;
  right: 182px;
}

.virus3._1 {
  filter: blur(4px);
  flex: 0 auto;
  align-self: auto;
  max-width: 20%;
  position: relative;
  inset: 0;
}

.virus3._2 {
  filter: blur(4px);
  align-self: center;
  max-width: 15%;
  bottom: 0;
  right: 0;
}

.virus {
  align-self: flex-end;
  position: relative;
}

.body-2 {
  background-color: #eaf5ff;
}

.imuno {
  z-index: 1;
  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-around;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.imunoglobin1 {
  opacity: 1;
  align-self: flex-start;
  min-width: 400px;
  max-width: 40%;
  margin-top: 103px;
  margin-left: 40px;
  margin-right: 40px;
}

.imunoglobin1.right {
  align-self: flex-end;
}

.imunoglobin1.right.mladina {
  padding-top: 229px;
}

.imunoglobin2 {
  align-self: flex-end;
  max-width: none;
  margin-top: 120px;
  margin-left: 40px;
  margin-right: 79px;
  transform: rotate(69deg);
}

.imunoglobin2.left {
  align-self: flex-start;
}

.imunoglobin3 {
  align-self: center;
  max-width: none;
  padding-top: 400px;
  transform: rotate(-66deg);
}

.imunoglobin4 {
  align-self: flex-end;
  margin-right: 40px;
}

.heading1 {
  color: #002c4f;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.heading1.lefttextalign {
  text-align: left;
  margin-left: 0;
}

.heading1.lefttextalign.box {
  margin-top: 50px;
  margin-left: 50px;
  font-size: 60px;
}

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

.container-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-4.horizontal {
  flex-direction: row;
}

.paragraph {
  color: #002c4f;
  max-width: 820px;
  margin: 25px 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph.lefttextalign {
  margin-left: 0;
}

.paragraph.comment {
  font-size: 16px;
  font-weight: 400;
}

.bodytext {
  color: #002c4f;
  max-width: 620px;
  margin: 10px 30px 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.bodytext.lefttextalign {
  margin-left: 0;
}

.bodytext.lefttextalign.box {
  max-width: 400px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.bodytext.image-description-2 {
  font-size: 13px;
  line-height: 20px;
}

.image-description {
  transform-origin: 0 100%;
  color: #002c4f;
  text-align: left;
  object-fit: fill;
  flex-direction: row;
  flex: none;
  order: 0;
  align-self: flex-end;
  align-items: center;
  min-height: 100%;
  margin-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 13px;
  overflow: visible;
  transform: rotate(-90deg);
}

.image-description.left {
  transform-origin: 0 100%;
  margin-left: 34px;
  margin-right: -134px;
}

.picture {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 78px;
  display: flex;
  position: relative;
  left: -55px;
}

.picture.right {
  margin-bottom: 26px;
  left: 99px;
}

.image-2 {
  max-width: 120%;
  position: relative;
}

.textlink {
  color: #65d4ae;
  font-weight: 500;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.nav {
  background-color: #eaf5ffcc;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav.home {
  background-color: #70b2ffad;
}

.nav.faq {
  background-color: #6cd6b28c;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr) max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-button {
  align-self: center;
}

.dropdown {
  text-align: left;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #6b4b4b;
}

.dropdown-list.w--open {
  background-color: #ffffff7d;
  background-image: linear-gradient(340deg, #ffffff6e, #ffffffa3);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
}

.menuleft {
  padding-left: 20px;
  display: flex;
}

.menu-icon {
  width: 60px;
  height: 60px;
}

.image-3 {
  align-self: center;
  max-width: 658px;
  margin-left: -150px;
}

.div-block-7 {
  flex: 0 auto;
  align-self: auto;
}

.virus-green {
  position: relative;
}

.virus-green.medium {
  max-width: 20%;
  bottom: -154px;
  left: 40px;
}

.virus-green.small {
  filter: blur(6px);
  max-width: 15%;
  top: -349px;
}

.boxes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 46px;
  display: flex;
}

.boxes.articles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 250px 250px 250px;
  grid-template-columns: 300px 300px 300px;
  grid-auto-rows: minmax(300px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 45px;
  display: grid;
}

.box1 {
  cursor: pointer;
  background-color: #ffffffa8;
  border-radius: 35px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 0 20px 11px #ffffff29;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  max-width: 20px;
  margin-right: 40px;
}

.link-block, .link-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 35px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 15px 1px #ffffff69;
}

.heading2 {
  color: #002c4f;
  margin: 40px 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.boxarticle {
  cursor: pointer;
  background-color: #ffffffa8;
  border-radius: 35px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  min-width: 100%;
  max-height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.progress-bar {
  z-index: 350;
  transform-origin: 0%;
  background-color: #3eceb9;
  width: 100%;
  height: 5px;
  position: fixed;
}

.section-article {
  z-index: 3;
  position: relative;
}

.nested-link {
  color: #002c4f;
  text-decoration: none;
}

.nested-link.white.w--current {
  color: #fff;
}

.image-5 {
  text-align: left;
  flex: 0 auto;
  max-width: 60%;
  display: block;
}

.div-block-9 {
  flex: 1;
  order: 0;
  align-self: center;
  max-width: 650px;
  display: block;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.viri-divider {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 50px;
}

.text-viri-title {
  color: #002c4f;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.list-items {
  color: #002c4f;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.list-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-link {
  color: #002c4f;
  align-self: flex-start;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.top {
  margin-top: 20px;
  margin-left: 30px;
}

.text-link.top:hover {
  text-decoration: underline;
}

.text-link.green {
  color: #19c58b;
}

.heading3 {
  color: #002c4f;
  margin: 0 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.heading3.mladinaheading {
  margin-left: 0;
}

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

.bold-text-2 {
  line-height: 38px;
}

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

.divider {
  color: #fff;
  background-color: #fff;
  min-height: 1px;
  max-height: 1px;
  margin-bottom: 15px;
}

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

.heading4 {
  color: #002c4f;
  margin: 0 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.heading4._4 {
  font-size: 18px;
}

.container-7 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-7.horizontal {
  flex-direction: row;
}

.container-7.mladina2 {
  padding-left: 20px;
  padding-right: 20px;
}

.mladina {
  max-width: 450px;
  margin: 30px 60px 30px 30px;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-3 {
  justify-content: flex-start;
  display: flex;
}

.mladinalist {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mladinadiv {
  flex: 1;
  order: 0;
  align-self: flex-start;
  display: block;
}

.div-block-11 {
  background-color: #fff;
  min-width: 100%;
  min-height: 1px;
  max-height: 1px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

@media screen and (max-width: 991px) {
  .body {
    background-image: linear-gradient(160deg, #71b3ff, #3e6dff 87%);
  }

  .section {
    overflow: hidden;
  }

  .image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer {
    overflow: hidden;
  }

  .virus2 {
    top: -79px;
    left: -8px;
  }

  .virus {
    left: 256px;
  }

  .imuno, .container-4.horizontal {
    flex-direction: column;
  }

  .picture {
    left: 20px;
  }

  .picture.right {
    left: 41px;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-3 {
    margin-left: -109px;
  }

  .div-block-7 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .boxes.articles {
    grid-template-columns: 300px 300px;
    justify-content: center;
    justify-items: stretch;
  }

  .container-7 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
    flex-direction: column;
    place-content: stretch flex-start;
    padding-top: 10px;
    display: flex;
  }

  .nav-link.blue {
    padding-bottom: 10px;
  }

  .nav-link.mobile {
    border-radius: 0;
    padding-top: 15px;
    font-size: 18px;
  }

  .body {
    overflow: visible;
  }

  .menuright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 37px;
    display: block;
  }

  .social {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    overflow: hidden;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-3 {
    max-width: none;
    max-height: 100vh;
    overflow: visible;
  }

  .viruses {
    overflow: hidden;
  }

  .virus2 {
    left: -449px;
  }

  .virus {
    bottom: 71px;
    left: 286px;
  }

  .heading1, .heading1.lefttextalign {
    font-size: 60px;
    line-height: 60px;
  }

  .container-4.horizontal {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph.lefttextalign {
    margin-left: 30px;
  }

  .bodytext.lefttextalign {
    margin-left: 60px;
    margin-right: 60px;
  }

  .picture {
    left: 50px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .nav {
    object-fit: cover;
    overflow: visible;
  }

  .nav-menu {
    background-color: #5086ffe8;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
  }

  .nav-menu.light {
    background-color: #e2ebf4fc;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: max-content minmax(max-content, 1fr) max-content;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
  }

  .menuleft {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .brand {
    flex: 1;
  }

  .div-block-7 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .boxes.articles {
    grid-template-columns: 300px;
  }

  .text-viri-title {
    margin-left: 15px;
  }

  .container-7.horizontal {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-link.blue {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.mobile {
    border-top-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    background-color: #3e6dff;
    background-image: linear-gradient(173deg, #71b3ff, #3e6dff 85%);
  }

  .menuright {
    margin-bottom: 49px;
    padding-top: 30px;
  }

  .main-title.mobile {
    font-size: 70px;
    line-height: 70px;
  }

  .subtitle {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .body-text {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .button {
    align-self: flex-start;
  }

  .button.blue {
    align-self: center;
  }

  .section {
    overflow: hidden;
  }

  .footer-line {
    background-color: #ffffff21;
    display: block;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-text.blue {
    text-align: center;
    padding-bottom: 26px;
    padding-left: 0;
  }

  .image {
    max-width: 70%;
    min-height: 100px;
    display: block;
  }

  .footer {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: block;
    top: 34px;
    overflow: hidden;
  }

  .container-3, .viruses {
    overflow: hidden;
  }

  .virus2 {
    top: -277px;
    left: -218px;
    right: 0;
  }

  .virus3._1 {
    inset: -106px 0 0;
  }

  .virus3._2 {
    inset: 155px -18px 0 -295px;
  }

  .virus {
    top: 51px;
    left: 109px;
  }

  .heading1 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading1.lefttextalign {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading1.lefttextalign.box {
    text-align: left;
    margin-left: 30px;
  }

  .bodytext.lefttextalign {
    margin-left: 40px;
    margin-right: 40px;
  }

  .bodytext.lefttextalign.box {
    margin-left: 30px;
  }

  .image-description {
    margin-left: 15px;
  }

  .image-description.left {
    margin-right: -147px;
  }

  .picture {
    left: 58px;
  }

  .picture.right {
    left: 14px;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    padding-bottom: 30px;
  }

  .nav-menu.light {
    background-color: #e2ebf4f2;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    min-width: 100vw;
    position: static;
  }

  .menuleft {
    flex-direction: column;
    padding-left: 0;
  }

  .image-3 {
    max-width: 100%;
    margin-left: 0;
  }

  .boxes {
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .boxes.articles {
    place-content: stretch center;
  }

  .image-4 {
    margin-right: 0;
    display: none;
  }

  .link-block-3 {
    align-self: center;
  }

  .boxarticle {
    flex: 1;
    min-height: 300px;
    display: flex;
  }

  .list-items {
    max-width: 90%;
  }

  .container-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .mladina {
    align-self: center;
    max-width: 300px;
  }

  .div-block-12 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }
}

#w-node-_70e4a11b-b534-a0ee-9d88-350702407ba4-784c9508, #w-node-_1a008406-be16-0559-653a-6a18b3cd23fc-b3cd23fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1a008406-be16-0559-653a-6a18b3cd23fe-b3cd23fb {
  place-self: center end;
}

#w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-fbd503f1, #w-node-e3e5dee8-2067-ee5d-48a5-f0933a7b0d09-3a7b0d08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3e5dee8-2067-ee5d-48a5-f0933a7b0d0b-3a7b0d08 {
  place-self: center end;
}

#w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-93be80c3, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-b2b4d1c8, #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba4-44c4c519, #w-node-e41d3fc9-108c-4265-34da-6edd7d627b66-44c4c519 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcf3279e-8745-698d-bc22-c35c04178416-44c4c519 {
  place-self: center end;
}

#w-node-_70e4a11b-b534-a0ee-9d88-350702407ba4-7112a2be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c01df882-315f-b69d-8ba5-382abfcec895-7112a2be {
  align-self: start;
}

#w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-befe892b, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-aa98a57f, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-375b0e78, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-452f9890, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-9689d1c9, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-119cf71c, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-89611cb9, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-d1ba6ee2, #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba4-13a944b6, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-6e8b968b, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-267e236f, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-4b72c39a, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-0ef9a800, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-496aa76b, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-69898869, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-24f22554, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-428c0424, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-908381ad, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-c68d682e, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-f33bc14d, #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a797-f44bc030 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba5-784c9508 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407bac-784c9508 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-fbd503f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-fbd503f1 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-93be80c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-93be80c3 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-b2b4d1c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-b2b4d1c8 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba5-44c4c519 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407bac-44c4c519 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba5-7112a2be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407bac-7112a2be {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-befe892b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-befe892b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-aa98a57f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-aa98a57f {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-375b0e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-375b0e78 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-452f9890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-452f9890 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-9689d1c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-9689d1c9 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-119cf71c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-119cf71c {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-89611cb9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-89611cb9 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-d1ba6ee2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-d1ba6ee2 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407ba5-13a944b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_70e4a11b-b534-a0ee-9d88-350702407bac-13a944b6 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-6e8b968b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-6e8b968b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-267e236f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-267e236f {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-4b72c39a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-4b72c39a {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-0ef9a800 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-0ef9a800 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-496aa76b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-496aa76b {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-69898869 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-69898869 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-24f22554 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-24f22554 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-428c0424 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-428c0424 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-908381ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-908381ad {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-c68d682e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-c68d682e {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-f33bc14d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-f33bc14d {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a799-f44bc030 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-c33d3dd0-481a-cd5c-cd05-e53c5226a7b7-f44bc030 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}


