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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

a {
  color: #3e3b3b;
  font-weight: 700;
  text-decoration: underline;
}

.main-container {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  padding-top: 20px;
  padding-bottom: 0px;
  -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;
}

.main-container.consultation-area {
  padding-top: 100px;
}

.hello-area {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  min-height: 0px;
  margin-bottom: 140px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hello-area.main-container {
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welcome-text {
  position: static;
  width: 50%;
}

.body {
  padding-top: 0px;
  background-color: #fafafa;
}

.h1-big {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #3e3b3b;
  font-size: 59px;
  line-height: 59px;
  font-weight: 400;
}

.p {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #3e3b3b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.p.wellcome {
  width: 79%;
}

.p.small {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.p.small.process-text {
  margin-left: 17px;
  font-size: 18px;
}

.p.answer {
  padding-left: 0px;
}

.p.consultation-list {
  margin-bottom: 21px;
  font-weight: 400;
}

.p.consultation-list.link-separation {
  margin-bottom: 40px;
}

.p.link-separation {
  margin-bottom: 40px;
}

.a {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #3e3b3b;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 6px;
  text-decoration: none;
  cursor: e-resize;
}

.a:hover {
  opacity: 0.71;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: skew(-8deg, 0deg) translate(29px, 0px) perspective(0px);
  transform: skew(-8deg, 0deg) translate(29px, 0px) perspective(0px);
}

.a.footer {
  margin-bottom: 40px;
  padding-left: 5px;
  color: #fafafa;
}

.a.welcome-link {
  width: 52%;
}

.button-underline {
  width: 50px;
  height: 4px;
  background-color: #05ec94;
}

.button-underline.footer {
  background-color: #fafafa;
}

.text-block {
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 5px;
}

.scroll-symbol {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 13%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 149px;
  padding-bottom: 149px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about.main-container {
  padding-top: 220px;
  padding-bottom: 220px;
}

.doing-image {
  position: relative;
  display: block;
  width: 54%;
  height: auto;
  margin-bottom: -70px;
  padding-bottom: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.what-i-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 75%;
  -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;
}

.work-areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-regular {
  display: inline-block;
  margin-bottom: 40px;
  background-color: transparent;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #3e3b3b;
  font-size: 44px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
}

.h2-regular.h2-areas {
  margin-top: 0px;
  margin-bottom: 22px;
}

.h3-list-areas {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.h3-list-areas.link-separation {
  margin-bottom: 40px;
}

.small-process-container {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: -12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.small-process-item {
  margin-right: 20px;
}

.costumers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.costumers.main-container {
  padding-top: 170px;
  padding-bottom: 170px;
}

.costumer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-full {
  position: static;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -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;
}

.p-footer {
  margin-bottom: 15px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fafafa;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.footer-questions {
  height: auto;
}

.legal-footer {
  padding-left: 5px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.why-consultation {
  width: 40%;
}

.consultation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.design-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.consultation-call-goals {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
}

.process-icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.triangle {
  margin-top: 100px;
  margin-bottom: 10px;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-top: 40px;
  margin-right: 83px;
  margin-bottom: 22px;
  -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-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;
}

.image {
  margin-bottom: 10px;
}

.image-2 {
  margin-bottom: 10px;
}

.image-3 {
  margin-bottom: 10px;
}

.image-4 {
  margin-bottom: 10px;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  margin-bottom: 10px;
}

.image-7 {
  margin-bottom: 10px;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
}

.question-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.faq-question {
  margin-bottom: 22px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #3e3b3b;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
}

.question-container {
  width: 60%;
  padding-left: 40px;
  border-left: 3px solid #05ec94;
  color: #3e3b3b;
}

.menumobile {
  position: static;
  display: none;
  width: 10%;
}

.brand {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.nav-link:hover {
  color: #05ec94;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #3e3b3b;
  text-decoration: underline;
}

.line {
  position: relative;
  top: 0px;
  width: 3px;
  height: 100%;
  background-color: #05ec94;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -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;
}

.work-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1300px;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, min-content) 0px auto 0px auto 0px auto;
  grid-template-rows: minmax(auto, -webkit-min-content) auto auto auto;
  grid-template-rows: minmax(auto, min-content) auto auto auto;
  background-color: #fff;
}

.work-row-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15%;
}

.work-row-home.second {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.work-row-home.third {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-home-img {
  height: 100%;
}

.work-home-img.half {
  width: 50%;
}

.work-home-img.half.brugalvalla2 {
  background-image: url('../images/brugal_2018.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.half._959-brand {
  background-image: url('../images/logo_959_present.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.half._959-pack {
  background-image: url('../images/959caja-abierta.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.quarter {
  width: 25%;
}

.work-home-img.quarter.brugal-opi {
  background-image: url('../images/opis-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.quarter.smartpik {
  background-image: url('../images/smartpik-logo.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.work-home-img.quarter.trapa-logo {
  background-color: #ef7d44;
  background-image: url('../images/logo_125trapa.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.work-home-img.quarter.bonafont {
  background-image: url('../images/bonafont25.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-home-img.quarter.trapa-pack1 {
  background-image: url('../images/cortados-trapa-varios.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.quarter.trapa-packs2 {
  background-image: url('../images/trapa-postres.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.work-home-img.quarter.garavilla-logo {
  background-image: url('../images/garavilla_logo.png');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.work-home-img.complete-width {
  width: 100%;
}

.work-home-img.complete-width.danone-packs {
  background-image: url('../images/corpos.jpg');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.work-home-img.complete-width.aszende-flota {
  background-image: url('../images/aszende-cars.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-home-img.three-quarters {
  width: 75%;
}

.work-home-img.three-quarters.brugalvalla1 {
  background-image: url('../images/Valla_Brugal_low.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-home-img.trapa-logo {
  background-image: url('../images/logo_125trapa.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.work-container {
  width: 100%;
  height: 2500px;
}

.subtittle {
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 31px;
  line-height: 30px;
  font-weight: 400;
}

.logo-footer {
  width: 15%;
  padding-right: 20px;
}

.hero-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 49%;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.image-29 {
  max-width: 150%;
}

.section-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 90px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-process.main-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.business-minded.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 220px;
  -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;
}

.business-text {
  width: 49%;
}

.knowledge-img {
  width: 49%;
  padding-right: 0px;
  padding-left: 36px;
}

.coffee-consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  -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;
}

.coffee-consultation.main-container {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.consultation-goals {
  width: 40%;
}

.coffee-image {
  width: 40%;
}

.main-navbar {
  position: fixed;
  z-index: 10000;
  width: 100%;
}

.nav-bar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.nav-bar-content.main-container {
  padding-right: 0px;
  padding-left: 0px;
}

.stv-nav-logo {
  width: 100%;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 30%;
  -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;
}

.navigation.desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-nav-link:hover {
  color: #05ec94;
  text-decoration: underline;
}

.main-nav-link:focus {
  text-decoration: underline;
}

.main-nav-link.mobile {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 30px;
}

.contact-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.contact-link.mobile {
  margin-top: 10%;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.contact-link.mobile:hover {
  color: #05ec94;
}

.partner-link {
  font-weight: 400;
}

.partner-link:hover {
  color: #05ec94;
}

.burger-icon {
  display: none;
  width: 60px;
  height: 60px;
}

.menu-icon-text {
  line-height: 11px;
  text-align: center;
}

.menu-icon-text:hover {
  color: #05ec94;
  font-weight: 700;
}

.mobile-menu {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #3e3b3b;
}

.mobile-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 70%;
  padding-top: 60px;
  -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;
}

.mobile-nav-logo {
  width: 150px;
  margin-bottom: 40px;
}

.close-container {
  width: 30px;
  height: 30px;
  margin-top: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.close-icon {
  width: 100%;
}

.logo-nav-link.w--current {
  width: 70px;
}

@media (max-width: 991px) {
  .main-container {
    width: 80%;
    padding-top: 60px;
  }
  .main-container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hello-area {
    height: 90vh;
    padding-top: 96px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 300% 0%;
    background-size: 90%;
  }
  .hello-area.main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -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;
  }
  .welcome-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1-big {
    width: 100%;
    font-size: 50px;
    line-height: 50px;
  }
  .p.wellcome {
    width: 75%;
  }
  .p.wellcome.link-separation {
    width: 100%;
  }
  .a.welcome-link {
    width: 100%;
  }
  .scroll-symbol {
    left: -30%;
    top: 600px;
  }
  .about {
    padding-top: 220px;
    padding-bottom: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .about.main-container {
    padding-top: 140px;
    padding-bottom: 140px;
    -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;
  }
  .doing-image {
    width: 100%;
    margin-bottom: 88px;
  }
  .what-i-do {
    width: 46%;
    -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;
  }
  .work-areas {
    width: 100%;
    margin-top: 0px;
  }
  .h2-regular {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 44px;
  }
  .h3-list-areas {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .small-process-container {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -13%;
    width: 100%;
    -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;
  }
  .costumers {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .costumers.main-container {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .costumer-logos {
    width: 100%;
  }
  .footer-full {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #3e3b3b;
  }
  .footer-column {
    width: 54%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-consultation {
    width: 50%;
  }
  .consultation-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .design-process {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .process-icon-row {
    width: 100%;
  }
  .triangle {
    display: none;
  }
  .icon-container {
    width: 45%;
    margin-right: 0px;
  }
  .question-container {
    width: 100%;
  }
  .menumobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -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;
    background-color: #fafafa;
  }
  .brand.mobile-logo {
    width: 15%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .nav-link {
    margin-top: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link.contact {
    display: block;
  }
  .nav-link.close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    max-height: none;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .nav-link.mobile-nav-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar {
    width: 90%;
    max-width: none;
    min-width: auto;
  }
  .navbar-container {
    width: 90%;
  }
  .nav-desktop {
    display: none;
  }
  .menumobile-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40%;
    margin-top: auto;
    margin-bottom: 0px;
    -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-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .menumobile-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menumobile-logo {
    width: 100%;
    max-width: none;
  }
  .image-28 {
    height: 80%;
  }
  .work-row-home {
    height: 15%;
  }
  .work-row-home.fourth {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work-home-img.half.brugalvalla2 {
    display: none;
  }
  .work-home-img.quarter.smartpik {
    width: 50%;
  }
  .work-home-img.quarter.bonafont {
    width: 50%;
  }
  .work-home-img.quarter.trapa-pack1 {
    width: 50%;
  }
  .work-home-img.three-quarters.brugalvalla1 {
    display: block;
  }
  .work-home-img.trapa-logo.quarter {
    width: 50%;
  }
  .logo-footer {
    width: 20%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .navigation-links-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 18px;
    -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;
    font-size: 32px;
  }
  .hero-area {
    width: 90%;
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-29 {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .section-process.main-container {
    width: 80%;
  }
  .business-minded.main-container {
    padding-top: 100px;
    padding-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .business-text {
    width: 90%;
  }
  .knowledge-img {
    width: 80%;
    margin-bottom: 72px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .coffee-consultation.main-container {
    padding-top: 119px;
    -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;
  }
  .consultation-goals {
    width: 55%;
  }
  .coffee-image {
    width: 50%;
    margin-bottom: 41px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-31 {
    margin-right: auto;
    margin-left: auto;
  }
  .main-navbar {
    top: 0px;
    padding-top: 0px;
  }
  .nav-bar-content.main-container {
    padding-top: 20px;
  }
  .navigation {
    width: 100%;
    line-height: 35%;
  }
  .navigation.desktop {
    display: none;
  }
  .burger-icon {
    display: none;
    width: 50px;
    height: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav-logo {
    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;
  }
  .close-container {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .main-container {
    padding-top: 0px;
  }
  .main-container.footer {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .hello-area {
    margin-top: 20px;
    padding-top: 219px;
    background-position: 50% 0%;
    background-size: 100%;
  }
  .hello-area.main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
    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;
  }
  .welcome-text {
    width: 100%;
  }
  .h1-big {
    font-size: 50px;
    line-height: 50px;
  }
  .p {
    font-size: 16px;
  }
  .p.wellcome {
    width: 100%;
  }
  .p.small {
    display: none;
  }
  .p.small.process-text {
    display: block;
  }
  .a.welcome-link {
    width: 100%;
  }
  .scroll-symbol {
    left: -50%;
    top: 483px;
  }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about.main-container {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .doing-image {
    width: 100%;
    margin-bottom: 0px;
  }
  .what-i-do {
    width: 100%;
    margin-top: 105px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .work-areas {
    width: 100%;
    margin-top: 96px;
  }
  .h2-regular {
    font-size: 35px;
  }
  .h2-regular.h2-areas {
    font-size: 35px;
  }
  .h3-list-areas {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .small-process-container {
    right: 0px;
    bottom: -54px;
    width: auto;
  }
  .costumers.main-container {
    padding-top: 0px;
  }
  .logos-container {
    grid-row-gap: 62px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .footer-full {
    background-color: transparent;
  }
  .why-consultation {
    width: 60%;
  }
  .design-process {
    width: 100%;
    padding-top: 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;
  }
  .process-icon-row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-container {
    width: 40%;
  }
  .image.icon-mobile {
    max-width: 40%;
  }
  .image-2.icon-mobile {
    max-width: 40%;
  }
  .image-3.icon-mobile {
    max-width: 40%;
  }
  .image-4.icon-mobile {
    max-width: 40%;
  }
  .image-5.icon-mobie {
    max-width: 40%;
  }
  .image-6.icon-mobile {
    max-width: 40%;
  }
  .image-7.icon-mobile {
    max-width: 40%;
  }
  .image-15 {
    width: 50%;
  }
  .image-16 {
    width: 50%;
  }
  .image-17 {
    width: 50%;
  }
  .image-18 {
    width: 50%;
  }
  .image-19 {
    width: 50%;
  }
  .image-20 {
    width: 50%;
  }
  .image-21 {
    width: 50%;
  }
  .brand {
    width: 15%;
  }
  .brand.mobile-logo {
    width: 20%;
  }
  .nav-link.contact {
    display: none;
  }
  .menumobile-container {
    width: 90%;
  }
  .work-home-img.quarter.brugal-opi {
    display: none;
  }
  .work-home-img.complete-width.danone-packs {
    background-size: 90%;
  }
  .work-home-img.three-quarters.brugalvalla1 {
    width: 100%;
  }
  .logo-footer {
    display: none;
    width: 25%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .hero-area {
    width: 100%;
    height: auto;
    margin-bottom: 46px;
  }
  .section-process.main-container {
    padding-top: 0px;
  }
  .business-minded.main-container {
    padding-top: 0px;
  }
  .knowledge-img {
    width: 90%;
  }
  .consultation-goals {
    width: 60%;
  }
  .main-navbar {
    padding-top: 0px;
  }
  .navigation {
    height: 35%;
    font-size: 14px;
  }
  .main-nav-link.mobile {
    font-size: 24px;
  }
  .logo-nav-link.w--current {
    width: 60px;
  }
}

@media (max-width: 479px) {
  .main-container.consultation-area {
    padding-top: 0px;
  }
  .main-container.mobile-work {
    display: none;
  }
  .hello-area {
    height: 100%;
    margin-top: 20px;
    padding-top: 220px;
  }
  .welcome-text {
    margin-bottom: 40px;
  }
  .h1-big {
    font-size: 30px;
    line-height: 30px;
  }
  .p.wellcome {
    font-size: 15px;
    line-height: 25px;
  }
  .text-block {
    font-size: 12px;
  }
  .scroll-symbol {
    top: 268px;
  }
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about.main-container {
    padding-bottom: 0px;
  }
  .what-i-do {
    -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;
  }
  .work-areas {
    margin-top: 35px;
  }
  .h2-regular {
    margin-bottom: 20px;
    text-align: left;
  }
  .small-process-container {
    display: none;
    width: 100%;
  }
  .small-process-item {
    max-width: 50%;
  }
  .costumers {
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .logos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-full {
    background-color: transparent;
    color: transparent;
  }
  .footer-column {
    width: 90%;
  }
  .p-footer {
    line-height: 40px;
  }
  .footer-questions {
    width: 90%;
  }
  .why-consultation {
    width: 100%;
  }
  .design-process {
    display: none;
  }
  .consultation-call-goals {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .title-section {
    padding-bottom: 20px;
  }
  .question-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-question {
    padding-bottom: 20px;
    border-bottom: 3px solid #05ec94;
    font-size: 40px;
    line-height: 40px;
  }
  .question-container {
    padding-left: 0px;
    border: 1px none #000;
  }
  .image-15 {
    width: 100%;
  }
  .image-15.costumer-logo-home {
    width: 50%;
  }
  .image-18 {
    display: none;
  }
  .brand {
    width: 25%;
  }
  .brand.mobile-logo {
    width: 30%;
  }
  .nav-link.contact {
    display: none;
  }
  .costumer-logo-home {
    width: 40%;
    margin-bottom: 40px;
  }
  .image-27 {
    display: none;
  }
  .menumobile-container {
    height: 85%;
  }
  .work-preview {
    display: none;
  }
  .work-row-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 13%;
  }
  .section-process.main-container {
    display: none;
  }
  .knowledge-img {
    width: 100%;
    margin-bottom: 38px;
  }
  .coffee-consultation.main-container {
    padding-top: 0px;
  }
  .consultation-goals {
    width: 100%;
  }
  .coffee-image {
    width: 100%;
  }
  .navigation {
    height: 35%;
  }

  .contact-link.mobile {
    display: block;
  }
  .mobile-menu-content {
    width: 91%;
    height: 86%;
  }
  .mobile-nav-logo {
    width: 100px;
  }
  .close-container {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

#w-node-3e4c2bdc25b7-21622b7e {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

