@font-face {
  font-family: Baunk;
  src: url('../fonts/Baunk.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntumono;
  src: url('../fonts/UbuntuMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading: Baunk, Verdana, sans-serif;
  --paragraph: Ubuntumono, Georgia, sans-serif;
  --black: black;
  --transparency: #fff0;
  --accent: #a0ff01;
  --background: #efefef;
  --background-shade: #d9d9d9;
}

.page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 100vh;
  padding: 2em 3em;
  display: grid;
  position: relative;
}

.h1 {
  font-family: var(--heading);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 100%;
}

.h1.hero-text {
  text-align: center;
  margin-top: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.h1.smaller {
  font-size: 2.2rem;
}

.h1.very-small {
  font-size: 2rem;
}

.paragraph {
  font-family: var(--paragraph);
  font-size: 1.2rem;
}

.paragraph.hero-t {
  text-align: center;
  font-size: 1rem;
}

.paragraph.tags {
  background-color: #93cd332e;
  margin-bottom: 0;
}

.paragraph.footer {
  color: #000;
  margin-bottom: 1em;
  font-size: 1.5em;
  text-decoration: underline;
}

.paragraph.links-footer {
  color: var(--black);
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 1.35rem;
  line-height: 100%;
}

.primary-button {
  border: 1px solid var(--black);
  background-color: var(--transparency);
  font-family: var(--paragraph);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: .6em .8em;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.primary-button:hover {
  background-color: var(--black);
  color: var(--accent);
}

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

.hero-text-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.hero-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10%;
}

.hero-image-card {
  object-fit: cover;
  width: 20em;
  height: 30em;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-card.top {
  width: 15em;
  height: 25em;
  inset: 50% 0% auto 5%;
}

.hero-image-card.top.right {
  inset: 50% 5% 0% auto;
}

.hero-image-card.lower {
  width: 15em;
  height: 25em;
  top: 60%;
  left: 23%;
}

.hero-image-card.lower.right {
  inset: 60% 23% 0% auto;
}

.hero-image-card.bottom {
  width: 15em;
  height: 25em;
  inset: 70% 0% 0% 41.3%;
}

.hero-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.spacer {
  width: 100%;
  height: 100%;
}

.how-we-work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 1em;
  padding: 5em 3em;
  display: block;
}

.text-container {
  margin-bottom: 5em;
}

.how-we-work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-we-work-section {
  background-color: var(--background-shade);
  border: 1px solid #000;
  padding: 1.9em;
}

.how-we-work-section.highlight {
  background-color: var(--accent);
  padding-left: 1.9em;
}

.numbering-how-we-work {
  margin-bottom: 1em;
}

.how-we-work-section-text {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.small-heading {
  font-family: var(--paragraph);
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
}

.tired {
  max-width: 1200px;
  overflow: clip;
}

.portfolio-overview {
  max-width: 1200px;
  padding: 3.1em;
  position: static;
}

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

.grid-item-image {
  object-fit: cover;
  height: 25em;
  position: relative;
}

.grid-item-text {
  height: 20%;
  padding: 1em;
}

.grid-item-overview {
  border: 1px solid #000;
  height: auto;
  padding: 0 0 1em;
  position: relative;
}

.grid-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.arrow-container {
  position: absolute;
}

.testimonials.none {
  display: none;
}

.footer {
  width: 100%;
  max-width: 1200px;
  padding: 4em 3rem;
}

.absolute-arrow-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-color: #71717124;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .8em;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.absolute-arrow-container.none {
  display: none;
}

.code-embed {
  color: var(--accent);
  width: 2em;
  height: 2em;
  padding-top: 0;
  transform: rotate(145deg);
}

.divider {
  border: 1px solid #000;
  height: 0;
}

.tags {
  background-color: #a0ff0180;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: .1em .3em;
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrap {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 30% 70%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 30% 70%, #0000);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.testimonial-strip {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  will-change: transform;
  display: flex;
  position: relative;
}

.card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  outline-offset: -.0625px;
  background-color: #161a1d;
  border: 1px solid #000;
  border-radius: .75rem;
  outline: .0625rem solid #bcd6f000;
  flex-flow: column;
  align-self: stretch;
  min-width: 15rem;
  max-width: 15rem;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.div-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrap {
  outline-offset: -.0625rem;
  background-color: #a1bdd914;
  border-radius: .5rem;
  outline: .0625rem solid #a1bdd914;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.services {
  width: 100%;
  max-width: 1200px;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  opacity: .4;
  font-family: var(--paragraph);
  color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-parent.none {
  display: none;
}

.header {
  overflow: hidden;
}

.slider-img-parent {
  object-fit: cover;
  flex-direction: column;
  width: 100%;
  height: 210rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.slider-img-child {
  object-fit: cover;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  position: relative;
  overflow: hidden;
}

.slider-img-child.none {
  display: none;
}

.slider-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.card-img-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow {
  opacity: 0;
  width: 1.75rem;
}

.text-style-number {
  padding-top: 4px;
  font-family: Baunk, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.subtitle {
  color: #888;
  font-size: 1.2rem;
  font-weight: 700;
}

.header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.main-wrapper {
  width: 100%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42rem;
  display: flex;
}

.subheader {
  overflow: hidden;
}

.slider-section {
  width: 100%;
  max-width: 1200px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-2 {
  object-position: 50% 0%;
  background-image: url('../images/9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.img-child.img-1 {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/4-2.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.img-child.img-3 {
  background-image: url('../images/nathan-dumlao-oV4G0Wp29Mk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-4 {
  background-image: url('../images/ranurte-XhyYZmnCDXk-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-5 {
  background-image: url('../images/jean-philippe-delberghe-dLmlYKuoJBc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-style-h1 {
  font-family: var(--heading);
  font-size: 3.55rem;
  font-weight: 400;
  line-height: .9;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.one, .card-whipe.five, .card-whipe.four, .card-whipe.three, .card-whipe.two {
  display: none;
}

.slider-tab {
  margin-top: 1rem;
}

.slider-img {
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-line-btm {
  z-index: 2;
  background-color: #292929;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-style-h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.swiper-wrapper {
  display: flex;
}

.slide-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.star-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #29282b;
  border-radius: 2rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1rem;
  display: flex;
}

.wb-swiper-button {
  color: #02b0ff;
  background-color: #141415;
  border-radius: 7px;
  padding: 0;
}

.section {
  overflow: visible;
}

.swiper-scrollbar-wrapper {
  width: 100%;
  min-width: 8rem;
  height: 100%;
  position: relative;
}

.swiper-slide {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #141414;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 426px;
  max-width: 426px;
  min-height: 663px;
  padding: 1.75rem 1.5rem 3rem;
  display: flex;
}

.swiper-slide.is-testimonial {
  border-radius: 0;
  width: 100%;
  min-height: auto;
}

.container-2 {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical.padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.testimonial-associate {
  color: gray;
  font-size: 1.25rem;
}

.avatar {
  background-image: url('../images/avatar-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 4.375rem;
  height: 4.375rem;
}

.slider-wrapper-content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80%;
  min-height: auto;
  display: flex;
}

.testimonial-text {
  font-family: var(--paragraph);
  color: var(--black);
  letter-spacing: -1px;
  margin-left: 1em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.testimonial-text.benefits {
  font-size: .9rem;
}

.testimonial-text.large {
  color: var(--background);
  margin-left: 0;
}

.control-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #141415;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 241px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-center {
  padding-top: 1rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  font-family: var(--paragraph);
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
  color: #000;
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--black);
  font-family: var(--paragraph);
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: capitalize;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  max-width: 10em;
}

.tesstimonial {
  width: 100%;
  max-width: 1200px;
  padding: 3em 6em 3rem;
}

.italic-text {
  font-family: var(--paragraph);
}

.text-span {
  color: var(--accent);
  font-style: italic;
}

.text-span-2 {
  color: var(--accent);
}

.paragraph-3 {
  margin-bottom: 0;
}

.button-overlay-hover {
  background-color: var(--accent);
  border-radius: 100%;
}

.list {
  text-decoration: none;
}

.image-2 {
  width: 5em;
}

.block-quote {
  color: #adadad;
}

.block-quote.paragraph {
  font-size: 1rem;
}

.paragraph-4 {
  font-family: var(--paragraph);
  color: #a4a4a4;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--accent);
}

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

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.logo-img-footer {
  width: 100%;
}

.socials-wrapper {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  margin-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.heading {
  font-family: var(--heading);
  font-weight: 400;
}

.heading.ftr {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2rem;
}

.footer-lottie {
  font-size: 1.35rem;
}

.footer-lottie:hover {
  text-decoration: underline;
}

.footer-lottie-img {
  width: 4.5em;
}

.footer-link {
  flex-flow: column;
  display: flex;
}

.testimonial {
  font-family: var(--paragraph);
  text-align: center;
  margin-bottom: .5em;
  font-size: 2rem;
  line-height: 100%;
}

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

.testimonial-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 5em;
  height: 5em;
}

@media screen and (max-width: 991px) {
  .hero-image-container {
    z-index: -1;
    top: -2%;
  }

  .hero-image-card.top, .hero-image-card.top.right, .hero-image-card.lower, .hero-image-card.bottom {
    width: 10em;
    height: 20em;
  }

  .how-we-work-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tired {
    width: 100vw;
    padding-left: 3em;
    padding-right: 3em;
    overflow: hidden;
  }

  .portfolio-overview {
    width: 100vw;
  }

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

  .container {
    max-width: 50rem;
  }

  .services {
    padding-left: 3em;
    padding-right: 3em;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .slider-content {
    height: auto;
  }

  .img-child.img-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .slider-tab {
    margin-top: 3rem;
  }

  .container-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .control-wrapper {
    display: none;
  }

  .navbar-no-shadow {
    width: 100%;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list {
    padding-left: 0;
  }

  .heading.ftr {
    font-size: 1.8rem;
  }

  .list-item {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .h1.hero-text {
    font-size: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .swiper-wrapper.is-testimonial {
    width: 100%;
    min-width: 100%;
  }

  .swiper-slide.is-testimonial {
    width: 100%;
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .tesstimonial {
    padding-left: 4em;
    padding-right: 4em;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .testimonial-img {
    width: 5em;
    height: 5em;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100vh;
    padding-top: 0;
  }

  .h1, .h1.hero-text {
    font-size: 2rem;
  }

  .h1.very-small, .paragraph {
    font-size: 1rem;
  }

  .hero-text-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-container {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    top: 15%;
  }

  .hero-image-card.top, .hero-image-card.top.right {
    width: 8em;
    height: 10em;
  }

  .hero-image-card.lower {
    width: 8em;
    height: 10em;
    top: 55%;
    left: 15%;
  }

  .hero-image-card.lower.right {
    top: 55%;
    right: 15%;
  }

  .hero-image-card.bottom {
    width: 8em;
    height: 10em;
    display: block;
    top: 59%;
    left: 37%;
  }

  .portfolio-overview {
    max-width: 100vw;
  }

  .overview-grid {
    width: auto;
    overflow: hidden;
  }

  .grid-item-image {
    width: 100%;
  }

  .grid-item-overview {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .img-child.img-1 {
    height: 50%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .testimonial-img {
    width: 30%;
    max-width: none;
    height: 30%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a7cb33f-f71e-2222-7e16-a5eb51ce7b44-51ce7b40 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a7cb33f-f71e-2222-7e16-a5eb51ce7b5b-51ce7b40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_028ce440-3ada-0748-edd3-1c85ade1b0ee-65064087 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Baunk';
  src: url('../fonts/Baunk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntumono';
  src: url('../fonts/UbuntuMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}