.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}



/* ----------------------------------------------------------- */
.client-text{
    font-size: 80px !important;
    }
                        @media (hover:none){
                            .client-text {
                                font-size: 23px !important;
                            }
                        }
/* ----------------------------------------------------------- */


body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #0f0f0f;
  cursor: none;
}

.space {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  width: 100%;
  height: 10px;
  background-color: transparent;
  color: #fff;
}

.space.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1001;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.space.top {
  z-index: 1000;
  background-color: #fff;
}

.space-copy {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: 10px;
  background-color: transparent;
  color: #fff;
}

.space-copy.bottom {
  top: auto;
  bottom: 0px;
  z-index: 1000;
  background-color: #fff;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.space-copy.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.linii {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.raster-01 {
  width: 16.666666666666668%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.cursor-dekstop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.cursor-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 500px;
  background-color: transparent;
  cursor: none;
}

.text-block {
  direction: ltr;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-indent: 0px;
}

.navigation__menu-btn {
  overflow: hidden;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 10px;
  margin-left: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.open-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navigation-text-2 {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hamburger-line-3 {
  width: 25px;
  height: 2.22px;
  background-color: #fff;
}

.div-block {
  width: 100px;
  height: 2px;
  margin-top: 4px;
  background-color: #fff;
}

.hamburger-line-4 {
  width: 15px;
  height: 2.22px;
  background-color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 50px;
  max-width: 1440px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 90%;
  height: 50px;
  max-width: 1440px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.my-email {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer;
}

.nav-item {
  position: relative;
  z-index: 81;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.nav-item.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-2 {
  margin-top: 7px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: none;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #030303;
  cursor: none;
}

.nav-items {
  position: relative;
  z-index: 55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  max-width: 1200px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: none;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-item-number {
  margin-right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
}

.nav-item-text-full {
  margin-top: 0px;
  color: #fff;
  font-size: 120px;
  line-height: 150px;
  font-weight: 700;
}

.special-text-wrapper {
  overflow: hidden;
  height: 150px;
}

.nav-item-text {
  display: block;
  font-size: 120px;
  line-height: 150px;
  font-weight: 700;
}

.nav-footer-link {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: perspective(627px);
  transform: perspective(627px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  cursor: none;
}

.heading-50 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #cacaca;
  font-size: 26px;
  line-height: 44px;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.link-4 {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
}

.nav__bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b0b;
  cursor: none;
}

.close-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 0px;
  margin-right: -120px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn {
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
  background-image: url("../images/close-btn-white.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-7 {
  text-transform: none;
  cursor: pointer;
}

.image-8 {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 24%;
  bottom: 12%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35%;
  margin-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.client-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 29vh;
  margin-bottom: 0px;
  margin-left: 16vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #fff;
  font-size: 7.5vw;
  line-height: 10vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.client-text.outline {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: visible;
  width: 125%;
  margin-top: 33vh;
  margin-right: 0vw;
  margin-left: 13vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: transparent;
  font-size: 8vw;
  line-height: 9vw;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.client-text.solid {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 125%;
  margin-top: 33vh;
  margin-right: 0vw;
  margin-left: 13vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-size: 8vw;
  line-height: 9vw;
  text-align: right;
  cursor: none;
}

.project {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none transparent;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.project:hover {
  border-style: none;
  border-width: 2px;
  border-color: #f2f2f2;
}

.image-12 {
  position: relative;
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 33vh;
  margin-bottom: 33vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-transform: perspective(3500px);
  transform: perspective(3500px);
  cursor: pointer;
}

.project-container:hover {
  border-style: none;
  border-width: 3px;
  border-color: #fff;
}

.page {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(1235px);
  transform: perspective(1235px);
}

.btn-line {
  width: 56px;
  height: 2px;
  margin-right: 24px;
  background-color: #fff;
}

.all-rights {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.all-rights-text {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-family: Montserrat, sans-serif;
  color: #b9b9b9;
}

.hero-section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 20vh;
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-112 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-h1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 30vh;
  margin-bottom: 0px;
  margin-left: 16vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #fff;
  font-size: 7.5vw;
  line-height: 10vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.heading-h1.solid {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: -1vw;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-size: 7vw;
  text-align: right;
  cursor: none;
}

.heading-h1.outline {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  margin-top: 0vh;
  margin-right: 0vw;
  margin-left: -1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: skew(0deg, 0deg) perspective(2000px);
  transform: skew(0deg, 0deg) perspective(2000px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: transparent;
  font-size: 7vw;
  text-align: right;
  cursor: none;
}

.div-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: none;
  max-width: 900px;
  min-height: auto;
  min-width: 60vw;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-hero {
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.service-type {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.service-text-1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -20vw;
  padding: 0px 14px;
  background-color: #fdda14;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}

.service-text-1.rosu {
  background-color: #ff4242;
  color: #fff;
}

.service-text-1.oranje {
  background-color: #ededed;
  font-weight: 400;
}

.service-text-1.blue {
  background-color: #53cbb9;
}

.service-text-1.violet {
  background-color: #3c3d58;
  color: #fff;
  font-weight: 300;
}

.service-text-1.maro {
  background-color: #16050b;
  color: #fff;
}

.service-text-1.grey {
  background-color: #444;
  color: #fff;
}

.description-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 30vh;
  margin-left: 0px;
  padding-left: 200px;
  background-color: transparent;
  cursor: none;
}

.div-description {
  overflow: hidden;
  width: 700px;
  height: 350px;
  margin-left: 2vw;
  border-right: 3px none #e3d000;
}

.div-description-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 350px;
  margin-left: 0vw;
  padding: 30px 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px none #fff;
  background-color: transparent;
}

.heading-37 {
  margin-top: 0px;
  margin-bottom: 16px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 43px;
}

.heading-37.text-outline-2 {
  font-size: 41px;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.cu-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 35vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #f8e300;
  background-color: #ececec;
  cursor: none;
}

.div-900px {
  display: block;
  overflow: hidden;
  max-width: 900px;
  min-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px none #c4ad00;
  background-color: transparent;
}

.fara-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: none;
}

.div-1000px {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.imagini {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 25vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: none;
}

.imagini.brandbook {
  overflow: hidden;
}

.div-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1569px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-weight: 700;
}

.div-text.brand-book {
  z-index: auto;
  width: 72%;
  margin-top: 0vh;
}

.responisve-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000vw;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 90px;
  line-height: 130px;
  font-weight: 700;
  letter-spacing: 50px;
}

.responisve-text.outline {
  margin-left: 5vw;
  font-size: 6.5vw;
}

.responisve-text.white {
  font-size: 7vw;
}

.responisve-text.yellow {
  font-size: 8vw;
}

.div-imagini {
  overflow: hidden;
  max-width: 900px;
  min-width: 50vw;
  margin-top: 5vh;
  margin-bottom: 5vh;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px) perspective(2000px) perspective(2000px);
  transform: perspective(0px) perspective(2000px) perspective(2000px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.next-project {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 50vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.div-text-next-project {
  position: relative;
  width: 100%;
  margin-left: -20vw;
  font-size: 15px;
}

.heading-46 {
  font-family: Montserrat, sans-serif;
  color: snow;
  font-weight: 600;
}

.heading-46.solid {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.heading-46.outline {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0vw;
  font-size: 6vw;
  font-weight: 700;
}

.heading-46.solid {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 6vw;
}

.div-nextproject {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  height: auto;
  max-width: 600px;
  min-width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-decoration: none;
}

.div-project-name {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -35px;
  margin-right: 0vw;
  margin-left: 25vw;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.heading-47 {
  position: relative;
  z-index: 118;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4242;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 300;
}

.heading-47.textnegru {
  position: relative;
  width: 20vw;
  background-color: #fff;
  color: #191919;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-47.blue {
  width: 20vw;
  background-color: #53cbb9;
  color: #000;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-47.bluescrure {
  width: 20vw;
  background-color: #3c3d58;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-47.space-yellow {
  width: 20vw;
  height: auto;
  background-color: #fdda14;
  color: #000;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-47.white {
  background-color: #fff;
  color: #000;
}

.heading-47.maro {
  background-color: #16050b;
}

.heading-47.grey {
  background-color: #444;
}

.image-13 {
  position: relative;
  z-index: 2;
}

.submit-button {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #b6b6b6;
  color: #000;
}

.field-label {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  color: #fbfbfb;
  font-size: 22px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 8px;
  cursor: none;
}

.form-block {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-127 {
  width: 150px;
  height: 3px;
  margin-top: 3.2vh;
  margin-right: auto;
  margin-left: 7vw;
  background-color: #fff;
}

.div-block-131 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 1px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.div-block-129 {
  margin-right: 38px;
  margin-left: 38px;
  cursor: none;
}

.text-field {
  position: static;
  z-index: -1;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  color: #bebebe;
  font-weight: 400;
}

.heading-48 {
  position: relative;
  z-index: 15;
  font-size: 7vw;
  line-height: 91px;
}

.heading-48.outline {
  position: relative;
  z-index: 3;
  margin-left: 9.5vw;
  -webkit-transform: perspective(745px);
  transform: perspective(745px);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.form {
  width: 33vw;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 19px;
  font-weight: 400;
  cursor: none;
}

.section-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 18.9vh;
  margin-bottom: 18.9vh;
  padding-top: 159px;
  padding-bottom: 159px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  position: relative;
  z-index: 3;
  margin-top: 2.2vh;
  margin-left: 6.3vw;
  font-family: Montserrat, sans-serif;
  color: #ececec;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 4px;
  text-transform: none;
}

.div-block-128 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-right: 25px;
  margin-left: 3vw;
}

.hero-section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 20vh;
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.facebook-ads {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 853px;
  max-width: 1000px;
  min-height: auto;
  min-width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-83 {
  position: absolute;
  z-index: 6;
  max-width: 19%;
  box-shadow: 0 0 5px -2px #000;
}

.image-84 {
  position: absolute;
  z-index: 5;
  max-width: 19%;
  box-shadow: 0 0 5px -2px #000;
}

.image-85 {
  position: absolute;
  z-index: 4;
  max-width: 19%;
  box-shadow: 0 0 5px -2px #000;
}

.image-86 {
  position: absolute;
  z-index: 3;
  max-width: 19%;
  margin-left: 0px;
  box-shadow: 0 0 5px -2px #000;
}

.image-87 {
  position: absolute;
  z-index: 2;
  max-width: 19%;
  box-shadow: 0 0 5px -2px #000;
}

.image-88 {
  position: relative;
  z-index: 1;
  max-width: 30%;
  margin-right: 0px;
  margin-left: 0px;
}

.div-text-next-project-2 {
  position: relative;
  width: 100%;
  margin-left: 6vw;
  font-size: 15px;
}

.div-next-project-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  height: auto;
  max-width: 600px;
  min-width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-project-name-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -35px;
  margin-right: 6vw;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.next-project-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 75vh;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.div-block-116 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.div-block-132 {
  max-width: 1000px;
  min-width: 50%;
}

.div-block-133 {
  position: fixed;
  overflow: hidden;
  width: auto;
  max-height: none;
  max-width: 1000px;
  min-height: auto;
  min-width: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-101 {
  position: relative;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-31 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 21vh;
  margin-top: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.heading-51 {
  position: absolute;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 70px;
  font-weight: 700;
  text-align: left;
}

.heading-51.outline {
  position: absolute;
  color: transparent;
  font-size: 6vw;
  font-weight: 700;
}

.div-block-134 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outline {
  position: absolute;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3vw;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 6vw;
  line-height: 7vw;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-9 {
  color: #fff;
  font-size: 17px;
}

.heading-52 {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2vw;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4vw;
  font-weight: 300;
}

.div-block-136 {
  margin-top: 41.3vh;
}

.div-block-137 {
  position: relative;
  z-index: 2;
  margin-left: 1vw;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.hero-section-about {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 33vh;
  margin-top: 46.3vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.personal-image {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-width: none;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.personal-name {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.cristian-prodan {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3.2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 6vw;
  line-height: 10vh;
}

.cristian-prodan.outline {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  margin-top: 0px;
  color: transparent;
  font-size: 6vw;
  line-height: 19px;
}

.descrive-position {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 3.2vw;
}

.postion {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0vw;
  margin-left: 3.2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
}

.web-designer-graphic-designer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 300;
}

.line {
  position: relative;
  width: 150px;
  height: 3px;
  margin-top: 1vw;
  background-color: #fff;
}

.section-32 {
  margin-top: 25.4vh;
}

.image-102 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #0f0f0f;
}

.div-block-138 {
  width: 1000px;
  height: 1000px;
}

.hero-about-section {
  display: block;
  overflow: visible;
  height: 14vw;
  margin-top: 0vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39.3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.descritption {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50.1vw;
  margin-bottom: 13vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-10 {
  margin-right: 0vw;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
}

.section-33 {
  margin-top: 19vw;
}

.scroll {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll.home {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 157px;
  margin-right: 37px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.lottie-animation {
  width: 300px;
}

.description-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 700px;
  min-width: 40%;
  margin-right: 10.3vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-34 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linie-scroll {
  width: 70px;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.heading-53 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.div-block-139 {
  overflow: hidden;
  width: 70px;
  height: 2px;
  margin-bottom: -9px;
  margin-left: 12px;
}

.text-cristi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.error-message {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

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

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

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 17vw;
  margin-top: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.solid {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3vw;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 6vw;
  line-height: 7vw;
}

.profil-image {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50vw;
  height: auto;
  margin-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.profil-image.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

.section-description {
  display: block;
  width: auto;
  margin-top: 36.1vh;
  margin-bottom: 0vh;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.div-block-140 {
  overflow: hidden;
  margin-top: 1vw;
  margin-left: 3vw;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-54 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 2.2vw;
  line-height: 3vw;
  font-weight: 300;
}

.div-block-141 {
  position: static;
  width: auto;
  height: auto;
}

.div-block-142 {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 0vw;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.div-block-143 {
  width: 15%;
  height: 2px;
  margin-top: 1vw;
  background-color: #fff;
}

.section-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 50vh;
  margin-bottom: 0px;
  padding-top: 76px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-55 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -35px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  font-family: Montserrat, sans-serif;
  color: #fffefe;
  font-size: 50px;
  line-height: 76px;
  font-weight: 700;
}

.heading-55.text-outline-2 {
  margin-bottom: 4px;
  margin-left: -46px;
  font-size: 57px;
}

.text-block-13 {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.div-block-144 {
  margin-left: 46px;
  color: #fff;
}

.heading-56 {
  text-align: left;
  text-transform: uppercase;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.text-block-14 {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
}

.text-block-15 {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 4px;
}

.div-text-service {
  overflow: hidden;
  margin-left: 90px;
}

.profil-imagine {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-outline {
  position: absolute;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3vw;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-size: 6vw;
  line-height: 7vw;
}

.text-solid {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3vw;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 6vw;
  line-height: 7vw;
}

.div-block-146 {
  overflow: hidden;
  border: 1px none #000;
}

.select-field {
  position: relative;
  z-index: 8;
  width: auto;
  margin-top: 14px;
  border: 0px solid #000;
  background-color: #191919;
  color: #929292;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.form-block-2 {
  position: relative;
  z-index: 8;
  cursor: pointer;
}

.submit-button-2 {
  position: relative;
  z-index: 14;
  background-color: #222;
}

.form-2 {
  width: 300px;
}

.success-message-2 {
  background-color: transparent;
  color: #fff;
}

.text-block-16 {
  color: #fff;
}

.error-message-2 {
  background-color: #bbd8ff;
}

.text-field-2 {
  position: relative;
  z-index: 7;
}

.html-embed-2 {
  color: #404040;
}

.div-block-147 {
  width: auto;
  max-width: none;
  min-width: auto;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-148 {
  width: auto;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-149 {
  width: auto;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.text-outline-2 {
  width: auto;
  font-size: 37px;
}

.text-outline-2.textn22 {
  font-size: 326px;
  line-height: 268px;
}

.bold-text {
  font-size: 3vw;
  line-height: 3vh;
}

.div-block-1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1001 {
  overflow: hidden;
  margin-right: 6vw;
  padding-right: 0px;
  padding-left: 51px;
}

.section-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-top: 195px;
  margin-bottom: 121px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e1e1e;
  box-shadow: 4px 4px 20px -11px #000;
}

.div-block-1002 {
  margin-left: 0vw;
}

.text-block-15-copy {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 4px;
}

.heading-55-copy {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 76px;
  font-weight: 700;
}

.div-block-1003 {
  width: 100px;
  height: 2px;
  margin-bottom: 16px;
  margin-left: -23px;
  background-color: #d4d4d4;
}

.div-block-1004 {
  display: block;
  max-width: 600px;
  min-width: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1005 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.radio-button-field {
  overflow: hidden;
  margin-right: 50px;
  cursor: pointer;
}

.radio-button-field-2 {
  margin-right: 50px;
  cursor: pointer;
}

.ckeched:active {
  background-color: transparent;
  color: #b71818;
}

.ckeched.w--redirected-checked {
  border-color: #ededed;
}

.field-label-3 {
  margin-top: 24px;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.service-select {
  border: 1px none #000;
  background-color: #1b1b1b;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.service-select:hover {
  background-color: #161616;
}

.service-select:active {
  background-color: #313131;
  color: #fff;
}

.service-select:focus {
  background-color: #191919;
  color: #b7b7b7;
}

.text-field-3 {
  border: 1px none #000;
  background-color: #1b1b1b;
  color: #929292;
}

.text-field-3:active {
  color: #a1a1a1;
}

.text-field-3:focus {
  color: #cdcdcd;
}

.text-field-3::-webkit-input-placeholder {
  color: #a5a5a5;
}

.text-field-3:-ms-input-placeholder {
  color: #a5a5a5;
}

.text-field-3::-ms-input-placeholder {
  color: #a5a5a5;
}

.text-field-3::placeholder {
  color: #a5a5a5;
}

.text-field-4 {
  border: 1px none #000;
  border-radius: 0px;
  background-color: #1b1b1b;
  color: #929292;
}

.text-field-4:active {
  color: #a1a1a1;
}

.text-field-4:focus {
  color: #cdcdcd;
}

.text-field-4::-webkit-input-placeholder {
  color: #d4d4d4;
}

.text-field-4:-ms-input-placeholder {
  color: #d4d4d4;
}

.text-field-4::-ms-input-placeholder {
  color: #d4d4d4;
}

.text-field-4::placeholder {
  color: #d4d4d4;
}

.radio-button-label {
  font-family: Montserrat, sans-serif;
  color: #adadad;
  font-weight: 300;
}

.submit-button-3 {
  background-color: #272727;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.success-message-3 {
  background-color: #1e1e1e;
}

.error-message-3 {
  background-color: #ff3b3b;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.div-block-1006 {
  overflow: hidden;
  padding-left: 50px;
}

.radio-button-field-3 {
  cursor: pointer;
}

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

.div-block-1007 {
  width: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.form-3 {
  position: relative;
  z-index: 3;
}

.mobile-service {
  display: none;
  margin-top: 57px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.select-field-2 {
  border: 1px none #000;
  border-radius: 4px;
  background-color: transparent;
  color: #929292;
  cursor: pointer;
}

.select-field-2:active {
  color: #a1a1a1;
}

.select-field-2:focus {
  color: #aaa;
}

.div-block-1008 {
  background-color: #1b1b1b;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-1009 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 650px;
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #0f0f0f;
  background-color: transparent;
  font-size: 23px;
}

.heading-57 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  background-color: #0f0f0f;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}

.div-block-1010 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-58 {
  margin-top: 30px;
  margin-left: 200px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #0f0f0f;
  font-size: 37px;
  line-height: 53px;
  font-weight: 700;
  letter-spacing: 6px;
}

.vist-website {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-5 {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #161616;
  font-size: 26px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 6px;
  text-decoration: none;
}

.div-block-1011 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 350px;
  height: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.heading-59 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  border-bottom: 4px none #e0dede;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0px;
}

.div-block-1012 {
  height: 3px;
  background-color: #fff;
}

.div-block-1013 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-60 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 22px;
  font-weight: 400;
}

.div-block-1014 {
  overflow: hidden;
  width: 450px;
  border-bottom: 3px solid #ececec;
  line-height: 18px;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 600;
}

.link-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  font-weight: 300;
  text-decoration: none;
}

.heading-61 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.heading-62 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.div-block-1015 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-perspective: 1510px;
  perspective: 1510px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(2000px) rotate(90deg);
  transform: perspective(2000px) rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.heading-63 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 31px;
  font-weight: 400;
}

.div-block-1016 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1017 {
  position: relative;
  z-index: 3;
  background-color: #d40000;
}

.div-block-1018 {
  background-color: #9c9c9c;
}

.button {
  background-color: #464646;
}

.wg-selector-3-line {
  position: relative;
  overflow: hidden;
  width: 2rem;
  height: 2px;
}

.wg-element-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-element-wrapper.sw4 {
  z-index: 81;
}

.wg-selector3-text-lang2 {
  color: #585858;
  text-transform: uppercase;
}

.wg-selector3-text-lang1 {
  color: #fff;
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.wg-selector-3-line-fill.f2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
  background-color: #585858;
}

.wg-selector-3-line-fill.f2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-3-line-fill.f1 {
  position: relative;
}

.wg-selector-3 {
  position: relative;
  overflow: hidden;
  padding: 10px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #fff;
}

.wg-selector-3.s1 {
  color: #ff6640;
}

.wg-selector3-text-lang2-2 {
  color: #585858;
  text-transform: uppercase;
}

.wg-selector3-text-lang1-2 {
  color: #b20000;
  text-transform: uppercase;
}

.wg-button-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 2rem;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.wg-button-1:hover {
  color: #4049ff;
}

.wg-button-1-lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wg-button-1-text-lang2 {
  position: absolute;
  bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wg-button-1-text-lang1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1019 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  color: #cacaca;
  font-size: 16px;
  font-weight: 300;
}

.wg-selector3-text-lang2-3 {
  color: #585858;
  text-transform: uppercase;
}

.wg-selector-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: 0.5;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h1 {
  height: 101%;
  background-color: #fff;
}

.wg-selector-highlight.h2 {
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.wg-selector-highlight-wrapper {
  overflow: hidden;
  width: 100%;
  height: 0.5px;
  margin-top: 0rem;
}

.text-block-20 {
  color: #d8d8d8;
  line-height: 20px;
}

.text-block-21 {
  color: #d8d8d8;
}

.div-block-1020 {
  position: relative;
  z-index: 81;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ccc;
  font-size: 4vw;
  line-height: 4vw;
}

.div-block-1021 {
  width: 50%;
  height: 2px;
  background-color: #b9b9b9;
}

.heading-64 {
  font-size: 72px;
  line-height: 79px;
}

.heading-65 {
  width: 50%;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #e7e7e7;
  font-size: 26px;
  font-weight: 300;
}

.div-block-1022 {
  width: 700px;
  height: auto;
  margin-top: 351px;
}

.div-block-1023 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  margin-left: 1%;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323232;
  background-image: -webkit-gradient(linear, left top, right top, from(#393939), to(#282828));
  background-image: linear-gradient(90deg, #393939, #282828);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.div-menu:hover {
  box-shadow: inset 1px 1px 10px 0 #000;
}

.toggle {
  width: 30px;
}

.menu-line {
  width: 30px;
  height: 1.5px;
  margin-top: 6px;
  margin-bottom: 0px;
  background-color: #fff;
}

.nav-menu {
  position: fixed;
  height: 75.00000762939453px;
}

.full-screen-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #474747;
  background-image: linear-gradient(273deg, #7f7f7f, #454545);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-7 {
  position: static;
  margin-top: 13px;
  margin-bottom: 13px;
  padding: 0px 25px;
  box-shadow: 1px 1px 11px 1px #2f2f2f;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  font-family: Poppins, sans-serif;
  color: #e5e5e5;
  font-size: 83px;
  line-height: 112px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 7px;
  text-decoration: none;
}

.link-7:hover {
  box-shadow: inset 1px 1px 11px 1px #2f2f2f;
  letter-spacing: 6px;
}

.div-block-1024 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-1025 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .space.left {
    width: 9px;
  }

  .space.top {
    height: 9px;
  }

  .space-copy.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9px;
  }

  .space-copy.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 9px;
  }

  .cursor-dekstop {
    z-index: 2;
    display: none;
  }

  .cursor-2 {
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .navbar {
    z-index: 87;
  }

  .navbar-menu {
    z-index: 87;
  }

  .nav-container {
    display: none;
    font-size: 14px;
  }

  .nav__bg {
    background-color: #0b0b0b;
  }

  .close-wrap {
    margin-top: 0px;
  }

  .client-text {
    margin-left: 5vw;
  }

  .client-text.outline {
    margin-top: 30vh;
    margin-left: 13vw;
    font-size: 10vw;
    line-height: 8vw;
  }

  .client-text.solid {
    margin-top: 30vh;
    margin-left: 13vw;
    font-size: 10vw;
    line-height: 8vw;
  }

  .project {
    width: 100%;
  }

  .project-container {
    width: 67%;
    margin-top: 20vh;
    margin-bottom: 20vh;
  }

  .all-rights {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .all-rights-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-h1 {
    margin-left: 5vw;
  }

  .heading-h1.solid {
    margin-top: 0vh;
    margin-left: -2vw;
    font-size: 8vw;
  }

  .heading-h1.outline {
    margin-top: 0vh;
    margin-left: -2vw;
    font-size: 8vw;
  }

  .div-hero {
    max-width: 85vw;
    min-width: 0vw;
  }

  .service-type {
    color: #1c1c1c;
  }

  .service-text-1 {
    margin-left: -29vw;
    padding: 0px 11px;
    background-color: #ffe100;
    color: #0f0f0f;
    font-size: 2vw;
    line-height: 37px;
  }

  .description-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 123px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-description {
    width: 500px;
    margin-left: 0vw;
  }

  .div-description-inside {
    width: 500px;
    margin-left: 0vw;
    padding: 35px 34px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-37 {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 35px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .cu-background {
    padding-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-900px {
    max-width: 900px;
    min-width: 65vw;
  }

  .imagini {
    margin-top: 0vh;
  }

  .imagini.brandbook {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .div-text {
    display: none;
  }

  .div-imagini {
    max-width: 900px;
  }

  .next-project {
    margin-top: 0vh;
    padding-top: 25vh;
    padding-bottom: 25vh;
  }

  .heading-46.solid {
    font-size: 8vw;
  }

  .heading-46.outline {
    font-size: 8vw;
  }

  .heading-46.solid {
    font-size: 8vw;
  }

  .heading-47 {
    width: 35vw;
    padding: 6px 1px;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-47.textnegru {
    width: 35vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-47.blue {
    width: 35vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-47.bluescrure {
    width: 35vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-47.space-yellow {
    width: 35vw;
    height: auto;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .submit-button {
    margin-top: 11px;
    padding-top: 3px;
  }

  .form-block {
    width: auto;
  }

  .div-block-127 {
    height: 2px;
    margin-top: 16.2px;
    margin-left: 0vw;
  }

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

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

  .heading-48.outline {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0vw;
    font-size: 75px;
  }

  .form {
    width: 487px;
    margin-top: 56px;
  }

  .section-30 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 212px;
    padding-bottom: 212px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-8 {
    margin-top: 3.2vh;
    margin-left: 0vw;
    line-height: 26px;
  }

  .div-block-128 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .facebook-ads {
    width: auto;
    max-width: 70%;
    min-width: 50%;
  }

  .image-83 {
    max-width: 22%;
  }

  .image-84 {
    max-width: 22%;
  }

  .image-85 {
    max-width: 22%;
  }

  .image-86 {
    max-width: 22%;
  }

  .image-87 {
    display: none;
    max-width: 22%;
  }

  .image-88 {
    max-width: 35%;
  }

  .next-project-2 {
    margin-top: 40vh;
  }

  .hero-section-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .personal-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-width: 65vw;
  }

  .cristian-prodan {
    font-size: 9vw;
  }

  .cristian-prodan.outline {
    font-size: 9vw;
  }

  .postion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 55px;
  }

  .web-designer-graphic-designer {
    font-size: 3vw;
    line-height: 3vw;
  }

  .hero-about-section {
    display: block;
    height: 18vw;
    margin-top: 0vh;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31.7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-scroll {
    width: 156px;
  }

  .lottie-animation-2 {
    width: 250px;
  }

  .text-cristi {
    height: 10vw;
  }

  .profil-image {
    overflow: hidden;
    width: 54vw;
  }

  .profil-image.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.1vh;
    margin-bottom: 1vh;
    padding-top: 13vh;
  }

  .div {
    display: block;
    padding-right: 0vw;
  }

  .div-block-142 {
    margin-bottom: 0vw;
  }

  .div-block-143 {
    width: 15%;
  }

  .section-35 {
    margin-top: 48vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-55 {
    font-size: 41px;
  }

  .heading-55.text-outline-2 {
    margin-left: -62px;
    padding-right: 2px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 51px;
    text-align: left;
  }

  .text-block-13 {
    font-size: 19px;
  }

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

  .div-text-service {
    margin-left: 58px;
  }

  .field-label-2 {
    font-weight: 600;
  }

  .text-field-2 {
    border: 0px none #000;
    background-color: #191919;
  }

  .text-outline-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-outline-2.textn22 {
    font-size: 280px;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-1001 {
    margin-right: 0vw;
    padding-left: 66px;
  }

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

  .text-block-15-copy {
    font-size: 12px;
  }

  .heading-55-copy {
    font-size: 41px;
  }

  .div-block-1003 {
    margin-left: -12px;
  }

  .div-block-1006 {
    margin-top: 70px;
    padding-left: 66px;
  }

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

  .select-field-2 {
    border: 1px none #000;
  }

  .div-block-1009 {
    width: 450px;
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-57 {
    font-size: 22px;
    line-height: 39px;
  }

  .div-block-1010 {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0vw;
  }

  .heading-58 {
    margin-top: 0px;
    margin-left: 90px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .space.left {
    width: 7px;
  }

  .space.top {
    height: 7px;
  }

  .space-copy.bottom {
    height: 7px;
  }

  .space-copy.right {
    width: 7px;
  }

  .cursor-dekstop {
    display: none;
  }

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

  .navbar {
    z-index: 87;
    margin-top: 30px;
  }

  .navbar-menu {
    z-index: 87;
    margin-top: 30px;
  }

  .link-2 {
    font-size: 15px;
  }

  .nav-container {
    display: none;
  }

  .nav-items {
    width: 90%;
  }

  .nav-item-text-full {
    display: none;
    font-size: 48px;
    line-height: 90px;
  }

  .special-text-wrapper {
    height: auto;
  }

  .nav-item-text {
    font-size: 48px;
    line-height: 90px;
  }

  .link-4 {
    font-size: 15px;
  }

  .nav__bg {
    background-color: #0b0b0b;
  }

  .close-wrap {
    margin-top: 0px;
  }

  .client-text.outline {
    margin-top: 27vh;
    margin-left: -5vw;
    font-size: 9vw;
  }

  .client-text.solid {
    margin-top: 27vh;
    margin-left: -5vw;
    font-size: 9vw;
  }

  .project {
    height: 90vh;
  }

  .project-container {
    width: 80%;
    margin-top: 15vh;
    margin-bottom: 15vh;
  }

  .all-rights {
    margin-bottom: 0vh;
    padding-bottom: 30px;
  }

  .hero-section {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-h1.solid {
    font-size: 11vw;
    line-height: 11vw;
  }

  .heading-h1.outline {
    font-size: 11vw;
    line-height: 11vw;
  }

  .div-hero {
    max-height: 100%;
    max-width: 85%;
    min-height: 100%;
    min-width: 85%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-hero {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service-type {
    font-size: 0vw;
  }

  .service-text-1 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .description-service {
    margin-top: 35vw;
    margin-left: 0px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-description {
    width: auto;
    height: 63vw;
    max-width: 80vw;
    min-width: 73vw;
  }

  .div-description-inside {
    width: 100%;
    height: 100%;
    padding: 5vw 10vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-37 {
    margin-bottom: 0px;
    font-size: 6vw;
    line-height: 8vw;
    text-align: right;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 2.5vw;
    line-height: 5vw;
    text-align: right;
  }

  .cu-background {
    margin-top: 60vw;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-900px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    min-width: auto;
  }

  .imagini {
    margin-top: 35vw;
  }

  .imagini.brandbook {
    margin-top: 0vw;
  }

  .div-imagini {
    max-width: 100vw;
    min-width: 100vw;
  }

  .next-project {
    margin-top: 0vh;
  }

  .div-nextproject {
    max-width: 78%;
    min-width: 34%;
  }

  .heading-47 {
    width: 33vw;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 3vw;
    line-height: 6vw;
  }

  .heading-47.textnegru {
    font-size: 3vw;
    line-height: 6vw;
  }

  .heading-47.blue {
    font-size: 3vw;
    line-height: 6vw;
  }

  .heading-47.bluescrure {
    font-size: 3vw;
    line-height: 6vw;
  }

  .heading-47.space-yellow {
    font-size: 3vw;
    line-height: 6vw;
  }

  .field-label {
    font-size: 17px;
    line-height: 20px;
  }

  .heading-48.outline {
    font-size: 62px;
  }

  .form {
    width: 410px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .facebook-ads {
    max-width: 84%;
  }

  .image-87 {
    display: none;
  }

  .div-next-project-2 {
    max-width: 78%;
    min-width: 34%;
  }

  .next-project-2 {
    margin-top: 30vh;
  }

  .hero-section-about {
    height: 9vw;
  }

  .cristian-prodan {
    line-height: 9vw;
  }

  .cristian-prodan.outline {
    line-height: 9vw;
  }

  .descrive-position {
    line-height: 10vh;
  }

  .web-designer-graphic-designer {
    font-size: 4vw;
    line-height: 9vw;
  }

  .profil-image {
    width: 55vw;
  }

  .div-block-143 {
    width: 15%;
  }

  .heading-55.text-outline-2 {
    margin-left: -34px;
    font-size: 47px;
  }

  .text-block-13 {
    font-size: 17px;
  }

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

  .text-block-15 {
    font-size: 11px;
    line-height: 19px;
  }

  .div-text-service {
    margin-left: 19px;
    padding-right: 2px;
    font-size: 11px;
  }

  .text-outline {
    font-size: 8vw;
  }

  .text-solid {
    font-size: 8vw;
  }

  .text-outline-2.textn22 {
    font-size: 206px;
    line-height: 185px;
  }

  .bold-text {
    font-size: 6vw;
    line-height: 8vw;
  }

  .div-block-1001 {
    padding-left: 47px;
  }

  .section-36 {
    overflow: visible;
    margin-top: 174px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-1004 {
    max-width: 440px;
    min-width: 30vw;
  }

  .div-block-1006 {
    padding-left: 46px;
  }

  .lottie-animation-3 {
    width: 140%;
    max-width: none;
  }

  .div-block-1007 {
    overflow: hidden;
    width: 100vw;
  }

  .mobile-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-1009 {
    width: 400px;
    border-top-width: 2px;
  }

  .heading-57 {
    font-size: 17px;
    line-height: 31px;
  }

  .div-block-1010 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-58 {
    margin-top: 0px;
    margin-left: 35px;
    font-size: 4vw;
    line-height: 38px;
  }

  .div-block-1014 {
    width: 400px;
  }

  .div-block-1019 {
    padding-left: 30px;
  }

  .div-block-1021 {
    height: 1px;
  }

  .heading-65 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .space {
    height: 5px;
  }

  .space.left {
    width: 5px;
  }

  .space.top {
    height: 5px;
  }

  .space-copy {
    height: 5px;
  }

  .space-copy.bottom {
    height: 5px;
  }

  .space-copy.right {
    width: 5px;
  }

  .linii {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cursor-dekstop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block {
    font-size: 11px;
  }

  .div-block {
    width: 100px;
  }

  .navbar {
    z-index: 38;
  }

  .navbar-menu {
    z-index: 38;
    display: none;
  }

  .link-2 {
    margin-top: 9px;
  }

  .nav-container {
    z-index: 36;
    display: none;
    padding-bottom: 100px;
  }

  .nav-items {
    margin-top: 0px;
  }

  .nav-footer-link {
    margin-top: 0px;
  }

  .heading-50 {
    font-size: 21px;
  }

  .div-block-125 {
    width: 250px;
    height: 0.5px;
  }

  .link-4 {
    margin-top: 10px;
  }

  .nav__bg {
    background-color: #0b0b0b;
  }

  .close-wrap {
    margin-top: 0px;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .client-text {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .client-text.outline {
    display: block;
    margin-top: 19vh;
    margin-right: 0px;
    margin-left: -5vw;
    font-size: 13vw;
    line-height: 15vw;
    text-align: right;
  }

  .client-text.solid {
    z-index: 1;
    display: block;
    margin-top: 19vh;
    margin-right: 0px;
    margin-left: -5vw;
    font-size: 13vw;
    line-height: 15vw;
    text-align: right;
  }

  .project {
    width: 100%;
    height: 65vh;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .image-12 {
    position: relative;
  }

  .project-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
  }

  .btn-line {
    width: 38px;
  }

  .all-rights {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .hero-section {
    overflow: visible;
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-112 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-h1 {
    margin-top: 20vh;
    margin-left: 24px;
    font-size: 12vw;
    line-height: 14vw;
  }

  .heading-h1.solid {
    z-index: 1;
    display: block;
    margin-right: 0px;
    margin-left: -3vw;
    font-size: 14vw;
    line-height: 15vw;
    text-align: right;
  }

  .heading-h1.outline {
    display: block;
    margin-right: 0px;
    margin-left: -3vw;
    font-size: 14vw;
    line-height: 15vw;
    text-align: right;
  }

  .div-hero {
    max-width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-text-1 {
    font-size: 4vw;
    line-height: 7vw;
  }

  .description-service {
    overflow: hidden;
    margin-top: 50vw;
    margin-bottom: 50vw;
    margin-left: 0px;
    padding-left: 57px;
  }

  .div-description {
    width: 90vw;
    height: 106vw;
    margin-right: 8.2vw;
    margin-left: 0vw;
  }

  .div-description-inside {
    width: 100%;
    height: 100%;
    margin-right: 0vw;
    margin-left: 0vw;
    padding: 0vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-37 {
    margin-bottom: 0px;
    font-size: 8.5vw;
    line-height: 13vw;
  }

  .paragraph-4 {
    font-size: 3.5vw;
    line-height: 7vw;
    text-align: right;
  }

  .cu-background {
    padding-bottom: 16px;
  }

  .fara-background {
    margin-top: 60vw;
    margin-bottom: 0vw;
  }

  .imagini {
    margin-top: 0vh;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .imagini.brandbook {
    margin-top: 0vh;
  }

  .next-project {
    margin-top: 0vh;
    padding-top: 25vh;
    padding-bottom: 25vh;
  }

  .heading-46.solid {
    font-size: 8vw;
  }

  .heading-46.outline {
    font-size: 8vw;
  }

  .heading-46.solid {
    font-size: 8vw;
  }

  .div-project-name {
    margin-top: -2vh;
  }

  .heading-47 {
    width: 33vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .heading-47.textnegru {
    width: 35vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .heading-47.blue {
    font-size: 4vw;
    line-height: 7vw;
  }

  .heading-47.bluescrure {
    font-size: 4vw;
    line-height: 7vw;
  }

  .heading-47.space-yellow {
    width: 45vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .field-label {
    font-size: 3vw;
  }

  .heading-48.outline {
    font-size: 11vw;
  }

  .form {
    width: 90vw;
  }

  .section-30 {
    padding: 150px 5vw;
  }

  .text-block-8 {
    font-size: 4vw;
    line-height: 8vw;
  }

  .div-block-128 {
    margin-top: -22px;
  }

  .hero-section-2 {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .facebook-ads {
    max-width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .image-83 {
    max-width: 19%;
  }

  .image-84 {
    max-width: 19%;
  }

  .image-85 {
    max-width: 19%;
  }

  .image-86 {
    max-width: 19%;
  }

  .image-87 {
    display: none;
  }

  .image-88 {
    max-width: 30%;
  }

  .div-project-name-2 {
    margin-top: -2vh;
  }

  .div-block-116 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .outline {
    font-size: 9vw;
  }

  .personal-image {
    max-width: 80vw;
    min-width: 70vw;
  }

  .cristian-prodan {
    font-size: 10vw;
  }

  .cristian-prodan.outline {
    font-size: 10vw;
  }

  .postion {
    height: 10vw;
  }

  .web-designer-graphic-designer {
    font-size: 5vw;
  }

  .line {
    position: relative;
    z-index: 2;
    width: 25vw;
    margin-top: 7px;
  }

  .hero-about-section {
    margin-top: 59vh;
  }

  .scroll {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-left: 44%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .linie-scroll {
    height: 1.3px;
  }

  .heading-53 {
    font-size: 14px;
  }

  .solid {
    font-size: 9vw;
  }

  .profil-image {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 64vw;
    margin-top: 0px;
  }

  .div {
    padding-left: 0vw;
  }

  .div-block-140 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 3vw;
  }

  .heading-54 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-142 {
    height: auto;
    margin-bottom: 0vw;
  }

  .div-block-143 {
    width: 15%;
    height: 2px;
    margin-top: 3vw;
  }

  .section-35 {
    overflow: hidden;
    margin-top: 30vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-55 {
    font-size: 38px;
  }

  .heading-55.text-outline-2 {
    color: #ececec;
    font-size: 40px;
  }

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

  .div-block-145 {
    width: 96%;
    margin-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-15 {
    margin-top: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    font-size: 2.4vw;
    line-height: 3vw;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .div-text-service {
    margin-left: 14px;
    padding-right: 0px;
  }

  .text-outline {
    font-size: 9vw;
  }

  .text-solid {
    font-size: 9vw;
  }

  .text-outline-2.textn22 {
    font-size: 158px;
    line-height: 140px;
  }

  .bold-text {
    font-size: 6vw;
  }

  .section-36 {
    position: relative;
    width: auto;
    margin-top: 101px;
    margin-bottom: 100px;
  }

  .text-block-15-copy {
    margin-top: 0px;
    margin-left: 2px;
    font-size: 2vw;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .div-block-1004 {
    max-width: 300px;
    min-width: 25vw;
  }

  .radio-button-field {
    overflow: hidden;
    margin-right: 10px;
  }

  .radio-button-field-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .service-select {
    background-color: #c70000;
  }

  .text-field-3 {
    border-width: 0px;
    border-radius: 0px;
  }

  .radio-button-label {
    color: #c7c7c7;
    font-size: 12px;
    text-decoration: none;
  }

  .radio-button-field-3 {
    margin-right: 3px;
    margin-left: 0px;
    text-decoration: none;
  }

  .lottie-animation-3 {
    position: relative;
    width: 163vw;
  }

  .div-block-1007 {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .mobile-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin-left: -2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .select-field-2 {
    border: 2px none #000;
    border-radius: 0px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #aaa;
  }

  .div-block-1008 {
    background-color: #1b1b1b;
  }

  .div-block-1009 {
    width: 293px;
    margin-top: -1px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-57 {
    font-size: 13px;
    line-height: 33px;
  }

  .div-block-1010 {
    z-index: 1;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0vw;
  }

  .heading-58 {
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: 30px;
    font-size: 4vw;
    line-height: 40px;
    letter-spacing: 4px;
  }

  .div-block-1014 {
    width: 85vw;
    border-bottom-width: 2px;
    text-decoration: none;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .link-6 {
    font-size: 4.5vw;
  }

  .heading-61 {
    font-size: 3.7vw;
    line-height: 20px;
    text-decoration: none;
  }

  .div-block-1019 {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-19 {
    margin-right: 8px;
    font-size: 13px;
  }

  .wg-selector-1.s1 {
    padding: 5px;
  }

  .wg-selector-1.s2 {
    padding: 6px;
  }

  .wg-selector-highlight-wrapper {
    height: 0.5px;
    margin-top: -0.05rem;
  }

  .text-block-20 {
    font-size: 10px;
    line-height: 19px;
  }

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

  .div-block-1020 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading2 {
    width: 1200%;
    font-size: 8vw;
  }

  .heading-65 {
    margin-top: -1px;
    font-size: 15px;
  }
}