:root {
  --brand-col-1: rgba(102, 66, 58, .71);
  --brand-col-2: rgba(0, 0, 0, .5);
  --brand-col-3: #d9d9d9;
  --navbar-bg2: rgba(217, 217, 217, .05);
  --white: white;
  --black: black;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--white-smoke: whitesmoke;
  --navbar-bg: rgba(221, 221, 221, 0);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-heading {
  color: var(--brand-col-1);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 46px;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 280px;
  font-weight: 800;
  line-height: 1;
}

.text-heading.others {
  z-index: 1;
  text-align: center;
  letter-spacing: 5px;
  margin: 0 auto 100px;
  position: static;
}

.text-heading.projects {
  width: 100%;
  height: auto;
  min-width: auto;
  text-align: center;
  letter-spacing: -20px;
  align-self: auto;
  margin: 0;
  font-size: 260px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55)), url('../images/BG_texture.gif');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  font-family: Inter, sans-serif;
  overflow: visible;
}

.text-inspiring {
  color: var(--brand-col-2);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin: 70px auto -24px 50px;
  font-size: 94px;
  font-weight: 200;
  line-height: 1.2;
}

.text-group {
  color: var(--brand-col-2);
  letter-spacing: normal;
  text-transform: lowercase;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  top: 12px;
  left: -123px;
}

.text-intro-header {
  color: var(--brand-col-2);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-intro-header.bold {
  color: var(--brand-col-2);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
}

.text-navbar {
  width: auto;
  height: 15px;
  max-width: 0;
  color: var(--brand-col-1);
  letter-spacing: normal;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-navbar:hover {
  letter-spacing: 3px;
}

.text-navbar.w--current {
  justify-content: space-around;
}

.section {
  height: 3vh;
  max-width: none;
}

.section.hero {
  width: 100%;
  height: 88vh;
  min-height: 100svh;
  margin-top: 40px;
  overflow: visible;
}

.section.about {
  height: 100%;
  min-height: 100svh;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.container-full {
  height: auto;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container {
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 85px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container.projects {
  width: 100%;
  height: 40%;
  max-width: 1280px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  pointer-events: auto;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px auto 100px;
  position: static;
}

.container.projects:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.about {
  max-width: none;
  margin-left: 0;
  margin-right: 46px;
}

.container-logo {
  max-width: 0;
  position: relative;
  top: -177px;
  left: 352px;
}

.container-hero {
  height: 623px;
  max-width: 1280px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 250px;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.image {
  width: 22px;
  height: auto;
  margin-top: 0;
  margin-left: 38px;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.profile-pic {
  z-index: 5;
  width: 500px;
  height: 100%;
  max-width: none;
  margin: 0 0 auto;
  padding-bottom: 0;
  position: static;
}

.container-about-text {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph-2 {
  color: var(--brand-col-2);
  margin: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 18px;
  display: block;
}

.logo-linkin {
  max-width: none;
  display: block;
}

.logo-yt {
  display: block;
}

.container-about-copy {
  z-index: 0;
  max-width: 1200px;
  min-height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-col-3);
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 80%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-2 {
  margin-left: 60px;
  margin-right: 100px;
  text-decoration: none;
}

.link-block-2.w--current {
  margin-left: 50px;
  margin-right: 50px;
}

.icon {
  color: var(--brand-col-1);
}

.navbar-2 {
  z-index: 5;
  background-color: var(--navbar-bg2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  max-width: 100%;
  background-color: var(--brand-col-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-button {
  color: var(--brand-col-1);
  margin-left: 0;
}

.menu-button.w--open {
  background-color: var(--brand-col-3);
  border-radius: 3px;
}

.container-profilepic {
  z-index: 10;
  width: 700px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.link-block-3 {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.link-block-3:hover {
  filter: invert();
}

.link-block-4 {
  display: block;
}

.link-block-4:hover {
  filter: invert();
}

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

.clipboard:hover {
  filter: invert();
}

.button {
  background-color: var(--brand-col-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 500;
}

.button.copy-message {
  background-color: var(--brand-col-2);
}

.button._404 {
  background-color: var(--brand-col-2);
  margin-top: 32px;
}

.video {
  width: 780px;
  height: 410px;
  border: 10px solid var(--black);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.video.corners {
  width: 100%;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 4px;
}

.dropdown-list {
  width: 400px;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
}

.dropdown-list.w--open {
  width: 800px;
  margin-top: -151px;
  margin-left: 433px;
  display: flex;
}

.dropdown-list.ve {
  margin-top: -164px;
}

.dropdown-list.ve.w--open {
  margin-top: -284px;
  margin-left: 438px;
}

.dropdown-list.highlights {
  margin-top: 220px;
}

.dropdown-list.highlights.w--open {
  margin-top: -417px;
  margin-bottom: 0;
  margin-left: 440px;
}

.project-vg {
  margin-left: 0;
}

.project-vg.alignment {
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -26px;
  display: block;
}

.project-ve {
  max-width: 100%;
  margin-left: -26px;
}

.project-highlights {
  max-width: 100%;
  margin-left: -30px;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.dropdown-toggle:hover {
  filter: invert();
}

.dropdown-toggle-2 {
  align-items: center;
  display: flex;
}

.dropdown-toggle-2:hover {
  filter: invert();
}

.dropdown-toggle-3 {
  margin-left: 31px;
  display: flex;
}

.dropdown-toggle-3:hover {
  filter: invert();
}

.text-hero-sub {
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-transform: lowercase;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
  transition: opacity .2s;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-8 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: 702px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  text-align: center;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.button-project {
  color: var(--brand-col-1);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 600;
}

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

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

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

.fs_numbercount-1_text {
  text-align: center;
  margin-top: 6px;
}

.counter {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.fs_numbercount-1_card {
  width: 185px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.fs_numbercount-1_wrapper-2 {
  width: 568px;
  height: auto;
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-col-3);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: center;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem .5rem;
  display: grid;
  position: static;
}

.fs_numbercount-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: center;
  margin: 0 auto 52px;
  display: grid;
}

.typer {
  text-align: center;
  font-size: 25px;
}

.image-13 {
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  width: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-14 {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.containter_websiteby {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-16 {
  width: 16%;
  max-width: none;
  margin: 0 0 0 5px;
}

.websiteby {
  align-items: center;
  margin: 5px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--brand-col-2);
}

.section-copy {
  height: 3vh;
  max-width: none;
}

.section-copy.project {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  background-color: var(--brand-col-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.image-17 {
  width: 421px;
  max-width: none;
  margin-top: 46px;
  overflow: visible;
}

.div-block {
  width: 861px;
  margin-top: 275px;
}

.clipboard-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clipboard-nav:hover {
  filter: invert();
}

.div-block-2 {
  align-self: auto;
  display: flex;
}

.div-block-4 {
  background-color: var(--brand-col-2);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 100%;
  border: 10px solid #000;
}

.div-block-6 {
  width: 290px;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_body {
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--brand-col-2);
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:hover {
  filter: invert();
}

.fs_accordion-2_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-template-rows: auto;
}

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

.grid-3 {
  grid-template-rows: auto;
}

.testimonial-slider-small {
  background-color: var(--brand-col-1);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  text-transform: none;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.bold-text {
  color: var(--brand-col-1);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 700;
}

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

.mask {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .text-heading {
    font-size: 146px;
  }

  .text-heading.others {
    z-index: auto;
    margin-top: 0;
  }

  .text-heading.projects {
    width: 101%;
    height: 100%;
    letter-spacing: -12px;
    object-fit: cover;
    margin-top: 0;
    margin-left: -10px;
    font-size: 160px;
    overflow: visible;
  }

  .text-inspiring {
    margin-bottom: 13px;
    font-size: 49px;
  }

  .text-group {
    margin-top: 97px;
    margin-left: -101px;
    font-size: 22px;
  }

  .text-intro-header.bold {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
    font-size: 36px;
  }

  .section.hero {
    height: 100vh;
    overflow: hidden;
  }

  .section.about {
    height: auto;
    position: static;
  }

  .container-full {
    flex-direction: row;
  }

  .container {
    max-width: none;
    margin-top: 100px;
    position: static;
  }

  .container.projects {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .container-hero {
    max-width: 768px;
    position: static;
  }

  .image {
    margin-left: 38px;
  }

  .profile-pic {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
  }

  .container-about-text {
    width: 700px;
    height: auto;
    max-width: none;
    margin: -49px 0 20px;
  }

  .paragraph-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-about-copy {
    max-width: 712px;
    flex-flow: column;
    flex: 1;
    margin-top: 20px;
    display: flex;
    position: relative;
  }

  .link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
    display: inline-block;
  }

  .icon {
    color: var(--brand-col-1);
  }

  .navbar-2 {
    float: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    background-color: var(--brand-col-3);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: block;
  }

  .menu-button {
    margin-left: 400px;
  }

  .container-profilepic {
    width: 55%;
    margin-top: 0;
  }

  .clipboard {
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.copy-message, .button._404 {
    margin-top: 5px;
    margin-right: 5px;
    padding: 6px;
  }

  .video {
    border-radius: 10px;
  }

  .video.corners {
    width: 400px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 10px;
  }

  .dropdown-list.w--open {
    width: 300px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 138px;
    margin-left: 330px;
  }

  .dropdown-list.ve.w--open {
    margin-top: -87px;
    margin-left: 358px;
  }

  .dropdown-list.highlights.w--open {
    margin-top: -297px;
    margin-left: 359px;
  }

  .project-vg.alignment {
    margin-left: 0;
  }

  .dropdown-toggle-2 {
    margin-left: 25px;
  }

  .dropdown-toggle-3 {
    margin-left: 54px;
  }

  .text-hero-sub {
    width: 514px;
    margin-bottom: 0;
    font-size: 18px;
    position: static;
    bottom: 0%;
  }

  .container-8 {
    max-width: 728px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
    top: 695px;
  }

  .footer-bottom {
    margin-top: 0;
    padding-bottom: 0;
  }

  .counter {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .fs_numbercount-1_card {
    width: 144px;
  }

  .fs_numbercount-1_wrapper-2 {
    width: 623px;
    margin-left: auto;
    margin-right: auto;
  }

  .typer {
    font-size: 25px;
  }

  .container-9 {
    margin-top: 0;
  }

  .section-copy.project {
    height: 100%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }

  .image-17 {
    width: 338px;
  }

  .div-block {
    margin-top: 404px;
  }

  .clipboard-nav {
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brand {
    margin-left: 10px;
  }

  .brand.w--current {
    margin-left: 5px;
  }

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

  .container-11 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .text-heading {
    margin-left: 10px;
    font-size: 140px;
  }

  .text-heading.others {
    margin-top: 85px;
  }

  .text-heading.projects {
    width: 100%;
    letter-spacing: -10px;
    margin-top: 85px;
    margin-left: -12px;
    font-size: 118px;
    overflow: hidden;
  }

  .text-inspiring {
    margin-top: 109px;
    margin-bottom: -16px;
    margin-left: 10px;
    font-size: 30px;
  }

  .text-group {
    width: 100px;
    margin-top: 0;
    margin-left: -183px;
    font-size: 20px;
    overflow: hidden;
  }

  .text-intro-header.bold {
    width: 100%;
    font-size: 35px;
  }

  .text-navbar.w--current {
    justify-content: space-around;
  }

  .section.hero {
    height: 100vh;
    margin-top: 111px;
    overflow: hidden;
  }

  .section.about {
    height: auto;
    overflow: hidden;
  }

  .container-full {
    flex-direction: row;
    overflow: hidden;
  }

  .container {
    margin-top: 0;
  }

  .container.projects {
    justify-content: space-between;
  }

  .container-logo {
    margin-top: 103px;
  }

  .container-hero {
    width: 100%;
    max-width: 569px;
    min-width: 563px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .container-3 {
    width: 240px;
    margin-left: 128px;
    margin-right: auto;
  }

  .image {
    margin-left: 23px;
  }

  .profile-pic {
    width: 100%;
    height: 100%;
    min-width: auto;
    margin-left: 0;
  }

  .container-about-text {
    width: 535px;
    margin-top: -55px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .container-about-copy {
    max-width: 540px;
    min-height: 710px;
    min-width: 539px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-2 {
    z-index: 4;
    width: auto;
    max-width: none;
    float: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .menu-button {
    margin-left: 220px;
  }

  .container-profilepic {
    width: 67%;
    margin-top: 0;
    margin-left: 59px;
    position: static;
  }

  .video.corners {
    width: 300px;
    margin-left: 0;
  }

  .dropdown-list.w--open {
    margin-top: 138px;
    margin-left: 224px;
  }

  .dropdown-list.ve.w--open {
    margin-top: -83px;
    margin-left: 253px;
  }

  .dropdown-list.highlights.w--open {
    margin-top: -80px;
    margin-left: 238px;
  }

  .project-vg.alignment {
    margin-left: 0;
  }

  .project-ve {
    margin-left: -24px;
  }

  .project-highlights, .project-highlights:active, .dropdown-toggle-3 {
    margin-left: 0;
  }

  .dropdown-toggle-3:hover {
    padding-left: 20px;
    padding-right: 0;
  }

  .dropdown-toggle-3.w--open {
    flex-direction: row;
    margin-left: 17px;
  }

  .text-hero-sub {
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    bottom: 29%;
  }

  .container-8 {
    margin-bottom: 20px;
    position: static;
    top: 674px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin: 20px auto 10px;
  }

  .button-project {
    font-size: 16px;
  }

  .fs_numbercount-1_text {
    font-size: 12px;
  }

  .fs_numbercount-1_card {
    margin-left: -30px;
    margin-right: -30px;
  }

  .fs_numbercount-1_wrapper-2 {
    width: 500px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }

  .typer {
    font-size: 20px;
  }

  .container-9 {
    margin-top: 0;
  }

  .section-copy.project {
    height: 100%;
    overflow: hidden;
  }

  .image-17 {
    margin-top: 0;
  }

  .div-block {
    width: 100%;
    margin-top: 169px;
  }

  .div-block-3 {
    margin-top: -765px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

@media screen and (max-width: 479px) {
  .text-heading {
    letter-spacing: 0;
    margin-left: 0;
    font-size: 80px;
  }

  .text-heading.others {
    margin-top: 85px;
    margin-bottom: 40px;
    position: static;
  }

  .text-heading.projects {
    letter-spacing: -5px;
    margin-top: 85px;
    margin-left: 0;
    font-size: 65px;
  }

  .body {
    aspect-ratio: auto;
    overflow: visible;
  }

  .text-inspiring {
    letter-spacing: 4px;
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-group {
    width: 48px;
    height: 50px;
    margin-top: -142px;
    margin-left: 256px;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .text-intro-header.bold {
    width: 70%;
    margin-left: 0;
    font-size: 30px;
  }

  .section {
    height: 3.5vh;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section.hero {
    height: auto;
    min-height: 80svh;
    object-fit: contain;
    overflow: visible;
  }

  .section.about {
    height: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container {
    position: static;
  }

  .container.projects {
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
  }

  .container-logo {
    min-height: 100px;
    min-width: 320px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .container-hero {
    max-width: 320px;
    min-height: auto;
    min-width: 313px;
    justify-content: center;
    margin-top: 0;
  }

  .container-3 {
    width: 100%;
    margin-left: 23px;
  }

  .image {
    width: 15px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
  }

  .profile-pic {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .container-about-text {
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .paragraph-2 {
    height: 97%;
  }

  .logo-linkin, .logo-yt {
    display: block;
  }

  .container-about-copy {
    max-width: 300px;
    min-height: 832px;
    min-width: 300px;
    flex-direction: column;
    margin-top: 0;
    position: static;
    top: 0%;
  }

  .link-block-2 {
    margin-left: 40px;
    margin-right: 100px;
  }

  .navbar-2 {
    background-color: var(--navbar-bg2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .nav-menu {
    width: auto;
    min-width: auto;
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    margin-left: 20px;
  }

  .container-profilepic {
    width: 97%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .clipboard {
    margin-top: 100px;
    margin-bottom: 60px;
    position: relative;
  }

  .clipboard:hover {
    filter: none;
  }

  .button {
    text-align: center;
  }

  .button:hover {
    filter: invert();
  }

  .button.copy-message, .button._404 {
    position: static;
  }

  .video.corners {
    margin-left: 0;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    height: 80%;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-list.ve {
    margin-top: 0;
  }

  .dropdown-list.ve.w--open {
    height: 80%;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .dropdown-list.highlights {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .dropdown-list.highlights.w--open {
    margin-top: 11px;
    margin-left: 0;
  }

  .project-vg.alignment {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .project-ve, .project-highlights, .project-highlights:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    height: 80px;
    padding: 0;
  }

  .dropdown-toggle-2 {
    height: 80px;
    margin-left: 0;
    padding: 0;
  }

  .dropdown-toggle-3 {
    height: 49px;
    margin-top: 0;
    padding: 0;
  }

  .dropdown-toggle-3:hover {
    filter: invert();
    padding-left: 0;
  }

  .dropdown-toggle-3.w--open {
    margin-left: 0;
  }

  .text-hero-sub {
    width: 300px;
    margin-top: -144px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    bottom: 31%;
  }

  .container-8 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: static;
    top: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-block-two {
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-project {
    text-align: center;
  }

  .fs_numbercount-1_text, .counter {
    font-size: 12px;
  }

  .fs_numbercount-1_card {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .fs_numbercount-1_wrapper-2 {
    width: 145px;
    grid-template-columns: 1fr;
    padding: 1.5rem .7rem;
    position: static;
  }

  .fs_numbercount-1_component-2 {
    margin-top: 0;
    margin-bottom: 44px;
  }

  .typer {
    font-size: 18px;
  }

  .container-9 {
    margin-top: 5px;
  }

  .section-copy {
    height: 3.5vh;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-copy.project {
    height: auto;
    min-height: 70svh;
    flex-direction: column;
    justify-content: flex-start;
    top: 0;
    overflow: hidden;
  }

  .image-17 {
    width: 266px;
  }

  .div-block {
    margin-top: 79px;
  }

  .clipboard-nav {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .clipboard-nav:hover {
    filter: none;
  }

  .div-block-3 {
    margin-top: -675px;
  }

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

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

#w-node-_47c22289-fd71-227f-9361-da741d3cbeb1-0f8bf4cc, #w-node-_47c22289-fd71-227f-9361-da741d3cbebc-0f8bf4cc, #w-node-a727b72b-5c68-61ec-88e4-a40983cc5b9f-0f8bf4cc, #w-node-e4802974-03f4-d5a4-d139-9039c20e7968-0f8bf4cc, #w-node-_7084348d-f5b6-5411-86c6-b6ea29ebdd87-0f8bf4cc, #w-node-_2069ef6f-b991-c5f5-b881-c0da5ca72e43-0f8bf4cc, #w-node-_2e924df6-2ed1-ecc0-d45f-9c844674f1d8-0f8bf4cc, #w-node-_8f6b94df-cb40-f33f-4e60-b647c66447c0-0f8bf4cc, #w-node-ea8b7cd7-bd98-27bf-6200-dd0f21eb40a9-0f8bf4cc, #w-node-_7340aaf4-b0d9-a277-f069-2a49903d444c-0f8bf4cc, #w-node-_17e1a8b5-5ed4-09d2-06b4-24749b9aa19a-0f8bf4cc, #w-node-c1f2893e-33c0-c270-cc63-b4e1a6713c83-0f8bf4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


