.div-cover {
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 0vw;
  grid-row-gap: 2.5vw;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 5vw;
  max-height: none;
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
}

.nav-menu-logo {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.img-div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.vectors-wrapper {
  display: flex;
  width: auto;
  height: 1.35vw;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vectors-wrapper.logo-footer {
  height: 0.625vw;
}

.nav-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
}

.link-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0.625vw;
  grid-row-gap: 0.625vw;
  text-decoration: none;
}

.link-text:hover {
  color: #ccc;
  text-decoration: underline;
}

.link-text.w--current:hover {
  color: #ccc;
  text-decoration: underline;
}

.link-text.btn {
  padding: 0.125vw 1.25vw;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 1vw;
}

.text-16 {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 1vw;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.nav-menu-email {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-cover {
  display: flex;
  width: 100%;
  height: 31.875vw;
  max-width: none;
  margin-top: 0vw;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-20 {
  display: flex;
  width: 100%;
  margin-bottom: 2.5vw;
  padding-right: 5vw;
  padding-bottom: 0px;
  padding-left: 5vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
}

.section-20.vertical {
  padding-right: 5vw;
  padding-left: 5vw;
  flex-direction: column;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.section-20.end {
  align-items: flex-end;
}

.div-fill-20 {
  display: flex;
  overflow: visible;
  width: 100%;
  flex-direction: column;
  grid-row-gap: 1.25vw;
}

.div-fill-20.footer {
  display: none;
  padding-bottom: 0vw;
  align-items: flex-start;
}

.div-fill-20.overflow {
  display: flex;
  overflow: hidden;
  height: auto;
  flex-direction: column;
  grid-row-gap: 1.25vw;
}

.line-section {
  display: flex;
  width: 100%;
  height: 1px;
  max-width: none;
  margin-top: 0vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #484848;
  color: #484848;
}

.line-section.light-grey {
  display: none;
}

.line-section.top-margin {
  margin-top: 11.25vw;
}

.section-80 {
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.nav-bar-sec {
  display: flex;
  width: 100%;
  padding-bottom: 2.5vw;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.h3 {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 3vw;
  line-height: 80%;
  font-weight: 400;
}

.div-fill-20-r {
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
}

.img-project {
  width: 100%;
  height: 27.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-div-img {
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0.625vw;
  grid-row-gap: 0.625vw;
}

.link-div-text {
  display: flex;
  width: 100%;
  height: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0.625vw;
  grid-row-gap: 0.625vw;
}

.run-text {
  display: flex;
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.text-200 {
  color: #161616;
  font-size: 200px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-fill-80 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.text-28 {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 1.75vw;
  line-height: 120%;
  font-weight: 400;
}

.text-28.medium-grey {
  color: grey;
}

.div-services-fill {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.line-content {
  display: flex;
  width: 100%;
  height: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #484848;
  color: #484848;
}

.line-content.form-line {
  margin-bottom: 0.625vw;
  grid-row-gap: 0vw;
}

.div-no-step {
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-fill-80-3 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-fill-40 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-brif {
  display: flex;
  width: 100%;
  height: 3.75vw;
  padding-right: 1.875vw;
  padding-left: 1.875vw;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #484848;
  border-radius: 100px;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0.08));
  text-decoration: none;
}

.div-brif:hover {
  border-width: 1px;
  border-color: grey;
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0.08));
}

.icon-download-brif {
  display: flex;
  width: 1.375vw;
  height: 1.375vw;
  padding: 0.0625vw;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 auto;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.div-social-network {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.div-forma {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.div-text-fixed {
  display: flex;
  height: 1.875vw;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-type {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-text-fixed-2 {
  display: flex;
  height: 30px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.button-send {
  display: flex;
  padding: 9px 50px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #7743e9;
  border-radius: 10px;
}

.footer {
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 5vw;
  padding-bottom: 3vw;
  padding-left: 5vw;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-20-r {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
}

.div-80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.text-12 {
  color: #ccc;
  font-size: 0.75vw;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.body {
  display: flex;
  flex-direction: column;
  grid-row-gap: 6.25vw;
  background-color: #000;
}

.lottie-animation {
  display: flex;
  width: 100%;
  height: 31.875vw;
  max-height: 27.5vw;
  justify-content: space-between;
  align-items: flex-start;
}

.div-fill-80-r {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  grid-column-gap: 5vw;
}

.text-16 {
  display: block;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 300;
}

.text-16:hover {
  text-decoration: none;
}

.text-16.medium-gray {
  color: grey;
  font-weight: 400;
}

.text-16.medium-gray:hover {
  color: grey;
}

.form-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-gap: 0vw;
}

.text-field {
  width: auto;
  margin-bottom: 0px;
  padding: 0px;
  flex: 0 auto;
  border: 1px none #000;
  background-color: transparent;
  color: #ccc;
}

.text-field.text-16 {
  width: 100%;
}

.text-field.text-16 {
  background-color: transparent;
  color: #ccc;
}

.text-field.text-16.success-msg {
  border-radius: 0.5vw;
  background-color: #484848;
  color: #42c05b;
}

.text-field.text-16.error-msg {
  background-color: #484848;
  color: #d53b3b;
}

.submit-button {
  margin-top: 3.75vw;
  padding: 0.5625vw 3.125vw;
  border-radius: 0.625vw;
  background-color: transparent;
  outline-color: #7743e9;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  font-family: 'Inter Tight', sans-serif;
  color: #7743e9;
  font-size: 1vw;
  line-height: 1.25vw;
}

.submit-button:hover {
  opacity: 0.8;
}

.img-project-mini {
  width: 100%;
  height: 13.75vw;
}

.div-text-fill {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.success-message {
  overflow: visible;
  width: 100%;
  border-radius: 0.5vw;
  background-color: #484848;
}

.error-message {
  display: none!important;
  border-radius: 0.5vw;
  background-color: #484848;
}

.section-loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  flex-direction: column;
  background-color: #000;
}

.div-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.div-loading {
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
}

.preload {
  width: 1%;
  height: 1.875vw;
  background-color: #ccc;
  perspective-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.team {
  display: flex;
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
}

.nav-bar-2 {
  display: flex;
  width: 100%;
  height: 5vw;
  padding-right: 6.25vw;
  padding-left: 6.25vw;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
}

.nav-menu-logo-2 {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.img-div-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.vectors-wrapper-4 {
  display: flex;
  width: 125.36485290527344px;
  height: 18px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-menu-2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.link-text-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-20 {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.nav-menu-email-2 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.line-section-2 {
  display: flex;
  width: 100%;
  height: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: grey;
}

.section-20-2 {
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.nav-bar-sec-2 {
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-fill-20-6 {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.img-team-s {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-team-s.mob {
  display: none;
}

.run-text-2 {
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-200-2 {
  font-family: 'Inter Tight', sans-serif;
  color: #161616;
  font-size: 200px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-20-3 {
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-20-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vectors-wrapper-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-text {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-80-3 {
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.frame-3 {
  display: flex;
  width: 100%;
  height: 330px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-2 {
  display: flex;
  width: 100%;
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.vectors-wrapper-6 {
  display: flex;
  width: 69.64714050292969px;
  height: 10px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-12-2 {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.text-22 {
  font-family: 'Inter Tight', sans-serif;
  color: grey;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.body-2 {
  display: flex;
  flex-direction: column;
  grid-row-gap: 6.25vw;
  background-color: #000;
}

.run-lottie {
  display: flex;
  width: 100%;
}

.text-20-copy {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.text-20-copy-copy {
  font-family: 'Inter Tight', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.img-team {
  width: 100%;
  height: 36.25vw;
}

.img-team.mob {
  display: none;
}

.div-20 {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  grid-row-gap: 1.25vw;
}

.div-20.dot {
  display: flex;
}

.logo-footer {
  display: block;
  width: auto;
  height: 0.625vw;
}

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

.link-block:hover {
  color: #ccc;
  text-decoration: underline;
}

.div-fill-40-r {
  display: flex;
  grid-column-gap: 2.5vw;
}

.link-social {
  display: flex;
  width: 8vw;
  height: 1.625vw;
  padding: 0vw;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 1vw;
  text-decoration: none;
  cursor: pointer;
}

.link-social:hover {
  border-color: #ccc;
}

.icon-location {
  width: auto;
  height: 0.8vw;
  max-width: none;
}

.cursor-wraper {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.cursor {
  display: flex;
}

.cursor-text.text-12 {
  display: flex;
  width: 10vw;
  height: auto;
  justify-content: center;
  align-items: center;
}

.text-14 {
  font-family: 'Inter Tight', sans-serif;
  color: grey;
  font-size: 0.875vw;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0px;
}

.div-empty {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.img-project-team {
  width: auto;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.burger-menu {
  display: none;
  width: 2vw;
  height: 2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex: 0 auto;
}

.burger-line {
  display: flex;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  background-color: #ccc;
}

.mob-menu {
  display: none;
}

.nav-group-mob {
  display: none;
}

.top {
  display: flex;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  background-color: #ccc;
}

.mid {
  display: flex;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  background-color: #ccc;
}

.bot {
  display: flex;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  background-color: #ccc;
}

.emty-div {
  display: block;
  width: 100%;
  height: 4vw;
  margin-top: 0vw;
  justify-content: space-between;
}

.mob-lottie {
  display: none;
}

@media screen and (min-width: 1920px) {
  .nav-bar {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .vectors-wrapper {
    height: 0.9375vw;
  }

  .nav-menu.nav {
    max-width: 24vw;
  }

  .section-cover {
    height: 28vw;
    max-width: 100vw;
    justify-content: center;
  }

  .section-20.vertical {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-fill-20 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-fill-20.footer {
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
  }

  .section-80 {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    grid-column-gap: 0vw;
    grid-row-gap: 4.16vw;
  }

  .h3 {
    display: flex;
    justify-content: flex-start;
    font-size: 2.5vw;
  }

  .div-fill-20-r {
    width: 100%;
    justify-content: flex-end;
  }

  .div-fill-20-r.footer {
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
  }

  .img-project {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .text-28 {
    font-size: 1.4583333333333335vw;
  }

  .icon-download-brif {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-right: 5vw;
    padding-bottom: 3vw;
    padding-left: 5vw;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
    max-height: 27vw;
    max-width: none;
    justify-content: center;
    align-items: center;
  }

  .text-16 {
    font-size: 0.8333333333333334vw;
  }

  .submit-button {
    margin-top: 3vw;
  }

  .img-project-mini {
    width: 100%;
    height: 13.75vw;
    max-width: none;
  }

  .section-loading {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    width: 100vw;
    height: 100vh;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000;
  }

  .div-logo {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0vw;
    margin-bottom: 0vw;
    justify-content: center;
    align-items: center;
  }

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

  .div-loading {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border: 1px none #000;
  }

  .lottie-animation-3 {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .image {
    width: auto;
    height: 1.5625vw;
  }

  .preload {
    width: 1%;
    height: 1.875vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ccc;
    perspective-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .body-2 {
    display: flex;
    flex-direction: column;
    grid-row-gap: 6.25vw;
    background-color: #000;
  }

  .text-14 {
    color: grey;
    font-size: 0.7291666666666667vw;
    line-height: 130%;
  }

  .img-project-team {
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .div-cover {
    height: 100dvh;
    padding-top: 25vw;
    justify-content: space-between;
    grid-row-gap: 0vw;
  }

  .nav-bar {
    display: none;
    height: 15vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .nav-menu-logo {
    height: 15vw;
    padding-right: 5vw;
    padding-left: 5vw;
    justify-content: space-between;
  }

  .img-div.w--current {
    display: block;
  }

  .vectors-wrapper {
    display: block;
    height: 5vw;
  }

  .nav-menu {
    flex-direction: column;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .nav-menu.nav {
    display: none;
    align-items: flex-start;
  }

  .nav-menu.none {
    display: none;
  }

  .nav-menu.start {
    padding-right: 5vw;
    padding-left: 5vw;
    align-items: flex-start;
  }

  .link-text.btn {
    width: 100%;
    padding: 2vw 0vw;
    grid-column-gap: 3vw;
    grid-row-gap: 0vw;
    border-radius: 6vw;
  }

  .nav-menu-email.nav {
    display: none;
  }

  .nav-menu-email.none {
    display: none;
  }

  .nav-menu-email.star {
    display: flex;
    padding-right: 5vw;
    padding-left: 5vw;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-cover {
    height: auto;
    justify-content: center;
  }

  .section-20 {
    margin-bottom: 0vw;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .section-20.vertical {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .section-20.end {
    flex-direction: column;
    justify-content: flex-end;
  }

  .div-fill-20 {
    align-items: flex-start;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .div-fill-20.nav {
    display: none;
  }

  .div-fill-20.footer {
    display: flex;
    align-items: center;
  }

  .div-fill-20.center {
    align-items: center;
  }

  .div-fill-20.desktop-footer {
    display: none;
  }

  .div-fill-20.overflow {
    grid-row-gap: 5vw;
  }

  .line-section {
    position: relative;
    z-index: -2;
    margin-top: 0vw;
  }

  .line-section.light-grey {
    position: relative;
    z-index: 0;
    display: none;
    margin-top: 0vw;
    margin-bottom: 20vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #484848;
    color: grey;
  }

  .line-section.top-margin {
    margin-top: 25vw;
  }

  .line-section.line-burger {
    z-index: 3;
    background-color: #ccc;
  }

  .section-80 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .nav-bar-sec {
    padding-bottom: 10vw;
    justify-content: space-between;
  }

  .h3 {
    font-size: 10vw;
  }

  .div-fill-20-r {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .div-fill-20-r.nav {
    display: none;
  }

  .div-fill-20-r.center {
    align-items: center;
  }

  .img-project {
    width: 100%;
    height: auto;
  }

  .link-div-img {
    flex-direction: column;
    align-items: stretch;
  }

  .div-fill-80 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .text-28 {
    font-size: 6vw;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
  }

  .div-services-fill.nav {
    display: none;
  }

  .div-no-step {
    height: 20vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-fill-40 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .div-brif {
    height: 15vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .footer {
    padding-right: 5vw;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20vw;
  }

  .text-12 {
    font-size: 3.5vw;
  }

  .body {
    grid-row-gap: 10vw;
  }

  .lottie-animation {
    display: none;
    max-height: none;
  }

  .div-fill-80-r {
    flex-direction: column;
    grid-row-gap: 5vw;
  }

  .text-16 {
    display: block;
    flex-direction: row;
    font-size: 3.5vw;
  }

  .submit-button {
    width: 100%;
    margin-top: 10vw;
    padding: 4vw 0vw;
    border-radius: 2vw;
    font-size: 3.5vw;
  }

  .img-project-mini {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .img-team-s {
    display: none;
    width: 100%;
    max-width: none;
  }

  .img-team-s.mob {
    display: block;
  }

  .run-lottie {
    display: flex;
    height: auto;
  }

  .img-team {
    display: none;
    height: auto;
  }

  .img-team.mob {
    display: block;
  }

  .div-20 {
    grid-row-gap: 5vw;
  }

  .logo-footer {
    height: 5vw;
  }

  .div-fill-40-r {
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 5vw;
  }

  .link-social {
    width: auto;
    height: auto;
    padding: 0vw;
    flex-direction: row;
    justify-content: space-between;
    border-style: none;
    border-radius: 0vw;
  }

  .icon-location {
    height: 4vw;
  }

  .text-14 {
    font-size: 3.5vw;
  }

  .div-empty {
    display: none;
    height: 15vw;
  }

  .div-empty.open-menu {
    display: flex;
  }

  .img-project-team {
    width: 100%;
    height: auto;
  }

  .burger-menu {
    position: static;
    left: auto;
    top: 5vw;
    right: 5vw;
    bottom: auto;
    z-index: 5;
    display: flex;
    width: 32px;
    height: 18px;
    padding-top: 0vw;
    padding-right: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2 {
    width: 100%;
    height: 1vw;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .burger-line {
    width: 100%;
    height: 0.5vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ccc;
  }

  .mob-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100dvh;
    padding: 0vw 0vw 5vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-row-gap: 0vw;
    background-color: transparent;
  }

  .nav-group-mob {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: flex;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 10vw;
  }

  .nav-group-mob.open-menu-nav {
    position: static;
    display: flex;
  }

  .top {
    width: 100%;
    height: 0.5vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ccc;
    perspective-origin: 0% 50%;
    transform: none;
    transform-origin: 0% 50%;
  }

  .mid {
    width: 100%;
    height: 0.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ccc;
  }

  .bot {
    width: 100%;
    height: 0.5vw;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ccc;
    perspective-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .emty-div {
    display: none;
    height: 15vw;
    margin-top: 0vw;
    align-items: flex-start;
  }

  .menu-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #7743e9;
  }

  .mob-lottie {
    display: flex;
  }

  .group-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-row-gap: 10vw;
  }
}

