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

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

:root {
  --black: black;
  --white: #fff;
}

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.section {
  padding: 10.9375rem 1.875rem;
  position: relative;
}

.section.is--1s {
  padding-top: 15.2rem;
}

.section.footer {
  padding-bottom: 6.25rem;
}

.section.navbar {
  z-index: 100;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.content-block {
  overflow: hidden;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 86.25rem;
  position: relative;
}

.container.is-flex {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.main-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.is-popup {
  grid-row-gap: 6rem;
  flex: 1;
  grid-template-rows: auto auto;
}

.heading-80 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
}

.flex-v-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-22 {
  font-size: 1.375rem;
  line-height: 140%;
}

.text-22.opacity-50 {
  opacity: .5;
}

.maxw-610 {
  max-width: 38.125rem;
}

.flex-v-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.flex-v-50.is--a_left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.svg.size-40 {
  flex: none;
  width: 2.5rem;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 1.3125rem 1.5rem;
  display: inline-flex;
}

.button:hover {
  opacity: .8;
}

.button-text {
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.subtitle-17 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 140%;
}

.subtitle-17.opacity-50 {
  opacity: .5;
}

.heading-70 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 100%;
}

.maxw-640 {
  max-width: 40rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-card {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-card.is-2 {
  margin-top: 9.25rem;
}

.slider-card.is-3 {
  margin-top: 22.3125rem;
}

.slider-img {
  aspect-ratio: 1;
  width: 25rem;
}

.slider-img._w-330 {
  width: 20.625rem;
}

.heading-28 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 120%;
}

.flex-v-17 {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  flex-flow: column;
  display: flex;
}

.maxw-380 {
  max-width: 23.75rem;
}

.maxw-240 {
  max-width: 15rem;
}

.maxw-524 {
  max-width: 32.75rem;
}

.interactive-wrapper {
  position: relative;
}

.interactive-block {
  border-bottom: 1px solid var(--white);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  transition: all .4s;
}

.interactive-block.level-1 {
  border-bottom-color: var(--white);
}

.interactive-block.level-2 {
  border-bottom-color: #fff9;
}

.interactive-block.level-3 {
  border-bottom-color: #fff6;
}

.interactive-block.level-4 {
  border-bottom-color: #fff3;
}

.interactive-text-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-end;
  transition: all .4s;
  display: flex;
}

.interactive-parapraph-wrapper {
  text-align: right;
  max-width: 22.5rem;
}

.interactive-img {
  opacity: 0;
  width: 22.5rem;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.interactive-img._w-300 {
  width: 18.75rem;
}

.maxw-600 {
  max-width: 37.5rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 2.125rem;
  padding-bottom: 1rem;
  display: flex;
}

.tablink {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff3d;
  border-radius: 100rem;
  padding: .75rem 1rem;
}

.tablink:hover {
  background-color: #ffffff1f;
  border-color: #ffffffa3;
}

.tablink.w--current, .tablink.active {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.projects-list {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.project-card {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-video-lb {
  aspect-ratio: 1.7769;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.project-preview-img {
  object-fit: cover;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.play-video {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 120%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.project-info-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.project-title-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.title-22 {
  text-transform: uppercase;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 120%;
}

.title-22.opacity-50 {
  opacity: .5;
}

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

.play-video-text {
  flex: none;
}

.exp-card {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.exp-img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: plus-lighter;
}

.flex-v-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.heading-64 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.text-24 {
  font-size: 1.5rem;
  line-height: 140%;
}

.footer-row {
  grid-column-gap: 3.75rem;
  grid-row-gap: 6.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .565fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.s_links-column {
  padding-top: 1.875rem;
}

.s_links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  transition: all .2s;
  display: flex;
}

.s_links-list.is-hor {
  flex-flow: row;
}

.s_links-list.is-mobile {
  display: none;
}

.s_link {
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
}

.s_link:hover {
  opacity: .8;
}

.s_link.size-44, .s_link.m_size-40 {
  width: 2.75rem;
}

.bg-blur-1 {
  pointer-events: none;
  width: 62.5rem;
  max-width: none;
  position: absolute;
  inset: 0% -15rem auto auto;
}

.bg-blur-2 {
  pointer-events: none;
  width: 80.4688rem;
  max-width: none;
  position: absolute;
  inset: 1rem auto auto 0%;
}

.bg-blur-3 {
  pointer-events: none;
  width: 79.4688rem;
  max-width: none;
  position: absolute;
  inset: 19rem -12.5rem auto auto;
}

.bg-blur-4 {
  pointer-events: none;
  width: 39.1875rem;
  max-width: none;
  position: absolute;
  inset: -25.5rem auto auto 0%;
}

.bg-blur-5 {
  pointer-events: none;
  width: 51.75rem;
  max-width: none;
  position: absolute;
  inset: -25rem -8.375rem auto auto;
}

.bg-blur-6 {
  pointer-events: none;
  width: 73.25rem;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-blur-7 {
  pointer-events: none;
  width: 56.4375rem;
  max-width: none;
  position: absolute;
  inset: auto -12.0625rem 0% auto;
}

.nav-row {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home-link {
  z-index: 2;
  width: 16.1875rem;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
  display: flex;
  transform: translate(0, -1.5rem);
}

.navlinks-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navlink {
  font-family: Rooftop, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 140%;
}

.navlink:hover {
  opacity: .8;
}

.logo {
  object-fit: contain;
}

.nav-smaller-trigger {
  position: absolute;
  inset: 100vh auto 0% 0%;
}

.preview-video {
  z-index: 2;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.preload-overflow {
  z-index: 99;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.preload-line {
  z-index: 3;
  background-image: linear-gradient(90deg, #4540ad, #6df2e9);
  width: 0%;
  height: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-gradient {
  opacity: 1;
  background-image: linear-gradient(#000, #0000);
  transition: opacity .5s linear;
  position: absolute;
  inset: 0%;
}

.nav-fixed-wrapper {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.heading-55 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rooftop, Arial, sans-serif;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 100%;
}

.maxw-401 {
  max-width: 25.0625rem;
}

.maxw-200 {
  max-width: 12.5rem;
}

.maxw-500 {
  max-width: 31.25rem;
}

.maxw-336 {
  max-width: 21rem;
}

.texture {
  z-index: 90;
  opacity: .3;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url('../images/texture.png');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.text-17 {
  font-size: 1.0625rem;
  line-height: 140%;
}

.text-17.opacity-50 {
  opacity: .5;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.slider-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu_mob-head, .burger {
  display: none;
}

.nav-bg {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000000a;
  transition: all .2s;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.lb {
  z-index: 1000;
  background-color: var(--black);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.lb-box {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  height: 100dvh;
  padding: 5rem 1.875rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.maxw-330 {
  max-width: 20.625rem;
}

.form-block {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.lb-title-block {
  max-width: 30rem;
}

.field-label {
  opacity: .32;
  margin-bottom: 0;
  font-size: 1.46667rem;
  font-weight: 400;
  line-height: 100%;
}

.field-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff3d;
  border-radius: 0;
  height: 3.75rem;
  margin-bottom: 0;
  padding: 0 0 2rem;
  font-size: 1.375rem;
  line-height: 100%;
  transition: all .2s;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: var(--white);
}

.fields-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-btn-block {
  flex-flow: column;
  width: 21.25rem;
  margin-top: 5.78125rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-btn-block:hover {
  opacity: .8;
}

.submit-button {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.close-lb {
  z-index: 3;
  cursor: pointer;
  background-image: url('../images/close_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.bg-blur-8 {
  pointer-events: none;
  width: 73.25rem;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-blur-9 {
  pointer-events: none;
  transform-style: preserve-3d;
  width: 56.4375rem;
  max-width: none;
  position: absolute;
  inset: auto -12.0625rem 0% auto;
}

.success-message {
  background-color: #ddd0;
  padding: 8rem 0 0;
}

.error-message {
  background-color: #dd2424;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 21rem;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .section.is--1s {
    padding-top: 17rem;
  }

  .section.footer {
    padding-bottom: 10rem;
  }

  .container {
    max-width: 112.5rem;
  }

  .heading-80 {
    font-size: 7.5rem;
  }

  .text-22 {
    font-size: 1.5rem;
  }

  .button {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    font-size: 1.25rem;
  }

  .subtitle-17 {
    font-size: 1.25rem;
  }

  .heading-70 {
    font-size: 5rem;
  }

  .slider-card.is-2 {
    margin-top: 13rem;
  }

  .slider-img {
    width: 31.75rem;
  }

  .slider-img._w-330 {
    width: 22.5rem;
  }

  .heading-28 {
    font-size: 2.5rem;
  }

  .maxw-380 {
    max-width: 100%;
  }

  .maxw-240 {
    max-width: 16rem;
  }

  .maxw-524 {
    max-width: 39rem;
  }

  .interactive-text-column {
    grid-column-gap: 18rem;
    grid-row-gap: 18rem;
  }

  .maxw-600 {
    max-width: 42rem;
  }

  .project-title-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .title-22 {
    font-size: 1.75rem;
  }

  .exp-img {
    aspect-ratio: auto;
    height: 25rem;
  }

  .s_links-column {
    padding-top: 0;
  }

  .s_link {
    width: 5rem;
  }

  .s_link.size-44, .s_link.m_size-40 {
    width: 3.5rem;
  }

  .bg-blur-1 {
    right: 0;
  }

  .bg-blur-2 {
    top: 10rem;
  }

  .bg-blur-3, .bg-blur-5, .bg-blur-7 {
    right: 0;
  }

  .home-link {
    width: 21.125rem;
  }

  .menu-block {
    transform: translate(0, -.4rem);
  }

  .navlink {
    font-size: 1.25rem;
  }

  .heading-55 {
    font-size: 3.75rem;
  }

  .maxw-500 {
    max-width: 34rem;
  }

  .text-17 {
    font-size: 1.5rem;
  }

  .slider-2 {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .lb-title-block {
    max-width: 35rem;
  }

  .field-label, .text-field {
    font-size: 1.5rem;
  }

  .bg-blur-9 {
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 5rem 1.25rem;
  }

  .section.is--1s {
    padding-top: 13.875rem;
    padding-bottom: 3rem;
  }

  .section.footer {
    padding-bottom: 3.125rem;
  }

  .section.navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .main-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr .5fr;
  }

  .main-grid.is-1, .main-grid.is-title-cont {
    grid-template-columns: 1fr;
  }

  .main-grid.is-title-cont.m_gapr-60 {
    grid-row-gap: 3.5rem;
  }

  .main-grid.is-popup {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .heading-80 {
    font-size: 2.75rem;
  }

  .text-22 {
    font-size: 1.25rem;
  }

  .text-22.m_s-17 {
    font-size: 1.0625rem;
  }

  .flex-v-50 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .svg.size-40 {
    width: 1.25rem;
  }

  .button {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-text {
    font-size: 1.0625rem;
  }

  .subtitle-17 {
    font-size: 1rem;
  }

  .heading-70 {
    font-size: 2.25rem;
  }

  .heading-70.m_s-28 {
    font-size: 1.75rem;
  }

  .maxw-640 {
    max-width: 19rem;
  }

  .pb-150 {
    padding-bottom: 5rem;
  }

  .pb-150.m_pb-36 {
    padding-bottom: 2.25rem;
  }

  .slider {
    margin-right: -3.125rem;
    display: block;
  }

  .slider-column {
    padding-right: 3.125rem;
  }

  .slider-column.p-40 {
    padding-right: 2.5rem;
  }

  .slider-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .slider-card.is-2, .slider-card.is-3 {
    margin-top: 0;
  }

  .slider-img, .slider-img._w-330 {
    width: 17.5rem;
  }

  .heading-28 {
    font-size: 1.5rem;
  }

  .flex-v-17 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .maxw-240 {
    max-width: 100%;
  }

  .maxw-524 {
    max-width: 17.6rem;
  }

  .interactive-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    border-bottom-color: #ffffff1f;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1.875rem 1.25rem;
    transition-property: none;
    display: flex;
  }

  .interactive-block.level-1, .interactive-block.level-2, .interactive-block.level-3, .interactive-block.level-4 {
    border-bottom-color: #ffffff1f;
  }

  .interactive-text-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .interactive-parapraph-wrapper {
    text-align: left;
  }

  .interactive-img {
    opacity: 1;
    width: 7.5rem;
    position: static;
  }

  .interactive-img._w-300 {
    width: 7.5rem;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 1.5rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: auto;
  }

  .tablink {
    flex: none;
    margin-right: .5rem;
  }

  .project-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .project-preview-img {
    display: block;
  }

  .play-video {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    font-size: 1rem;
    inset: 1.25rem auto auto 1.25rem;
    transform: none;
  }

  .project-info-block, .project-title-block {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
  }

  .title-22 {
    font-size: 1rem;
  }

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

  .exp-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .s_links-column {
    padding-top: 0;
  }

  .s_links-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .s_links-list.is-hor {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: stretch;
  }

  .s_links-list.is-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    margin-top: 1.125rem;
    display: flex;
  }

  .s_link, .s_link.size-44 {
    width: 3.75rem;
  }

  .s_link.m_size-40 {
    width: 2.5rem;
  }

  .bg-blur-2 {
    width: 45rem;
    top: 6rem;
    left: -7rem;
  }

  .bg-blur-3 {
    width: 40rem;
    top: 12rem;
  }

  .bg-blur-4 {
    top: -34rem;
    left: -11rem;
  }

  .bg-blur-5 {
    width: 45rem;
    top: -29rem;
    right: -13rem;
  }

  .bg-blur-6 {
    filter: blur(12px);
    width: 50rem;
    inset: -32rem auto auto -10rem;
  }

  .bg-blur-7 {
    width: 29.625rem;
    right: -8rem;
  }

  .nav-row {
    justify-content: space-between;
    display: flex;
  }

  .home-link {
    width: 7.5rem;
  }

  .menu {
    background-color: var(--black);
    height: 100dvh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .menu-block {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    transform: none;
  }

  .navlinks-list {
    grid-column-gap: 1.6875rem;
    grid-row-gap: 1.6875rem;
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .navlink {
    font-size: 2rem;
  }

  .preview-video {
    display: none;
  }

  .preload-line {
    height: 4px;
  }

  .heading-55 {
    font-size: 2rem;
  }

  .heading-55.m_s-28 {
    font-size: 1.75rem;
  }

  .maxw-401 {
    max-width: 14rem;
  }

  .maxw-200 {
    max-width: 100%;
  }

  .maxw-500 {
    max-width: 19rem;
  }

  .maxw-336 {
    max-width: 100%;
    padding-top: .625rem;
  }

  .text-17 {
    font-size: 1rem;
  }

  .text-17.m_s-20_op-50 {
    opacity: .5;
    font-size: 1.25rem;
  }

  .slider-2 {
    margin-right: -3.125rem;
    display: block;
  }

  .footer-grid {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr;
  }

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

  .footer-grid.is-title-cont {
    grid-template-columns: 1fr .25fr;
  }

  .footer-grid.is-title-cont.m_gapr-60 {
    grid-row-gap: 3.5rem;
  }

  .menu_mob-head {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    min-height: 100dvh;
    padding: 4rem 1.25rem 1.5rem;
    display: flex;
  }

  .burger {
    z-index: 2;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.875rem;
    height: 2.25rem;
    display: flex;
    position: relative;
  }

  .burger-line {
    background-color: var(--white);
    border-radius: 10px;
    width: 3.75rem;
    height: .1875rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .close-menu {
    z-index: 2;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .open-menu {
    z-index: 2;
    position: absolute;
    inset: 0%;
  }

  .lb-box {
    padding: 4.875rem 1.25rem 2rem;
  }

  .maxw-330 {
    order: 0;
    max-width: 100%;
  }

  .lb-title-block {
    order: -9999;
  }

  .field-label {
    font-size: 1rem;
  }

  .field-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-field {
    height: 2.375rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .fields-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-top: .5rem;
  }

  .submit-btn-block {
    width: 100%;
    margin-top: 2.5rem;
  }

  .close-lb {
    top: 1.25rem;
    right: 1.25rem;
  }

  .bg-blur-8 {
    filter: blur(12px);
    width: 50rem;
    inset: auto auto -14rem -10rem;
  }

  .bg-blur-9 {
    inset: -2rem -13rem auto auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }
}

#w-node-a2ef8cce-a32e-eb82-6cc4-bfc18ca42385-41191da5 {
  justify-self: start;
}

#w-node-_94af07c1-5d4f-5173-7eac-0836ea78a899-41191da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd92aefb-e356-e797-b34f-766383ebd308-41191da5, #w-node-cace6623-c778-713e-6567-de6488bcfd8b-41191da5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0361870f-4407-4856-acf7-da1505659f78-41191da5, #w-node-_93c00da5-8478-5e6d-2a37-16ab880f3d06-41191da5, #w-node-acc63c36-8c17-0449-7b3d-0a201b58eac5-41191da5, #w-node-_4a221b8a-7891-ec4f-977a-89292d9fefe1-41191da5, #w-node-_1e8431bd-870b-2ce2-b478-af960fd8b736-41191da5, #w-node-ebdb9d08-37cf-9a1a-b119-6dd95e3426f5-41191da5, #w-node-ecf5610b-b6e4-4a61-51bb-b887e3800a67-41191da5, #w-node-f4f192e9-7b0d-885b-12bf-151d8252b7bb-41191da5, #w-node-_28f8e08c-41f0-5b17-420f-23189ac08073-41191da5, #w-node-_7548e62c-a9e7-c003-cb5f-e01e64cfe18b-41191da5, #w-node-_315c1117-99a4-ac63-8cb3-6398c2adc52d-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c75ea-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c75fb-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c760c-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c761d-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c762e-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c763f-41191da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e48cc56-fda9-95bf-ef5a-eec2a5371d00-41191da5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3b9afeda-7b7d-608b-1c18-86b05cc56e79-41191da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e2b55d1-efdb-5cb5-166b-01e0f15ae648-41191da5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4f9048b1-dad9-2bb2-c989-bd8335ab71c1-41191da5 {
  justify-self: start;
}

#w-node-d921ef27-76cb-3e85-0edb-1d46067a6e52-41191da5 {
  justify-self: end;
}

#w-node-_6565b87b-03bb-7760-b381-0d9729a7e093-41191da5, #w-node-b5a368d2-2171-845f-f16a-e43821102de7-41191da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba6586b3-b90f-a743-f808-a01f26495451-41191da5 {
  order: -9999;
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9af399bd-f085-3726-31dc-19bc9c87249a-41191da5, #w-node-f4c9628f-3c10-cdba-dd75-29ad77a8db91-41191da5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-bd92aefb-e356-e797-b34f-766383ebd308-41191da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26f8ef8b-e6fa-3c7c-2044-78d60f05ab71-41191da5, #w-node-bde5620d-72d6-bb90-b013-bf510edb7f65-41191da5 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9bbd09cc-6499-1888-7195-58e14c301dc7-41191da5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cace6623-c778-713e-6567-de6488bcfd8b-41191da5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0361870f-4407-4856-acf7-da1505659f78-41191da5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93c00da5-8478-5e6d-2a37-16ab880f3d06-41191da5, #w-node-_315c1117-99a4-ac63-8cb3-6398c2adc52d-41191da5, #w-node-_7638481c-eb27-bdb1-31cd-c181b22c75ea-41191da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-cbd1d354-9b20-42a0-e57d-1a7dd3af1c40-41191da5 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e48cc56-fda9-95bf-ef5a-eec2a5371cf6-41191da5 {
    order: 9999;
  }

  #w-node-ab33b2dc-b809-a169-c4c9-975f03def4f3-41191da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e48cc56-fda9-95bf-ef5a-eec2a5371d00-41191da5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b9afeda-7b7d-608b-1c18-86b05cc56e79-41191da5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0e2b55d1-efdb-5cb5-166b-01e0f15ae648-41191da5 {
    grid-row: span 1 / span 1;
  }

  #w-node-_1117315b-c927-d3bf-b1bb-2996d2ce6251-41191da5 {
    order: -9999;
  }

  #w-node-_4f9048b1-dad9-2bb2-c989-bd8335ab71c1-41191da5 {
    justify-self: stretch;
  }

  #w-node-d921ef27-76cb-3e85-0edb-1d46067a6e52-41191da5 {
    justify-self: auto;
  }

  #w-node-ba6586b3-b90f-a743-f808-a01f26495451-41191da5 {
    grid-row: span 1 / span 1;
  }

  #w-node-f4c9628f-3c10-cdba-dd75-29ad77a8db91-41191da5 {
    grid-column: span 1 / span 1;
  }
}


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