:root {
  --body--padding: 4rem;
  --body--halfpadding: 2rem;
  --font--regular-font: "Helvetica Neue", sans-serif;
  --text--font-size: 1rem;
  --color--white: #ececec;
  --color--main-color: #fff48d;
  --font--header-font: Cinzel, sans-serif;
  --color--main-bg-color: #111;
  --color--2nd-font: #fff48db3;
  --h5--font-size: 1.3rem;
  --h2--font-size: 1.5rem;
  --color--off-white: #b4b4b4;
  --h3--font-size: 3.5rem;
  --color--white\<deleted\|variable-e1198922\>: #ececec;
  --h1--font-size: 28vw;
  --color--black: #070707;
  --color--off-black: #181818;
  --h4--font-size: 2rem;
  --misc--reveal-font-size: 5.8rem;
  --misc--cta-font-size: 4rem;
  --circle--circle-size: 20vh;
  --circle--circle-shadow-size: 22vh;
}

.body {
  background-color: #fff0;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
}

.image {
  width: 68px;
}

.navbar-wrap {
  padding: 13px var(--body--padding);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  font-family: var(--font--regular-font);
  color: #fff;
  font-size: var(--text--font-size);
  line-height: var(--text--font-size);
  font-weight: 700;
  text-decoration: none;
}

.hero-wrap {
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  border: 2px solid var(--color--white);
  font-family: var(--font--regular-font);
  color: var(--color--white);
  font-size: var(--text--font-size);
  line-height: var(--text--font-size);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 25px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button:hover {
  border-color: var(--color--main-color);
  filter: drop-shadow(0 0 10px #ffffffb3);
  color: var(--color--main-color);
  background-image: none;
  transform: scale(1.1);
}

.navbar123 {
  z-index: 5;
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: -100px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-name {
  pointer-events: none;
  font-family: var(--font--header-font);
  color: var(--color--main-bg-color);
  letter-spacing: -10px;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28vw;
  font-weight: 700;
  line-height: 100%;
}

.hero-title {
  opacity: 0;
  font-family: var(--font--regular-font);
  color: var(--color--2nd-font);
  font-size: var(--h5--font-size);
  line-height: var(--h2--font-size);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  position: relative;
  transform: translate(0);
}

.hero-title-wrap {
  z-index: 3;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-container {
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.project-media-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-title-container {
  z-index: 1;
  padding-top: 6rem;
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-label-text {
  font-family: var(--font--regular-font);
  color: var(--color--main-color);
  font-size: var(--text--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.project-label-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  overflow: hidden;
}

.sticky-container {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lower-section {
  height: auto;
  position: relative;
}

.text {
  font-family: var(--font--regular-font);
  color: var(--color--off-white);
  font-size: var(--text--font-size);
  text-align: left;
  font-weight: 300;
  line-height: 130%;
}

.text._30 {
  z-index: 3;
  color: var(--color--off-white);
  width: 30%;
  position: relative;
}

.section-sub-title {
  z-index: 3;
  font-family: var(--font--header-font);
  color: var(--color--off-white);
  font-size: var(--h3--font-size);
  text-align: left;
  -webkit-text-stroke-color: var(--color--off-white);
  text-transform: none;
  width: 50%;
  margin-top: 0;
  font-weight: 500;
  line-height: 105%;
  position: relative;
}

.spacer {
  height: 100vh;
}

.spacer._50 {
  height: 50vh;
}

.project-wrap {
  width: 100%;
  margin-bottom: -100vh;
}

.motto {
  padding: 40vh var(--body--padding) 30vh;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.footer-sticky {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-bottom {
  z-index: 2;
  padding: var(--body--halfpadding) var(--body--padding);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-cta {
  font-family: var(--font--header-font);
  color: var(--color--white);
  font-size: var(--h3--font-size);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.footer-text {
  font-family: var(--font--regular-font);
  color: var(--color--2nd-font);
  font-size: var(--text--font-size);
  margin-bottom: 0;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.footer-text:hover {
  color: var(--color--main-color);
  transform: scale(1.1);
}

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

.footer-text.right:hover {
  transform: none;
}

.footer-menu-wrap {
  flex-flow: column;
  display: flex;
}

.project-name-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--color--main-color);
  color: var(--color--main-color);
  background-image: url('../images/sun.svg');
  background-position: 50% -50%;
  background-repeat: no-repeat;
  background-size: 300% 300%;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  transform: none;
}

.arrow {
  width: 0;
  transform: none;
}

.footer-menu-container {
  margin-top: var(--body--halfpadding);
  justify-content: space-between;
  display: flex;
}

.footer-menu {
  width: 50%;
  min-height: 90px;
}

.footer-menu-column {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.footer-menu-column._1 {
  display: flex;
}

.footer-menu-column._2 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-menu-column._3 {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-menu-column._4 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-cta-container {
  padding-top: var(--body--halfpadding);
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--font--regular-font);
  color: var(--color--white);
  font-size: var(--text--font-size);
  padding: 0;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--color--main-color);
  text-shadow: 0 0 10px var(--color--main-color);
  transform: scale(1.1);
}

.nav-menu {
  z-index: 3;
  justify-content: center;
  align-items: center;
}

.navbar {
  z-index: 4;
  background-color: #3e51ff00;
  margin-bottom: -96px;
  transition: all .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.m-nav-bot-container {
  display: none;
}

.nav-link-container {
  grid-column-gap: var(--body--padding);
  grid-row-gap: var(--body--padding);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.m-nav-footer {
  border-bottom: 2px solid var(--color--white\<deleted\|variable-e1198922\>);
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
}

.m-nav-footer-menu {
  width: 50%;
  min-height: 90px;
}

.project-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.brand.w--current {
  padding-top: 5px;
}

.footer-text-light {
  font-family: var(--font--header-font);
  color: var(--color--main-color);
  font-size: var(--text--font-size);
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.reveal-type {
  z-index: 3;
  font-family: var(--font--header-font);
  color: var(--color--white);
  text-align: left;
  font-size: 5vw;
  font-weight: 400;
  line-height: 105%;
  display: block;
  position: relative;
}

.footer {
  height: 150vh;
}

.project-link {
  font-family: var(--font--regular-font);
  font-size: var(--text--font-size);
  text-transform: uppercase;
  font-weight: 700;
}

.lightup-text {
  font-family: var(--font--header-font);
  color: #fff48d;
  font-size: var(--h3--font-size);
  text-shadow: 0 0 4px var(--color--white), 0 0 10px var(--color--white), 0 0 18px var(--color--white);
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 100%;
}

.section-title {
  z-index: 3;
  font-family: var(--font--header-font);
  color: var(--color--off-white);
  font-size: var(--h2--font-size);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/text-ligh-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.section-title.large {
  font-size: 5rem;
}

.about {
  padding: var(--body--padding);
  position: relative;
}

.about-wrap {
  margin-top: var(--body--halfpadding);
  grid-column-gap: var(--body--halfpadding);
  grid-row-gap: var(--body--halfpadding);
  justify-content: space-between;
  display: flex;
}

.services {
  padding: var(--body--padding);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider {
  background-color: var(--color--main-color);
  filter: drop-shadow(0px 0px 4px var(--color--white)) drop-shadow(0px 0px 15px var(--color--main-color));
  border-radius: 5px;
  width: 100%;
  height: 2px;
}

.services-container {
  margin-top: var(--h3--font-size);
  grid-column-gap: var(--body--padding);
  grid-row-gap: var(--body--padding);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.services-wrap {
  z-index: 3;
  padding: var(--body--halfpadding);
  background-color: var(--color--main-bg-color);
  box-shadow: 0 0 15px 2px var(--color--main-color), 0 0 0 1px var(--color--main-color), inset 0 0 0 1px var(--color--main-color);
  border-radius: 20px;
  width: 30%;
  transition: all .3s;
  position: relative;
}

.card-title {
  font-family: var(--font--regular-font);
  color: var(--color--main-color);
  font-size: var(--h5--font-size);
  text-transform: none;
  text-shadow: 0 0 5px var(--color--main-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.services-image {
  filter: drop-shadow(0px 0px 5px var(--color--white)) drop-shadow(0px 0px 30px var(--color--main-color));
}

.footer-title-wrap {
  text-shadow: 0 0 20px #fff48d, 0 0 10px #fff48d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-wrap {
  margin-top: var(--body--halfpadding);
  grid-column-gap: var(--body--halfpadding);
  grid-row-gap: var(--body--halfpadding);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-shadow {
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-image: linear-gradient(0deg, #0000 7%, #b8af60);
  border-radius: 25%;
  width: 100%;
  height: 18%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.divider-wrap.side-marging {
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
}

.label {
  z-index: 5;
  font-family: var(--font--regular-font);
  color: var(--color--white);
  font-size: var(--text--font-size);
  text-decoration: none;
  position: relative;
}

.main-button-bg {
  z-index: 3;
  border: 1px solid var(--color--main-color);
  background-color: var(--color--main-bg-color);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.main-button {
  background-color: var(--color--main-bg-color);
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  margin-top: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, var(--color--main-color), #fff95b);
  top: -24%;
  left: -11%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #ff930f, #ff930f);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, var(--color--main-color), #fff95b);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, var(--color--main-color), #ff930f);
  top: -15%;
  left: auto;
  right: 54%;
}

.main-button-color-wrap {
  z-index: 2;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.main-button-color-wrap.blur {
  filter: blur(5px);
  border-radius: 25px;
  display: block;
  overflow: hidden;
}

.sub-button {
  cursor: pointer;
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sub-button:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.sub-button_bg {
  z-index: 1;
  background-color: #ddb111;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-image-wrap {
  position: relative;
}

.service-image-black {
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-title {
  pointer-events: none;
  font-family: var(--font--header-font);
  color: var(--color--white);
  font-size: var(--h1--font-size);
  line-height: var(--h1--font-size);
  letter-spacing: -10px;
  text-shadow: 0 0 300px #fff48d66, 0 0 70px #6f6400, 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px #fff48d, 0 0 42px #ffea23;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.section-title-wrap {
  z-index: 3;
  position: relative;
}

.section-title-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 0;
}

.canvas {
  z-index: -1;
  background-color: var(--color--main-bg-color);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.project-bg {
  z-index: 0;
  filter: brightness(65%);
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.project-bg-m {
  display: none;
}

.loader {
  z-index: 10;
  background-color: var(--color--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-bar {
  background-color: var(--color--2nd-font);
  width: 100%;
  height: 2px;
  position: absolute;
}

.loader-progress {
  background-color: var(--color--main-color);
  filter: drop-shadow(0px 0px 4px #ffffffb3) drop-shadow(0px 0px 15px var(--color--main-color));
  width: 0%;
  height: 2px;
  position: absolute;
}

.loader-wrap {
  width: 100%;
  position: relative;
}

.loader-percentage {
  margin-bottom: var(--body--halfpadding);
  font-family: var(--font--regular-font);
  color: var(--color--white);
  font-size: var(--text--font-size);
}

.loader-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.hero-sub-title {
  opacity: 0;
  font-family: var(--font--header-font);
  color: var(--color--main-color);
  font-size: var(--h2--font-size);
  line-height: var(--h2--font-size);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  transform: translate(0);
}

.text-wrap {
  margin-top: var(--body--halfpadding);
}

.about-container {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.card-more {
  font-family: var(--font--regular-font);
  color: var(--color--2nd-font);
  font-size: var(--text--font-size);
  text-align: center;
  display: block;
}

.card-cta-wrap {
  margin-top: var(--body--halfpadding);
  grid-column-gap: var(--text--font-size);
  grid-row-gap: var(--text--font-size);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-button {
  z-index: 3;
  background-color: var(--color--main-bg-color);
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .label {
    z-index: 5;
  }

  .sub-button {
    z-index: 1;
  }

  .sub-button_bg:active {
    width: 90%;
    height: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .lower-section {
    height: 100%;
  }

  .footer-sticky {
    background-position: 50% -10vh;
  }

  .footer-cta, .reveal-type {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-wrap {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .link {
    font-weight: 700;
  }

  .menu-wrap {
    grid-column-gap: 3.9rem;
    grid-row-gap: 3.9rem;
  }

  .hero-title-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 100vh;
  }

  .hero-title {
    font-family: var(--font--regular-font);
    font-size: var(--h2--font-size);
    width: 650px;
    font-weight: 400;
  }

  .project-title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text._30 {
    width: 100%;
  }

  .section-sub-title {
    width: auto;
  }

  .footer-sticky {
    padding-top: var(--body--padding);
  }

  .footer-cta {
    align-self: center;
    font-size: 4rem;
  }

  .footer-cta-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
  }

  .reveal-type {
    align-self: center;
  }

  .about-wrap {
    grid-column-gap: var(--body--halfpadding);
    grid-row-gap: var(--body--halfpadding);
    flex-flow: column;
  }

  .services-container {
    flex-flow: column;
  }

  .services-wrap {
    width: 100%;
  }

  .project-bg {
    display: none;
  }

  .project-bg-m {
    z-index: 0;
    filter: brightness(60%);
    width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    transform: scale(1.3);
  }

  .hero-sub-title {
    width: 650px;
  }

  .about-container {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrap {
    padding: 0px var(--body--halfpadding);
  }

  .button {
    background-position: 50% -45%;
    width: auto;
    height: 60px;
  }

  .navbar123 {
    display: none;
  }

  .hero-title {
    width: 500px;
  }

  .project-title-container {
    padding-top: 5rem;
  }

  .project-label-container {
    flex-flow: row;
  }

  .footer-bottom {
    overflow: visible;
  }

  .footer-cta {
    font-size: var(--h3--font-size);
  }

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

  .project-name-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-menu-container {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-menu {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-menu.left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px solid var(--color--2nd-font);
    flex-flow: row;
    width: 100%;
    min-height: 85px;
    padding-bottom: 1rem;
  }

  .footer-menu.right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-height: auto;
    margin-top: 1rem;
  }

  .footer-menu-column._1 {
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-column._2 {
    justify-content: space-between;
    align-items: flex-end;
    min-height: 80px;
  }

  .footer-menu-column._3 {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 80px;
  }

  .footer-menu-column._4 {
    min-height: 80px;
  }

  .footer-cta-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--color--main-bg-color);
    height: 100vh;
  }

  .menu-button {
    color: var(--color--white\<deleted\|variable-e1198922\>);
  }

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

  .m-nav-bot-container {
    height: 50%;
    display: block;
  }

  .nav-menu-wrap {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .m-nav-bot-wrap {
    padding-top: var(--body--padding);
    padding-right: var(--body--padding);
    padding-left: var(--body--padding);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 50vh;
    display: flex;
  }

  .nav-link-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
  }

  .m-nav-footer {
    border-bottom-style: none;
    flex-flow: column;
    align-items: flex-start;
  }

  .m-nav-footer-menu {
    border-bottom: 2px solid var(--color--white\<deleted\|variable-e1198922\>);
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
  }

  .icon {
    font-size: 2rem;
  }

  .footer-text-light {
    text-align: right;
  }

  .reveal-type {
    word-break: keep-all;
  }

  .services-container {
    margin-top: var(--body--padding);
    flex-flow: column;
  }

  .services-wrap {
    width: 100%;
  }

  .project-bg-m {
    inset: 0%;
  }

  .hero-sub-title {
    width: 500px;
  }

  .about-container {
    flex-flow: column;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    width: auto;
  }

  .project-media-wrap._1 {
    background-position: 0 0, 50% 0;
  }

  .project-media-wrap._4 {
    background-image: url('../images/parkview-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project-label-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .text {
    line-height: var(--text--font-size);
    text-align: justify;
  }

  .footer-bottom {
    height: auto;
  }

  .footer-text {
    white-space: nowrap;
  }

  .project-name-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-menu-container {
    padding-bottom: 1rem;
  }

  .footer-menu {
    min-height: 250px;
  }

  .footer-menu.left {
    border-bottom-color: var(--color--2nd-font);
    min-height: 90px;
  }

  .footer-menu.right {
    min-height: 90px;
  }

  .footer-cta-container {
    width: 100%;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-container {
    padding-right: var(--body--padding);
    padding-left: var(--body--padding);
  }

  .m-nav-footer {
    padding-bottom: 0;
  }

  .brand {
    padding-left: 0;
  }

  .footer-text-light {
    white-space: nowrap;
  }

  .reveal-type {
    font-size: 5vw;
  }

  .section-title.large {
    font-size: 3rem;
  }

  .about-wrap {
    margin-bottom: var(--body--padding);
  }

  .services-container {
    grid-column-gap: var(--body--padding);
    grid-row-gap: var(--body--padding);
  }

  .button-wrap {
    flex-flow: column;
  }

  .main-button-bg, .main-button, .sub-button, .fade-in {
    width: 100%;
  }

  .hero-sub-title {
    line-height: var(--h2--font-size);
    text-align: center;
    width: auto;
  }

  .about-container {
    flex-flow: column;
  }

  .card-button {
    width: 100%;
  }
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype'), url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype'), url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneu';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}