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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body-home {
  background-color: #dee3e3;
  height: 110vh;
  display: block;
  overflow: visible;
}

.sec-home-hero {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 110vh;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.sec-home-hero.hidden {
  display: none;
}

.div-home-title-logo {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 4vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-home-title-logo.article {
  margin-top: 10vh;
}

.div-home-title-logo.article.vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.text-block {
  color: #080f1a;
  text-transform: uppercase;
  font-family: Dela Gothic One, sans-serif;
  font-size: 96px;
  line-height: 100%;
}

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

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 16vw;
}

.sec {
  z-index: 5;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #dee3e3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
  position: relative;
}

.sec.without-down-marg {
  flex-flow: column;
  padding-bottom: 0%;
  overflow: hidden;
}

.sec.without-down-marg._1 {
  padding-bottom: 8%;
}

.sec.black {
  background-color: #0a0a0a;
  padding-left: 8%;
  padding-right: 8%;
  position: static;
  overflow: hidden;
}

.sec.custom {
  flex-flow: column;
  position: static;
  overflow: hidden;
}

.sec.custom._100 {
  height: 100%;
}

.sec.custom._1 {
  margin-top: -.8%;
  position: relative;
}

.sec.cards {
  background-color: #ffe95c;
  margin-top: 115vh;
  padding-bottom: 8%;
  position: relative;
}

.sec.cards.main {
  height: 100vh;
}

.sec.video {
  height: auto;
  padding: 0%;
}

.div-block-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  position: relative;
}

.div-block-3.inactive {
  opacity: 1;
}

.div-block-3.up-margin {
  margin-top: 10vh;
}

.image-2 {
  z-index: 0;
  height: 72vh;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-4 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: absolute;
  inset: 38% 0% auto;
}

.text-block-2 {
  color: #080f1a;
  font-family: Dela Gothic One, sans-serif;
  font-size: 18px;
}

.text-block-3 {
  color: #080f1a;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.button {
  text-transform: uppercase;
  background-color: #fb3226;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 88%;
  height: 8vh;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 14px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.button:hover {
  background-color: #080f1a;
}

.button.inactive {
  cursor: default;
  background-color: #aaadad;
}

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

.sec-footer {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0a0a0a;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 2%;
  display: flex;
  position: relative;
}

.sec-footer.article {
  position: static;
}

.sec-footer._1 {
  margin-top: -1%;
}

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

.text-block-4 {
  color: #fff;
  font-family: Dela Gothic One, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.text-block-4:hover {
  color: #fb3226;
}

.text-block-4.inactive {
  color: #aaadad;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3, .image-4 {
  width: 8vw;
}

.link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.div-animation {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: -42vh;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-animation.test {
  width: 100vw;
  max-width: 100vw;
}

.img-rail {
  z-index: 1;
  width: 120%;
  max-width: 120%;
  margin-left: -10%;
  position: absolute;
  inset: auto 0% 0%;
}

.img-train {
  z-index: 2;
  width: auto;
  height: 40vh;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.img-train.gif {
  width: 50%;
  height: auto;
  margin-top: 0%;
  margin-bottom: -10%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.img-building {
  height: 70vh;
  position: relative;
}

.img-building._1 {
  z-index: 0;
  max-width: none;
  height: 90vh;
  position: absolute;
  inset: auto 0% 0% 100%;
}

.img-building._2, .img-building._3 {
  z-index: 1;
}

.img-trees {
  z-index: 4;
  max-width: none;
  height: 90vh;
  position: absolute;
  inset: auto 0% 0% 100%;
}

.img-trees._2 {
  z-index: 3;
}

.title {
  color: #080f1a;
  text-transform: uppercase;
  width: auto;
  font-family: Dela Gothic One, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.title.home {
  font-size: 96px;
}

.title.white {
  color: #fff;
}

.title.small {
  font-size: 40px;
}

.title.small.white {
  font-size: 40px;
  line-height: 110%;
}

.paragraph {
  color: #080f1a;
  width: 360px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 140%;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.centered {
  text-align: center;
  font-size: 12px;
}

.paragraph.white.timeline, .paragraph.white._100 {
  width: 100%;
}

.paragraph.white.auto {
  width: auto;
}

.paragraph.small {
  font-size: 12px;
  line-height: 130%;
}

.paragraph.small.centered {
  text-align: center;
}

.paragraph.small.white.article {
  width: 280px;
}

.paragraph.small.white.article._240 {
  width: 240px;
}

.paragraph.small.white.article._480 {
  width: 480px;
}

.paragraph.small.white.b {
  text-align: center;
  width: auto;
}

.paragraph.extra-small {
  font-size: 10px;
}

.paragraph.extra-small.centered {
  text-align: center;
}

.paragraph.card {
  width: auto;
  font-size: 12px;
}

.paragraph.card.white.bold {
  font-weight: 400;
}

.paragraph._100 {
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.sec-article {
  width: 100%;
  max-width: 100%;
}

.sec-article.hero {
  height: 115vh;
  position: relative;
  overflow: hidden;
}

.sec-article.yellow {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #ffe95c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 6% 8%;
  display: flex;
  position: relative;
  top: 0%;
  overflow: hidden;
}

.sec-article.yellow.small-down-marg {
  padding-bottom: 4%;
}

.sec-article.yellow.bigger-down-marg {
  padding-bottom: 16%;
  top: 0%;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-5 {
  width: 72%;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 130%;
  position: static;
  inset: 0%;
}

.div-block-10 {
  position: relative;
}

.div-block-10.mob {
  display: none;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  grid-template-rows: auto;
  width: 100%;
}

.h1 {
  color: #000;
  text-transform: uppercase;
  width: 360px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.h1.white {
  color: #fff;
}

.h1._100 {
  width: 100%;
}

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

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

.text-block-11 {
  width: 360px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 10px;
  line-height: 100%;
}

.text-block-11.centered {
  text-align: center;
  line-height: 100%;
}

.image-6 {
  width: 360px;
}

.text-block-12 {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

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

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 360px;
  display: flex;
  position: sticky;
  top: 4%;
}

.div-block-13._360px {
  width: 360px;
}

.div-block-13.down {
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-13.sticky {
  position: static;
  top: 2%;
}

.text-block-13 {
  width: 360px;
  font-family: Montserrat, Arial, sans-serif;
}

.div-block-14 {
  z-index: 1;
  width: 60%;
  position: relative;
}

.div-block-14.mob {
  display: none;
}

.image-7 {
  width: 100%;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3 {
  color: #080f1a;
  text-align: left;
  text-transform: uppercase;
  font-family: Dela Gothic One, sans-serif;
  line-height: 120%;
}

.h3.centered {
  text-align: center;
  font-size: 16px;
}

.h3.white {
  color: #fff;
}

.h3.white._360 {
  width: 100%;
}

.div-block-16 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-16.sticky {
  position: relative;
  top: 50%;
}

.h2 {
  color: #080f1a;
  text-transform: uppercase;
  width: 360px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.h2.centered {
  text-align: center;
  width: 640px;
}

.h2.white, .h2.white:hover {
  color: #fff;
}

.h2.white.w--current:hover, .h2.white.link:hover {
  color: #fb3226;
}

.h2.white.link.inactive {
  color: #aaadad;
  cursor: default;
  text-decoration: none;
}

.h2.white.auto {
  text-align: center;
  width: auto;
}

.h2.auto {
  width: auto;
}

.div-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-17.mob {
  display: none;
}

.div-block-17.video {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-8 {
  width: 100%;
}

.div-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-18.centered {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
}

.div-block-19 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-19.bigger-marg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-19.bigger-marg._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-span {
  color: #e85133;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-21 {
  width: 100%;
}

.text-span-2 {
  color: #e85133;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-9 {
  width: 14vh;
}

.text-block-16 {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
}

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

.div-block-24 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  display: flex;
}

.div-block-26 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
}

.image-10 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.image-11 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.header {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 1% 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.hidden {
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header.card {
  margin-top: 2%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-block-28 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: block;
}

.link-block-2 {
  display: block;
}

.link-block-2.card {
  opacity: 0;
}

.image-12 {
  height: 4vh;
}

.image-13 {
  height: 5vh;
  display: block;
}

.image-13.brgr {
  width: 4vh;
  max-width: none;
  height: auto;
}

.image-13.cross {
  width: 4vh;
  max-width: none;
  height: auto;
  display: none;
}

.image-13.cross.card {
  display: block;
}

.link-block-3 {
  text-decoration: none;
  display: block;
}

.div-block-29 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 9;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a1a1a;
  flex-flow: column;
  width: 30%;
  height: 100vh;
  padding-top: 4%;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.image-15 {
  max-width: none;
  height: 9vw;
}

.image-16 {
  width: 60%;
}

.link-block-4 {
  cursor: default;
  text-decoration: none;
  display: block;
}

.track {
  height: 750vw;
  margin-left: 0;
  display: flex;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.div-1block {
  flex: none;
  width: auto;
  height: 100vh;
  margin-left: 0;
  padding-top: 8vh;
  padding-bottom: 6vh;
}

.div-1block.test {
  display: none;
}

.image-17 {
  width: 100%;
  height: 100%;
}

.body {
  background-color: #000;
}

.div-timeline {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: static;
}

.div-line {
  width: 100%;
  height: 10vh;
  margin-left: 0;
  position: static;
  inset: 0% auto 0% 0%;
}

.line-red {
  background-color: #e85133;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.line-yellow {
  background-color: #ffe95c;
  width: 100%;
  height: 50%;
  margin-left: 140px;
  display: flex;
}

.cards {
  height: 34vh;
}

.cards.down {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  height: 38vh;
  margin-left: 480px;
  padding-left: 0;
  display: flex;
}

.cards.up {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 120%;
  height: 40vh;
  margin-left: 0;
  display: flex;
}

.div-block-32 {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 560px;
  height: 100%;
  margin-right: 180px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.div-block-33 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-34 {
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-34.down {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-34.down.minusmargin {
  margin-top: -5vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-18 {
  vertical-align: baseline;
  align-self: auto;
  width: 12px;
  height: auto;
  overflow: visible;
}

.image-18._50 {
  height: 50%;
}

.image-18._90 {
  height: auto;
}

.image-18.minusmargin {
  margin-top: -5vh;
  padding-top: 0;
  padding-bottom: 0;
}

.image-19 {
  width: auto;
  max-width: none;
  padding-bottom: 0%;
  display: block;
  overflow: visible;
}

.image-19._240 {
  width: 240px;
  padding-bottom: 0%;
  overflow: visible;
}

.image-19._640 {
  width: 640px;
  padding-bottom: 0%;
}

.image-19._480 {
  width: 480px;
}

.image-19._180 {
  width: 180px;
}

.image-19._280 {
  width: 280px;
}

.div-block-35 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: auto;
  display: flex;
}

.div-block-35.vert {
  flex-flow: column;
}

.div-block-35.vert.down {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 4%;
}

.div-block-35.vert._5 {
  padding-top: 5%;
}

.div-block-35._5 {
  margin-top: 0%;
  padding-top: 5%;
}

.h4 {
  color: #fff;
  width: 240px;
  font-family: Dela Gothic One, sans-serif;
}

.h4._100 {
  width: auto;
}

.div-block-36 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.body-2 {
  background-color: #dee3e3;
  display: block;
}

.div-left {
  border-right: 1px solid #0000004d;
  width: 35%;
  height: 100vh;
  padding: 10vh 2% 8vh;
  position: sticky;
  top: 0;
}

.div-block-37 {
  width: 100%;
  height: 50%;
}

.div-block-37.up {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-37.down {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-38 {
  flex-flow: column;
  width: 70%;
  padding-top: 0;
  display: flex;
}

.div-card {
  border-bottom: 1px solid #0000004d;
  border-right: 1px solid #0000004d;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.div-card.up-marg {
  height: auto;
  padding-top: 0;
}

.div-block-39 {
  width: 100%;
  display: flex;
}

.div-block-40 {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card-open {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.card-open._1 {
  display: none;
}

.card-open._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.card-open._3, .card-open._4, .card-open._5, .card-open._6, .card-open._7, .card-open._8, .card-open._9 {
  display: none;
}

.div-block-41 {
  width: 50%;
  height: 100%;
  position: sticky;
  top: 0;
}

.div-block-41._8 {
  height: 100%;
}

.div-block-41._7, .div-block-41._6, .div-block-41._5, .div-block-41._4, .div-block-41._3, .div-block-41._2 {
  background-image: none;
}

.image-20 {
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0a0a0a;
  flex-flow: column;
  flex: 0 auto;
  width: 50%;
  height: 100%;
  padding: 4vh 2%;
  display: flex;
  overflow: scroll;
}

.div-block-43 {
  width: 80%;
}

.div-block-44 {
  width: 88%;
  display: flex;
}

.div-block-45 {
  width: 2%;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  padding-bottom: 2%;
  display: flex;
}

.div-block-47 {
  width: 40%;
}

.div-block-48 {
  width: 60%;
}

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

.button-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  width: 50%;
  display: flex;
}

.div-block-50, .div-block-51 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.image-21 {
  width: 2vw;
}

.bold-text {
  color: #f7da1c;
}

.div-block-52 {
  background-image: url('../images/Модернізовані_«татри»_2018_–_наші_дні_1_Трамвай_з_Берліна-1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-53 {
  background-image: url('../images/Tatra_KT-4D_Ñ_ÐÑÐ²Ð¾Ð²Ñ.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-54 {
  background-image: url('../images/Перший_український_трамвай_у_Львові_2013_–_наші_дніElectron_T5L64_Franka1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-54._1 {
  background-image: url('../images/1358655.jpg');
  background-position: 50% 100%;
}

.div-block-55 {
  background-image: url('../images/6-2_1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-56 {
  background-image: url('../images/5-1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-57 {
  background-image: url('../images/image1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-58 {
  background-image: url('../images/4-1_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-59 {
  background-image: url('../images/Львів-1.gif');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-60 {
  background-image: url('../images/3-1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-61 {
  background-image: url('../images/image_3.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-62 {
  background-image: url('../images/2-1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-63 {
  background-image: url('../images/2-2_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-64 {
  z-index: 8;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: 0%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-64.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.div-block-65 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-66 {
  border-right: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-66._240 {
  justify-content: center;
  align-items: center;
  width: 240px;
}

.div-block-66._280 {
  justify-content: center;
  align-items: center;
  width: 360px;
}

.div-block-66._180 {
  justify-content: center;
  align-items: center;
  width: 180px;
}

.div-block-66._1200 {
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.div-block-66._640 {
  justify-content: center;
  align-items: center;
  width: 640px;
}

.div-block-66._800 {
  width: 800px;
}

.youtube {
  width: auto;
  height: auto;
}

.div-block-67 {
  background-image: url('../images/Кінний_трамвай_1879–1908_Кінний_4-1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-67._1 {
  background-image: url('../images/image_2.webp');
  background-position: 50% 100%;
}

.div-block-68 {
  background-image: url('../images/Бернські_«томати»_2025-1-2.gif');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-68._1 {
  background-image: url('../images/berns-tram-5.jpg');
}

.div-block-69 {
  background-image: url('../images/Львів3.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
}

.div-block-69._1 {
  background-image: url('../images/image3_1.webp');
}

.youtube-2 {
  display: block;
}

.div-block-70 {
  width: 100%;
  height: auto;
}

.div-block-71 {
  z-index: 0;
  width: auto;
  height: 92%;
  margin-top: 4%;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-22 {
  max-width: none;
  height: 100%;
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .button, .text-block-4 {
    font-size: 18px;
  }

  .div-block-7 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .title {
    font-size: 72px;
  }

  .title.home {
    font-size: 120px;
  }

  .paragraph {
    width: 640px;
    font-size: 20px;
  }

  .paragraph.small {
    font-size: 18px;
  }

  .paragraph.small.white.centered {
    width: auto;
    font-size: 16px;
  }

  .paragraph.small.white.article._240 {
    width: 320px;
  }

  .paragraph.extra-small {
    font-size: 16px;
  }

  .sec-article.yellow {
    padding-left: 4%;
    padding-right: 4%;
  }

  .div-block-10.dt {
    width: 25vw;
  }

  .grid {
    grid-column-gap: 320px;
    grid-row-gap: 320px;
  }

  .h1 {
    width: 640px;
    font-size: 48px;
  }

  .div-block-12, .div-block-12.centered {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-6 {
    width: 640px;
    max-width: none;
  }

  .div-block-13._360px {
    width: 640px;
  }

  .text-block-13 {
    width: 520px;
    font-size: 18px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.centered {
    font-size: 28px;
  }

  .div-block-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .h2 {
    width: 640px;
    font-size: 32px;
  }

  .h2.centered {
    width: 1080px;
  }

  .div-block-19.bigger-marg {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-11 {
    width: 100%;
  }

  .image-14 {
    width: 25vw;
    max-width: none;
  }

  .image-15 {
    width: 32vw;
    max-width: none;
  }

  .track {
    display: flex;
  }

  .div-block-35.vert {
    padding-top: 4%;
  }

  .h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .div-home-title-logo.article {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    width: 20vw;
  }

  .sec.without-down-marg {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sec.without-down-marg._1 {
    padding-bottom: 8%;
  }

  .sec.black {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sec.cards.main {
    height: auto;
  }

  .sec-footer.article {
    flex-flow: column;
    padding-top: 6%;
    padding-bottom: 8%;
    display: block;
  }

  .div-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-3 {
    width: 20vw;
  }

  .image-4 {
    width: 18vw;
  }

  .link-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title {
    width: 100%;
  }

  .title.home {
    font-size: 72px;
  }

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

  .paragraph {
    width: 100%;
  }

  .paragraph.small.white.b {
    text-align: left;
  }

  .div-block-8 {
    width: 100%;
  }

  .sec-article.hero {
    height: 150vh;
  }

  .sec-article.yellow {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-10 {
    width: 100%;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h1, .image-6, .div-block-13, .div-block-13._360px, .text-block-13 {
    width: 100%;
  }

  .div-block-14.dt {
    width: 100%;
    display: flex;
  }

  .div-block-14.mob {
    width: 100%;
    display: none;
  }

  .div-block-16 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .h2, .h2.centered {
    width: 100%;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .image-10 {
    display: none;
  }

  .menu {
    width: 100%;
    overflow: scroll;
  }

  .image-14 {
    width: 100%;
  }

  .image-15 {
    width: 30vw;
    max-width: none;
    height: auto;
  }

  .div-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid #0000004d;
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .card-open._1 {
    flex-flow: column;
    display: none;
    overflow: visible;
  }

  .card-open._2, .card-open._3, .card-open._4, .card-open._5, .card-open._6, .card-open._7, .card-open._8, .card-open._9 {
    flex-flow: column;
    display: none;
  }

  .div-block-41 {
    width: 100%;
    height: 100%;
  }

  .div-block-41._8 {
    display: flex;
  }

  .div-block-42 {
    width: 100%;
  }

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

  .image-21 {
    width: 28px;
  }

  .div-block-52 {
    height: 100%;
  }

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

  .div-block-54 {
    height: 100%;
  }

  .div-block-54._1, .div-block-55 {
    display: none;
  }

  .div-block-56 {
    height: 100%;
  }

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

  .div-block-58 {
    height: 100%;
    display: none;
  }

  .div-block-59 {
    height: 100%;
    display: flex;
  }

  .div-block-60 {
    height: 100%;
  }

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

  .div-block-62 {
    height: 100%;
  }

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

  .div-block-67 {
    height: 100%;
  }

  .div-block-67._1 {
    display: none;
  }

  .div-block-68 {
    height: 100%;
  }

  .div-block-68._1 {
    display: none;
  }

  .div-block-69 {
    height: 100%;
  }

  .div-block-69._1 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .div-home-title-logo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-home-title-logo.article {
    margin-top: 8vh;
  }

  .div-block {
    width: 96%;
  }

  .div-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image {
    width: 40vw;
  }

  .sec.without-down-marg._1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 12%;
    padding-bottom: 16%;
  }

  .sec.black {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 8%;
    padding-bottom: 12%;
  }

  .sec.custom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 12% 2% 16%;
  }

  .sec.cards {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 12%;
    padding-bottom: 16%;
  }

  .sec-footer, .sec-footer.article {
    padding-top: 6%;
    padding-bottom: 8%;
  }

  .div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-3 {
    width: 32vw;
  }

  .image-4 {
    width: 28vw;
  }

  .link-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-animation {
    margin-top: -50vh;
  }

  .img-rail {
    width: 250%;
    max-width: 250%;
  }

  .img-train {
    height: auto;
  }

  .img-train.gif {
    width: auto;
    margin-bottom: -20%;
  }

  .img-building._1 {
    height: 62vh;
  }

  .img-trees {
    height: 60vh;
  }

  .title {
    font-size: 32px;
  }

  .title.home {
    font-size: 48px;
  }

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

  .title.small.white {
    font-size: 32px;
  }

  .sec-article.hero {
    height: 130vh;
  }

  .sec-article.yellow {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 12% 2% 16%;
  }

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

  .image-5 {
    width: 110%;
    max-width: 110%;
  }

  .div-block-10.dt {
    display: none;
  }

  .div-block-10.mob {
    display: flex;
  }

  .grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._1 {
    grid-template-rows: auto;
  }

  .h1 {
    width: 100%;
    font-size: 24px;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  .div-block-12.hidden, .div-block-14.dt {
    display: none;
  }

  .div-block-14.mob {
    display: flex;
  }

  .div-block-16 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    display: flex;
    position: static;
  }

  .div-block-17.dt {
    display: none;
  }

  .div-block-17.mob {
    display: block;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .image-10 {
    display: none;
  }

  .header {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .menu {
    padding-top: 16%;
    padding-bottom: 8%;
  }

  .image-15 {
    width: 100%;
    height: auto;
  }

  .div-1block {
    width: 100vw;
  }

  .div-timeline {
    margin-left: 0;
  }

  .div-block-32 {
    width: 100%;
    padding-left: 12px;
  }

  .div-left {
    padding-top: 8vh;
    padding-bottom: 6vh;
  }

  .div-card {
    border-right-width: 0;
    width: 100%;
  }

  .div-block-39 {
    flex-flow: column;
  }

  .card-open._1 {
    flex-flow: column;
    display: none;
    position: fixed;
  }

  .card-open._2, .card-open._3, .card-open._4, .card-open._5, .card-open._6, .card-open._7, .card-open._8, .card-open._9 {
    display: none;
  }

  .div-block-41 {
    background-position: 50%;
    width: 100%;
    height: 50%;
  }

  .div-block-41._2 {
    height: 50%;
  }

  .div-block-42, .div-block-44 {
    width: 100%;
  }

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

  .button-card {
    width: 80%;
  }

  .image-21 {
    width: 28px;
    max-width: none;
  }

  .div-block-62 {
    height: 100%;
  }

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

  .div-block-64 {
    width: 100%;
  }

  .div-block-71 {
    height: 90%;
    margin-top: 16%;
  }
}


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