@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Black.ttf') format("truetype"), url('../fonts/SFProDisplay-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-HeavyItalic.ttf') format("truetype"), url('../fonts/SFProDisplay-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

@font-face {
  font-family: Neuzeitgro bla;
  src: url('../fonts/NeuzeitGro-Bla.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: Graphik web;
  src: url('../fonts/Graphik-Web-Extralight-Regular.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.wrapper {
  z-index: 1;
  position: relative;
}

.barba-container {
  padding-left: 0;
  padding-right: 0;
}

.barba-container.single-page {
  margin-bottom: -30em;
  position: relative;
}

.section {
  padding-left: 6.25em;
  padding-right: 6.25em;
  position: relative;
  overflow: visible;
}

.section.clients {
  padding-left: 0;
  padding-right: 0;
}

.section.start {
  z-index: 3;
  margin-bottom: -12em;
  padding-top: 5.625em;
  position: relative;
}

.section.start-project {
  z-index: 2;
  margin-bottom: 2.5em;
  padding-top: 5.625em;
  position: relative;
}

.section.last {
  padding-top: 9.685em;
  position: relative;
}

.section.projects {
  z-index: 1;
  padding-bottom: 6.25em;
}

.fotter {
  color: var(--white);
  background-color: #000;
  padding: 10em 6.25em 4.25em;
}

.body {
  color: var(--black);
  background-color: #000;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.body.isload {
  background-color: #fff;
}

.projects-core {
  opacity: 1;
  transition: all 1s;
}

.projects-core.hidden-cms {
  opacity: 0;
  margin-bottom: 14.28em;
}

.projects-images-mom {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.85em;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-project-front-image {
  width: 100%;
  min-width: 100%;
}

.home-project-front-image.js-image {
  transform: none;
}

.exc-project-mom {
  flex-direction: column;
  flex: none;
  margin-top: -80px;
  display: flex;
  overflow: hidden;
}

.project-name {
  color: var(--black);
  font-size: 1.3em;
  font-weight: 500;
}

.project-name.pc {
  line-height: 1.1;
  display: flex;
}

.project-name.mob {
  line-height: 1.1;
  display: none;
}

.project-item {
  float: right;
  clear: both;
  flex-direction: column;
  max-width: 65%;
  margin-bottom: 6.25em;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.pl-more-projects {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  margin-bottom: -14.28em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pl-text-bg-button {
  z-index: 1;
  color: var(--black);
  border: 1px #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: relative;
}

.pl-hovered-button {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.pl-circle-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.row {
  margin-bottom: 5em;
  display: flex;
}

.row.bottom-m {
  margin-bottom: 7.5em;
}

.row.next {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 7.875em;
  margin-bottom: 2.5em;
  display: flex;
  position: relative;
}

.row.start {
  margin-bottom: 0;
}

.row.start-row {
  height: 7.875em;
  margin-bottom: 2.5em;
}

.row.no-bottom {
  margin-bottom: 0;
}

.coll {
  flex-direction: column;
  flex: 1;
  margin-right: 0;
  display: flex;
  position: static;
}

.coll.small {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.5em;
  display: flex;
}

.coll.start {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 12.5em;
  display: flex;
}

.coll.start.auto {
  height: auto;
}

.coll.h-starter {
  padding-bottom: 10em;
}

.h2 {
  color: #000;
  margin-top: 10px;
  font-family: Graphik web, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 60px;
}

.h2.fw {
  padding-left: 6.25em;
}

.h2.white {
  color: var(--white);
}

.h2.white.contact {
  font-size: 2em;
}

.h2.home.topsh {
  white-space: nowrap;
}

.h2.home.topsh.abs {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h2.portfolio {
  font-size: 2.5em;
}

.big-text {
  opacity: 0;
  color: #000;
  text-indent: 0;
  justify-content: center;
  align-items: center;
  height: 390px;
  margin-bottom: 1.25em;
  margin-left: 0;
  padding-left: 102px;
  font-family: Graphik web, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.6em;
  display: block;
  overflow: visible;
}

.big-text._2 {
  text-indent: 0;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.28em;
  padding-right: 0;
  display: flex;
}

.big-text.tx {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.serv-text {
  flex: 1;
  line-height: 36px;
}

.serv-text.b {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 2.28;
}

.serv-text.er {
  font-size: 12em;
  line-height: 1.1;
}

.slider-testomonials {
  background-color: #0000;
  flex: none;
  height: auto;
  min-height: auto;
}

.mask-testomonials {
  height: auto;
  min-height: auto;
}

.none {
  display: none;
  position: absolute;
}

.testom-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-testom {
  margin-bottom: 1.48em;
  font-size: 1.68em;
  font-weight: 500;
  line-height: 1.25;
}

.name-testom {
  flex: none;
  margin-bottom: 5px;
  font-size: 1.31em;
  font-weight: 500;
  line-height: 1.33;
}

.dolzh-testom {
  flex: none;
  margin-bottom: 2.5em;
}

.slide-nav-testom {
  margin-bottom: 7.5em;
  display: none;
  position: static;
}

.front-line {
  text-align: right;
  background-color: #d1cdcc;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: scale(1.1)rotate(-5deg);
}

.front-line.pl {
  background-color: #0000;
  justify-content: flex-start;
  height: auto;
  margin-top: 3.75em;
  margin-bottom: 5em;
  position: static;
  transform: none;
}

.gp-marq {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.gp-marq.pl {
  letter-spacing: -2.5px;
  justify-content: flex-start;
  height: auto;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: 1;
  overflow: visible;
}

.gp-line-marq {
  white-space: nowrap;
  flex: none;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.gp-line-marq.pl {
  color: #d40129;
  justify-content: flex-end;
  overflow: visible;
}

.clients-text {
  color: var(--black);
  text-transform: uppercase;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.big-text-fotter {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.big-text-fotter.fotter-block {
  font-family: Graphik, sans-serif;
}

.otstup-span {
  padding-left: .7em;
}

.form-block {
  border-bottom: 1px solid var(--white);
  margin-top: 6.25em;
  margin-bottom: 6.25em;
  padding-bottom: 20px;
}

.form-slider {
  background-color: #0000;
  height: auto;
  min-height: auto;
}

.text-filed {
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #000;
  height: 1.093em;
  margin-bottom: 0;
  padding: 0;
  font-family: Graphik, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.text-filed::placeholder {
  color: #ff0e0e;
}

.text-filed.auto {
  text-transform: none;
  height: 1.093em;
  min-height: 1.093em;
  max-height: none;
  overflow: visible;
}

.text-filed.felder-rez {
  background-color: var(--black);
  text-align: left;
}

.next-slide-form {
  z-index: 2;
  background-color: #0000;
  width: 4.372em;
  height: 4.372em;
  padding-right: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form {
  position: relative;
}

.peoples {
  flex: none;
  align-items: flex-start;
  margin-bottom: 7.125em;
  display: none;
  position: relative;
}

.man {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-right: 6.25em;
  display: flex;
}

.man-img {
  flex: none;
  height: 7.125em;
  margin-left: -23%;
}

.man-time {
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 1.357;
}

.man-name {
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 1.312em;
  font-weight: 500;
  line-height: 1.1;
}

.man-adress {
  font-family: Graphik, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.man-email {
  border-bottom: 1px none var(--white);
  color: var(--white);
  flex: none;
  font-family: Graphik, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.ex-text {
  opacity: 1;
  flex: none;
  margin-bottom: 15px;
  font-family: Graphik, sans-serif;
  font-size: .75em;
  line-height: 1.5;
}

.ex-text.op1 {
  opacity: 1;
}

.pl-partners {
  opacity: 1;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 110px;
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: flex;
}

.pl-mom-derzhak {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.pl-mom-derzhak:hover {
  opacity: 1;
}

.pl-front-partner {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  min-height: 60px;
  display: flex;
}

.pl-front-partner.front {
  opacity: 1;
  max-width: 150px;
  max-height: 60px;
}

.pl-front-partner.back {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pl-front-partner.back.noevents {
  opacity: 0;
}

.pl-front-partner.marq {
  opacity: 1;
  max-width: 150px;
  max-height: 60px;
}

.nav-link {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.875em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.187;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link._1 {
  padding-left: 1.875em;
}

.nav-bar {
  background-color: #0000;
  min-height: 4.06em;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.56em;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
}

.header.single-header {
  display: none;
}

.header.home-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.start-btn {
  color: var(--black);
  flex: none;
  align-items: center;
  height: 2.5em;
  margin-right: 30px;
  padding-left: 1.18em;
  padding-right: 1.18em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-round {
  z-index: -1;
  background-color: #eee;
  border-radius: 50%;
  width: 2.5em;
  max-width: none;
  height: 2.5em;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-btn {
  font-family: Graphik, sans-serif;
  font-weight: 400;
  position: static;
}

.nav-menu {
  flex: 1;
  align-items: center;
  height: 2.5em;
  padding-left: 0;
  display: flex;
}

.scroll-txt {
  opacity: .4;
  transform: translate(0, 100%);
}

.heading-1 {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
}

.heading-1.project-page {
  white-space: pre-wrap;
  flex-direction: column;
  align-items: flex-start;
  height: 1em;
  max-height: 1em;
  display: flex;
}

.h-span {
  padding-left: .7em;
}

.heading-1-stroke {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  flex: none;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
  display: block;
}

.heading-1-stroke.abs {
  font-size: 8.5em;
  display: block;
  position: absolute;
  inset: 0% auto auto 15%;
}

.div-block {
  width: 10.625em;
}

.img-single-page {
  width: 100%;
  margin-bottom: 6.25em;
}

.images-project {
  float: right;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 9.375em;
}

.heading-1-stoke {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  height: 1em;
  max-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .92;
  display: flex;
}

.div-for-next-img {
  flex-direction: column;
  align-items: stretch;
  height: 14em;
  display: block;
}

.img-next {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  width: 100%;
  height: 100%;
}

.link-block {
  color: var(--black);
  width: 100%;
  text-decoration: none;
}

.link-on-project {
  color: var(--black);
  flex-direction: column;
  flex: none;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cursor {
  z-index: 99999;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: height .3s, width .3s, background-color .2s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.img-item {
  float: right;
  clear: both;
  max-width: 75%;
  position: relative;
  overflow: hidden;
}

.bottom {
  position: absolute;
  inset: 0% 0% auto;
}

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

.every-laoder {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.every-laoder.noeventsblock {
  display: none;
}

.scroll-text-div {
  flex: none;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.scroll-text-div.mob {
  display: none;
}

.scroll-text-div.pc {
  display: flex;
}

.div-block-2 {
  z-index: 2;
  background-image: url('../images/Arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h2-home {
  opacity: 1;
}

.scroll-txt2, .scroll-txt3, .scroll-txt4, .scroll-txt5, .scroll-txt6 {
  opacity: .4;
  transform: translate(0, 100%);
}

.tes-links {
  flex: none;
  align-items: center;
  display: flex;
}

.tes-link {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.tes-littie {
  filter: invert();
  flex: none;
  position: absolute;
  inset: 0%;
}

.tes-img {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tes-div {
  border-radius: 50%;
  flex: none;
  width: 2.75em;
  height: 2.75em;
  overflow: hidden;
}

.bg-arrow {
  z-index: 1;
  background-color: var(--white);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: auto;
  transition: transform .3s;
  position: absolute;
  inset: 1px;
  transform: scale3d(0, 1, 1);
}

.citys {
  position: relative;
  overflow: hidden;
}

.morehiddenspan {
  overflow: hidden;
}

.div-block-3 {
  align-items: center;
  padding: 100px;
  display: flex;
}

.partners-line {
  display: none;
}

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

.archor {
  position: absolute;
  inset: -200px 0% auto;
}

.test-mom {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.center-test {
  background-image: url('../images/008.jpg');
  background-position: 50%;
  background-size: auto 100%;
  background-attachment: fixed;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bok-test {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: url('../images/008.jpg');
  background-position: 50%;
  background-size: auto 100%;
  background-attachment: fixed;
  width: 20%;
  overflow: hidden;
  transform: rotateX(0)rotateY(65deg)rotateZ(0)perspective(1353px)scale3d(3, 1, 1);
}

.bok-test._2 {
  transform-origin: 0%;
  transform-style: preserve-3d;
  transform: perspective(2000px)rotateX(0)rotateY(-65deg)rotateZ(0)scale3d(3, 1, 1);
}

.grad-test {
  z-index: 5;
  background-image: radial-gradient(circle, #0000 61%, #000000b8);
  position: absolute;
  inset: 0%;
}

.position-img {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.bubble {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  margin-left: 0;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(0);
}

.img-bubble {
  flex: none;
  min-width: 85vw;
  max-width: 85vw;
  position: absolute;
}

.div-block-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-img-content {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% -40px;
}

.text-of-project {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.start-hidden {
  flex: none;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.hiddner {
  flex: none;
  transform: translate(0, 100%);
}

.hiddner-2, .hiddner-3, .hiddner-4 {
  flex: none;
}

.fix-loader {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: 200vw;
  height: 200vw;
}

.mate-time {
  position: relative;
}

.div-block-6 {
  height: 100vh;
  overflow: auto;
}

.div-block-7 {
  background-image: linear-gradient(#000, #fff);
  height: 200vh;
}

.brfon {
  z-index: 999;
  background-color: var(--white);
  transform-origin: 50% 0;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.pl-text-bg-button-hovered {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  border: 1px #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.28em;
  height: 14.28em;
  font-size: 1em;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.send {
  z-index: 5;
  color: #0000;
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.round {
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.brfon-st {
  z-index: 999;
  background-color: var(--white);
  transform-origin: 50% 0;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cont-link {
  color: var(--white);
  flex: none;
  min-width: 200px;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
}

.ex-text-w {
  opacity: 0;
  flex: none;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-2 {
  width: 20vw;
  height: 20.1vw;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: visible;
}

.background-video-3 {
  border-radius: 50%;
  width: 20vw;
  height: 20.1vw;
}

.video-web {
  width: 20vw;
  height: 20.1vw;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: visible;
}

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

.text-sub-header-3 {
  max-width: 55vw;
}

.link-block-2 {
  margin-right: 35px;
  text-decoration: none;
}

.heading-4 {
  color: #000;
  text-transform: none;
  min-height: 0;
  max-height: 2vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Averta;
  font-size: 2vw;
  font-weight: 400;
  line-height: 145%;
  position: static;
}

.hero-title-wrapper {
  position: absolute;
  left: 33.3334%;
  transform: translate(-33.3334%);
}

.hero-title-wrapper.project-page {
  z-index: 10;
  margin-top: 31vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12vw;
  padding-right: 12vw;
  display: inline-block;
  position: relative;
  left: 0%;
  overflow: visible;
  transform: none;
}

.div-block-9 {
  z-index: 4;
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-bottom: 3vh;
  display: block;
  position: relative;
  inset: 38% auto auto 0%;
}

.container {
  z-index: 100;
  margin-top: 27vh;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.proiecte {
  z-index: 50;
  min-height: 50vh;
  padding-top: 25vh;
  position: relative;
}

.container.blog {
  z-index: 10;
  justify-content: space-between;
  height: 80vh;
  min-height: 50vh;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.hero-title-wrap {
  z-index: 5;
  color: #fff;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-title-wrap.load-animation {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
}

.header-2-sus {
  float: none;
  color: #000;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 145%;
  display: block;
  position: relative;
  overflow: visible;
}

.header-2-sus.sus {
  max-height: 2vw;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 0%;
}

.hero-slide-title {
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 7vw;
  font-weight: 500;
  line-height: 9vw;
}

.hero-slide-title._2 {
  color: var(--white);
  letter-spacing: -2px;
  font-family: Averta cy w01;
  font-weight: 700;
}

.hero-slide-title._1 {
  letter-spacing: -4px;
  font-family: Averta cy w01;
  font-weight: 700;
}

.hero-slide-title._3 {
  letter-spacing: -2px;
  font-family: Averta cy w01;
  font-weight: 600;
  position: static;
}

.sectiune-3 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12vw;
  padding-right: 12vw;
  position: relative;
  overflow: visible;
}

.div-block-17 {
  z-index: 0;
  position: relative;
}

.divblock18 {
  z-index: 0;
  background-color: #fff1ef;
  position: fixed;
  inset: 0%;
}

.stanga {
  color: #000;
}

.proiecte-recomandate {
  color: #000;
  text-transform: none;
  align-items: flex-end;
  font-family: Averta;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.stroke-effect {
  color: #fff;
  text-transform: none;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  align-items: flex-end;
  font-family: Averta;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 30%;
  display: block;
}

.nume-proiect-3 {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1px;
}

.nume-proiect-3._1 {
  font-weight: 300;
}

.nume-proiect-3._2 {
  font-weight: 400;
}

.divvv {
  z-index: 0;
  position: relative;
}

.div-block-16 {
  z-index: 1;
  align-items: stretch;
  width: 55vh;
  height: 90vh;
  margin-top: 55px;
  display: block;
  position: relative;
}

.c2 {
  z-index: 1;
  flex: 0 auto;
  align-self: auto;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.inner-wrap-3 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 55vh;
  height: 90vh;
  display: flex;
}

.div-block-188-copy {
  z-index: 0;
  position: relative;
}

.div-block-190 {
  z-index: 1;
  position: relative;
}

.descriere-proiect-2 {
  color: #6f6f6f;
  letter-spacing: .04375em;
  text-transform: none;
  padding-top: 20px;
  font-size: 1.16667vw;
  line-height: 156%;
}

.inner-wrap {
  object-fit: fill;
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 55vh;
  height: 90vh;
  display: flex;
}

.seciune-proiecte {
  z-index: 0;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-wrap-2 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 55vh;
  height: 90vh;
  display: flex;
}

.proiectebgchange2 {
  z-index: 0;
  background-color: #fef3f0;
  position: fixed;
  inset: 0%;
}

.handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55vh;
  height: 90vh;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.handle-wrapper._2 {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.handle-wrapper._1 {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.handle-wrapper._3 {
  z-index: 1;
  object-fit: cover;
  z-index: 1;
  object-fit: fill;
  inset: auto;
  flex-direction: column;
  flex: 0 auto;
  width: 32.5vh;
  height: 90vh;
  display: block;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.div-block-15 {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.proiectebgchange {
  z-index: 1;
  background-color: #f7edf4;
  position: fixed;
  inset: 0%;
}

.proiectebgchange2copy {
  z-index: 0;
  background-color: #f7edf4;
  position: fixed;
  inset: 0%;
}

.titlu-proiectt-2 {
  color: #000;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 2.58333vw;
  font-weight: 400;
  line-height: 133%;
}

.c1 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.stratetie {
  z-index: 10;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 18%;
  font-family: Averta;
  display: flex;
  position: relative;
}

.stratetie.dev {
  height: 18%;
  position: relative;
  overflow: visible;
}

.stratetie.marketing {
  height: 18%;
  font-family: Averta;
  position: relative;
}

.stratetie.mk {
  flex-wrap: nowrap;
  height: 18%;
  font-family: Averta;
  position: relative;
  overflow: visible;
}

.m1-2 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.m1-2._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 300px;
}

.i1 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.i1._3 {
  color: #fff;
  text-shadow: 1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 0;
}

.d1 {
  z-index: 1;
  color: #000;
  padding-left: 300px;
  padding-right: 150px;
  font-size: 3.75vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.d1._4 {
  padding-left: 0;
  font-family: Averta;
}

.i1-copy {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.i1-copy._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 300px;
}

.text-block-3 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.text-block-3._1 {
  padding-left: 150px;
}

.text-block-3._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 150px;
}

.d3 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.d3._3 {
  color: #000;
  padding-left: 300px;
}

.d3-copy {
  z-index: 1;
  color: #000;
  padding-left: 300px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.d4 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.d4._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 300px;
}

.m3 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.m3._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 300px;
}

.m2 {
  z-index: 1;
  color: #000;
  padding-left: 300px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.wrapper-2 {
  z-index: 1;
  color: #000;
  height: 120vh;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.d1-copy {
  z-index: 1;
  color: #000;
  padding-left: 300px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.m1 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.m1._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  padding-left: 450px;
}

.d2 {
  z-index: 1;
  color: #000;
  padding-left: 150px;
  padding-right: 150px;
  font-size: 3.75vw;
  display: inline-block;
  position: relative;
}

.d2._3 {
  color: #fff;
  text-shadow: -1px 0 #cbcbcb, 0 1px #cbcbcb, 1px 0 #cbcbcb, 0 -1px #cbcbcb;
  font-family: Averta;
}

.form05_icon {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 80px;
  padding: 5px;
  position: relative;
}

.chat {
  z-index: 99;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.field-label-copy {
  clear: none;
  color: #c1c7d0;
  letter-spacing: 1px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form05_h5 {
  color: #0b1033;
  text-align: center;
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.link-block-4 {
  background-color: #f6fcff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.project_form {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 550px;
  min-height: 400px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.form05_wrap {
  flex-flow: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.form05_input {
  opacity: .5;
  color: #ebecf0;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #ebecf0;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
}

.form05_input:focus {
  opacity: 1;
  color: #7540ee;
  border-bottom-width: 2px;
  border-bottom-color: #7540ee;
}

.form05_input::placeholder {
  color: #4e5d78;
}

.form05_input.date {
  width: 120px;
}

.form05_input.project {
  width: 240px;
}

.form05_input.budget {
  width: 110px;
}

.form_alert_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form05_title {
  color: #637178;
  letter-spacing: -.2px;
  text-transform: none;
  padding-right: 7px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.form05_success {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
}

.rocket_link {
  position: absolute;
  inset: 0;
}

.form05_top_tag {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

.quote_text {
  color: #b8becf;
  text-align: left;
  letter-spacing: 1.2px;
  max-width: 400px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.form05_button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f45555;
  border-radius: 4px;
  width: 100%;
  min-height: 55px;
  margin-top: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.project_circle_wrap {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 9px #00000029;
}

.exit {
  filter: invert();
  width: 12px;
}

.arrow {
  width: 100px;
  position: fixed;
  inset: auto 250px 120px auto;
  transform: rotate(50deg);
}

.rocket_icon {
  width: 40px;
  height: 50px;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.quote_form {
  z-index: 999999;
  background-color: #fff6f6;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 45px;
  display: none;
  position: static;
  inset: 0%;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-220 {
  width: 87px;
  position: absolute;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  place-items: center;
  width: 100%;
  height: 190px;
  position: static;
  inset: 0%;
}

.grid-2 {
  display: none;
}

.footer-3 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block-200 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-family: Averta;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.div-block-221 {
  border-top: 1px solid #000;
  width: 87px;
  height: 0;
  display: block;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 228px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 170px;
}

.section-12 {
  background-color: #000;
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.text-contact {
  text-decoration: none;
}

.socials-footer {
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  width: 45%;
  margin-top: 0;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: 0;
}

.div-block-222 {
  position: absolute;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 271px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 170px;
}

.heading-2 {
  color: #fff;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 5.41667vw;
  font-weight: 300;
  line-height: 110%;
}

.heading-2._1 {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Neuzeitgro, sans-serif;
  font-weight: 100;
  line-height: 110%;
  position: static;
}

.div-block-198 {
  border-top: 1px solid #fff;
  border-radius: 1px;
  width: 87px;
  height: 0;
  display: block;
}

.div-block-25 {
  border-top: 1px solid #fff;
  line-height: 110%;
}

.text-block-11 {
  color: #fff9;
  margin-top: 30px;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}

.footer-container {
  align-self: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 5.41667vw;
  display: flex;
}

.cursor1 {
  z-index: 9999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-dot {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.c-dot.home-page {
  opacity: 1;
  border-color: #fff;
}

.c-dot.home-page.contact {
  border-color: #000;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  display: flex;
  overflow: visible;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.cursor1-2 {
  z-index: 9999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursorr {
  z-index: 9999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursorr.contact {
  position: fixed;
}

.video-3 {
  width: 20vw;
  height: 20.1vw;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
}

.background-video-2, .background-video {
  border-radius: 50%;
  width: 20vw;
  height: 20.1vw;
}

.sub-section-headline {
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.section-heading-eyebrow {
  color: #6e6e73;
  display: block;
}

.ix-shadow {
  background-image: linear-gradient(110deg, #0000, #000 50%);
  width: 200%;
  position: absolute;
  inset: 0%;
}

.ix-shadow.ix-shadow--vertical {
  background-image: linear-gradient(165deg, #0000, #000 50%);
  width: 200%;
  height: 200%;
}

.container-2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container-2.container--hero-copy {
  margin-top: -70px;
  position: relative;
}

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

.screen {
  z-index: 1;
  width: 770px;
  height: 1336px;
  padding: 80px 20px 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.design {
  overflow: hidden;
}

.hero-video-small {
  display: none;
}

.screen-ui-top {
  width: 650px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.ui-download-progress {
  width: 50px;
  position: absolute;
  top: 34px;
  right: 50px;
}

.design-finishes {
  margin-top: 20px;
  padding-bottom: 80px;
}

.hero-heading {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}

.water-img {
  position: relative;
  left: 120px;
}

.design-display-caption {
  text-align: left;
  letter-spacing: -.22px;
  font-weight: 600;
  line-height: 1.24;
}

.design-display-caption.design-display-caption--left {
  text-align: right;
}

.hero-header {
  overflow: hidden;
}

.learn-more-button {
  background-color: #0000;
  border: 1px solid #f5f5f7;
  border-radius: 50px;
  margin-top: 64px;
  padding: 8px 16px;
  line-height: 1.17064;
  transition: color .35s ease-in-out, background-color .35s ease-in-out;
}

.learn-more-button:hover {
  color: #000;
  background-color: #fff;
}

.learn-more-button.learn-more-button--blue {
  border-color: #61b6cd;
  align-self: center;
}

.design-glass-subheading-wrap {
  margin-top: 26px;
  position: relative;
}

.design-water {
  padding-bottom: 150px;
}

.device {
  width: 770px;
  height: 1336px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 -6px 50px #000;
}

.hardware {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-video-wrap {
  z-index: -1;
  width: 1352px;
  position: relative;
  top: -27px;
  left: 24px;
}

.hero-heading-eyebrow {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.design-water-text-wrap {
  padding-right: 68%;
  position: relative;
  top: -363px;
}

.design-display-caption-secondary {
  color: #a1a1a6;
}

.design-bezel {
  padding-top: 180px;
}

.steel-anim {
  width: 176px;
  height: 1400px;
  margin-left: auto;
  margin-right: auto;
}

._5g {
  margin-top: 425px;
  overflow: hidden;
}

.download-img {
  width: 533px;
}

.hero {
  padding-bottom: 25vh;
}

.video.video--finishes {
  width: 1108px;
  height: 950px;
  left: 50%;
  transform: translate(-50%);
}

.video.display-video {
  margin-left: auto;
  margin-right: auto;
}

.glass-img-mobile {
  display: none;
}

.intro-paragraph {
  color: #a1a1a6;
  text-align: center;
  letter-spacing: .009em;
  width: 68%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16667;
}

.intro-paragraph.intro-paragraph--small {
  margin-top: 50px;
  font-size: 21px;
  font-weight: 600;
}

.hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-headline {
  z-index: 2;
  color: #f5f5f7;
  text-align: center;
  margin-top: 72px;
  position: relative;
}

.hero-video-medium {
  display: none;
}

.section-header {
  margin-bottom: 115px;
  position: relative;
}

.divider {
  background-color: #424245;
  height: 1px;
  margin-top: 26px;
  margin-left: 75px;
  margin-right: 25px;
}

.download {
  transform-origin: 50% 0;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.design-bezel-img {
  margin-top: 62px;
  box-shadow: 0 -20px 30px #000;
}

.design-glass {
  margin-top: 150px;
}

.ui-arrow {
  background-image: url('../images/5g_arrow__c9mz5ucsvo2u_large_2x_15g_arrow__c9mz5ucsvo2u_large_2x.jpg');
  background-position: 50%;
  background-size: contain;
  width: 22px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: 65px;
}

.download-text {
  background-color: #000;
  width: 340px;
  position: absolute;
  top: 12px;
  left: 201px;
}

.design-steel {
  margin-top: 225px;
}

.design-glass-subheading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #005e7f, #61b6cd);
  -webkit-background-clip: text;
  background-clip: text;
  width: 45%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
}

.design-display-compare-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 250px;
}

.sub-section-headline-wrap, .design-steel-text-wrap {
  position: relative;
}

.design-steel-text-wrap.design-steel-text-wrap--left {
  position: absolute;
  top: 0;
  left: 216px;
}

.design-steel-text-wrap.design-steel-text-wrap--right {
  position: absolute;
  bottom: 245px;
  right: 216px;
}

.section-heading {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.main {
  height: auto;
}

.downloads {
  margin-bottom: 0;
  padding-left: 75px;
  padding-right: 25px;
  list-style-type: none;
}

.design-display {
  padding-bottom: 150px;
}

.hardware-gradient {
  background-image: linear-gradient(#0000, #0009 10%, #000 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.design-steel-text {
  letter-spacing: -.005em;
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.glass-img {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}

.download-divider {
  background-color: #1e1e1e;
  width: 68%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-img-medium {
  display: none;
}

.design-finishes-text-wrap {
  margin-top: 55px;
}

.sub-section-subheading {
  color: #a1a1a6;
  margin-top: 24px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.19;
}

.sub-section-subheading.sub-section-subheading--water {
  padding-right: 86px;
}

.cursor1-3 {
  z-index: 9999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-dot-2 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.main-2 {
  display: block;
}

.subtitlu-sectiune {
  z-index: 100;
  color: #e3e3e3;
  letter-spacing: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  position: relative;
}

.subtitlu-sectiune.home1 {
  color: #000;
}

.subtitlu-sectiune.home1.white {
  color: #fff;
}

.subtitlu-sectiune.home4 {
  font-weight: 300;
}

.line {
  border-top: 1px solid #fff;
  width: 156px;
  margin-top: -6px;
  padding-right: 0;
}

.line._3 {
  width: 176px;
  margin-top: 0;
  position: absolute;
  left: 359px;
}

.line._2 {
  z-index: 1;
  width: 154px;
  margin-top: 0;
  position: absolute;
  bottom: 241px;
  left: 3px;
}

.line._1 {
  width: 223px;
  margin-top: 0;
  position: absolute;
  bottom: 163px;
  left: 4px;
}

.line.s2 {
  z-index: 1;
  width: 267px;
  position: absolute;
  bottom: 244px;
  left: 2px;
}

.sectiune-cheie {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectiune-cheie._3 {
  z-index: 100;
  background-color: #211f28;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  height: 100%;
  position: relative;
}

.sectiune-cheie._2 {
  z-index: 100;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.sectiune-cheie.s1 {
  background-color: #0000;
}

.sectiune-cheie.s2 {
  z-index: 1;
  background-color: #0000;
  height: 70vh;
  position: static;
}

.sectiune-cheie.home1 {
  background-image: linear-gradient(#000000ad, #000000e8), url('../images/DSC_3633_mdf1Webres3-scaled-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  height: 80vh;
  margin-top: 50px;
}

.sectiune-cheie.home2 {
  background-color: #fff;
  height: 115vh;
}

.sectiune-cheie.home-3 {
  background-color: #211f28;
  max-width: 100vw;
  height: 100%;
  display: none;
}

.sectiune-cheie.privacy {
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 249px;
}

.sectiune-cheie.studiu-de-caz {
  background-color: #0000;
  height: 70vh;
  margin-top: 150px;
}

.image-10 {
  z-index: 120;
  opacity: 1;
  color: #fff;
  border-radius: 0;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.text-block-16 {
  z-index: 1;
  color: #b0b0b0;
  letter-spacing: 2px;
  align-self: auto;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  display: block;
  position: relative;
}

.link-block-7 {
  position: relative;
  overflow: hidden;
}

.block-brands---mobile {
  display: none;
}

.image-4 {
  padding-top: 30px;
}

.section1 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.section1.hero {
  background-color: #000;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: static;
}

.content__img {
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.desktop {
  line-height: 90px;
}

.despre-text.mobile {
  display: flex;
}

.despre-text.desktop2 {
  height: 80px;
  line-height: 90px;
}

.despre-text.trail {
  z-index: 1;
  align-self: auto;
  width: auto;
  height: auto;
  font-size: 60px;
  line-height: 90px;
  position: relative;
}

.despre-text.s2, .despre-text.s3, .despre-text.s1 {
  width: 850px;
  height: auto;
  font-size: 60px;
  line-height: 80px;
}

.despre-text.home {
  width: 470px;
  height: 170px;
  font-size: 42px;
  line-height: 54px;
}

.despre-text.home1 {
  height: auto;
}

.despre-text.home2 {
  color: #000;
  width: 470px;
  height: 170px;
  font-family: Graphik web, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
}

.despre-text.home1-copy {
  height: auto;
}

.despre-text.privacy {
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 90px;
  display: flex;
}

.despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
  color: #ffffffc7;
  width: 850px;
  height: auto;
  font-size: 90px;
  line-height: 120px;
}

.div-buton {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  margin-top: 38px;
  display: flex;
}

.text-mijloc {
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 288px;
  display: block;
}

.text-mijloc._3 {
  z-index: 120;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.text-mijloc._2 {
  z-index: 120;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-mijloc._1 {
  align-self: center;
  margin-top: 174px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-mijloc.home {
  z-index: 120;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 51px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-mijloc._2-copy {
  z-index: 120;
  z-index: 120;
  inset: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-mijloc.about-us {
  z-index: 120;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.lottie-animation-2 {
  z-index: 1;
  align-self: auto;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  inset: auto auto 0% 0%;
}

.div-block-202 {
  z-index: 0;
  background-color: #000;
  display: block;
  position: absolute;
}

.div-block-202._1 {
  background-color: #0000;
  width: 100%;
  height: 60vh;
  margin-top: -90px;
  position: static;
}

.inicio-white-2 {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-family: Averta;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.despre-introo {
  z-index: 1;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  place-content: center;
  align-self: auto;
  align-items: center;
  width: 900px;
  height: 500px;
  padding-bottom: 0;
  line-height: 0;
  display: block;
  position: absolute;
}

.despre-introo.trail {
  z-index: 100;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: 440px;
  display: block;
  position: relative;
}

.despre-introo.servicii {
  display: block;
}

.despre-introo.case-studies {
  padding-left: 100px;
  display: block;
}

.despre-introo.studiu {
  position: absolute;
  inset: auto 0% 10% 15%;
}

.text {
  color: #fff;
  letter-spacing: .5px;
  max-width: 380px;
  font-family: Graphik web, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  position: static;
}

.text.buton {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.text.buton.sageata {
  font-size: 25px;
}

.text.s2 {
  max-width: 340px;
}

.text.buton-copy {
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.link-block-8 {
  z-index: 3;
  object-fit: cover;
  background-color: #000;
  background-image: url('../images/Captură-de-ecran-din-2021-06-16-la-16.20.541.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block-8.home {
  background-image: none;
  height: 60vh;
}

.block-brands---desktop {
  z-index: 100;
  position: relative;
}

.imagine-alba {
  z-index: 100;
  border: 1px solid #767676;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  inset: 0%;
}

.fade-up {
  z-index: 1;
  color: #fff;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 25vw;
  font-weight: 300;
  position: relative;
}

.fade-up.tricks {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  font-family: Graphik, sans-serif;
  font-weight: 100;
  display: block;
}

.inicio-whit-2 {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.text-block-18 {
  color: #fff;
  margin-top: 20px;
  font-family: Avertastd;
  font-weight: 300;
}

.div-block-205 {
  z-index: 100;
  object-fit: fill;
  align-self: flex-start;
  width: 83%;
  height: 70vh;
  position: relative;
  overflow: visible;
}

.div-block-205.home {
  margin-top: -167px;
}

.grid {
  display: none;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.overlay {
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0;
}

.wrapperr {
  width: 100%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.image-3 {
  white-space: normal;
  object-fit: cover;
  width: 55vw;
  max-width: 100%;
  height: 55vh;
  max-height: 500px;
  margin-top: 20%;
  margin-left: 34vw;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-3._1 {
  width: 80%;
  height: 80vh;
  max-height: 680px;
  margin-top: 0%;
  margin-left: 0;
  position: relative;
}

.cerc-sageata {
  z-index: 120;
  opacity: 1;
  object-fit: fill;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
  position: relative;
}

.cerc-sageata:hover {
  border: 1px #5f5f5f;
  border-radius: 50%;
  max-width: 65px;
  transform: scale(1.2);
}

.text-block-19 {
  color: #fff9;
  margin-top: 30px;
  font-family: Avertastd;
  font-weight: 300;
  line-height: 170%;
}

.image-6 {
  z-index: 120;
  display: inline-block;
  position: relative;
}

.magnetic-buton {
  z-index: 120;
  opacity: 1;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.container-1 {
  z-index: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: #000;
  overflow: hidden;
}

.body-3 {
  background-color: #000;
}

.cursor1-4 {
  z-index: 9999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-20 {
  color: #fff;
  text-align: center;
}

.link-block-9 {
  position: relative;
  overflow: hidden;
}

.link-block-9._1 {
  z-index: 0;
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.subtitlu-imagine {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-imagine {
  color: #fff;
  margin-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.6em;
}

.div-block-223 {
  z-index: 1;
  align-items: stretch;
  width: 32.5vh;
  height: 50vh;
  margin-top: 0;
  display: block;
  position: relative;
}

.stanga-imagine {
  width: 380px;
  height: 0;
}

.containere {
  justify-content: space-around;
  align-items: flex-start;
  width: 860px;
  max-width: 960px;
  display: flex;
  position: relative;
}

.containere.s1 {
  max-width: 1440px;
  height: 103vh;
}

.containere.s1._2 {
  justify-content: space-around;
}

.linie-text-imagine {
  border-top: 1px solid #a2a2a2;
  width: 150px;
  height: 0;
  margin-left: 20px;
}

.descriere-imagine {
  color: #767676;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.seciune-proiecte-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 450vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.lc-block {
  z-index: 100;
  width: 380px;
  text-decoration: none;
  position: relative;
}

.inner-wrap-s3 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 31.5vh;
  height: 50vh;
  display: flex;
}

.text-imagine {
  color: #a2a2a2;
  letter-spacing: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.c2-2 {
  z-index: 1;
  flex: 0 auto;
  align-self: auto;
  height: 80vh;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.c2-2.stanga {
  margin-top: 150px;
}

.inner-wrap-s4, .inner-wrap-s5, .inner-wrap-s6, .inner-wrap-s7 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 31.5vh;
  height: 50vh;
  display: flex;
}

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

.section-13 {
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#0000008a, #0000008a);
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-13.home {
  background-image: linear-gradient(#00000024, #00000024);
}

.background-video-4, .div-block-224 {
  width: 100%;
  height: 100%;
}

.background-video-5 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.demo_header {
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1106px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-3.home1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.name {
  color: #4253ff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 100px;
  font-family: Graphik, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

.slider-section {
  padding-top: 20px;
  padding-bottom: 180px;
  overflow: hidden;
}

.slider {
  z-index: 3;
  max-width: 1200px;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bg_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.div-block-225 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  top: 0;
}

.heading-6 {
  color: #fff;
  font-family: Graphik, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
  position: absolute;
  top: 0;
  left: 141px;
}

.div-block-226 {
  z-index: 1;
  width: 460px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 143px;
  position: relative;
}

.text-block {
  color: #fff;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-21 {
  color: #fff;
  font-family: Avertastd;
  font-size: 19px;
  font-weight: 400;
  position: static;
}

.text-block-21._2 {
  font-size: 15px;
}

.div-block-227 {
  width: 50%;
  height: 288px;
}

.div-block-228 {
  align-items: flex-end;
  width: 30%;
  height: 288px;
  display: none;
}

.div-block-229 {
  z-index: 1;
  position: absolute;
  inset: auto auto 20% 15%;
}

.div-block-229.home {
  bottom: 10%;
  left: 25%;
}

.div-block-229.privacy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 0%;
  left: 25%;
}

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

.section-14 {
  height: 60vh;
}

.background-video-6 {
  height: 100%;
}

.div-block-231 {
  height: 30vh;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: fixed;
  inset: 40px 2.5% auto auto;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.nav-social-media-link-icon {
  height: 20px;
}

.nav-social-media-link-icon.focus {
  opacity: 1;
}

.nav-social-media-link-icon.default {
  opacity: .5;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 18px;
}

.nav-social-address.head.r, .nav-social-address.head.menu {
  display: none;
}

.nav-social-address.contact {
  font-family: Averta;
  font-size: 15px;
}

.c-nav-social-media {
  padding-top: 50px;
  display: none;
}

._w-col-menu-links {
  display: inline-block;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.c-nav-social-media-item {
  padding: 5px;
  display: inline-block;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  position: relative;
}

._w-nav {
  padding: 40px 2.5%;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.nav-social-contact-item-link-text {
  color: #999;
  text-decoration: underline;
}

.nav-social-contact-item-link-text.default {
  color: #888;
  position: relative;
}

.nav-social-contact-item-link-text.focus {
  color: #00c3b3;
  position: absolute;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  position: relative;
}

.b-nav-menu-btn.default.p {
  background-color: #000;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Neuzeitgro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-col-menu-links {
  flex: 1;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Graphik web, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

._w-nav-social-media-link {
  padding: 5px;
  position: relative;
}

._w-nav-social-media-link.focus {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5px;
  position: absolute;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.c-menu-item-text {
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-nav-menu-btn-icon.p {
  background-color: #000;
  border-radius: 50%;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-nav {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.short.p {
  background-color: #fff;
  margin-bottom: 2px;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.nav-menu-btn-line.long.p {
  background-color: #fff;
  margin-bottom: 2px;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.cloneable-area {
  position: relative;
}

.menu-item-number {
  letter-spacing: 1px;
  font-family: Graphik web, sans-serif;
  font-size: .8em;
  font-weight: 200;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.focus {
  color: #69e1e2;
  position: absolute;
}

.c-nav-contact-link-text.default {
  font-family: Averta;
}

.link-block-10 {
  color: #fff;
  padding-right: 34px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
}

.link-block-10.menu.p, .link-block-10.contact {
  color: #000;
}

.link-menu {
  font-family: Neuzeitgrolig, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link-menu._1 {
  color: #ffffffe3;
  mix-blend-mode: difference;
  border: 1px solid #ffffff5c;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: all .35s;
}

.link-menu._1:hover {
  background-color: #00000078;
  transform: scale(1.05);
}

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

.div-block-20 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 50%;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.articol-3 {
  color: #fff;
  border-bottom: 1px solid #ffffff26;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-24 {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 50px;
}

.nr-articol {
  width: 30px;
  font-family: Droid Sans, sans-serif;
}

.blog-2 {
  z-index: 10;
  background-color: #211f28;
  height: 175vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
  padding-left: 12vw;
  padding-right: 12vw;
  position: relative;
  overflow: visible;
}

.text-block-8 {
  font-family: Graphik web, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6em;
  position: static;
}

.text-block-7 {
  width: 30px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.text-block-6 {
  color: #ffffff26;
  font-family: Graphik, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1em;
}

.dreapta {
  color: #000;
  width: 100%;
}

.text-block-13 {
  font-family: Averta;
}

.div-block-23 {
  align-self: flex-start;
  width: 50%;
  max-width: 300px;
  margin-left: 30px;
}

.text-block-9 {
  color: #ffffff80;
  letter-spacing: 2px;
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  font-size: 11px;
  font-weight: 200;
}

.div-block-22 {
  padding-bottom: 50px;
}

.text-block-10 {
  padding-left: 5%;
  padding-right: 40px;
  font-family: Graphik web, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3em;
  position: static;
}

.div-block-234 {
  justify-content: space-between;
  width: 680px;
  display: flex;
}

.bold-text {
  font-weight: 200;
}

.section-case-study {
  padding-left: 9.37em;
  padding-right: 9.37em;
}

.rich-text-block {
  padding-top: 30px;
  font-family: Graphik, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
}

.titlu {
  font-family: Graphik, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.section-15 {
  padding-left: 6.25em;
  padding-right: 6.25em;
  position: relative;
}

.brfon-2 {
  z-index: 999;
  transform-origin: 50% 0;
  background-color: #fff;
  flex: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-2 {
  background-color: #171718;
  background-image: radial-gradient(circle, #1b2722, #171717);
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hint-text {
  opacity: .5;
  color: #fff;
  align-items: center;
  width: 20vw;
  height: 20vh;
  font-weight: 800;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.intro-loader-project {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.project-nav-bar {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
}

.project-nav-button {
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.project-nav-button:hover {
  opacity: 1;
  background-color: #0000004d;
}

.project-nav-button.left {
  padding-right: 1px;
  display: none;
}

.image-13 {
  transform: rotate(180deg);
}

.exit-project-text {
  display: none;
}

.button-support-text {
  color: #3f444a;
  margin-right: 15px;
  font-size: 17px;
  font-weight: 500;
}

.project-hero-section {
  height: 100vh;
}

.project-hero-image {
  background-image: linear-gradient(#272c31a6, #272c31a6), url('../images/park-4260984_1920-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 110px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.project-hero-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-title-hero {
  color: #fff;
  margin-left: -3px;
  font-size: 50px;
  font-weight: 500;
  line-height: 27px;
}

.project-specs {
  color: #9da5af;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.scroll-down-button {
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  transition: background-color .2s;
  display: flex;
}

.scroll-down-button:hover {
  opacity: 1;
  background-color: #0000004d;
}

.down-arrow {
  transform: rotate(90deg);
}

.project-copy-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.project-copy-left-part {
  flex-direction: column;
  justify-content: flex-start;
  width: 150px;
  max-width: 150px;
  display: flex;
}

.project-section-number {
  color: #9da5af;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Graphik, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.project-section-number.sdc {
  color: #fff;
}

.project-section-small {
  color: #3f444a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  font-family: Graphik, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}

.project-section-small.sdc {
  color: #fff;
}

.project-regular-paragraph {
  width: 630px;
  margin-top: 1px;
  margin-left: 100px;
}

.copy-section-title {
  color: #b5b5b5;
  margin-bottom: 25px;
  font-family: Graphik, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 26px;
}

.copy-section-title.second-title {
  margin-top: 50px;
}

.copy-section-title.howwe {
  margin-top: 30px;
  line-height: 50px;
}

.copy-section-title.howwe.sdc {
  color: #fff;
  font-family: Graphik web, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.project-paragraph-copy {
  color: #3f444a;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
}

.project-paragraph-copy.conclusion {
  border-left: 2px solid #000;
  border-radius: 0;
  padding-left: 20px;
}

.project-paragraph-copy.sdc {
  color: #dedede;
  margin-top: 15px;
  font-weight: 300;
}

.picture-section {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 100px;
}

.picture-section.split {
  padding-bottom: 0;
}

.project-regular-img {
  margin-bottom: 75px;
}

.project-regular-img.bottom {
  margin-bottom: 0;
  position: static;
}

.bold-text-2 {
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

.div-block-238 {
  padding-top: 50px;
}

.sectiune-sdc {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 130vh;
  padding-top: 100px;
  display: flex;
}

.div-block-239 {
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-240 {
  width: 800px;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-241 {
  border-top: 1px solid #2d2d2d;
  width: 80%;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 95px;
  padding-left: 100px;
  padding-right: 100px;
}

.div-grid-sdc {
  text-align: center;
}

.heading-sdc {
  color: #fff;
  text-align: center;
  font-family: Averta cy w01;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.text-sdc {
  color: #fff;
  font-family: Averta;
  font-size: 15px;
  font-weight: 600;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-22 {
  color: #000;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.mask {
  z-index: 1;
  width: 910px;
  position: relative;
  overflow: visible;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #3e34c80a;
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next-button {
  background-color: #000;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.slider-2 {
  background-color: #0000;
  width: 910px;
  max-width: 920px;
  height: 100%;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 29px;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.submit-button {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
}

.checkbox-image.dig {
  width: 33px;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 12%;
  height: 140px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.text-counter {
  color: #5b617c73;
  font-family: Graphik, sans-serif;
  font-size: 14px;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-family: Graphik, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik, sans-serif;
  font-size: 14px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.checkbox-title {
  color: #686868;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  z-index: 1;
  width: 910px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  padding: 175px 3%;
  display: flex;
}

.animation-2 {
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.span-blue, .link {
  color: #5b3acc;
}

.link-block-12 {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
}

.link-buton {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  text-decoration: none;
}

.background-video-7 {
  width: 100%;
  height: 70%;
}

.text-span, .text-span-2, .text-span-3 {
  font-family: Graphik, sans-serif;
  font-weight: 100;
}

.body-5 {
  background-color: #000;
}

.rich-text-block-2 {
  color: #fff;
  width: 850px;
  height: auto;
  padding-top: 99px;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.text-block-23 {
  width: 850px;
}

.text-block-24 {
  color: #fff;
  width: 510px;
  padding-top: 100px;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
}

.text-block-24._2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Graphik, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.text-block-24.p {
  letter-spacing: 1px;
  padding-top: 0;
  font-family: Graphik, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.text-block-24.p-final {
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 100px;
  font-family: Graphik, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.portfolio {
  color: var(--black);
  flex: none;
  align-items: center;
  height: 2.5em;
  margin-right: 30px;
  padding-left: 1.18em;
  padding-right: 1.18em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cookie {
  z-index: 9998;
  background-color: #616161;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.p {
  color: #fff;
  margin-bottom: 0;
  font-family: Graphik, sans-serif;
  font-weight: 300;
}

.link-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.image-14 {
  margin-right: 10px;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.linee {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.linee.rotate-45 {
  transform: rotate(45deg);
}

.right-floating-cookie {
  z-index: 9998;
  background-color: #fff;
  border-radius: 10px;
  width: 560px;
  padding: 25px;
  display: none;
  position: fixed;
  inset: auto auto 30px 30px;
}

.right-cookie-image {
  align-self: flex-start;
  width: 130px;
  height: 150px;
  margin-right: 25px;
}

.white-text {
  color: #000;
  margin-bottom: 15px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.white-text.mobile {
  display: none;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-15.white-text {
  font-family: Graphik, sans-serif;
  font-weight: 600;
}

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

.cookie-button-blue {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.learn-more-span {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.div-block-242 {
  position: fixed;
}

.text-span-4 {
  font-size: 90px;
  line-height: 110px;
}

.seciune-studii-de-caz {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.case-study-1, .case-study-2 {
  background-color: #161616;
  justify-content: center;
  align-items: center;
  width: 31.5vh;
  height: 50vh;
  display: flex;
}

.div-block-243 {
  z-index: 1;
  background-image: linear-gradient(#0009, #fff0), url('../images/GVs-.png');
  background-position: 0 0, 20%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vw;
  position: relative;
}

.logo {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 121.936px;
  height: 22.6204px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2, .vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31.7184px;
  height: 8.99173px;
  text-decoration: none;
  display: flex;
}

.image-image {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31.7184px;
  height: 8.99173px;
  text-decoration: none;
  display: flex;
}

.logo-header {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 121.936px;
  height: 22.6204px;
  text-decoration: none;
  display: flex;
}

.image-image-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 121.936px;
  height: 22.6204px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31.7184px;
  height: 8.99173px;
  text-decoration: none;
  display: flex;
}

.image-image-3 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 121.936px;
  height: 22.6204px;
  text-decoration: none;
  display: flex;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="scroll-in-view-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="start-hiddner1"], html.w-mod-js [data-ix="start-hiddner-2"], html.w-mod-js [data-ix="start-hiddner-3"], html.w-mod-js [data-ix="start-hiddner-4"] {
  transform: translate(0, 100%);
}

@media screen and (min-width: 1280px) {
  .body {
    display: block;
  }

  .video-web {
    display: none;
    inset: 0%;
  }

  .container.blog {
    width: 950px;
    height: 170vh;
    margin-right: 0;
    padding-left: 0;
  }

  .handle-wrapper._3 {
    width: 50vh;
    height: 120vh;
  }

  .heading-5.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .footer-3 {
    display: flex;
  }

  .new-div-2 {
    width: 271px;
  }

  .footer-container {
    padding-bottom: 80px;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .cursorr {
    opacity: 0;
  }

  .c-dot-2 {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .subtitlu-sectiune.home1.white {
    color: #fff;
  }

  .line {
    width: 156px;
    position: absolute;
  }

  .line._3 {
    width: 176px;
    bottom: 2px;
    left: 359px;
  }

  .line._2 {
    width: 154px;
    margin-top: 0;
    bottom: 243px;
    left: 3px;
  }

  .line._1 {
    width: 223px;
    margin-top: 0;
    bottom: 163px;
    left: 4px;
  }

  .line.s2 {
    width: 267px;
    bottom: 145px;
    left: 2px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .sectiune-cheie._3 {
    height: 100%;
    padding-bottom: 123px;
  }

  .sectiune-cheie._2 {
    height: 100%;
    padding-top: 124px;
    padding-bottom: 123px;
  }

  .sectiune-cheie.s2 {
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    display: flex;
  }

  .sectiune-cheie.home1 {
    height: 100vh;
    margin-top: 50px;
  }

  .sectiune-cheie.home2 {
    background-color: #fff;
    height: 125vh;
  }

  .sectiune-cheie.studiu-de-caz {
    height: 70vh;
    margin-top: 150px;
  }

  .block-brands---mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .section1.hero {
    height: 140vh;
    max-height: 140vh;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.desktop {
    position: static;
  }

  .despre-text.mobile {
    display: flex;
  }

  .despre-text.trail {
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .despre-text.s2, .despre-text.s3 {
    width: 850px;
    font-size: 60px;
    line-height: 80px;
  }

  .despre-text.s1 {
    width: 850px;
    height: auto;
    font-size: 60px;
    line-height: 80px;
  }

  .despre-text.home {
    width: 470px;
    height: 170px;
    font-size: 42px;
    line-height: 54px;
  }

  .despre-text.home1 {
    font-size: 70px;
  }

  .despre-text.home2 {
    color: #000;
    width: 470px;
    height: 170px;
    font-size: 42px;
    font-weight: 200;
    line-height: 54px;
  }

  .despre-text.home1-copy {
    font-size: 70px;
  }

  .despre-text.privacy {
    font-size: 90px;
  }

  .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    width: 850px;
    height: auto;
    font-size: 80px;
    line-height: 100px;
  }

  .div-buton {
    width: 400px;
    height: 0;
  }

  .div-buton._1 {
    margin-top: 60px;
  }

  .text-mijloc {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0%;
  }

  .text-mijloc._3 {
    z-index: 120;
    align-self: auto;
    align-items: center;
    width: 900px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .text-mijloc._2 {
    justify-content: center;
    padding-bottom: 20vh;
  }

  .text-mijloc._1 {
    margin-top: 130px;
  }

  .text-mijloc._2-copy {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-mijloc.about-us {
    justify-content: flex-start;
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .div-block-202 {
    margin-top: 50px;
  }

  .div-block-202._1 {
    height: 70vh;
    margin-top: 50px;
  }

  .despre-introo {
    height: 400px;
  }

  .despre-introo.trail {
    z-index: 100;
    flex-direction: row;
    justify-content: flex-start;
    height: 440px;
    position: relative;
  }

  .despre-introo.servicii, .despre-introo.case-studies {
    height: auto;
  }

  .despre-introo.studiu {
    position: absolute;
    bottom: 10%;
    left: 25%;
  }

  .text.s2 {
    width: 370px;
    max-width: 370px;
  }

  .text.buton-copy {
    font-size: 12px;
  }

  .link-block-8.home {
    background-image: none;
    height: 85vh;
  }

  .block-brands---desktop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-205 {
    margin-top: -167px;
  }

  .div-block-205.home {
    height: 85vh;
  }

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

  .content {
    position: static;
  }

  .overlay {
    display: block;
  }

  .image-3 {
    max-width: 100%;
    height: 67vh;
    max-height: 700px;
    margin-top: 10%;
  }

  .image-3._1 {
    max-height: 630px;
  }

  .cerc-sageata {
    z-index: 120;
  }

  .image-6 {
    z-index: 120;
    position: relative;
  }

  .magnetic-buton {
    z-index: 120;
    cursor: pointer;
    position: relative;
  }

  .container-1 {
    display: flex;
  }

  .link-block-9._1 {
    background-color: #000;
  }

  .heading-imagine {
    color: #fff;
    width: 300px;
    margin-top: 0;
    font-family: Graphik, sans-serif;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 1.6em;
  }

  .div-block-223 {
    width: 50vh;
    height: 100vh;
    margin-top: 20vh;
  }

  .stanga-imagine {
    width: 380px;
    height: 0;
  }

  .stanga-imagine.mobile {
    z-index: 1;
    position: relative;
  }

  .stanga-imagine.mobile2 {
    z-index: 1;
    width: 360px;
    position: relative;
  }

  .containere {
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
    max-width: 960px;
    display: flex;
  }

  .containere.s1 {
    justify-content: space-around;
    max-width: 1440%;
    height: 105vh;
  }

  .containere.s1._2 {
    margin-top: 270px;
  }

  .linie-text-imagine {
    opacity: .6;
    border-top-style: solid;
    border-top-width: 1px;
    margin-left: 20px;
  }

  .descriere-imagine {
    color: #767676;
    width: 290px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
  }

  .descriere-imagine.case {
    width: 330px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .seciune-proiecte-2 {
    justify-content: flex-start;
    height: 450vh;
  }

  .lc-block {
    width: 40vh;
  }

  .inner-wrap-s3 {
    width: 55vh;
    height: 70vh;
  }

  .c2-2 {
    height: 100vh;
  }

  .c2-2.stanga {
    margin-top: 150px;
  }

  .inner-wrap-s4, .inner-wrap-s5 {
    width: 53vh;
    height: 70vh;
  }

  .inner-wrap-s6 {
    width: 55vh;
    height: 70vh;
  }

  .inner-wrap-s7 {
    width: 53vh;
    height: 70vh;
  }

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

  .section-13 {
    height: 100vh;
  }

  .section-13.home {
    background-image: linear-gradient(#000000b5, #000000b5);
  }

  .demo_header {
    height: 70vh;
  }

  .wrapper-3.home1 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-6 {
    font-weight: 100;
  }

  .div-block-228 {
    justify-content: flex-end;
  }

  .div-block-229.home {
    position: absolute;
    bottom: 10%;
    left: 25%;
  }

  .div-block-229.privacy {
    justify-content: flex-start;
    position: static;
    bottom: 10%;
    left: 25%;
  }

  .section-14 {
    height: 60vh;
  }

  .background-video-6 {
    height: 100%;
  }

  .div-block-231 {
    height: 10vh;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .nav-social-address.contact {
    font-size: 15px;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .link-menu {
    color: #fff;
    font-family: Neuzeitgrolig, sans-serif;
    font-size: 20px;
  }

  .div-block-19 {
    padding-right: 0;
  }

  .articol-3 {
    z-index: 1;
    border-bottom-style: none;
    border-bottom-color: #fff;
    padding-bottom: 0;
    position: relative;
  }

  .blog-2 {
    justify-content: center;
    align-items: center;
    height: 200vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-8 {
    width: auto;
    line-height: 1.8em;
  }

  .text-block-6 {
    color: #fff;
  }

  .div-block-23 {
    max-width: 280px;
  }

  .text-block-10 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-233 {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 10vh;
  }

  .image-11 {
    width: 50vh;
    height: 70vh;
    position: absolute;
  }

  .div-block-234 {
    flex-direction: row;
    justify-content: space-between;
    width: 680px;
    padding-top: 50px;
    display: flex;
  }

  .rich-text-block {
    padding-bottom: 50px;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .checkbox-image.f {
    width: 27px;
  }

  .checkbox-image.m {
    padding-top: 10px;
  }

  .cookie {
    padding: 8px 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .right-floating-cookie {
    display: block;
  }

  .seciune-studii-de-caz {
    justify-content: flex-start;
    height: 450vh;
  }

  .case-study-1 {
    width: 53vh;
    height: 70vh;
  }

  .case-study-2 {
    width: 55vh;
    height: 70vh;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 18px;
  }

  .exc-project-mom {
    font-family: Graphik, sans-serif;
    font-weight: 300;
  }

  .project-name.pc {
    font-weight: 400;
  }

  .project-name.mob {
    font-weight: 300;
  }

  .scroll-text-div.mob {
    display: none;
  }

  .container.blog {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 1030px;
    height: 100%;
    min-height: 50vh;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .handle-wrapper._3 {
    width: 45vh;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .div-block-221 {
    width: 88px;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .div-block-198 {
    width: 88px;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .c-dot.home-page.contact {
    z-index: 9999;
    border-color: #000;
    position: relative;
    inset: 0%;
  }

  .c-dot.home-page.c {
    border-color: #595959;
  }

  .c-dot-2 {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .subtitlu-sectiune {
    position: static;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .line {
    width: 194px;
  }

  .line._3 {
    width: 215px;
    position: absolute;
    bottom: -43px;
    left: 449px;
  }

  .line._2 {
    width: 190px;
    margin-top: 0;
    bottom: 227px;
    left: 4px;
  }

  .line._1 {
    width: 282px;
    margin-top: 0;
    bottom: 136px;
  }

  .line.s2 {
    width: 331px;
    bottom: 145px;
    left: 3px;
  }

  .sectiune-cheie {
    z-index: 100;
    position: relative;
  }

  .sectiune-cheie.s2 {
    height: 50vh;
  }

  .sectiune-cheie.home1 {
    height: 100vh;
  }

  .sectiune-cheie.home2 {
    flex-direction: row;
    justify-content: flex-start;
    height: 90vh;
  }

  .sectiune-cheie.home-3 {
    background-color: #211f28;
    height: 100%;
  }

  .sectiune-cheie.studiu-de-caz {
    height: 70vh;
    margin-top: 150px;
  }

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

  .block-brands---mobile {
    display: none;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .despre-text.desktop2 {
    height: 91px;
  }

  .despre-text.s2 {
    height: auto;
    font-size: 75px;
  }

  .despre-text.s3 {
    font-size: 75px;
  }

  .despre-text.s1 {
    width: 900px;
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .despre-text.home {
    width: 470px;
    height: 170px;
    font-size: 42px;
    line-height: 54px;
  }

  .despre-text.home2 {
    width: 470px;
    height: 170px;
    font-size: 42px;
    font-weight: 200;
    line-height: 54px;
  }

  .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    width: 900px;
    height: auto;
    font-size: 80px;
    line-height: 100px;
  }

  .text-mijloc {
    padding-left: 0%;
  }

  .text-mijloc._3 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 900px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .text-mijloc._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-mijloc._1 {
    padding-left: 0%;
  }

  .div-block-202 {
    margin-top: 70px;
  }

  .div-block-202._1 {
    margin-top: -50px;
  }

  .inicio-white-2 {
    font-family: Avertastd;
    font-weight: 300;
  }

  .despre-introo {
    margin-top: 80px;
  }

  .despre-introo.trail {
    z-index: 100;
    flex-direction: row;
    justify-content: flex-start;
    height: 440px;
    position: relative;
  }

  .despre-introo.servicii, .despre-introo.case-studies {
    width: 1140px;
  }

  .despre-introo.studiu {
    position: absolute;
    bottom: 10%;
    left: 25%;
  }

  .link-block-8.home {
    background-image: none;
  }

  .inicio-whit-2 {
    font-family: Avertastd;
    font-weight: 300;
  }

  .div-block-205.home {
    margin-top: -200px;
  }

  .grid {
    display: none;
  }

  .content {
    display: flex;
    position: static;
  }

  .image-3 {
    height: 55vh;
    max-height: 500px;
    margin-top: 14%;
  }

  .container-1 {
    margin-top: 80px;
    display: flex;
  }

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

  .heading-imagine {
    font-weight: 100;
    line-height: 36px;
  }

  .div-block-223 {
    height: 90vh;
    margin-top: 20vh;
  }

  .containere {
    justify-content: space-around;
    align-items: flex-start;
    width: 830px;
    display: flex;
  }

  .containere.s1 {
    justify-content: space-around;
  }

  .containere.s1._2 {
    margin-top: 200px;
  }

  .descriere-imagine.case {
    width: 330px;
  }

  .seciune-proiecte-2 {
    justify-content: flex-start;
    height: 450vh;
  }

  .lc-block {
    width: 300px;
    height: 300px;
  }

  .inner-wrap-s3 {
    width: 45vh;
    height: 65vh;
  }

  .c2-2 {
    width: auto;
  }

  .c2-2.stanga {
    width: 40vh;
  }

  .inner-wrap-s4, .inner-wrap-s5, .inner-wrap-s6, .inner-wrap-s7 {
    width: 45vh;
    height: 65vh;
  }

  .section-13 {
    height: 100vh;
  }

  .demo_header {
    height: 65vh;
  }

  .wrapper-3.home1 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-6 {
    font-weight: 100;
  }

  .div-block-228 {
    align-items: flex-end;
    width: 30%;
  }

  .div-block-229.home, .div-block-229.privacy {
    bottom: 10%;
  }

  .section-14 {
    height: 60vh;
  }

  .background-video-6 {
    height: 100%;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-social-media {
    display: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-family: Neuzeitgrolig, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .articol-3 {
    padding-bottom: 100px;
  }

  .blog-2 {
    justify-content: center;
    align-items: center;
    height: 200vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-234 {
    padding-top: 80px;
  }

  .project-hero-image {
    background-image: linear-gradient(#00000030, #00000030), url('../images/park-4260984_1920-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-title-hero {
    font-family: Graphik, sans-serif;
    font-weight: 300;
  }

  .project-specs {
    color: #a7a7a7;
    font-family: Graphik, sans-serif;
    font-weight: 400;
  }

  .body-4 {
    font-family: Graphik, sans-serif;
    font-weight: 300;
  }

  .mask {
    position: static;
    overflow: hidden;
  }

  .next-button.succes {
    color: #fff;
    background-color: #000;
  }

  .checkbox-image.dig {
    width: 33px;
  }

  .checkbox-image.dm {
    width: 50px;
    padding-top: 9px;
  }

  .checkbox-image.f {
    width: 27px;
  }

  .checkbox-image.m {
    padding-top: 10px;
  }

  .form-wrapper {
    position: static;
  }

  .background-video-7 {
    width: 100%;
    height: 70%;
  }

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

  .cookie-button-blue {
    font-size: 16px;
  }

  .learn-more-span {
    color: #000;
  }

  .seciune-studii-de-caz {
    justify-content: flex-start;
    height: 450vh;
  }

  .case-study-1, .case-study-2 {
    width: 45vh;
    height: 65vh;
  }
}

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

  .section.clients {
    padding-right: 0;
  }

  .fotter {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .body {
    background-color: #000;
    font-size: 24px;
  }

  .body.isload {
    background-color: #fff;
  }

  .h2.fw {
    padding-left: 9.375em;
  }

  .gp-line-marq.pl, .clients-text {
    text-transform: uppercase;
  }

  .header {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .header.single-header {
    display: none;
  }

  .header.home-header {
    justify-content: space-between;
    display: flex;
  }

  .div-block {
    flex: 0 auto;
  }

  .menu-button {
    display: none;
  }

  .brfon, .brfon-st {
    width: 100%;
  }

  .video-web {
    display: none;
  }

  .hero-slide-title._1, .hero-slide-title._3 {
    font-weight: 700;
  }

  .divblock18 {
    display: block;
  }

  .div-block-16 {
    height: 90vh;
  }

  .inner-wrap-3 {
    width: 55vh;
    height: 90vh;
  }

  .seciune-proiecte {
    padding-bottom: 10vw;
  }

  .proiectebgchange2 {
    display: block;
  }

  .handle-wrapper._3 {
    object-fit: contain;
    object-fit: contain;
    width: 32.5vh;
    height: 90vh;
  }

  .proiectebgchange {
    display: block;
    position: fixed;
    overflow: visible;
  }

  .proiectebgchange2copy {
    display: block;
  }

  .wrapper-2 {
    z-index: 0;
    position: static;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .grid-2 {
    display: none;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .div-block-221.menu {
    border-top-color: #fff;
    width: 85px;
  }

  .new-div {
    width: 271px;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .section-12 {
    z-index: 100;
    background-color: #000;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .text-block-12.menu {
    color: #000;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .div-block-198.menu {
    border-top-color: #d1d1d1;
    width: 85px;
  }

  .cursor1 {
    z-index: 99999;
    opacity: 0;
    background-color: #000;
    transition: opacity .2s;
  }

  .c-dot {
    opacity: 1;
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .text-block-17 {
    overflow: visible;
  }

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

  .cursor1-2 {
    z-index: 99999;
    opacity: 0;
    background-color: #000;
    transition: opacity .2s;
  }

  .cursorr {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .cursor1-3 {
    z-index: 99999;
    opacity: 0;
    background-color: #000;
    transition: opacity .2s;
  }

  .c-dot-2 {
    opacity: 1;
    background-color: #0000;
    border: 1px solid #000;
  }

  .div-block-219 {
    position: static;
  }

  .main-2 {
    width: 100%;
    display: block;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .line {
    width: 194px;
    bottom: 230px;
  }

  .line._3 {
    width: 215px;
    bottom: -45px;
  }

  .line._2 {
    width: 190px;
    margin-top: 0;
    bottom: 227px;
    left: 4px;
  }

  .line._1 {
    width: 280px;
    margin-top: 0;
    bottom: 137px;
  }

  .line.s2 {
    width: 332px;
    bottom: 228px;
    left: 3px;
  }

  .sectiune-cheie {
    z-index: 100;
    width: 100vw;
    position: relative;
  }

  .sectiune-cheie._2 {
    justify-content: flex-start;
    height: 80vh;
  }

  .sectiune-cheie.s1 {
    height: 100vh;
  }

  .sectiune-cheie.s2 {
    justify-content: flex-start;
    height: 30vh;
  }

  .sectiune-cheie.home1 {
    background-size: auto, contain;
    height: 80vh;
  }

  .sectiune-cheie.home2 {
    background-color: #fff;
    height: 80vh;
  }

  .sectiune-cheie.home-3 {
    height: 100%;
  }

  .sectiune-cheie.studiu-de-caz {
    height: 70vh;
    margin-top: 150px;
  }

  .block-brands---mobile {
    display: none;
  }

  .section1.hero {
    z-index: 100;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-style: solid;
    border-color: #000 #000 #00000075;
    height: 120vh;
    position: static;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .despre-text.desktop2 {
    width: auto;
    height: 90px;
  }

  .despre-text.trail {
    width: auto;
    height: auto;
  }

  .despre-text.s2, .despre-text.s3 {
    width: 1140px;
    height: 90px;
    font-size: 75px;
    line-height: 90px;
  }

  .despre-text.s1 {
    height: auto;
    font-size: 75px;
    line-height: 100px;
  }

  .despre-text.home {
    width: 470px;
    height: 170px;
    font-size: 42px;
    line-height: 54px;
  }

  .despre-text.home2 {
    color: #000;
    width: 470px;
    height: 170px;
    font-size: 42px;
    font-weight: 200;
    line-height: 54px;
  }

  .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    height: auto;
    font-size: 90px;
    line-height: 120px;
  }

  .div-buton {
    height: 70px;
  }

  .text-mijloc {
    padding-top: 0;
    padding-bottom: 150px;
    padding-left: 0%;
  }

  .text-mijloc._3 {
    width: 900px;
    padding-bottom: 0;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .text-mijloc._2, .text-mijloc.home, .text-mijloc._2-copy, .text-mijloc._2-copy, .text-mijloc.about-us {
    z-index: 10;
    position: static;
    inset: 0%;
  }

  .div-block-202 {
    margin-top: 80px;
  }

  .div-block-202._1 {
    margin-top: -150px;
  }

  .despre-introo.trail {
    z-index: 100;
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    position: relative;
  }

  .despre-introo.servicii {
    width: 1140px;
    padding-bottom: 50px;
    padding-left: 0;
    position: absolute;
  }

  .despre-introo.case-studies {
    width: 1140px;
    padding-bottom: 50px;
    padding-left: 100px;
    position: absolute;
  }

  .despre-introo.studiu {
    height: 540px;
    margin-top: 0;
    position: absolute;
    inset: auto 0% 5% 25%;
  }

  .text.buton {
    text-decoration: none;
  }

  .text.buton.sageata {
    font-family: Exo, sans-serif;
    font-size: 30px;
  }

  .text.s2 {
    width: 340px;
  }

  .link-block-8 {
    background-size: cover;
    background-attachment: scroll;
    padding-top: 0;
  }

  .link-block-8.home {
    background-image: none;
    height: 75vh;
  }

  .imagine-alba {
    max-width: 50px;
    max-height: 50px;
  }

  .fade-up.tricks {
    font-family: Graphik, sans-serif;
  }

  .inicio-whit-2 {
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .div-block-205 {
    margin-top: -167px;
  }

  .content {
    z-index: 100;
    align-items: center;
    display: flex;
    position: static;
  }

  .image-3 {
    margin-top: 14%;
  }

  .cerc-sageata {
    z-index: 120;
    position: relative;
  }

  .image-6 {
    color: #000;
    position: relative;
  }

  .container-1 {
    margin-top: 80px;
    display: flex;
  }

  .cursor1-4 {
    z-index: 99999;
    opacity: 0;
    background-color: #000;
    transition: opacity .2s;
    display: none;
  }

  .text-block-20 {
    font-family: Avertastd;
    overflow: visible;
  }

  .link-block-9._1 {
    background-color: #0000;
  }

  .heading-imagine {
    font-size: 1.4rem;
    font-weight: 100;
  }

  .div-block-223 {
    width: 32.5vh;
    height: 50vh;
    margin-top: 0;
  }

  .stanga-imagine {
    height: 0;
  }

  .containere {
    flex-flow: row;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 830px;
    display: flex;
  }

  .containere.s1 {
    justify-content: space-around;
    width: 800px;
    max-width: 1420px;
    height: 100vh;
  }

  .containere.s1._2 {
    margin-top: 0;
  }

  .descriere-imagine {
    padding-top: 0;
    padding-bottom: 0;
  }

  .descriere-imagine.case {
    width: 330px;
  }

  .seciune-proiecte-2 {
    justify-content: flex-start;
    height: 100%;
  }

  .lc-block {
    align-self: auto;
  }

  .inner-wrap-s3 {
    width: 31.5vh;
    height: 50vh;
    position: static;
  }

  .c2-2 {
    width: 50vh;
  }

  .c2-2.stanga {
    margin-top: 250px;
  }

  .inner-wrap-s4 {
    width: 31.5vh;
    height: 50vh;
  }

  .html-embed-2 {
    position: absolute;
  }

  .inner-wrap-s5 {
    width: 31.5vh;
    height: 50vh;
  }

  .inner-wrap-s6 {
    width: 31.5vh;
    height: 50vh;
    position: static;
  }

  .inner-wrap-s7 {
    width: 31.5vh;
    height: 50vh;
  }

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

  .section-13 {
    height: 100vh;
  }

  .demo_header {
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrapper-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 475px;
    display: flex;
  }

  .wrapper-3.home1 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-227 {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: 288px;
    display: block;
  }

  .div-block-228 {
    justify-content: center;
    align-items: flex-end;
    width: 50%;
  }

  .div-block-229.privacy {
    justify-content: center;
  }

  .background-video-6 {
    height: 100%;
  }

  .div-block-231 {
    height: 10vh;
  }

  .c-nav-menu-overlay-bg {
    display: block;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-nav-items {
    align-items: center;
    display: block;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .c-nav-menu-btn-icon.p {
    background-color: #000;
    border-radius: 50%;
  }

  .nav-menu-btn-line.short.p, .nav-menu-btn-line.long.p {
    background-color: #fff;
  }

  .c-nav-menu-overlay {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .c-nav-contact-link-text.default {
    font-size: 16px;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-family: Neuzeitgrolig, sans-serif;
    font-size: 20px;
  }

  .link-menu.p {
    color: #000;
  }

  .navbar {
    position: fixed;
  }

  .div-block-232 {
    z-index: 9999;
    border-right: 1px solid #ededed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 0;
    height: 100%;
    margin-left: 300px;
    display: flex;
    position: absolute;
    inset: auto 50% auto auto;
  }

  .blog-2 {
    height: 140vh;
  }

  .div-block-234 {
    padding-top: 80px;
  }

  .section-case-study {
    padding-left: 9.37em;
    padding-right: 9.37em;
  }

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

  .coloana {
    width: 30vw;
    height: 500px;
  }

  .div-block-237 {
    width: 50vw;
    height: 500px;
  }

  .rich-text-block {
    font-family: Graphik, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 40px;
  }

  .titlu {
    font-family: Graphik web, sans-serif;
    font-size: 50px;
    line-height: 70px;
  }

  .section-15 {
    padding-left: 9.375em;
    padding-right: 9.375em;
  }

  .sectiune-sdc {
    height: 70vh;
  }

  .span-blue {
    color: #000;
    font-weight: 500;
  }

  .link {
    color: var(--black);
  }

  .link-buton {
    text-decoration: none;
  }

  .background-video-7 {
    width: 100%;
    height: 86%;
  }

  .cookie-button-blue {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
  }

  .seciune-studii-de-caz {
    justify-content: flex-start;
    height: 100%;
  }

  .case-study-1 {
    width: 31.5vh;
    height: 50vh;
  }

  .case-study-2 {
    width: 31.5vh;
    height: 50vh;
    position: static;
  }

  .text-span-5 {
    line-height: 95px;
  }

  .div-block-243 {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .section, .section.start, .fotter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body.isload {
    font-size: 14px;
    line-height: 17px;
  }

  .big-text, .big-text._2 {
    font-size: 3em;
  }

  .big-text-fotter.fotter-block {
    font-size: 4.5em;
  }

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

  .man {
    margin-right: 3.125em;
  }

  .pl-partners {
    padding-left: 54.6667px;
    padding-right: 54.6667px;
  }

  .header {
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .start-btn {
    height: 40px;
  }

  .nav-menu {
    height: auto;
  }

  .heading-1, .heading-1-stroke, .heading-1-stroke.abs, .heading-1-stoke {
    font-size: 4.25em;
  }

  .cursor {
    display: none;
  }

  .menu-button {
    opacity: 0;
    flex: none;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
  }

  .hero-title-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    left: auto;
    transform: none;
  }

  .container.blog {
    height: 100vh;
  }

  .hero-slide-title {
    margin-bottom: 16px;
    font-size: 72px;
    line-height: 78px;
  }

  .inner-wrap-3, .inner-wrap, .inner-wrap-2 {
    flex: 0 auto;
    width: 636px;
    height: 423px;
    display: block;
    position: relative;
  }

  .handle-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .chat {
    bottom: 20px;
    right: 35px;
  }

  .field-label-copy, .form05_title {
    line-height: 50px;
    display: inline;
  }

  .arrow {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: grid;
  }

  .socials-footer {
    display: none;
  }

  .sub-section-headline {
    letter-spacing: 0;
    font-size: 40px;
  }

  .container-2 {
    max-width: 692px;
  }

  .screen {
    width: 520px;
    height: 920px;
    padding-top: 54px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .screen-ui-top {
    width: 439px;
    height: 135px;
  }

  .ui-download-progress {
    width: 42px;
    top: 16px;
    right: 34px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .water-img {
    width: 662px;
    left: 32px;
  }

  .hero-img {
    display: none;
  }

  .device {
    width: 520px;
    height: 920px;
  }

  .hero-video-wrap {
    width: 1020px;
    top: -62px;
    left: -156px;
  }

  .design-water-text-wrap {
    padding-right: 50%;
    top: -217px;
  }

  .design-bezel {
    padding-top: 140px;
  }

  .steel-anim {
    width: 120px;
    height: 1016px;
  }

  ._5g {
    margin-top: 220px;
  }

  .download-img {
    width: 360px;
  }

  .video.video--finishes {
    width: 706px;
    height: 606px;
  }

  .video.display-video {
    width: 288px;
    height: 566px;
  }

  .intro-paragraph {
    width: 70%;
    font-size: 21px;
  }

  .intro-paragraph.intro-paragraph--small {
    width: 100%;
    margin-top: 36px;
    font-size: 17px;
  }

  .hero-video {
    display: none;
  }

  .hero-headline {
    margin-top: 82px;
  }

  .hero-video-medium {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .section-header {
    margin-bottom: 65px;
  }

  .divider {
    margin-left: 52px;
  }

  .download {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .design-bezel-img {
    width: 590px;
  }

  .ui-arrow {
    width: 14px;
    height: 23px;
    top: 32px;
    right: 44px;
  }

  .download-text {
    width: 225px;
    top: 8px;
    left: 135px;
  }

  .design-glass-subheading {
    width: 50%;
    font-size: 26px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--left {
    left: 122px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--right {
    bottom: 250px;
    right: 122px;
  }

  .section-heading {
    letter-spacing: -.005em;
    font-size: 56px;
  }

  .downloads {
    padding-left: 51px;
    padding-right: 18px;
  }

  .design-steel-text {
    letter-spacing: 0;
    font-size: 40px;
  }

  .glass-img {
    width: 655px;
  }

  .hero-img-medium {
    display: block;
  }

  .sub-section-subheading {
    margin-top: 17px;
  }

  .sub-section-subheading.sub-section-subheading--water {
    padding-right: 124px;
    font-size: 19px;
  }

  .line._2 {
    bottom: 266px;
  }

  .line._1 {
    bottom: 187px;
  }

  .line.s2 {
    margin-top: 0;
    bottom: 235px;
  }

  .block-brands---mobile {
    display: block;
  }

  .section1.hero {
    height: 120vh;
    max-height: 120vh;
  }

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .despre-text.s1, .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    min-width: 840px;
  }

  .text-mijloc._3 {
    margin-top: 80px;
    position: relative;
  }

  .despre-introo {
    width: 740px;
    height: 490px;
  }

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .5;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 450px;
    display: grid;
  }

  .content {
    display: none;
  }

  .image-3._1 {
    width: 100%;
  }

  .inner-wrap-s3, .inner-wrap-s4, .inner-wrap-s5, .inner-wrap-s6, .inner-wrap-s7 {
    flex: 0 auto;
    width: 636px;
    height: 423px;
    display: block;
    position: relative;
  }

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

  .name {
    padding-bottom: 70px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

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

  .dreapta {
    width: 100%;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hint-text {
    width: 24vw;
  }

  .project-nav-bar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-hero-image {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .project-title-hero {
    font-size: 42px;
  }

  .project-specs {
    font-size: 12px;
    line-height: 14px;
  }

  .project-copy-section {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .project-copy-left-part {
    margin-bottom: 60px;
  }

  .project-regular-paragraph {
    width: 100%;
    max-width: 610px;
    margin-left: 0;
  }

  .copy-section-title {
    margin-bottom: 40px;
  }

  .picture-section {
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 80px;
  }

  .project-regular-img {
    margin-bottom: 40px;
  }

  .portfolio {
    height: 40px;
  }

  .right-floating-cookie {
    display: none;
  }

  .case-study-1, .case-study-2 {
    flex: 0 auto;
    width: 636px;
    height: 423px;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide-title {
    font-size: 60px;
    line-height: 66px;
  }

  .inner-wrap-3, .inner-wrap, .inner-wrap-2 {
    width: 481.58px;
    height: 319.44px;
  }

  .handle-wrapper {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 300px;
  }

  .field-label-copy {
    display: inline;
  }

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

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .form05_input {
    padding: 5px;
  }

  .form05_title {
    line-height: 40px;
    display: inline;
  }

  .quote_form {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-3 {
    position: relative;
  }

  .cursor1, .cursor1-2 {
    display: none;
  }

  .sub-section-headline {
    font-size: 32px;
  }

  .ix-shadow {
    width: 200%;
  }

  .container-2 {
    width: 87.5%;
    max-width: none;
  }

  .container-2.container--center-flex {
    text-align: left;
  }

  .screen {
    width: 321px;
    height: 563px;
  }

  .hero-video-small {
    z-index: 1;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% 0 auto;
  }

  .screen-ui-top {
    width: 269px;
    height: 82px;
  }

  .ui-download-progress {
    width: 24px;
    top: 10px;
    right: 24px;
  }

  .water-img {
    width: 596px;
    max-width: none;
    left: -86px;
  }

  .design-display-caption {
    font-size: 14px;
  }

  .design-display-caption.design-display-caption--left {
    text-align: left;
  }

  .learn-more-button.learn-more-button--blue {
    align-self: flex-start;
    margin-top: 44px;
  }

  .design-glass-subheading-wrap {
    text-align: left;
    margin-top: 19px;
  }

  .device {
    width: 321px;
    height: 563px;
  }

  .hero-video-wrap {
    justify-content: center;
    width: 120vw;
    height: 560px;
    display: flex;
    top: -20px;
    left: -16.45vw;
  }

  .design-water-text-wrap {
    padding-right: 39%;
    top: -204px;
  }

  .design-bezel {
    padding-top: 65px;
  }

  .steel-anim {
    width: 96px;
    height: 816px;
  }

  .download-img {
    width: 221px;
  }

  .video.display-video {
    width: 236px;
    height: 466px;
  }

  .glass-img-mobile {
    order: -1;
    width: 433px;
    max-width: none;
    height: 683px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .intro-paragraph {
    text-align: left;
    width: 100%;
  }

  .hero-headline {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .hero-video-medium {
    display: none;
  }

  .section-header {
    text-align: left;
  }

  .divider {
    margin-left: 35px;
    margin-right: 9px;
  }

  .download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .design-bezel-img {
    width: 562px;
    max-width: none;
  }

  .ui-arrow {
    width: 9px;
    height: 13px;
    top: 20px;
    right: 32px;
  }

  .download-text {
    width: 138px;
    top: 5px;
    left: 84px;
  }

  .design-glass-subheading {
    width: 60%;
    margin-left: 0;
    font-size: 28px;
  }

  .design-display-compare-wrap {
    justify-content: space-around;
    padding-top: 28px;
    position: static;
  }

  .design-steel-text-wrap.design-steel-text-wrap--left {
    left: 55px;
  }

  .design-steel-text-wrap.design-steel-text-wrap--right {
    right: 55px;
  }

  .section-heading {
    font-size: 48px;
  }

  .downloads {
    padding-left: 35px;
    padding-right: 9px;
  }

  .design-steel-text {
    font-size: 32px;
  }

  .glass-img, .hero-img-medium, .cursor1-3, .cursor1-4 {
    display: none;
  }

  .inner-wrap-s3, .inner-wrap-s4, .inner-wrap-s5, .inner-wrap-s6, .inner-wrap-s7 {
    width: 481.58px;
    height: 319.44px;
  }

  .name {
    font-size: 60px;
    line-height: 72px;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .hint-text {
    width: 32vw;
  }

  .project-nav-bar, .project-hero-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-copy-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .picture-section {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 90%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .right-floating-cookie {
    max-width: 90vw;
    display: none;
    bottom: 10px;
    right: 10px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .case-study-1, .case-study-2 {
    width: 481.58px;
    height: 319.44px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.clients {
    padding-bottom: 60px;
  }

  .section.start {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .section.start-project {
    margin-bottom: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.last {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.img-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.parnters {
    padding-left: 0;
    padding-right: 0;
  }

  .fotter {
    padding: 40px 20px 30px;
  }

  .project-name.pc {
    display: none;
  }

  .project-name.mob {
    display: flex;
  }

  .project-item {
    min-width: 100%;
    max-width: 100%;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .row.bottom-m {
    margin-bottom: 0;
  }

  .row.next {
    justify-content: flex-start;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
  }

  .row.start-row {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .row.fotter-row {
    margin-bottom: 0;
  }

  .coll {
    flex: none;
    width: 100%;
  }

  .coll.small {
    padding-left: 20px;
  }

  .coll.start.auto {
    justify-content: flex-start;
  }

  .coll.h-starter {
    padding-bottom: 0;
  }

  .h2 {
    margin-top: 0;
  }

  .h2.fw {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .h2.home {
    margin-bottom: 0;
  }

  .big-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .big-text._2 {
    font-size: 32px;
  }

  .serv-text {
    line-height: 36px;
  }

  .serv-text.b {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
  }

  .serv-text._3 {
    margin-bottom: 60px;
  }

  .text-testom, .dolzh-testom {
    margin-bottom: 20px;
  }

  .front-line.pl {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gp-marq.pl {
    margin-bottom: 0;
  }

  .clients-text {
    letter-spacing: -2.2px;
    font-size: 116px;
    line-height: 126px;
  }

  .big-text-fotter {
    font-size: 58px;
    line-height: 54px;
  }

  .big-text-fotter.fotter-block {
    margin-top: 0;
    font-size: 4em;
    line-height: 1;
  }

  .form-block {
    margin-top: 60px;
    margin-bottom: 79px;
    padding-bottom: 14px;
  }

  .text-filed {
    height: 38px;
    font-size: 36px;
  }

  .next-slide-form {
    width: 38px;
    height: 38px;
  }

  .peoples {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .man {
    margin-bottom: 50px;
  }

  .man-name {
    font-size: 21px;
  }

  .pl-partners {
    flex-wrap: wrap;
    place-content: flex-start space-between;
    align-items: flex-start;
    margin-bottom: 55px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .pl-mom-derzhak {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    max-width: 30%;
    display: flex;
  }

  .pl-front-partner.marq {
    flex: none;
    margin-right: 20px;
  }

  .header.home-header {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .start-btn {
    height: 2.5em;
    display: none;
  }

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

  .heading-1.project-page {
    letter-spacing: -1.36px;
    flex: none;
    height: 90px;
    max-height: 90px;
    font-size: 64px;
    line-height: 60px;
  }

  .h-span {
    letter-spacing: -.5vw;
  }

  .heading-1-stroke {
    letter-spacing: 0;
    white-space: nowrap;
    width: 400px;
    height: 70px;
    padding-top: 10px;
    font-size: 15vw;
    line-height: .9;
  }

  .heading-1-stroke.abs {
    letter-spacing: -2.5px;
    white-space: nowrap;
    padding-top: 0;
    font-size: 18vw;
  }

  .div-block {
    width: auto;
  }

  .img-single-page {
    margin-bottom: 40px;
  }

  .images-project {
    margin-bottom: 60px;
  }

  .heading-1-stoke {
    flex: none;
    height: 90px;
    max-height: 90px;
    font-size: 64px;
    line-height: 60px;
  }

  .div-for-next-img {
    height: auto;
  }

  .cursor {
    display: none;
  }

  .img-item {
    max-width: 100%;
  }

  .scroll-text-div.mob {
    margin-bottom: 5vh;
    display: flex;
  }

  .scroll-text-div.pc {
    display: none;
  }

  .tes-links {
    justify-content: space-between;
  }

  .tes-link {
    margin-right: 0;
  }

  .citys {
    flex: none;
    width: 370px;
    margin-bottom: 12vh;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 120px;
    height: 40px;
  }

  .partners-line {
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    overflow: hidden;
  }

  .hiddner-4 {
    width: 290px;
  }

  .fix-loader {
    width: 200vh;
    height: 200vh;
  }

  .hero-title-wrapper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.blog {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 185vh;
    display: flex;
  }

  .hero-title-wrap {
    position: static;
  }

  .hero-title-wrap.load-animation {
    justify-content: center;
    align-items: center;
  }

  .hero-slide-title {
    font-size: 13vw;
    line-height: 13vw;
  }

  .inner-wrap-3, .inner-wrap, .inner-wrap-2 {
    width: 286.8px;
    height: 190.8px;
  }

  .handle-wrapper {
    width: 100%;
    min-width: auto;
    height: 300px;
  }

  .handle-wrapper._3 {
    width: 40vh;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    display: flex;
  }

  .handle-wrapper._3.f {
    height: 100vh;
  }

  .chat {
    z-index: 9997;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .field-label-copy {
    line-height: 33px;
    display: inline;
  }

  .form05_h5 {
    line-height: 25px;
  }

  .form05_input {
    width: 95%;
    height: 40px;
    padding-left: 0;
    display: block;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.project {
    width: 100%;
  }

  .form05_input.budget {
    width: 90px;
    display: inline;
  }

  .form05_title {
    line-height: 25px;
    display: inline;
  }

  .project_circle_wrap {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .quote_form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .div-block-220 {
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
    display: none;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  .footer-3 {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
  }

  .div-block-200 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-221 {
    margin-left: 0;
  }

  .new-div {
    width: 271px;
  }

  .new-div.menu {
    width: 202px;
  }

  .image-9 {
    font-size: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  .text-block-12.menu {
    color: #000;
  }

  .socials-footer {
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 39px;
    line-height: 110%;
  }

  .heading-2._1 {
    padding-bottom: 8px;
    font-size: 40px;
  }

  .div-block-198 {
    text-align: center;
    width: 173px;
    margin-left: 0;
    display: none;
    position: relative;
    left: 0;
  }

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

  .text-block-11 {
    padding-bottom: 20px;
  }

  .footer-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 33%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cursor1 {
    display: none;
  }

  .link-block-5 {
    text-align: center;
  }

  .link-block-6, .cursor1-2, .cursorr {
    display: none;
  }

  .design-water-text-wrap {
    padding-right: 21%;
  }

  .design-bezel-img {
    width: 562px;
    max-width: none;
  }

  .design-finishes-text-wrap {
    text-align: left;
  }

  .sub-section-subheading.sub-section-subheading--water {
    font-size: 17px;
  }

  .cursor1-3 {
    display: none;
  }

  .subtitlu-sectiune {
    width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .subtitlu-sectiune.home1 {
    width: 200px;
  }

  .subtitlu-sectiune.home4 {
    margin-left: 30px;
  }

  .line {
    z-index: 1;
    width: 70px;
    margin-top: 19px;
    padding-top: 0;
    position: absolute;
  }

  .line._3 {
    width: 82px;
    margin-top: 19px;
    left: 50%;
  }

  .line._2 {
    width: 70px;
    margin-top: 19px;
    font-family: Graphik, sans-serif;
    bottom: auto;
    left: 36px;
  }

  .line._1 {
    width: 105px;
    margin-top: 19px;
    font-family: Averta;
    bottom: auto;
    left: 231px;
  }

  .line.s2 {
    width: 122px;
    bottom: 203px;
    left: 36px;
  }

  .sectiune-cheie {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 90vh;
    overflow: visible;
  }

  .sectiune-cheie._3 {
    height: 100vh;
    margin-left: 0;
    overflow: visible;
  }

  .sectiune-cheie._2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .sectiune-cheie.s1 {
    height: 100vh;
  }

  .sectiune-cheie.s2 {
    height: 50vh;
  }

  .sectiune-cheie.home1 {
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sectiune-cheie.home2 {
    justify-content: flex-start;
    height: 140vh;
  }

  .sectiune-cheie.privacy {
    margin-top: 80px;
  }

  .sectiune-cheie.studiu-de-caz {
    height: 50vh;
    margin-top: 150px;
  }

  .link-block-7 {
    padding-top: 13px;
  }

  .section1.hero {
    height: 125vh;
    max-height: 130vh;
    padding-top: 15%;
    padding-bottom: 15%;
    overflow: hidden;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.desktop {
    display: none;
  }

  .despre-text.mobile {
    font-weight: 300;
    display: block;
  }

  .despre-text.desktop2 {
    display: none;
  }

  .despre-text.trail {
    min-width: 400px;
    height: 40px;
    font-size: 33px;
    font-weight: 100;
    line-height: 50px;
  }

  .despre-text.s2 {
    width: auto;
    min-width: 320px;
    font-size: 26px;
    line-height: 40px;
    display: block;
  }

  .despre-text.s3 {
    width: auto;
    min-width: 280px;
    font-size: 26px;
    line-height: 40px;
    display: block;
  }

  .despre-text.s1 {
    width: auto;
    min-width: 320px;
    height: auto;
    font-size: 26px;
    line-height: 40px;
  }

  .despre-text.home {
    width: 260px;
    min-width: 300px;
    height: 160px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .despre-text.home1 {
    width: 260px;
    min-width: 300px;
    font-size: 33px;
    line-height: 1.4em;
    text-decoration: none;
  }

  .despre-text.home2 {
    width: 260px;
    min-width: 300px;
    font-size: 28px;
    line-height: 1.4em;
  }

  .despre-text.home1-copy {
    width: 260px;
    min-width: 300px;
    height: 200px;
    font-size: 40px;
    line-height: 1.4em;
  }

  .despre-text.privacy {
    width: 320px;
    min-width: 320px;
    height: 200px;
    font-size: 50px;
    line-height: 1.4em;
  }

  .despre-text.case-study1, .despre-text.case-study2, .despre-text.case-study3 {
    width: auto;
    min-width: 320px;
    height: auto;
    font-size: 26px;
    line-height: 40px;
  }

  .div-buton {
    width: 140px;
  }

  .text-mijloc {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 380px;
    padding-bottom: 200px;
    padding-left: 36px;
    padding-right: 10%;
    display: block;
  }

  .text-mijloc._3 {
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    padding-left: 36px;
  }

  .text-mijloc._2 {
    padding: 0;
  }

  .text-mijloc._1 {
    align-self: auto;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 36px;
    padding-right: 10%;
  }

  .text-mijloc.home {
    height: 100px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0%;
  }

  .text-mijloc._2-copy {
    max-width: 160px;
    height: 100px;
    padding: 20px 0% 0 0;
  }

  .text-mijloc.about-us {
    padding: 10px 0% 0 0;
  }

  .div-block-202 {
    margin-top: 50px;
  }

  .div-block-202._1 {
    margin-top: -150px;
  }

  .despre-introo {
    align-self: auto;
    width: 400px;
    height: 310px;
    padding-top: 80px;
    padding-left: 36px;
    position: absolute;
  }

  .despre-introo.trail {
    width: 410px;
    height: 280px;
    margin-left: 0;
    padding-left: 36px;
    display: block;
  }

  .despre-introo.servicii, .despre-introo.case-studies {
    height: 340px;
    padding-top: 0;
  }

  .text {
    font-family: Graphik, sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 30px;
  }

  .text.buton {
    font-family: Graphik, sans-serif;
    font-weight: 400;
  }

  .text.buton-copy {
    font-family: Graphik, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .link-block-8 {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: 60vh;
    margin-top: -100px;
  }

  .div-block-205 {
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-205.home {
    height: 60vh;
  }

  .grid {
    grid-column-gap: 16px;
    opacity: .5;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 480px;
    max-width: 340px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
  }

  .content {
    flex-direction: column;
    justify-content: center;
    width: 400px;
    height: 490px;
    display: none;
  }

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

  .image-3 {
    width: 100vw;
    max-height: 300px;
    margin-top: 30px;
    margin-left: 20%;
    overflow: visible;
  }

  .image-3._1 {
    width: 100%;
    height: 60vh;
  }

  .text-block-19 {
    padding-bottom: 20px;
  }

  .container-1 {
    justify-content: center;
    margin-top: 70px;
  }

  .cursor1-4 {
    display: none;
  }

  .link-block-9._1 {
    background-color: #000;
  }

  .heading-imagine {
    font-size: 22px;
  }

  .div-block-223 {
    justify-content: center;
    align-items: flex-start;
    width: 40vh;
    height: 60vh;
    min-height: 60px;
    display: flex;
  }

  .div-block-223.final {
    height: 30vh;
    min-height: 30px;
  }

  .stanga-imagine {
    height: 280vh;
  }

  .stanga-imagine.mobile {
    display: none;
  }

  .stanga-imagine.mobile2 {
    width: 310px;
    height: 210px;
    padding-left: 0;
    padding-right: 20px;
  }

  .containere {
    width: 415px;
    height: 220px;
  }

  .containere.s1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 160vh;
    margin-bottom: 0;
  }

  .containere.s1._2 {
    justify-content: center;
    height: 160vh;
    margin-top: 400px;
    display: flex;
  }

  .containere.s1._2.f {
    height: 150vh;
  }

  .linie-text-imagine {
    width: 100px;
  }

  .descriere-imagine {
    height: 110px;
    max-height: 110px;
  }

  .seciune-proiecte-2 {
    flex-direction: column;
    align-items: center;
    height: 550vh;
  }

  .lc-block {
    width: 300px;
    height: 300px;
  }

  .inner-wrap-s3 {
    width: 40vh;
    height: 50vh;
  }

  .c2-2 {
    justify-content: center;
    align-items: flex-start;
    height: 95vh;
    min-height: 95vh;
    display: flex;
  }

  .c2-2.stanga {
    height: 45vh;
    min-height: auto;
    margin-top: 100px;
  }

  .c2-2.stanga.final {
    height: 0;
  }

  .inner-wrap-s4, .inner-wrap-s5 {
    width: 40vh;
    height: 50vh;
  }

  .inner-wrap-s6 {
    width: 40vh;
    height: 60vh;
  }

  .inner-wrap-s7 {
    width: 40vh;
    height: 50vh;
  }

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

  .section-13.home {
    background-image: linear-gradient(#000c, #000c);
  }

  .wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 30px;
  }

  .wrapper-3.home1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 150px;
    padding-left: 35px;
    padding-right: 30px;
  }

  .wrapper-3.home {
    height: 170px;
  }

  .name {
    padding-top: 140px;
    padding-bottom: 30px;
    line-height: 63px;
  }

  .div-block-225 {
    justify-content: space-between;
    height: 80px;
    margin-top: 10px;
    position: relative;
  }

  .heading {
    display: none;
    position: absolute;
  }

  .heading-6 {
    left: 0;
  }

  .div-block-226 {
    width: 270px;
    padding-left: 0;
  }

  .div-block-227 {
    width: 100%;
    height: 230px;
  }

  .div-block-228 {
    width: 100%;
    height: 200px;
    margin-top: 50px;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 35px;
    display: block;
    left: 0%;
  }

  .div-block-229.home {
    width: 90%;
    height: 510px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-229.privacy {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .div-block-231 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-social-media, ._w-nav-social-media {
    display: none;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .menu-item-text {
    font-family: Graphik, sans-serif;
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .c-nav-menu-overlay, .c-nav-contact-link-text.focus, .link-block-10 {
    display: none;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 290px;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .articol-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    margin-left: 35px;
    padding-bottom: 0;
    padding-right: 30px;
    display: flex;
  }

  .div-block-24 {
    margin-left: 0;
    font-size: 10px;
    position: relative;
    left: 93%;
  }

  .nr-articol {
    display: none;
  }

  .blog-2 {
    z-index: 1000;
    width: 100vw;
    height: 185vh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    width: 300px;
  }

  .text-block-6 {
    color: #ffffff80;
    font-size: 40px;
  }

  .dreapta {
    z-index: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 185vh;
    display: flex;
    position: relative;
  }

  .div-block-23 {
    width: auto;
    margin-left: 0;
  }

  .text-block-10 {
    width: 300px;
    padding-left: 0%;
    font-size: 27px;
    line-height: 1.3em;
  }

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

  .div-block-234 {
    display: none;
    position: static;
  }

  .section-case-study {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rich-text-block {
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
  }

  .titlu {
    font-family: Graphik web, sans-serif;
    font-size: 30px;
  }

  .image-12 {
    position: static;
    inset: 44% auto auto 0%;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hint-text {
    width: 42vw;
  }

  .project-nav-bar {
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-image {
    background-image: linear-gradient(#272c31cc, #272c31cc), url('../images/park-4260984_1920-1.jpg');
    background-position: 0 0, 46%;
    background-size: auto, cover;
    padding-bottom: 90px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-hero-details {
    flex-direction: column;
  }

  .project-title-hero {
    text-align: center;
    font-size: 30px;
  }

  .project-specs {
    text-align: center;
    font-size: 10px;
  }

  .scroll-down-button {
    margin-top: 30px;
  }

  .project-copy-section {
    margin-left: 25px;
    margin-right: 25px;
  }

  .project-copy-left-part {
    margin-bottom: 35px;
  }

  .copy-section-title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 32px;
  }

  .copy-section-title.howwe.sdc {
    font-size: 30px;
  }

  .project-paragraph-copy {
    font-size: 15px;
    line-height: 30px;
  }

  .project-paragraph-copy.conclusion {
    border-left-width: 2px;
  }

  .project-paragraph-copy.sdc {
    width: 290px;
  }

  .picture-section {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 25px;
  }

  .project-regular-img {
    margin-bottom: 25px;
  }

  .sectiune-sdc {
    height: 170vh;
  }

  .div-block-239, .div-block-240, .div-block-241 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-sdc {
    font-size: 36px;
  }

  .text-sdc {
    font-size: 14px;
  }

  .previous {
    max-width: 110px;
    display: flex;
  }

  .mask {
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .slider-content-wrap {
    justify-content: center;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .form-content {
    padding-top: 30px;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .checkbox-image.dm {
    padding-top: 9px;
  }

  .checkbox-image.f {
    width: 27px;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slide {
    width: 100%;
    overflow: hidden;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-wrapper, .form-2 {
    overflow: hidden;
  }

  .background-video-7 {
    height: 100%;
  }

  .text-block-24 {
    width: 320px;
    padding-top: 0;
    font-family: Graphik web, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

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

  .div-text {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio {
    height: 2.5em;
    display: none;
  }

  .right-floating-cookie {
    width: 88%;
    max-width: none;
    padding-bottom: 0;
    display: flex;
    bottom: 20px;
    left: 20px;
    right: 0;
  }

  .right-cookie-image {
    align-self: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .white-text {
    display: none;
  }

  .white-text.mobile {
    display: block;
  }

  .cookie-content.mobile-vertical {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .seciune-studii-de-caz {
    flex-direction: column;
    align-items: center;
    height: 550vh;
  }

  .case-study-1, .case-study-2 {
    width: 40vh;
    height: 50vh;
  }

  #w-node-a1bb8063-fddb-ac16-5c6a-0e167f0bd5ba-1db93ca4, #w-node-a1bb8063-fddb-ac16-5c6a-0e167f0bd5bb-1db93ca4, #w-node-a1bb8063-fddb-ac16-5c6a-0e167f0bd5bc-1db93ca4, #w-node-e83b973d-445f-a4ca-bbed-c257649eb777-1db93ccb, #w-node-e83b973d-445f-a4ca-bbed-c257649eb778-1db93ccb, #w-node-e83b973d-445f-a4ca-bbed-c257649eb779-1db93ccb, #w-node-_24f80de6-c55e-7b93-01c0-65d3eac204c5-1db93cdd, #w-node-_24f80de6-c55e-7b93-01c0-65d3eac204c6-1db93cdd, #w-node-_24f80de6-c55e-7b93-01c0-65d3eac204c7-1db93cdd, #w-node-link-block-7-1db93cdd, #w-node-link-block-8-1db93cdd, #w-node-link-block-9-1db93cdd, #w-node-link-block-12-1db93cdd, #w-node-link-block-10-1db93cdd, #w-node-link-block-11-1db93cdd, #w-node-f09d6b3f-c724-9c41-32ae-dadb78afe5ae-1db93ce1, #w-node-f09d6b3f-c724-9c41-32ae-dadb78afe5af-1db93ce1, #w-node-f09d6b3f-c724-9c41-32ae-dadb78afe5b0-1db93ce1, #w-node-_2ad19b33-156e-8f59-f6c2-2e81afe4d3f2-1db93ce2, #w-node-_2ad19b33-156e-8f59-f6c2-2e81afe4d3f3-1db93ce2, #w-node-_2ad19b33-156e-8f59-f6c2-2e81afe4d3f4-1db93ce2, #w-node-_4d859d26-3993-988f-7d55-2bb8e3a85d6d-1db93ce6, #w-node-_4d859d26-3993-988f-7d55-2bb8e3a85d6e-1db93ce6, #w-node-_4d859d26-3993-988f-7d55-2bb8e3a85d6f-1db93ce6 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Black.ttf') format('truetype'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype'), url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgrolig';
  src: url('../fonts/NeuzeitGroLig.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro';
  src: url('../fonts/NeuzeitGro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeitgro bla';
  src: url('../fonts/NeuzeitGro-Bla.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Web-Extralight-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}