:root {
  --title: Syncopate, sans-serif;
  --dark: #26292e;
  --paragraph: "Zen Maru Gothic", sans-serif;
  --medium: #36373b;
  --light: #f8f8f7;
  --accent: #0a7968;
  --project-thumbnail-1: 30vw;
  --project-thumbnail-2: 15vw;
  --project-thumbnail-3: 15vw;
  --handwritten: "Rock Salt", sans-serif;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --color: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  font-family: var(--title);
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vh;
  font-weight: 400;
  line-height: 4vh;
}

h2 {
  font-family: var(--paragraph);
  color: var(--medium);
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

h3 {
  color: var(--light);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syncopate, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: var(--accent);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syncopate, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--accent);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.home-bg {
  background-image: url('../images/HOME-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.hero {
  z-index: 999999;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 20vw;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 60vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
  transition: all 2s;
}

.title {
  color: var(--light);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  margin-left: 20px;
  font-family: Syncopate, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.nav-menu-wrap {
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-link {
  font-family: var(--title);
  color: var(--dark);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: font-variation-settings .3s;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--dark);
}

.nav-logo-wrap {
  opacity: 0;
  flex: none;
}

.nav-menu-2 {
  justify-content: center;
  display: flex;
}

.about-bg {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.projects-bg {
  background-color: var(--light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.contact-bg {
  background-image: url('../images/CONTACT-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.home-content {
  align-items: flex-end;
  height: 95vh;
  margin-bottom: 5vh;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
  position: relative;
}

.about-content {
  background-color: var(--dark);
  height: 100vh;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  position: relative;
}

.projects-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
}

.contacts-content {
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-5 {
  width: 400px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 5vh;
  display: flex;
}

.heading-6 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.nav-separator {
  text-align: center;
  justify-content: center;
  width: 33%;
  min-width: 145px;
  display: flex;
}

.language {
  opacity: .2;
  cursor: pointer;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: translate(20px);
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-16 {
  width: 30vw;
  height: 92vh;
  margin-top: 8vh;
  display: flex;
}

.thatsme {
  color: var(--light);
  white-space: nowrap;
  font-family: Rock Salt, sans-serif;
  font-size: 1rem;
  transform: rotate(-90deg);
}

.div-block-17 {
  width: 3vw;
  margin-top: 80vh;
}

.div-block-18 {
  background-image: url('../images/PROFILE.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.text-field {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.about-p {
  color: var(--light);
  padding-right: 2vw;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.projects-p {
  margin-bottom: 40px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.project-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: none;
}

.project-unit {
  flex-flow: column;
  display: flex;
}

.project-pic {
  aspect-ratio: 1 / 2;
  background-image: url('../images/PROJECT-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14vw;
  margin-bottom: 25px;
}

.project-pic.p2 {
  background-image: url('../images/PROJECT2.png');
}

.project-pic.p3 {
  background-image: url('../images/PROJECT3.png');
}

.project-pic.p4 {
  opacity: .5;
  background-image: url('../images/EMPTY-PROJECT.png');
}

.unit-p {
  color: var(--light);
  text-transform: uppercase;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.project-num {
  color: var(--light);
  padding-top: 10px;
  padding-left: 25px;
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
}

.heading-10 {
  color: var(--medium);
}

.heading-10.temp {
  opacity: .5;
}

.div-block-19 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
  position: relative;
}

.heading-11 {
  font-size: 1.2rem;
  line-height: 30px;
}

.text-block-3 {
  color: var(--accent);
  margin-top: 30px;
  font-family: Syncopate, sans-serif;
  font-size: 2.5rem;
  line-height: 50px;
}

.image-7 {
  margin-top: 20px;
}

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

.message {
  color: var(--accent);
  margin-top: 136px;
  font-family: Rock Salt, sans-serif;
  font-size: 1.5rem;
  line-height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-15deg);
}

.div-block-20 {
  text-align: left;
}

.image-8 {
  margin-left: -5px;
}

.div-block-22 {
  padding: 40px;
  position: relative;
  left: -40px;
}

.toggle {
  border: 1px solid var(--dark);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.toggle.white {
  border-color: var(--light);
}

.div-block-24 {
  background-color: var(--dark);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  position: relative;
}

.div-block-24.white {
  background-color: var(--light);
}

.en-bold {
  color: var(--dark);
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.en-bold.white {
  color: var(--light);
}

.hu {
  color: var(--dark);
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
}

.hu.white {
  color: var(--light);
}

.en {
  opacity: 0;
  color: var(--dark);
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
  position: absolute;
  inset: 0%;
}

.en.white {
  color: var(--light);
}

.hu-bold {
  opacity: 0;
  color: var(--dark);
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.hu-bold.white {
  color: var(--light);
}

.div-block-25, .div-block-26 {
  position: relative;
}

.heading-12 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.logo-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.logo {
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-field {
  flex-flow: column;
  justify-content: space-between;
  height: 60%;
  display: flex;
}

.legal {
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-4 {
  display: inline;
}

.text-block-5 {
  text-decoration: none;
}

.link-block-2 {
  color: var(--light);
  text-decoration: none;
}

.nav-menu-2-copy {
  justify-content: center;
  display: none;
}

.nav-separator-copy {
  text-align: center;
  justify-content: center;
  width: 33%;
  min-width: 140px;
  display: flex;
}

.nav-link-copy {
  font-family: var(--title);
  color: var(--dark);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: font-variation-settings .3s;
}

.nav-link-copy:hover {
  font-weight: 700;
}

.nav-link-copy.w--current {
  color: var(--dark);
}

.language-mobile {
  opacity: .2;
  cursor: pointer;
  align-items: center;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  transform: translate(20px);
}

.slider-2 {
  display: none;
}

.contact_heading {
  font-size: 1.2rem;
  font-weight: 700;
}

.buttons {
  display: none;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.contactlinks {
  color: var(--light);
  letter-spacing: 1.2px;
  font-family: Syncopate, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-decoration: none;
  display: block;
}

.products-carousel {
  flex-flow: row;
  justify-content: space-between;
  width: 60vw;
  height: 30vw;
  display: flex;
}

._1 {
  width: var(--project-thumbnail-1);
  background-color: var(--dark);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: clip;
}

._2 {
  width: var(--project-thumbnail-2);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

._3 {
  width: var(--project-thumbnail-3);
  background-image: url('../images/PROJECT3_LRG.png');
  background-position: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.numbering {
  z-index: 1000;
  color: var(--light);
  padding-top: 20px;
  padding-left: 20px;
  font-family: Syncopate, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.description {
  width: 30vw;
  padding-bottom: 30px;
  padding-left: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-name {
  color: var(--accent);
  font-family: Syncopate, sans-serif;
  font-weight: 700;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--accent);
  font-family: Rock Salt, sans-serif;
}

.project-link {
  text-decoration: none;
  display: flex;
}

.body-2 {
  flex-flow: row;
  align-items: flex-start;
}

.watch-2-bg {
  z-index: 9;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0 0;
}

.watch-color {
  aspect-ratio: 16 / 9;
  height: 100vh;
  position: static;
}

.watch-1-bg {
  z-index: 10;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.watch-grey {
  aspect-ratio: 16 / 9;
  height: 100vh;
  display: flex;
}

.project-heading {
  font-family: var(--paragraph);
  color: var(--dark);
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1rem;
}

.image-9 {
  opacity: .5;
}

.project-header {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-33 {
  opacity: 0;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link {
  font-family: var(--paragraph);
  text-transform: none;
  align-items: center;
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link.w--current {
  font-family: var(--paragraph);
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 1rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-span-4 {
  padding-right: 10px;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.dynamic-section {
  background-color: #b1b1b1;
  flex-flow: column;
  justify-content: center;
  height: 300vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.dynamic-section.watch {
  background-color: #c1c1c1;
}

.static-section {
  font-family: var(--paragraph);
  background-color: #cfcfcf;
  height: 295vh;
  overflow: clip;
}

.static-section.vortexstat {
  height: 195vh;
}

.grid {
  grid-template: "Area"
                 "."
                 "."
                 / .5fr .5fr .75fr 1fr;
}

.project-title {
  opacity: .7;
  font-family: var(--paragraph);
  color: var(--light);
  font-size: 1.1rem;
  font-weight: 300;
}

.section-5 {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  height: 45vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.desc {
  font-family: var(--paragraph);
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.desc.synopsis {
  text-align: left;
  text-transform: none;
  font-size: 1rem;
  line-height: 1rem;
}

.desc.name {
  color: var(--accent);
  font-weight: 700;
}

.div-block-34 {
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  min-width: 900px;
  max-width: 1366px;
  display: flex;
}

.section-6 {
  background-color: #cfcfcf;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: relative;
}

.rajz1 {
  opacity: .05;
  background-image: url('../images/WATCH-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.div-block-36 {
  z-index: 1000;
  background-image: linear-gradient(90deg, #c2c2c2, #cdcdcd00 31%, #d4d4d400 66%, #c2c2c2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.title_block {
  z-index: 5000;
  opacity: .6;
  font-family: var(--paragraph);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-top: 20vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.title_block.water {
  justify-content: flex-end;
  width: 70%;
  margin-top: 10vh;
  display: flex;
  inset: 0% auto 0% 0%;
}

.no1 {
  font-family: var(--paragraph);
  color: var(--dark);
  margin-top: 20px;
  font-size: 2rem;
  line-height: 2rem;
}

.image-11 {
  opacity: .6;
  margin-right: 26px;
}

.text-span-5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.text-span-6 {
  font-family: var(--paragraph);
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.logo-projectname {
  align-items: flex-end;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/Paper.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.section-7 {
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.rajz_sketch {
  opacity: 0;
  background-image: url('../images/WATCH-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.rajz_dimensions {
  opacity: 0;
  background-image: url('../images/WATCH-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  z-index: 100000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000, var(--light) 84%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.grid-credit {
  grid-template: "Area"
                 "."
                 "."
                 / .5fr .5fr .5fr;
}

.text-block-8 {
  font-family: var(--handwritten);
  color: var(--light);
  text-transform: uppercase;
  width: 50%;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 2rem;
  display: none;
}

.section-9 {
  font-family: var(--paragraph);
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.image-12 {
  opacity: .2;
}

.details_mobile {
  width: 70%;
  min-width: 900px;
  max-width: 1366px;
  display: none;
}

.div-block-44 {
  justify-content: space-between;
  align-items: stretch;
  min-width: 900px;
  max-width: 1366px;
  display: flex;
}

.div-block-45 {
  opacity: .1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-34-copy {
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  min-width: 900px;
  max-width: 1366px;
  display: flex;
}

.image-14 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation {
  mix-blend-mode: normal;
}

.image-15 {
  height: 30vw;
  transform: translate(50%);
}

.lottie-animation-2, .lottie-animation-4 {
  aspect-ratio: 1;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.water-bg-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0;
}

.lottie-animation-6 {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(90deg, #fff 9%, #0000 19% 85%, #fff 94%);
  height: 100vh;
}

.div-block-46 {
  z-index: 20;
  position: fixed;
  inset: 0%;
}

.water-bg-1 {
  z-index: 150;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0%;
}

.lottie-animation-7 {
  aspect-ratio: 16 / 9;
  height: 100vh;
}

.div-block-47 {
  z-index: 180;
  background-image: radial-gradient(circle, #0000 48%, #b1b1b1 62%);
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
}

.div-block-48 {
  background-color: #cfcfcf;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
}

.lottie-animation-8 {
  width: auto;
  height: 100vh;
}

.text-span-7 {
  font-size: 1.2rem;
  font-weight: 700;
}

.no2 {
  font-family: var(--paragraph);
  color: var(--dark);
  margin-top: 20px;
  font-size: 2rem;
  line-height: 2rem;
}

.div-block-49 {
  flex-flow: column;
  justify-content: center;
  width: 400px;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.heading-6-copy {
  text-align: center;
  width: 400px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.image-16 {
  width: 250px;
}

.div-block-50 {
  flex-flow: column;
  align-items: center;
  display: none;
}

.feat {
  font-family: var(--title);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.lottie-animation-6-copy {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(90deg, #fff 9%, #0000 19% 85%, #fff 94%);
  height: 100vh;
}

.section-10, .image-17 {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-menu-wrap {
    flex-flow: column;
    justify-content: flex-end;
  }

  .nav-link {
    color: var(--light);
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .menu-icon {
    color: var(--accent);
    font-size: 40px;
  }

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

  .nav-menu-2 {
    z-index: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    left: 100px;
    overflow: hidden;
  }

  .home-content {
    height: 100vh;
  }

  .about-content {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .projects-content {
    justify-content: flex-start;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .image-5 {
    top: 40%;
  }

  .div-block-13 {
    margin-bottom: 10vh;
  }

  .nav-separator {
    color: var(--light);
    display: none;
  }

  .language {
    display: block;
  }

  .div-block-16 {
    height: 100vh;
    margin-top: 0;
  }

  .projects-p {
    margin-bottom: 5vh;
  }

  .project-block {
    flex-flow: row;
    display: none;
  }

  .project-unit {
    align-items: flex-start;
    width: 18vh;
  }

  .project-pic {
    aspect-ratio: 1;
    background-image: url('../images/PROJECT-1_LRG.png');
    background-size: auto 100%;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 80vw;
    display: flex;
    position: relative;
  }

  .project-pic.p2 {
    background-image: none;
    background-size: auto;
  }

  .project-pic.p3 {
    background-image: url('../images/PROJECT3_LRG.png');
    background-size: contain;
  }

  .unit-p {
    color: var(--light);
  }

  .div-block-19 {
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .image-7 {
    display: none;
  }

  .link-block {
    padding-left: 10vw;
  }

  .message {
    margin-top: 5vh;
  }

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

  .nav-menu-2-copy {
    background-color: var(--dark);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-bottom: 5vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-separator-copy {
    color: var(--light);
    width: auto;
    position: relative;
  }

  .nav-link-copy {
    font-family: var(--title);
    color: var(--light);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.1rem;
  }

  .nav-link-copy:hover {
    box-shadow: none;
    font-weight: 400;
  }

  .nav-link-copy.w--current {
    color: var(--light);
  }

  .language-mobile {
    opacity: 1;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    transform: translate(0);
  }

  .text-block-6 {
    font-family: var(--title);
    color: var(--light);
    padding: 60px 30px 30px;
    font-size: 2rem;
    font-style: normal;
    line-height: 2px;
  }

  .link-block-3 {
    align-self: center;
    padding-bottom: 50px;
  }

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

  .slide-nav-3 {
    font-size: 10px;
    position: relative;
  }

  .slider-2 {
    width: 80vw;
    height: 80vw;
    display: block;
  }

  .project-description {
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-27 {
    width: 50%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

  .buttons {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vh;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .social-link {
    aspect-ratio: 1;
    color: var(--accent);
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.4rem;
    text-decoration: none;
    display: flex;
  }

  .social-link.mail {
    background-image: url('../images/MAIL_2.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .social-link.mail.menu {
    height: 50px;
    margin-bottom: 0;
  }

  .social-link.call {
    background-image: url('../images/CALL.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .social-link.call.menu {
    height: 50px;
  }

  .social-link.save {
    background-image: url('../images/SAVE.png');
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 0;
  }

  .social-link.save.menu {
    height: 50px;
  }

  .social-menu {
    z-index: 1200;
    margin-bottom: 5vh;
  }

  .flex-block-2 {
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    padding-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
  }

  .div-block-30 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    transform: translate(0, 120px);
  }

  .products-carousel {
    display: none;
  }

  .watch-2-bg {
    transform: translate(-28%);
  }

  .watch-color {
    width: auto;
    height: 100vh;
    overflow: clip;
    transform: translate(-20%);
  }

  .watch-1-bg {
    display: flex;
    transform: translate(-28%);
  }

  .watch-grey {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: 100vh;
    display: flex;
    overflow: clip;
  }

  .link.w--current {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: .75fr .5fr 1fr 2.25fr;
  }

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

  .desc {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .desc.synopsis {
    font-size: .9rem;
  }

  .desc.name {
    font-size: 1.2rem;
  }

  .div-block-34 {
    width: 90%;
    min-width: auto;
  }

  .rajz1 {
    transform: scale(.8);
  }

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

  .title_block {
    width: 60%;
    margin-top: 0;
  }

  .title_block.water {
    justify-content: flex-start;
    width: 100%;
    margin-top: 5vh;
    margin-left: 30px;
  }

  .text-span-6 {
    font-size: 2.5rem;
  }

  .section-7 {
    flex-flow: column;
  }

  .rajz_sketch, .rajz_dimensions {
    transform: scale(.8);
  }

  .text-block-8 {
    padding-bottom: 30px;
    font-size: 1.2rem;
  }

  .image-12 {
    transform: scale(.5);
  }

  .div-block-41 {
    margin-top: 30px;
    margin-right: 20px;
  }

  .details_mobile {
    width: 90%;
    min-width: auto;
  }

  .div-block-44 {
    min-width: auto;
  }

  .div-block-34-copy {
    width: 90%;
    min-width: auto;
  }

  .lottie-animation-3 {
    aspect-ratio: 1;
    width: 80vw;
    position: absolute;
    inset: 0%;
  }

  .lottie-animation-5 {
    position: absolute;
    inset: 0%;
  }

  .lottie-animation-6, .lottie-animation-7 {
    width: auto;
    overflow: clip;
    transform: translate(-30vw);
  }

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

  .div-block-48 {
    aspect-ratio: 16 / 9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-8 {
    transform: scale(1.5);
  }

  .slider_link {
    border: 1px solid var(--accent);
    font-family: var(--paragraph);
    color: var(--accent);
    padding: 10px 14px;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
  }

  .lottie-animation-6-copy {
    width: auto;
    overflow: clip;
    transform: translate(-30vw);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .title {
    display: none;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-logo-wrap {
    justify-content: center;
    padding-left: 5vw;
    display: flex;
  }

  .about-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .projects-content {
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .project-block {
    flex-flow: wrap;
    display: none;
  }

  .project-unit {
    align-items: center;
    width: 90vw;
  }

  .project-pic {
    width: 90vw;
  }

  .div-block-19 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-3 {
    font-size: 2rem;
  }

  .link-block {
    padding-left: 0;
  }

  .slide-nav-3 {
    position: relative;
    inset: auto 0% 0%;
  }

  .slider-2 {
    background-color: #0000;
    width: 90vw;
    height: 90vw;
    display: block;
  }

  .right-arrow-3, .left-arrow-3, .icon-2 {
    display: none;
  }

  .project-description {
    width: 70vw;
  }

  .social-link.mail, .social-link.call, .social-link.save {
    height: 60px;
  }

  .watch-1-bg {
    display: flex;
  }

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

  .title_block {
    justify-content: flex-end;
  }

  .title_block.water {
    justify-content: flex-start;
    margin-left: 30px;
    padding-left: 30px;
  }

  .no1 {
    text-align: left;
    margin-right: 25px;
  }

  .image-11 {
    margin-top: 25px;
    margin-right: 25px;
  }

  .text-span-6 {
    line-height: 2.5rem;
  }

  .logo-projectname {
    flex-flow: column;
    align-items: flex-start;
  }

  .section-7 {
    position: relative;
  }

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

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

  .div-block-34-copy {
    display: block;
  }

  .lottie-animation-3 {
    aspect-ratio: 1;
    width: 90vw;
  }

  .no2 {
    text-align: left;
    margin-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .projects-bg {
    overflow: hidden;
  }

  .home-content {
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 10vh;
  }

  .about-content {
    align-items: stretch;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .projects-content {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .heading-6 {
    line-height: 2rem;
  }

  .div-block-15 {
    justify-content: flex-start;
    padding-top: 2vh;
  }

  .div-block-16 {
    width: 15vw;
    margin-top: 0;
    padding-top: 5vh;
    display: none;
  }

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

  .div-block-18 {
    width: 15vw;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .text-field {
    margin-bottom: 0;
  }

  .about-p {
    font-size: .8rem;
    line-height: 1rem;
  }

  .projects-p {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: .8rem;
    line-height: 1rem;
  }

  .project-unit {
    width: 100vw;
  }

  .project-pic {
    aspect-ratio: 1;
    width: 100vw;
    height: 100vw;
    position: relative;
  }

  .project-pic.p2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    align-items: center;
  }

  .unit-p {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1rem;
  }

  .project-num {
    padding-left: 20px;
  }

  .div-block-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-11 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .image-6 {
    height: 50px;
  }

  .text-block-3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .image-7 {
    height: 100px;
  }

  .message {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading-12 {
    line-height: 1.2rem;
  }

  .logo-field {
    margin-top: 20px;
  }

  .logo {
    height: 25px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4, .text-block-5 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .slider-2 {
    width: 100vw;
    height: 100vw;
  }

  .slide-2 {
    vertical-align: top;
  }

  .left-arrow-3 {
    display: none;
  }

  .icon-2 {
    color: var(--dark);
    display: none;
  }

  .project-description {
    padding-bottom: 20px;
    padding-left: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .contact_heading {
    margin-top: 0;
  }

  .icon-3 {
    display: none;
  }

  .div-block-27 {
    width: 50%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

  .contactlinks {
    font-size: .8rem;
  }

  .watch-2-bg {
    transform: translate(-30%);
  }

  .watch-1-bg {
    display: flex;
    transform: translate(-30%);
  }

  .project-header {
    z-index: 10000;
    padding-left: 0;
  }

  .link.w--current {
    margin-left: 20px;
    padding-left: 0;
  }

  .dynamic-section {
    overflow: visible;
  }

  .static-section {
    background-color: #cfcfcf;
  }

  .grid {
    display: none;
  }

  .project-title.syn {
    margin-bottom: 5px;
  }

  .section-5 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .desc {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .desc.synopsis {
    text-align: justify;
    text-transform: none;
    font-size: .9rem;
    line-height: .9rem;
  }

  .section-6 {
    width: 100vw;
    overflow: clip;
  }

  .title_block.water {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
  }

  .no1 {
    text-align: right;
    margin-right: 25px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .text-span-6 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .logo-projectname {
    align-items: flex-end;
  }

  .logo-projectname.audiocap {
    text-align: left;
    align-items: flex-start;
  }

  .section-7 {
    position: relative;
  }

  .grid-credit {
    grid-template-columns: .5fr .25fr .5fr;
  }

  .image-12 {
    transform: scale(.3);
  }

  .div-block-41 {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .details_mobile {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
  }

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

  .div-block-42 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

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

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

  .div-block-45 {
    justify-content: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .image-13 {
    width: 75px;
  }

  .lottie-animation-3 {
    width: 100vw;
  }

  .water-bg-2 {
    flex-flow: column;
    justify-content: flex-end;
    overflow: clip;
  }

  .lottie-animation-6 {
    width: 100vw;
    height: auto;
    transform: translate(0);
  }

  .water-bg-1 {
    flex-flow: column;
    justify-content: flex-end;
    overflow: clip;
  }

  .lottie-animation-7 {
    height: 100%;
    transform: translate(-40vw);
  }

  .div-block-48 {
    width: auto;
  }

  .lottie-animation-8 {
    aspect-ratio: 16 / 9;
    height: 80vh;
    transform: none;
  }

  .slider_link {
    margin-top: 10px;
    padding: 10px 15px;
    line-height: .8rem;
  }

  .no2 {
    text-align: left;
    margin-right: 25px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .heading-6-copy {
    line-height: 2rem;
  }

  .lottie-animation-6-copy {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    transform: translate(80vw);
  }
}

#w-node-_1b60a180-e15c-1957-353d-584c8a87c034-73683593 {
  grid-area: 2 / 1 / 3 / 2;
}


