:root {
  --jet: #323031;
  --forest-green: #50875d;
  --chocolate: #6a4638;
  --papaya-whip: #fdf0d5;
  --white: white;
  --black: black;
}

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

h1 {
  color: var(--jet);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: ff-market-web, sans-serif;
  font-size: 61.04px;
  font-weight: 700;
  line-height: 1.6em;
}

h2 {
  color: var(--jet);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Mono, sans-serif;
  font-size: 48.83px;
  font-weight: 700;
  line-height: 1.6em;
}

p {
  color: var(--jet);
  margin-bottom: 0;
  font-family: PT Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--forest-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PT Mono, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
  transition: all .1s ease-out;
  display: flex;
}

a:hover {
  color: var(--chocolate);
  text-decoration: underline;
}

.section-projects {
  padding-left: 50px;
  display: none;
  overflow: hidden;
}

.projects-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
  padding: 50px 0;
  overflow: auto;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.project-container {
  width: 400px;
  height: 500px;
  background-color: #9ecc7d;
}

.fullscreen__projects-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.fs-projects__grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  display: none;
}

.fs-projects__name-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.fs-projects__content {
  background-color: #dbc379;
}

.fs-projects__heading {
  width: 100%;
  align-items: center;
  display: flex;
}

.fs-marquee {
  display: none;
}

.fs-project__h1.marquee-item {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.section-comingsoon {
  height: 100vh;
  background-color: var(--papaya-whip);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
}

.image {
  width: 200px;
  height: 200px;
}

.image-2 {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: flex;
}

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

.projects {
  background-color: var(--papaya-whip);
  padding-top: 0;
  padding-bottom: 50px;
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 50px;
}

.projects__info-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px 50px 50px 0;
  display: flex;
  position: relative;
}

.projects__grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 10px;
  display: grid;
}

.heading {
  color: var(--jet);
  font-family: PT Mono, sans-serif;
  font-size: 48.83px;
  font-weight: 400;
  line-height: 1.6em;
}

.heading-2 {
  font-weight: 400;
}

.align-left {
  text-align: right;
}

.p.projects {
  border-top: 1px none var(--chocolate);
  text-align: right;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.p.small {
  color: var(--papaya-whip);
  font-size: 12.8px;
}

.project {
  height: 300px;
  border-style: dotted;
  border-width: 1px;
  border-color: var(--chocolate) black black;
  background-color: var(--papaya-whip);
  cursor: pointer;
  border-radius: 10px;
  transition: all .1s ease-out;
}

.project:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}

.projects__header {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.project-info {
  background-color: var(--papaya-whip);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 50px;
  padding-right: 50px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project__icon-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px dotted var(--chocolate);
  border-bottom: 1px dotted var(--chocolate);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.project-icon {
  width: 20px;
  height: 20px;
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .1s ease-out;
  display: flex;
}

.project-icon:hover {
  transform: scale(1.1);
}

.heading-3 {
  margin-bottom: 30px;
}

.link {
  padding-top: 0;
}

.icon {
  max-height: 100%;
}

.project-icon__container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-info {
  background-color: var(--chocolate);
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  transform: translate(0);
}

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

.nav-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.nav-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2.w--current {
  color: var(--chocolate);
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu__img-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.nav-menu__img {
  width: 30px;
  max-width: none;
  position: absolute;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: none;
  position: relative;
}

.hero__svg {
  width: 500px;
  background-color: rgba(50, 48, 49, 0);
}

.embed__hero-svg {
  display: flex;
}

.html-embed {
  display: none;
}

.image-3 {
  z-index: -1;
  width: 600px;
  align-self: center;
  margin-right: 0;
  position: relative;
  transform: translate(-27%);
}

.hero__text-container {
  width: 600px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: absolute;
  transform: translate(27%);
}

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

.hero__container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.p-hero {
  margin-bottom: 30px;
  padding-bottom: 0;
  font-weight: 400;
}

.button {
  border: 1px dotted var(--chocolate);
  background-color: var(--papaya-whip);
  color: var(--chocolate);
  border-radius: 10px;
  align-self: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 12.8px;
  transition: all .1s ease-out;
  display: none;
}

.button:hover {
  background-color: var(--chocolate);
  color: var(--papaya-whip);
}

.contact {
  height: 500px;
  background-color: var(--chocolate);
  display: none;
}

.about {
  height: 500px;
  border-top: 1px dotted var(--chocolate);
  border-bottom: 1px dotted var(--chocolate);
  background-color: var(--forest-green);
  display: none;
}

.footer-dark-2 {
  background-color: var(--jet);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: none;
  position: relative;
}

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

.footer-wrapper-2 {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.icon__arrow-right {
  margin-left: 10px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  position: absolute;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  display: grid;
}

.image-5 {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1440px) {
  .grid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .project-info {
    display: flex;
  }

  .hero {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero__text-container {
    align-self: center;
  }

  .p-hero {
    transition: opacity .2s;
  }
}

@media screen and (min-width: 1920px) {
  .projects {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero__container {
    width: 1440px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 100px;
    display: flex;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

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

#w-node-_70562b47-2e09-5ea5-ae05-109bf16b4d7a-08f621be, #w-node-_51f17740-24cc-0f4c-8952-73810770c1a3-08f621be, #w-node-_5246ce59-19c5-9491-aa31-6d233a554877-08f621be, #w-node-_829d51d9-35b3-666e-73ad-b9a2b3b3a9e1-08f621be, #w-node-dc0d4d65-11ca-026a-b792-f8ec974b6c75-08f621be, #w-node-_2b552187-f6ca-b235-b0bd-b3dd61129d0b-08f621be, #w-node-_248481b8-73dd-3236-3b4d-893891c35564-d27bf0c3, #w-node-_19b7c1e9-c9c1-b8c0-32eb-f90f2a5760ac-d27bf0c3, #w-node-_25de2eb7-0b2d-6dac-94ef-d81376426839-d27bf0c3, #w-node-_370c7183-3c84-21fa-f816-f09c7ec561d6-d27bf0c3, #w-node-_2e3d5d6c-da18-937e-e744-cbc2240917fb-d27bf0c3, #w-node-b734e6dc-98a1-12ad-843e-3359f4ef035f-d27bf0c3, #w-node-_86fa5622-7297-3b33-4f31-d7e4ba30b08e-d27bf0c3, #w-node-_2620241b-4894-cbf4-09ea-f3e42e450a91-d27bf0c3, #w-node-ddbb9cc2-2f4e-ab14-d876-9baab8535ae4-d27bf0c3, #w-node-_3ce436a1-38eb-4e1b-8efa-9f8245d85a05-d27bf0c3, #w-node-_9fddfd8d-c7f9-8f0d-f6c1-85485ee90e2c-d27bf0c3, #w-node-_15b4bd5c-a77f-648d-aac8-634c81fae68a-d27bf0c3, #w-node-_1c158ac2-07f7-a816-6391-41accaf2a465-d27bf0c3, #w-node-_40fef444-b4f8-e628-62d4-870e8fbc471c-d27bf0c3, #w-node-_5ae05eb4-f1ab-6528-6bee-8492c9e4924d-d27bf0c3, #w-node-_25e3ec62-f95e-f2f9-881c-9a6a7b9d29e9-d27bf0c3, #w-node-e0875143-f5fd-3d43-45ad-3250f45d8447-d27bf0c3, #w-node-_8952ba3d-1d7b-04ad-940f-e81d9af7f349-d27bf0c3, #w-node-_8952ba3d-1d7b-04ad-940f-e81d9af7f352-d27bf0c3, #w-node-_8952ba3d-1d7b-04ad-940f-e81d9af7f35d-d27bf0c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_25e3ec62-f95e-f2f9-881c-9a6a7b9d29e9-d27bf0c3, #w-node-e0875143-f5fd-3d43-45ad-3250f45d8447-d27bf0c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


