:root {
  --midnight-blue-2: #0c0c30;
  --white: white;
  --yellow: #f2ff00;
  --midnight-blue: #2b2b4e;
  --dark-grey: #999;
}

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.sticky-nav {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.navigation-wrapper {
  z-index: 910;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  border-bottom: 1px solid #fff3;
  align-items: center;
  min-height: 85px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu {
  z-index: 900;
  background-color: var(--midnight-blue-2);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.left-part {
  z-index: 10;
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-part {
  z-index: 10;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero {
  min-height: 250vh;
  max-height: 2500px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sticky-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.sticky-wrapper.none {
  height: 90vh;
  position: relative;
  overflow: visible;
}

.sticky-wrapper-main {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-down-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.section-animation {
  min-height: 200vh;
  max-height: 2000px;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.with-z-index {
  z-index: 15;
}

.max-width-page {
  text-align: center;
  place-content: end center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-page._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.max-width-page.skill {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 92%;
  margin-bottom: 10px;
}

.max-width-page._3 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.margin-80px {
  margin-top: 80px;
}

.sticky-max-widtth {
  position: sticky;
  top: 100px;
}

.project-margin {
  z-index: 1;
  width: 33vw;
  margin-top: 100px;
  position: relative;
}

.project-margin._4 {
  justify-content: flex-end;
  margin-top: -150px;
  margin-left: auto;
  display: flex;
}

.project-margin._3, .project-margin._5 {
  margin-top: -150px;
}

.project-margin._2 {
  z-index: 2;
  justify-content: flex-end;
  margin-top: -180px;
  margin-left: auto;
  display: flex;
}

.max-width-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.loader {
  z-index: 9999;
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.navigation-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.flex-wrapper, .social-wrapper {
  align-items: center;
  display: flex;
}

.social-link {
  opacity: .6;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.logo-link {
  flex-direction: column;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-menu {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
  display: flex;
  position: relative;
}

.menu-text-wrapper {
  color: var(--white);
  min-width: 44px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
}

.menu-text-wrapper._0px-right {
  margin-right: 0;
}

.hamburger-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.menu-flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-text {
  color: var(--midnight-blue-2);
  text-shadow: 0 1px 0 var(--white), -1px 0 0 var(--white), 1px 0 0 var(--white), 0 -1px 0 var(--white);
  margin-right: 3px;
  font-family: Poppins, sans-serif;
  font-size: 13vh;
  line-height: .8;
}

.navigation-link {
  color: var(--white);
  height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: Arvo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.project-text-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.part-2 {
  z-index: 5;
  background-color: #000;
  background-image: url('../images/22-Site-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 32vw;
  height: 67vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 50% 50%;
  transform: translate(-50%, 50%);
}

.part-1 {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.part-1._1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 39px;
  padding-right: 39px;
}

.part-1._1.skills {
  text-align: left;
  align-items: flex-start;
}

.part-1._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.max-width-hero {
  padding-bottom: 10px;
  overflow: hidden;
}

.display-1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.scroll-flex {
  align-items: center;
  display: flex;
}

.mouse-scroll {
  border: 1px solid #fff6;
  border-radius: 9px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: 0;
}

.body {
  background-color: var(--midnight-blue-2);
}

.mouse-dots {
  background-color: var(--white);
  width: 2px;
  height: 5px;
  margin-top: 6px;
}

.scroll-text {
  color: #ffffffb3;
  margin-left: 10px;
  font-size: 13px;
}

.display-2 {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
}

.display-2.normal {
  font-size: 40px;
}

.display-2.skills {
  color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 5vw;
  display: flex;
}

.part-3-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: end;
  max-width: 90%;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.part-3-grid.about {
  margin-top: 0;
}

.image-1 {
  opacity: .8;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.margin-50px {
  margin-top: 50px;
}

.paragraph-uppercase {
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
}

.section {
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  padding: 100px 130px;
  position: relative;
}

.section.cta {
  justify-content: center;
  align-items: center;
  min-height: 250vh;
  max-height: 2500px;
  padding: 0;
  display: flex;
}

.section.form {
  padding-bottom: 220px;
}

.section.footer {
  padding-top: 70px;
  padding-bottom: 50px;
}

.section.inner {
  align-items: center;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
}

.section.services {
  padding-top: 0;
}

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

.grid-3-column {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-column.services {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 100%;
}

.services-wrapper {
  border-bottom: 1px solid #fff3;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.services-wrapper.no-line {
  border-bottom-style: none;
}

.service-title {
  color: var(--white);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.service-title.service {
  font-size: 20px;
  font-weight: 400;
}

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

.margin-20px.smaller {
  margin-top: 10px;
}

.paragraph {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.wwo-text {
  color: var(--white);
  font-family: Arvo, sans-serif;
  font-size: 34px;
}

.project-link {
  margin-left: 20px;
}

.category-flex {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.category-circle {
  background-color: #bb1212;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-right: 10px;
}

.category-circle._2 {
  background-color: var(--yellow);
}

.category-circle._3 {
  background-color: #0f5;
}

.category-circle._4 {
  background-color: #0ef;
}

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

.project-title {
  color: var(--white);
  margin-top: 0;
  font-family: Arvo, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

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

.client-logo {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo.no-line {
  border-right-style: none;
}

.process-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.process-content {
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  padding: 20px 30px;
}

.process-content.no-top {
  border-top-style: none;
}

.process-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.process-part-1 {
  justify-content: center;
  padding: 30px 34px;
  display: flex;
  position: relative;
}

.process-part-2 {
  padding: 15px 5px 10px 70px;
}

.process-line {
  background-color: #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.process-image {
  width: 50px;
  height: 50px;
}

.proceess-overlay {
  background-color: var(--white);
  width: 1px;
  height: 50%;
  position: absolute;
}

.process-title {
  color: var(--white);
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

.cta-image {
  justify-content: center;
  align-items: center;
  width: 75vw;
  min-height: 60vh;
  display: flex;
  position: absolute;
}

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

.button-flex {
  align-items: center;
  display: flex;
}

.button-wrapper {
  color: var(--white);
  height: 50px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.button-content {
  background-color: var(--white);
  color: var(--midnight-blue);
  height: 50px;
  padding: 15px 20px;
  font-size: 15px;
}

.button-content.dark {
  background-color: var(--midnight-blue-2);
  color: var(--white);
}

.button-content.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.horizontal-divider {
  width: 20px;
}

.absolute-image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.text-field-line {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-family: Arvo, sans-serif;
  font-size: 16px;
}

.form-block {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-size: 16px;
}

.service-dropdown {
  color: #ffffff80;
  margin-bottom: 10px;
  padding: 0;
  font-family: Arvo, sans-serif;
  display: flex;
}

.dropdown-list {
  background-color: var(--midnight-blue-2);
}

.service-link {
  color: #ffffffb3;
  border-bottom: 1px solid #fff3;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Arvo, sans-serif;
}

.radio {
  border-bottom: 1px solid #fff3;
  height: 90px;
  margin-bottom: 10px;
  padding: 8px 12px 8px 0;
}

.radio._1-row {
  height: 50px;
}

.radio._1-row.branding, .radio._1-row.software, .radio._1-row.website, .radio.ci, .radio.ci.main {
  display: none;
}

.ci-radio-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.ci-radio-grid._1-row {
  grid-template-rows: auto;
}

.radio-text {
  color: #fff9;
  font-family: Arvo, sans-serif;
}

.button {
  background-color: var(--white);
  color: var(--midnight-blue-2);
  padding: 15px 20px;
  font-size: 17px;
  transition: all .2s;
}

.button.full {
  width: 100%;
  font-family: Poppins, sans-serif;
}

.social-image {
  height: 14px;
  margin-right: 7px;
}

.text-block-3 {
  color: var(--white);
}

.margin-40px {
  margin-top: 40px;
}

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

.copyright {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 15px;
}

.paint-logo {
  height: 40px;
}

.social-text {
  font-size: 15px;
}

.animation-image {
  z-index: 1;
  width: 16px;
  position: relative;
}

.animation-image.hamburger {
  width: 34px;
}

.animation-image.remover {
  width: auto;
  height: 25px;
  position: absolute;
}

.animation-image.project-icon {
  flex: none;
  width: 18px;
  margin-right: 5px;
}

.other-font {
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

.client-image {
  height: 80px;
  padding-right: 40px;
}

.image-2 {
  height: 80px;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.skills-text {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.skills-wrapper {
  border-radius: 20px;
  width: 100%;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--white);
  width: 90%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.red {
  background-color: #ff0006;
  width: 100%;
}

.skills-overlay.yellow {
  background-color: #fcff00;
  width: 100%;
}

.skills-overlay.blue {
  background-color: #00f6ff;
  width: 100%;
}

.skills-overlay.green {
  background-color: #12ff00;
  width: 95%;
}

.grid, .team-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.team-image {
  display: block;
}

.team-bottom-part {
  text-align: center;
  border: 1px solid #fff3;
  justify-content: center;
  padding: 20px 25px;
  display: flex;
}

.social-content {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-title {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 20px;
}

.category-text {
  color: #ffffffb3;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.social-block {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-overlay {
  background-color: #2a55ff;
  background-image: linear-gradient(#53abfa, #2a62da);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-overlay._2 {
  background-image: linear-gradient(207deg, #3f6bc9, #634fc9 15%, #9b3ab3 35%, #c83b91 50%, #ef4b5e 68%, #e7486d 82%, #ffbe50);
}

.social-overlay._3 {
  background-color: #0c5fa5;
  background-image: none;
}

.social-overlay._4 {
  background-color: #118ef2;
  background-image: none;
}

.social-image-2 {
  z-index: 1;
  width: 16px;
  height: 20px;
  position: relative;
}

.project-type {
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.skills {
  padding-bottom: 100px;
}

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

.loading-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image {
  width: 100px;
}

.loading-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.loading-text {
  color: #ffffffb3;
  margin-right: 5px;
  font-size: 17px;
}

.load-animation {
  width: 100px;
  position: relative;
  top: 15px;
}

.portfolio-grid {
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-item {
  width: 100%;
}

.project-image.square {
  aspect-ratio: 1;
  object-fit: cover;
  width: 400px;
  max-width: 400px;
}

.portfolio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-title.padding {
  margin-top: 40px;
}

.with-link-block {
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

.link-image {
  width: 20px;
}

.without-link-block {
  align-items: flex-start;
  display: flex;
}

.project-image-wrapper {
  background-image: url('../images/PN_CI.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 30vw;
  height: 400px;
}

.project-image-wrapper._2 {
  background-image: url('../images/Screenshot-2023-02-20-at-13.24.40.png');
}

.project-image-wrapper._3 {
  background-image: url('../images/PN_UI.jpg');
}

.project-image-wrapper._4 {
  background-image: url('../images/PN_Web.jpg');
  background-position: 50% 100%;
}

.project-image-wrapper._5 {
  background-image: url('../images/SO-YUM-01_.jpg');
}

.team-image-wrapper {
  height: 400px;
}

.team-image-wrapper._2 {
  background-image: url('../images/IMG_5868.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-image-wrapper._1 {
  background-image: url('../images/20220212181314.jpg');
  background-position: 50%;
  background-size: cover;
}

.typeform-wrapper-aleohcag {
  height: 500px;
}

.div-hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    background-color: var(--midnight-blue-2);
    border-bottom-style: none;
    min-height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-part, .right-part {
    display: none;
  }

  .hero {
    min-height: auto;
    max-height: none;
    padding-top: 85px;
  }

  .sticky-wrapper {
    height: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .sticky-wrapper.none {
    height: auto;
  }

  .sticky-wrapper-main {
    flex-direction: column;
    height: auto;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .section-animation {
    min-height: 0;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.with-z-index {
    position: absolute;
  }

  .container.with-z-index.relative {
    position: relative;
  }

  .max-width-page._2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .project-margin {
    width: 40vw;
  }

  .hamburger-menu {
    height: 60px;
  }

  .menu-grid {
    flex-direction: column;
    display: flex;
  }

  .menu-flex {
    display: none;
  }

  .part-2 {
    opacity: .65;
    width: 100vw;
    height: 600px;
    position: relative;
    bottom: 0%;
    left: 0%;
    transform: none;
  }

  .part-1._1 {
    padding-left: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .display-2 {
    font-size: 47px;
  }

  .part-3-grid {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    margin-top: 30px;
    position: relative;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.cta {
    min-height: 0;
    max-height: none;
  }

  .section.form {
    padding-bottom: 100px;
  }

  .grid-3-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .service-title {
    font-size: 21px;
  }

  .wwo-text {
    font-size: 30px;
  }

  .process-wrapper {
    max-width: 100%;
  }

  .cta-image {
    width: 100vw;
    min-height: 550px;
    position: relative;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-image-wrapper {
    width: 40vw;
  }

  .team-image-wrapper {
    background-image: url('../images/20220212181314.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
  }

  .team-image-wrapper._2 {
    background-image: url('../images/IMG_5868.jpg');
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrapper {
    padding: 25px 3%;
  }

  .project-margin {
    width: 80vw;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-margin._4, .project-margin._3, .project-margin._5, .project-margin._2 {
    margin-top: 30px;
  }

  .navigation-grid {
    justify-content: space-between;
    display: flex;
  }

  .first-block {
    order: -1;
  }

  .social-wrapper {
    display: none;
  }

  .logo-link {
    text-decoration: none;
  }

  .menu-wrapper {
    align-items: center;
  }

  .part-1._1 {
    align-items: center;
    min-height: auto;
  }

  .display-1 {
    font-size: 50px;
  }

  .display-2.normal {
    letter-spacing: 1px;
    line-height: 1.1;
  }

  .part-3-grid {
    grid-template-columns: 1fr;
  }

  .section.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3-column {
    grid-template-columns: 1fr;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo._2 {
    border-right-style: none;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

  .process-part-2 {
    padding-left: 43px;
    padding-right: 10px;
  }

  .cta-image {
    min-height: 450px;
  }

  .client-image {
    width: 40%;
    padding-right: 0;
  }

  .image-2 {
    height: 50px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .margin-80px.small {
    margin-top: 40px;
  }

  .social-wrapper.show {
    display: flex;
  }

  .part-2 {
    transform: translate(0%);
  }

  .part-1._1 {
    padding-right: 10px;
  }

  .display-1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .display-2.normal {
    font-size: 36px;
  }

  .section.form {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section.inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph {
    text-align: left;
  }

  .clients-grid {
    grid-template-columns: 1fr;
  }

  .client-logo, .client-logo._2 {
    border-right-style: none;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-part-1 {
    justify-content: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0;
  }

  .process-part-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .process-line {
    display: none;
  }

  .process-image {
    width: 40px;
    height: 40px;
  }

  .cta-image {
    min-height: 350px;
  }

  .button-flex {
    justify-content: center;
  }

  .skills-grid {
    width: 100%;
  }

  .portfolio-grid {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-image {
    height: auto;
  }

  .project-image.square {
    width: 100%;
  }

  .portfolio-wrapper {
    grid-template-columns: 1fr;
  }

  .with-link-block {
    height: auto;
  }
}

#w-node-_4fcce4e0-2a1c-3cf1-e648-aa4151eedb97-51eedb89 {
  justify-self: center;
}

#w-node-_4fcce4e0-2a1c-3cf1-e648-aa4151eedb9b-51eedb89 {
  justify-self: end;
}

#w-node-cb29921d-c80a-af30-b4f4-1c3bdced0aa2-8a9bd615, #w-node-_428a7f12-2bd2-c065-1181-9e44d9844522-8a9bd615, #w-node-b00be1cc-9dd9-117f-b921-89f743d4aa79-8a9bd615, #w-node-a99ac110-92be-8a9f-9f0c-af149397b3ba-8a9bd615, #w-node-_92a1d7ca-4ebf-0e14-4f93-9064e963b3b8-8a9bd615, #w-node-b7642012-a561-cbbb-4e4b-321e9b02ca71-8a9bd615, #w-node-_9c32973c-4432-4ed7-2095-e14df8d4c052-8a9bd615, #w-node-b6549fca-a1ba-bf82-f574-7f13831e740f-8a9bd615, #w-node-ebe749f5-56cb-8fc7-a32d-d7435332babc-8a9bd615, #w-node-a04e20ca-2278-4657-a1e7-d6c1f859c747-8a9bd615, #w-node-a04e20ca-2278-4657-a1e7-d6c1f859c748-8a9bd615, #w-node-a04e20ca-2278-4657-a1e7-d6c1f859c752-8a9bd615, #w-node-a04e20ca-2278-4657-a1e7-d6c1f859c75c-8a9bd615, #w-node-a04e20ca-2278-4657-a1e7-d6c1f859c766-8a9bd615, #w-node-_1a663c12-1824-438f-5d4a-a2dcd9762f2d-8a9bd615, #w-node-a64dd7c4-b091-21cb-a37f-733a338b1a7e-8a9bd615, #w-node-a64dd7c4-b091-21cb-a37f-733a338b1a7f-8a9bd615, #w-node-a64dd7c4-b091-21cb-a37f-733a338b1a89-8a9bd615, #w-node-a64dd7c4-b091-21cb-a37f-733a338b1a93-8a9bd615, #w-node-a64dd7c4-b091-21cb-a37f-733a338b1a9d-8a9bd615, #w-node-_1ff60a60-9236-41a9-b9f7-c6434c3b5bd2-8a9bd615, #w-node-e762371b-a705-9319-4324-57bde7b00eab-8a9bd615, #w-node-e762371b-a705-9319-4324-57bde7b00eac-8a9bd615, #w-node-e762371b-a705-9319-4324-57bde7b00eb6-8a9bd615, #w-node-e762371b-a705-9319-4324-57bde7b00ec0-8a9bd615, #w-node-e762371b-a705-9319-4324-57bde7b00eca-8a9bd615, #w-node-_396ad20d-489e-cc5a-027f-615b4266b41f-a1bdcf50, #w-node-c64961d1-bc44-77ef-e042-0bd8852aa0ba-a1bdcf50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_92a1d7ca-4ebf-0e14-4f93-9064e963b3b8-8a9bd615 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


