@font-face {
  font-family: Yesevaone;
  src: url('../fonts/YesevaOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: europa;
  font-size: 13px;
  line-height: 1.3;
}

.timeline-month {
  color: #fff;
  text-align: left;
  max-width: 870px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.menu-button {
  color: #ee8d32;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.menu-button.contact {
  color: #fff;
  background-color: #ed8c32;
  margin-right: 0;
  padding: 13px 30px;
  transition: background-color .325s ease-out;
  display: block;
}

.menu-button.contact:hover {
  background-color: #f9a85d;
}

.circle-button-wrapper {
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #126bc6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 90px;
  font-size: 4vw;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-11deg);
}

.circle-button-wrapper.smaller {
  padding: 33px 60px;
  font-size: 26px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.circle-button-wrapper.third {
  cursor: pointer;
  padding: 36px 60px;
  font-size: 2.2vw;
  position: static;
  inset: auto 3% 0% auto;
}

.footer-button {
  color: #061c2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  padding: 13px 17px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .325s ease-out;
  display: flex;
}

.footer-button:hover {
  transform: scale(1.03);
}

.footer-button:active {
  transform: scale(.85);
}

.footer-button.main {
  background-color: #0000;
  margin-right: -18px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}

.footer-button.socials {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 230px;
  padding: 8px;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.footer {
  color: #fff;
  background-color: #061c2f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  padding-bottom: 30px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.flex-verticle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.flex-verticle.title {
  padding-top: 0;
}

.container.flex-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-hero-new {
  z-index: 1;
  color: #fff;
  background-color: #0d1d39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
}

.text-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.you-text {
  display: none;
}

.fireworks {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 10;
  opacity: 0;
  text-align: left;
  mix-blend-mode: difference;
  background-color: #fff;
  border: 2px dotted #000;
  border-radius: 10000px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s ease-out;
  position: absolute;
  inset: 0%;
}

.bigger-text-wrapper {
  justify-content: flex-start;
  display: flex;
}

.span-larger {
  font-size: 1.1em;
  font-style: normal;
}

.relative {
  width: 100%;
  position: relative;
}

.fortune-cms {
  margin-top: 54px;
}

.text-3em {
  flex: 0 auto;
  margin: 0 0 3px;
  font-family: ivymode;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}

.text-3em.larger {
  margin-bottom: -1px;
  margin-right: 0;
  font-size: 7em;
}

.brand {
  background-image: url('../images/logo-new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.brand.w--current {
  width: 45px;
  height: 45px;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.jumbo-text {
  z-index: 1;
  opacity: .23;
  color: #fff;
  flex: none;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Yesevaone, Times New Roman, sans-serif;
  font-size: 12vw;
  line-height: 1.2;
  position: relative;
}

.projects-wrapper {
  width: 100%;
  margin-top: 0;
}

.predicted-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.new-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.thumbs {
  filter: saturate(200%) contrast(73%);
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  top: -3px;
  right: -2px;
  transform: scale(2);
}

.thumbs._2 {
  width: 27px;
  height: 27px;
  margin-right: 0;
  position: static;
  transform: none;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline-item.right {
  height: auto;
  min-height: auto;
  display: block;
}

.timeline-item.left-item {
  color: #fff;
  text-align: left;
  align-items: flex-start;
  height: auto;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

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

.wizard-lottie {
  width: 40%;
  margin-right: -101px;
}

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

.text-center.relative {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-2._2021 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1500px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

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

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.new-bg {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  object-position: 0% 50%;
  width: 51%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-paragraph {
  opacity: .74;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 1.6;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.portoflio-list-wrapper {
  margin-bottom: 1%;
}

.timeline-text {
  color: #fff;
  text-align: justify;
  max-width: 870px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.timeline-text.fusnote {
  font-size: 1em;
}

.timeline-text.padding-right {
  margin-left: 10px;
}

.heading {
  font-family: Yesevaone, Times New Roman, sans-serif;
  font-size: 8vw;
  line-height: 1.2;
}

.like-button-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 26px;
  font-size: 20px;
  display: flex;
}

.portfolio-list {
  justify-content: space-between;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-600px {
  width: 50%;
  max-width: 600px;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.fortune-cms-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.new-section {
  color: #fff;
  background-color: #0d1d39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-section.lighter {
  background-color: #062748;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.new-section.full {
  background-color: #0d1d39;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

.new-section.full._2 {
  background-color: #0d1d39;
  min-height: 700px;
}

.new-section.full._2.header {
  background-image: url('../images/Pozadina-za-Year-in-Review.avif');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
}

.text-6em {
  color: #fff;
  text-transform: none;
  text-shadow: 0 7px 20px #0003;
  margin: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.2;
}

.text-6em.smallr {
  font-size: 4em;
}

.text-6em.no-padding {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5vw;
}

.text-6em.no-padding._2025 {
  font-size: 12vw;
}

.text-6em.saferregion {
  text-shadow: 0 7px 20px #000000c2;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 8vw;
}

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._7 {
  top: 73.5%;
}

.dot._6 {
  top: 62%;
}

.dot._5 {
  top: 50.25%;
}

.dot._1 {
  top: 3%;
  bottom: 0%;
}

.dot._4 {
  top: 38.25%;
}

.dot._2 {
  top: 15%;
}

.dot._3 {
  top: 26.5%;
}

.dot._8 {
  top: 85.5%;
}

.dot._9 {
  top: 96.75%;
}

.portfolio-item {
  flex: none;
  width: 40%;
  margin-right: 1%;
}

.socials-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.hide {
  display: none;
}

.predicted-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 90px;
  margin-top: 45px;
  padding: 15px 39px;
  font-size: 34px;
  display: flex;
}

.bigger-wrapper {
  z-index: 2;
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.circle-button-bg {
  letter-spacing: 2px;
  border: 2px solid #ffffff7a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 84px;
  font-size: 4vw;
  display: flex;
  position: absolute;
  inset: 8% 0% 0% 2%;
}

.circle-button-bg._1 {
  border-color: #126bc6;
  top: 9%;
}

.circle-button-bg._2 {
  color: #fff;
  border-color: #126bc6;
  top: 18%;
  left: 3%;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.head-explode-lottie {
  width: 30%;
  height: 200px;
  position: absolute;
  inset: auto 36% -10% auto;
  transform: rotate(26deg);
}

.html-embed-3 {
  display: none;
}

.navigation {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.overflow-hiden-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.menu-link-wrapper {
  align-items: center;
  margin-bottom: 55px;
  display: flex;
  position: relative;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 90px;
  display: flex;
}

.portfolio-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link {
  color: #ee8d32;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

.text-block {
  font-family: Yesevaone, Times New Roman, sans-serif;
  font-size: 5vw;
}

.image-4 {
  width: 250px;
  padding-bottom: 40px;
}

.podnaslov {
  color: #fff;
  font-size: 24px;
}

.body {
  background-color: #0d1d39;
}

.year {
  max-width: 300px;
}

.timeline-section {
  color: #fff;
  background-color: #0d1d39;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-section.lighter {
  background-color: #062748;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.timeline-section.full {
  background-color: #062748;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

.timeline-section.full._2 {
  background-color: #0d1d39;
  min-height: 700px;
}

.dodatni-opis {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 16px #000000ba;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.55em;
  font-weight: 400;
}

.dodatni-opis.footer {
  background-color: #0d1d39;
  margin-left: 0;
}

.image-5 {
  width: 230px;
  padding-bottom: 20px;
}

.link-2 {
  color: #70b5fc;
  text-transform: lowercase;
  font-size: .7em;
}

.link-3 {
  color: #fff;
}

.link-4, .link-5 {
  color: #70b5fc;
}

.div-block {
  margin-bottom: 20px;
  margin-left: 30px;
}

.image-6, .image-7 {
  max-width: 870px;
}

.link-6 {
  color: #fff;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .bold-text {
  color: #70b5fc;
}

.link-17 {
  color: #fff;
  padding-top: 20px;
}

.link-18, .superscript, .link-19, .superscript-2, .superscript-3, .bold-text-2, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .superscript-4, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42, .link-43, .link-44, .link-45, .link-46, .link-47, .link-48, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59, .link-60, .link-61, .link-62, .link-63, .link-64, .link-65, .link-66, .link-67, .link-68, .link-69 {
  color: #fff;
}

.bold-text-3 {
  color: #fff;
  font-weight: 400;
}

.link-70, .link-71, .link-72, .link-73, .link-74, .link-75 {
  color: #fff;
}

.bold-text-4, .bold-text-5 {
  color: #fff;
  text-decoration: none;
}

.list {
  list-style-type: disc;
}

.image-8 {
  width: 600px;
  padding-top: 0;
  padding-bottom: 20px;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.link-76, .link-77, .link-78, .link-79, .link-80, .link-81 {
  color: #fff;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 870px;
  padding-top: 8px;
  display: flex;
}

.opii {
  color: #fff;
  text-align: justify;
  max-width: 890px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.opii.fusnote {
  font-size: 1em;
}

.opii.padding-right {
  margin-left: 10px;
}

.opisi-za-slike {
  color: #fff;
  text-align: justify;
  border-left: 1px solid #fff;
  align-self: center;
  max-width: 890px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.opisi-za-slike.fusnote {
  font-size: 1em;
}

.opisi-za-slike.padding-right {
  margin-left: 10px;
}

.lokacija {
  color: #fff;
  text-align: justify;
  max-width: 890px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.lokacija.fusnote {
  font-size: 1em;
}

.lokacija.padding-right {
  margin-left: 10px;
}

.link-82, .link-83, .link-84, .link-85, .link-86, .link-87, .link-88, .link-89, .link-90 {
  color: #fff;
}

.paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.section-4 {
  background-color: #00183c;
}

.link-block-14 {
  z-index: 15;
  width: 80px;
  position: fixed;
  inset: auto 3% 5% auto;
}

.image-62 {
  max-width: 80%;
}

.link-91, .link-92, .link-93, .link-94, .link-95, .link-96, .link-97, .link-98, .link-99, .link-100, .link-101 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .timeline-month {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 2.9em;
  }

  .circle-button-wrapper {
    font-size: 56px;
  }

  .container.flex-verticle.title {
    padding-top: 0;
  }

  .projects-wrapper {
    background-color: #0d1d39;
  }

  .new-hero-content {
    width: auto;
    max-width: 1000px;
  }

  .container-2._2021 {
    justify-content: center;
    align-items: center;
  }

  .hero-paragraph {
    font-size: 25px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 7vh;
  }

  .timeline-text {
    max-width: 850px;
    font-family: Montserrat, sans-serif;
  }

  .timeline-text.fusnote {
    font-size: .9em;
  }

  .timeline-text.fusnote._2 {
    font-size: 1em;
  }

  .heading {
    font-size: 110px;
  }

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

  .new-section.full._2.header {
    background-image: url('../images/Pozadina-za-Year-in-Review.avif');
    height: 100vh;
    padding-bottom: 20px;
  }

  .new-section.full._2.header.second {
    background-image: url('../images/Pozadina-za-Year-in-Review.avif');
  }

  .new-section.footer-2 {
    padding-top: 20px;
  }

  .text-6em {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 4.5vw;
  }

  .text-6em.no-padding {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 6vw;
    font-weight: 500;
  }

  .text-6em.saferregion {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 500;
  }

  .podnaslov {
    color: #fff;
    font-size: 22px;
  }

  .body {
    background-color: #0d1d39;
  }

  .timeline-section {
    padding-top: 25px;
  }

  .dodatni-opis {
    padding-top: 0;
    padding-left: 85px;
    padding-right: 85px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 1.9em;
  }

  .dodatni-opis.fusnote {
    font-size: 1.4em;
  }

  .image-5 {
    width: 330px;
  }

  .div-block {
    width: 850px;
  }

  .image-6 {
    max-width: 8506px;
  }

  .image-7 {
    max-width: 850px;
  }

  .bold-text-4, .bold-text-5 {
    text-decoration: none;
  }

  .image-8 {
    width: 700px;
    padding-top: 20px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 5.5fr;
    grid-auto-columns: 1fr;
    padding-top: 5px;
    display: flex;
  }

  .opii {
    max-width: 850px;
    font-family: Montserrat, sans-serif;
  }

  .opii.fusnote {
    font-size: 1.4em;
  }

  .opisi-za-slike {
    border-left: 1px solid #fff;
    max-width: 850px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .opisi-za-slike.fusnote {
    font-size: 1.4em;
  }

  .lokacija {
    max-width: 850px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 2.1em;
  }

  .lokacija.fusnote {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1920px) {
  .timeline-text.fusnote {
    font-size: .9em;
  }

  .text-6em {
    font-size: 4.5vw;
  }

  .podnaslov {
    font-size: 24px;
  }

  .image-8 {
    width: 850px;
  }
}

@media screen and (max-width: 991px) {
  .circle-button-wrapper.smaller {
    margin-top: 93px;
    font-size: 22px;
    position: static;
  }

  .footer-button {
    padding: 11px 14px;
  }

  .footer-button.socials {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .container.flex-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .projects-wrapper {
    margin-top: 129px;
  }

  .thumbs._2 {
    width: 24px;
    height: 24px;
  }

  .hero-paragraph {
    max-width: 350px;
  }

  .heading {
    font-size: 11vw;
  }

  .new-section.full._2 {
    height: 74vh;
    min-height: 0;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .head-explode-lottie {
    width: 33%;
    position: static;
  }

  .timeline-section.full._2 {
    height: 74vh;
    min-height: 0;
  }

  .image-8 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .circle-button-wrapper {
    font-size: 6vw;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .new-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline-item {
    height: 270px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 400px;
    margin-bottom: 75px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .heading {
    font-size: 21vw;
    line-height: 1;
  }

  .link-wrapper {
    display: flex;
  }

  .max-width-600px {
    width: 60%;
  }

  .head-explode-lottie {
    width: 38%;
  }
}

@media screen and (max-width: 479px) {
  .timeline-month {
    font-size: 3em;
    line-height: 1.1;
  }

  .menu-button {
    margin-right: 11px;
  }

  .menu-button.contact {
    display: none;
  }

  .circle-button-wrapper {
    margin-bottom: 59px;
    padding: 16px 82px;
    font-size: 11vw;
  }

  .circle-button-wrapper.smaller {
    letter-spacing: 1px;
    margin-top: 13px;
    font-size: 18px;
  }

  .circle-button-wrapper.third {
    letter-spacing: 1px;
    padding: 32px 51px;
    font-size: 16px;
  }

  .footer {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .container.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-3em {
    font-size: 2.3em;
  }

  .text-3em.larger {
    font-size: 6em;
  }

  .jumbo-text {
    font-size: 100px;
  }

  .new-hero-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .timeline-item {
    height: 220px;
  }

  .timeline-item.right {
    min-width: 350px;
  }

  .timeline-item.left-item {
    overflow: hidden;
  }

  .fortune-wrapper {
    flex-direction: column;
  }

  .wizard-lottie {
    width: 90%;
    margin-bottom: 12px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2._2021 {
    padding-top: 50px;
  }

  .container-2.horizontal {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.horizontal.nav {
    justify-content: space-between;
  }

  .gif-image {
    height: 80%;
  }

  .hero-paragraph {
    max-width: 300px;
    margin-top: 24px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 6vh;
    width: 100%;
  }

  .timeline-text {
    font-size: 1.4em;
  }

  .timeline-text.padding-right {
    margin-left: 5px;
  }

  .max-width-600px {
    width: 100%;
    max-width: none;
  }

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

  .new-section.lighter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-section.full {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-section.full._2 {
    min-height: 720px;
  }

  .new-section.full._2.header {
    background-position: 50%;
    height: 70vh;
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-section.full._2.header.second {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    height: 30vh;
    min-height: 250px;
    padding-top: 20px;
  }

  .new-section.footer-2 {
    padding-top: 20px;
  }

  .text-6em {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 2.2em;
  }

  .text-6em.smallr {
    font-size: 2.6em;
  }

  .text-6em.no-padding {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 1;
  }

  .text-6em.saferregion {
    font-size: 12vw;
  }

  .socials-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .predicted-wrapper {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .bigger-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .timeline-track {
    width: 7px;
  }

  .head-explode-lottie {
    width: 78%;
  }

  .navigation {
    height: 75px;
  }

  .menu-link-wrapper._1 {
    margin-right: 30px;
  }

  .timeline-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 95%;
    margin-top: 0;
    display: flex;
  }

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

  .podnaslov {
    font-size: 25px;
  }

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

  .timeline-section.lighter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline-section.full {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline-section.full._2 {
    min-height: 720px;
  }

  .dodatni-opis {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3em;
  }

  .image-5 {
    width: 190px;
  }

  .image-6, .image-7 {
    max-width: 100%;
  }

  .image-8 {
    width: 400px;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .section {
    padding-top: 20px;
  }

  .opii {
    font-size: 1.7em;
  }

  .opii.padding-right {
    margin-left: 5px;
  }

  .opisi-za-slike {
    text-align: left;
    font-size: 1.2em;
  }

  .opisi-za-slike.padding-right {
    margin-left: 5px;
  }

  .lokacija {
    font-size: 1.7em;
  }

  .lokacija.padding-right {
    margin-left: 5px;
  }
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-b264cb9e {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20ddf-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20de1-b264cb9e {
  align-self: center;
}

#w-node-_70615601-4831-2639-484e-611ff4d20df2-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20df4-b264cb9e {
  align-self: center;
}

#w-node-fa8190ff-627a-3bd3-00ac-6649f47d9313-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa8190ff-627a-3bd3-00ac-6649f47d9315-b264cb9e {
  align-self: center;
}

#w-node-_142c5e10-bdeb-a724-d028-26c0242507ef-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_142c5e10-bdeb-a724-d028-26c0242507f1-b264cb9e {
  align-self: center;
}

#w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4693-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4695-b264cb9e {
  align-self: center;
}

#w-node-_86dc8950-4b2c-05e1-4765-8af48803de75-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86dc8950-4b2c-05e1-4765-8af48803de77-b264cb9e {
  align-self: center;
}

#w-node-_4ee194ad-454f-8dc9-b11e-70347734d998-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee194ad-454f-8dc9-b11e-70347734d99a-b264cb9e {
  align-self: center;
}

#w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7737-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7739-b264cb9e {
  align-self: center;
}

#w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc1-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc3-b264cb9e {
  align-self: center;
}

#w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ac-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ae-b264cb9e {
  align-self: center;
}

#w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ec-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ee-b264cb9e {
  align-self: center;
}

#w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410b-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410d-b264cb9e {
  align-self: center;
}

#w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088d-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088f-b264cb9e {
  align-self: center;
}

#w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc057-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc059-b264cb9e {
  align-self: center;
}

#w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccb-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccd-b264cb9e {
  align-self: center;
}

#w-node-_61105320-ab13-8007-9769-52e3bfd2c58c-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61105320-ab13-8007-9769-52e3bfd2c58e-b264cb9e {
  align-self: center;
}

#w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d6-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d8-b264cb9e {
  align-self: center;
}

#w-node-_44ba2505-2002-bbbc-24cc-d004629105c7-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ba2505-2002-bbbc-24cc-d004629105c9-b264cb9e {
  align-self: center;
}

#w-node-e2b6d158-6ffd-b256-38ed-e0f470583b22-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b6d158-6ffd-b256-38ed-e0f470583b24-b264cb9e {
  align-self: center;
}

#w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb2-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb4-b264cb9e {
  align-self: center;
}

#w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be232-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be234-b264cb9e {
  align-self: center;
}

#w-node-b6031392-c569-e654-9040-84107895152b-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6031392-c569-e654-9040-84107895152d-b264cb9e {
  align-self: center;
}

#w-node-d11821b0-bcee-87f7-2517-4c03df78458d-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d11821b0-bcee-87f7-2517-4c03df78458f-b264cb9e {
  align-self: center;
}

#w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5982-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5984-b264cb9e {
  align-self: center;
}

#w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f4-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f6-b264cb9e {
  align-self: center;
}

#w-node-_7840fe24-d416-4000-d65f-be5c50d0cb60-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7840fe24-d416-4000-d65f-be5c50d0cb62-b264cb9e {
  align-self: center;
}

#w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d5-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d7-b264cb9e {
  align-self: center;
}

#w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ec-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ee-b264cb9e {
  align-self: center;
}

#w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b2-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b4-b264cb9e {
  align-self: center;
}

#w-node-df7a1c55-dc55-4464-8159-b7b239e41b3f-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7a1c55-dc55-4464-8159-b7b239e41b41-b264cb9e {
  align-self: center;
}

#w-node-_928a8fcf-d717-eedb-20c9-aefac134f331-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_928a8fcf-d717-eedb-20c9-aefac134f333-b264cb9e {
  align-self: center;
}

#w-node-ee3ac774-1e12-5957-e073-bec20f783401-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee3ac774-1e12-5957-e073-bec20f783403-b264cb9e {
  align-self: center;
}

#w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dd8-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dda-b264cb9e {
  align-self: center;
}

#w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a5-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a7-b264cb9e {
  align-self: center;
}

#w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a1-b264cb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a3-b264cb9e {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-5596dc4e, #w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-471f0823 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20ddf-471f0823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20de1-471f0823 {
  align-self: center;
}

#w-node-_70615601-4831-2639-484e-611ff4d20df2-471f0823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70615601-4831-2639-484e-611ff4d20df4-471f0823 {
  align-self: center;
}

#w-node-fa8190ff-627a-3bd3-00ac-6649f47d9313-471f0823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa8190ff-627a-3bd3-00ac-6649f47d9315-471f0823 {
  align-self: center;
}

#w-node-_142c5e10-bdeb-a724-d028-26c0242507ef-471f0823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_142c5e10-bdeb-a724-d028-26c0242507f1-471f0823 {
  align-self: center;
}

#w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4693-471f0823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4695-471f0823 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-1e51ef6f {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_86dc8950-4b2c-05e1-4765-8af48803de75-1e51ef6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86dc8950-4b2c-05e1-4765-8af48803de77-1e51ef6f {
  align-self: center;
}

#w-node-_4ee194ad-454f-8dc9-b11e-70347734d998-1e51ef6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee194ad-454f-8dc9-b11e-70347734d99a-1e51ef6f {
  align-self: center;
}

#w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7737-1e51ef6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7739-1e51ef6f {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-04c1ae29 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc1-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc3-04c1ae29 {
  align-self: center;
}

#w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ac-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ae-04c1ae29 {
  align-self: center;
}

#w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ec-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ee-04c1ae29 {
  align-self: center;
}

#w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410b-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410d-04c1ae29 {
  align-self: center;
}

#w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088d-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088f-04c1ae29 {
  align-self: center;
}

#w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc057-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc059-04c1ae29 {
  align-self: center;
}

#w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccb-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccd-04c1ae29 {
  align-self: center;
}

#w-node-_61105320-ab13-8007-9769-52e3bfd2c58c-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61105320-ab13-8007-9769-52e3bfd2c58e-04c1ae29 {
  align-self: center;
}

#w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d6-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d8-04c1ae29 {
  align-self: center;
}

#w-node-_44ba2505-2002-bbbc-24cc-d004629105c7-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ba2505-2002-bbbc-24cc-d004629105c9-04c1ae29 {
  align-self: center;
}

#w-node-e2b6d158-6ffd-b256-38ed-e0f470583b22-04c1ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b6d158-6ffd-b256-38ed-e0f470583b24-04c1ae29 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-55b56200 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb2-55b56200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb4-55b56200 {
  align-self: center;
}

#w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be232-55b56200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be234-55b56200 {
  align-self: center;
}

#w-node-b6031392-c569-e654-9040-84107895152b-55b56200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6031392-c569-e654-9040-84107895152d-55b56200 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-addc08d0 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-d11821b0-bcee-87f7-2517-4c03df78458d-addc08d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d11821b0-bcee-87f7-2517-4c03df78458f-addc08d0 {
  align-self: center;
}

#w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5982-addc08d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5984-addc08d0 {
  align-self: center;
}

#w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f4-addc08d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f6-addc08d0 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-a5751194 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_7840fe24-d416-4000-d65f-be5c50d0cb60-a5751194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7840fe24-d416-4000-d65f-be5c50d0cb62-a5751194 {
  align-self: center;
}

#w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d5-a5751194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d7-a5751194 {
  align-self: center;
}

#w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ec-a5751194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ee-a5751194 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-f8fd295a {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b2-f8fd295a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b4-f8fd295a {
  align-self: center;
}

#w-node-df7a1c55-dc55-4464-8159-b7b239e41b3f-f8fd295a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7a1c55-dc55-4464-8159-b7b239e41b41-f8fd295a {
  align-self: center;
}

#w-node-_928a8fcf-d717-eedb-20c9-aefac134f331-f8fd295a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_928a8fcf-d717-eedb-20c9-aefac134f333-f8fd295a {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-35676e37 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-ee3ac774-1e12-5957-e073-bec20f783401-35676e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee3ac774-1e12-5957-e073-bec20f783403-35676e37 {
  align-self: center;
}

#w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dd8-35676e37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dda-35676e37 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-b5fc7612 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a5-b5fc7612 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a7-b5fc7612 {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-d239f94c {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

#w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a1-d239f94c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a3-d239f94c {
  align-self: center;
}

#w-node-_774eb02e-ebdb-0fcf-c22b-faa332e9e290-21ee7ce0 {
  grid-area: span 9 / span 1 / span 9 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_70615601-4831-2639-484e-611ff4d20ddf-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20de1-b264cb9e {
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20df2-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20df4-b264cb9e {
    align-self: center;
  }

  #w-node-fa8190ff-627a-3bd3-00ac-6649f47d9313-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fa8190ff-627a-3bd3-00ac-6649f47d9315-b264cb9e {
    align-self: center;
  }

  #w-node-_142c5e10-bdeb-a724-d028-26c0242507ef-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_142c5e10-bdeb-a724-d028-26c0242507f1-b264cb9e {
    align-self: center;
  }

  #w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4693-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4695-b264cb9e {
    align-self: center;
  }

  #w-node-_86dc8950-4b2c-05e1-4765-8af48803de75-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_86dc8950-4b2c-05e1-4765-8af48803de77-b264cb9e {
    align-self: center;
  }

  #w-node-_4ee194ad-454f-8dc9-b11e-70347734d998-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4ee194ad-454f-8dc9-b11e-70347734d99a-b264cb9e {
    align-self: center;
  }

  #w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7737-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7739-b264cb9e {
    align-self: center;
  }

  #w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc1-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc3-b264cb9e {
    align-self: center;
  }

  #w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ac-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ae-b264cb9e {
    align-self: center;
  }

  #w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ec-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ee-b264cb9e {
    align-self: center;
  }

  #w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410b-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410d-b264cb9e {
    align-self: center;
  }

  #w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088d-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088f-b264cb9e {
    align-self: center;
  }

  #w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc057-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc059-b264cb9e {
    align-self: center;
  }

  #w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccb-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccd-b264cb9e {
    align-self: center;
  }

  #w-node-_61105320-ab13-8007-9769-52e3bfd2c58c-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_61105320-ab13-8007-9769-52e3bfd2c58e-b264cb9e {
    align-self: center;
  }

  #w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d6-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d8-b264cb9e {
    align-self: center;
  }

  #w-node-_44ba2505-2002-bbbc-24cc-d004629105c7-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_44ba2505-2002-bbbc-24cc-d004629105c9-b264cb9e {
    align-self: center;
  }

  #w-node-e2b6d158-6ffd-b256-38ed-e0f470583b22-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e2b6d158-6ffd-b256-38ed-e0f470583b24-b264cb9e {
    align-self: center;
  }

  #w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb2-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb4-b264cb9e {
    align-self: center;
  }

  #w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be232-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be234-b264cb9e {
    align-self: center;
  }

  #w-node-b6031392-c569-e654-9040-84107895152b-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b6031392-c569-e654-9040-84107895152d-b264cb9e {
    align-self: center;
  }

  #w-node-d11821b0-bcee-87f7-2517-4c03df78458d-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d11821b0-bcee-87f7-2517-4c03df78458f-b264cb9e {
    align-self: center;
  }

  #w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5982-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5984-b264cb9e {
    align-self: center;
  }

  #w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f4-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f6-b264cb9e {
    align-self: center;
  }

  #w-node-_7840fe24-d416-4000-d65f-be5c50d0cb60-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7840fe24-d416-4000-d65f-be5c50d0cb62-b264cb9e {
    align-self: center;
  }

  #w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d5-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d7-b264cb9e {
    align-self: center;
  }

  #w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ec-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ee-b264cb9e {
    align-self: center;
  }

  #w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b2-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b4-b264cb9e {
    align-self: center;
  }

  #w-node-df7a1c55-dc55-4464-8159-b7b239e41b3f-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-df7a1c55-dc55-4464-8159-b7b239e41b41-b264cb9e {
    align-self: center;
  }

  #w-node-_928a8fcf-d717-eedb-20c9-aefac134f331-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_928a8fcf-d717-eedb-20c9-aefac134f333-b264cb9e {
    align-self: center;
  }

  #w-node-ee3ac774-1e12-5957-e073-bec20f783401-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ee3ac774-1e12-5957-e073-bec20f783403-b264cb9e {
    align-self: center;
  }

  #w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dd8-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dda-b264cb9e {
    align-self: center;
  }

  #w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a5-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a7-b264cb9e {
    align-self: center;
  }

  #w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a1-b264cb9e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a3-b264cb9e {
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20ddf-471f0823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20de1-471f0823 {
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20df2-471f0823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_70615601-4831-2639-484e-611ff4d20df4-471f0823 {
    align-self: center;
  }

  #w-node-fa8190ff-627a-3bd3-00ac-6649f47d9313-471f0823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fa8190ff-627a-3bd3-00ac-6649f47d9315-471f0823 {
    align-self: center;
  }

  #w-node-_142c5e10-bdeb-a724-d028-26c0242507ef-471f0823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_142c5e10-bdeb-a724-d028-26c0242507f1-471f0823 {
    align-self: center;
  }

  #w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4693-471f0823 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_73efbeb0-eb44-6ad9-1844-ffa9ddda4695-471f0823 {
    align-self: center;
  }

  #w-node-_86dc8950-4b2c-05e1-4765-8af48803de75-1e51ef6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_86dc8950-4b2c-05e1-4765-8af48803de77-1e51ef6f {
    align-self: center;
  }

  #w-node-_4ee194ad-454f-8dc9-b11e-70347734d998-1e51ef6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4ee194ad-454f-8dc9-b11e-70347734d99a-1e51ef6f {
    align-self: center;
  }

  #w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7737-1e51ef6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_830a8ba6-71fb-593f-aaf2-bc65f0ff7739-1e51ef6f {
    align-self: center;
  }

  #w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc1-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6933fb3c-67c6-c871-6be6-6edf2c685cc3-04c1ae29 {
    align-self: center;
  }

  #w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ac-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7de4264b-2d7d-12b1-fdef-7f99b9a192ae-04c1ae29 {
    align-self: center;
  }

  #w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ec-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_84068e1b-fef3-7ee4-73fe-a215329bd3ee-04c1ae29 {
    align-self: center;
  }

  #w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410b-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6f3b7ab5-e556-4c6d-c6a6-3250aaeb410d-04c1ae29 {
    align-self: center;
  }

  #w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088d-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2f3eb1c0-c65f-28e1-c793-85e1dcad088f-04c1ae29 {
    align-self: center;
  }

  #w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc057-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4ee0ddf1-f986-60d0-2ec0-786c7c1bc059-04c1ae29 {
    align-self: center;
  }

  #w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccb-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_23e3ca10-646b-76a5-6031-bfc8a55f4ccd-04c1ae29 {
    align-self: center;
  }

  #w-node-_61105320-ab13-8007-9769-52e3bfd2c58c-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_61105320-ab13-8007-9769-52e3bfd2c58e-04c1ae29 {
    align-self: center;
  }

  #w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d6-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_77cc9eb4-8aef-01f2-dc6d-8dde782f59d8-04c1ae29 {
    align-self: center;
  }

  #w-node-_44ba2505-2002-bbbc-24cc-d004629105c7-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_44ba2505-2002-bbbc-24cc-d004629105c9-04c1ae29 {
    align-self: center;
  }

  #w-node-e2b6d158-6ffd-b256-38ed-e0f470583b22-04c1ae29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e2b6d158-6ffd-b256-38ed-e0f470583b24-04c1ae29 {
    align-self: center;
  }

  #w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb2-55b56200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a1ed26a7-10bd-a879-3ddd-501090a9feb4-55b56200 {
    align-self: center;
  }

  #w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be232-55b56200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4e03f830-2afc-ca22-ca2e-9c0e981be234-55b56200 {
    align-self: center;
  }

  #w-node-b6031392-c569-e654-9040-84107895152b-55b56200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b6031392-c569-e654-9040-84107895152d-55b56200 {
    align-self: center;
  }

  #w-node-d11821b0-bcee-87f7-2517-4c03df78458d-addc08d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-d11821b0-bcee-87f7-2517-4c03df78458f-addc08d0 {
    align-self: center;
  }

  #w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5982-addc08d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1f83cd60-4583-df7d-c36e-e29d30cb5984-addc08d0 {
    align-self: center;
  }

  #w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f4-addc08d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_835a6540-d98e-d920-ee2c-b1e6b861d6f6-addc08d0 {
    align-self: center;
  }

  #w-node-_7840fe24-d416-4000-d65f-be5c50d0cb60-a5751194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7840fe24-d416-4000-d65f-be5c50d0cb62-a5751194 {
    align-self: center;
  }

  #w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d5-a5751194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c86bbc3e-ca49-d9b2-7420-2d8e7683d6d7-a5751194 {
    align-self: center;
  }

  #w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ec-a5751194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ac292ebc-33d2-f6a7-58fb-845e951c79ee-a5751194 {
    align-self: center;
  }

  #w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b2-f8fd295a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_10f27ac9-0ab4-212f-137b-6383e53e06b4-f8fd295a {
    align-self: center;
  }

  #w-node-df7a1c55-dc55-4464-8159-b7b239e41b3f-f8fd295a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-df7a1c55-dc55-4464-8159-b7b239e41b41-f8fd295a {
    align-self: center;
  }

  #w-node-_928a8fcf-d717-eedb-20c9-aefac134f331-f8fd295a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_928a8fcf-d717-eedb-20c9-aefac134f333-f8fd295a {
    align-self: center;
  }

  #w-node-ee3ac774-1e12-5957-e073-bec20f783401-35676e37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ee3ac774-1e12-5957-e073-bec20f783403-35676e37 {
    align-self: center;
  }

  #w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dd8-35676e37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7e74f79a-a2b7-05d7-9ed3-8f3696e66dda-35676e37 {
    align-self: center;
  }

  #w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a5-b5fc7612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-dfc3c205-989c-4fc1-b507-12b3dcc915a7-b5fc7612 {
    align-self: center;
  }

  #w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a1-d239f94c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2e58c4ce-487f-7a6f-4a8b-0f0bd58fa3a3-d239f94c {
    align-self: center;
  }
}


@font-face {
  font-family: 'Yesevaone';
  src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}