@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bdogrotesk;
  src: url('../fonts/BDOGrotesk-DemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #030303;
  --_typography---font-family: Bdogrotesk, Arial, sans-serif;
  --white: #fff;
  --_typography---font-size--body-s: 1rem;
  --_typography---font-weight--font-weight-light: 250;
  --_typography---font-size--heading-h1: 3.5rem;
  --_typography---line-height--line-height-m: 3.875rem;
  --_typography---font-size--heading-h2: 1.4rem;
  --_typography---line-height--line-height-s: 2.25rem;
  --_typography---font-size--body-xs: .875rem;
  --transparent: #fff0;
  --_typography---font-weight--font-weight-regular: 400;
  --_typography---font-weight--font-weight-medium: 500;
  --black-soft: #1a1a1a;
  --_typography---font-size--display-m: 4.5rem;
  --spacing-xl: 220px;
  --_typography---font-size--display-xl: 6rem;
  --_typography---line-height--line-height-xxl: 10rem;
  --_typography---font-weight--font-weight-bold: 700;
  --_typography---line-height--line-height-l: 5rem;
  --grey-strong: #777;
  --grey-medium: #9a9a9a;
  --_typography---font-size--display-l: 7.5rem;
  --_typography---line-height--line-height-xl: 7.5rem;
  --_typography---font-weight--font-weight-semibold: 600;
  --color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>: #1a1a1a;
  --spacing-l: 180px;
  --_typography---font-size--body-m: 1.125rem;
  --_typography---font-size--body-l: 1.25rem;
  --_typography---font-size--body-xl: 1.5rem;
}

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

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

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

body {
  background-color: var(--black);
  font-family: var(--_typography---font-family);
  color: var(--white);
  font-size: var(--_typography---font-size--body-s);
  line-height: 1.25rem;
  font-weight: var(--_typography---font-weight--font-weight-light);
  overflow: visible;
}

h1 {
  font-size: var(--_typography---font-size--heading-h1);
  line-height: var(--_typography---line-height--line-height-m);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-size: var(--_typography---font-size--heading-h2);
  line-height: var(--_typography---line-height--line-height-s);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  color: var(--white);
  text-align: center;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  font-size: var(--_typography---font-size--body-xs);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.hero-nav-menu {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: var(--transparent);
  width: 100%;
  position: relative;
}

.nav-brand {
  color: var(--white);
  font-size: 32px;
  line-height: 40px;
  font-weight: var(--_typography---font-weight--font-weight-regular);
  align-items: center;
  display: flex;
}

.nav-wrapper {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
  position: static;
}

.nav-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  line-height: 1.1rem;
  font-weight: var(--_typography---font-weight--font-weight-medium);
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 0 0;
}

.nav-link.big-text {
  border-bottom-color: var(--black-soft);
  font-size: var(--_typography---font-size--display-m);
}

.nav-link.big-text.line-height {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.nav-link.big-text.line-height.cc-1 {
  position: relative;
}

.menu-button {
  padding: 0;
  display: block;
}

.menu-button:active, .menu-button:focus, .menu-button.w--open {
  background-color: var(--transparent);
}

.hamburger-menu {
  width: 2rem;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.hero {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.fluid {
  max-width: 100%;
}

.container.padding-top {
  padding-top: var(--spacing-xl);
  position: static;
  overflow: visible;
}

.container.padding-top.projects {
  display: block;
  position: static;
}

.container.award {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.container.password {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.container.password.margin-top {
  position: static;
}

.hero {
  letter-spacing: -2px;
  text-transform: uppercase;
}

.display-01 {
  font-family: var(--_typography---font-family);
  font-size: var(--_typography---font-size--display-xl);
  line-height: var(--_typography---line-height--line-height-xxl);
  font-weight: var(--_typography---font-weight--font-weight-bold);
  letter-spacing: 0;
  overflow-wrap: anywhere;
  vertical-align: baseline;
  align-self: auto;
  width: auto;
  display: block;
}

.display-01.hero-title {
  margin-bottom: -25px;
  font-size: 12rem;
  line-height: 13rem;
}

.display-01.footer-title {
  letter-spacing: 0;
  width: auto;
  font-size: 4rem;
  line-height: 13rem;
}

.icon_svg {
  color: var(--white);
}

.page-padding {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.page-padding._100vh {
  height: 100vh;
}

.page-padding.top {
  z-index: 1;
  padding-top: 30px;
  position: relative;
}

.page-padding.top-inner {
  padding-top: 100px;
}

.top-bar {
  border-top: 1px solid var(--black-soft);
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-bar:where(.w-variant-77caaeeb-9e74-5c26-31db-190cb153edbe) {
  border: 0 solid #000;
  padding-top: 0;
}

.main-content {
  grid-column-gap: 10%;
  grid-row-gap: 80px;
  grid-template: "."
  / 15% 75%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  place-items: stretch stretch;
  display: grid;
  position: static;
  overflow: visible;
}

.about-fact {
  justify-content: space-between;
  display: flex;
}

.about-fact.about {
  padding-left: 70px;
  padding-right: 70px;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.soft-text {
  color: #636363;
}

.soft-text.font-weight-light {
  font-weight: var(--_typography---font-weight--font-weight-light);
}

.display-03 {
  font-size: var(--_typography---font-size--display-m);
  line-height: var(--_typography---line-height--line-height-l);
  font-weight: var(--_typography---font-weight--font-weight-medium);
  letter-spacing: -3px;
  align-self: flex-start;
}

.display-03.padding-top {
  padding-top: 130px;
  display: none;
}

.fact-text {
  line-height: 1.8rem;
}

.fact-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.fact-wrap.right {
  margin-right: 50px;
}

.fact-wrap.about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.project-content-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 23% 50% 23%;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.body-text-4 {
  line-height: 1.5rem;
  font-weight: var(--_typography---font-weight--font-weight-light);
}

.body-text-4.soft-text {
  color: var(--grey-strong);
  letter-spacing: 0;
}

.project-info {
  justify-content: space-between;
  display: flex;
}

.project-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.project-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.project-card.cc-1 {
  position: static;
}

.project-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: static;
}

.project-button {
  position: sticky;
  top: 100px;
}

.padding-top {
  padding-top: 220px;
}

.button-link {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-link.padding-top {
  padding-top: 140px;
}

.circle-link {
  border: 1px solid var(--black-soft);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.left-content {
  position: relative;
}

.service-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.body-text-5 {
  font-size: var(--_typography---font-size--body-xs);
  line-height: 1.25rem;
  font-weight: var(--_typography---font-weight--font-weight-light);
}

.service-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section-award {
  margin-top: var(--spacing-xl);
  height: 400vh;
  display: none;
  position: relative;
}

.award-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.dark-bg {
  z-index: 0;
  background-color: var(--black);
  opacity: .2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.award-container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.award-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 25% 50% 25%;
  grid-auto-columns: 1fr;
  align-self: stretch;
  max-width: 100%;
  display: grid;
  overflow: hidden;
}

.award-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.blank-space {
  opacity: 0;
}

.quote-top {
  justify-content: space-between;
  display: flex;
}

.quote-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.client-image-wrap {
  position: relative;
  overflow: hidden;
}

.align-right {
  position: sticky;
  top: 100px;
}

.client-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.price-card {
  border: 1px solid #1a1a1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.price {
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.package-list-group {
  list-style-type: none;
}

.package-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.package-feature {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-left: 1px solid #1a1a1a;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.button-primary {
  border: 1px solid var(--white);
  font-weight: var(--_typography---font-weight--font-weight-regular);
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.project-left {
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.faq-wrap {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.expand-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--black-soft);
  background-color: var(--transparent);
  color: var(--white);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px 0;
  display: flex;
  overflow: hidden;
}

.faq-item.w--current {
  background-color: var(--transparent);
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.faq-question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-weight: var(--_typography---font-weight--font-weight-light);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.faq-answer {
  color: var(--grey-medium);
  line-height: 1.33333rem;
  font-weight: var(--_typography---font-weight--font-weight-light);
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.button-secondary {
  border: 1px solid var(--white);
  color: var(--black);
  font-weight: var(--_typography---font-weight--font-weight-medium);
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.cta-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.display-02 {
  font-size: var(--_typography---font-size--display-l);
  line-height: var(--_typography---line-height--line-height-xl);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: -3px;
  align-self: auto;
}

.cta-image-wrap {
  z-index: 1;
  width: 60%;
  position: relative;
}

.cta-title {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image {
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-bg-image {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -80px;
}

.dark-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, black, #03030300 50%, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-top-wrap {
  border-top: 1px solid var(--black-soft);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.social-link {
  text-transform: none;
  transition: border .2s;
}

.social-link:hover {
  border-bottom: 1px solid var(--white);
}

.social-icon-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.bottom-content {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  position: relative;
}

.copyright-symb {
  font-size: 8.1rem;
  line-height: 6rem;
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  align-self: flex-start;
  margin-top: 15px;
  display: none;
}

.year {
  margin-top: 41px;
}

.footer-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.section-footer {
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  overflow: visible;
}

.section {
  display: block;
  position: relative;
  overflow: visible;
}

.section.padding-top {
  display: block;
}

.section.section-cta {
  overflow: visible;
}

.image-placeholder {
  position: relative;
}

.image-only {
  width: 100%;
}

.faq-icon-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-number {
  font-size: var(--_typography---font-size--body-s);
  line-height: 1rem;
  font-weight: var(--_typography---font-weight--font-weight-regular);
  letter-spacing: 0;
  padding-bottom: 20px;
}

.nav-link-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 10%;
  margin-bottom: auto;
  display: flex;
}

.nav-underline {
  z-index: 1;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-bg-wrap {
  z-index: -1;
  display: block;
  position: absolute;
}

.award-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
}

.award-wrapper.cc-2 {
  z-index: -2;
  display: block;
  position: absolute;
}

.award-wrapper.cc-1 {
  z-index: 1;
  display: block;
}

.award-wrapper.cc-3 {
  z-index: -3;
  display: block;
  position: absolute;
}

.award-wrapper.cc-4 {
  z-index: -4;
  position: absolute;
}

.faq-holder {
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  display: none;
}

.client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image-shape-2 {
  z-index: 2;
  color: #030303;
  width: 100px;
  position: absolute;
  inset: -1% -1% auto auto;
}

.hero-image-shape-2.small-size {
  width: 40px;
}

.feedback-main {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.project-card-link {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
  top: 30px;
  overflow: hidden;
}

.project-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.button-bg {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
}

.button-bg-seondary {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-menu-text {
  line-height: 3.7rem;
}

.footer-nav-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

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

.about-hero_heading {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.about_hero-image {
  max-width: 100%;
  height: 100%;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.about_hero-image-wrap {
  grid-template-rows: auto;
  grid-template-columns: 25% 40% 25%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: -75px;
  display: grid;
}

.about_hero-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.about_hero-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 950px;
  display: flex;
}

.about_stats {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  display: flex;
}

.align-center {
  align-self: center;
  overflow: visible;
}

.flex-stretch {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.experience-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -1px;
  padding: 40px;
  display: flex;
}

.experience-position {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.testimonials_client-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.testimonials_client-image {
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.client-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
}

.b-project-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-top: 5%;
  margin-bottom: 5%;
  display: grid;
}

.contact-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.contac-form-wrap {
  max-width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.contact-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-soft);
  background-color: var(--transparent);
  color: var(--white);
  min-height: 45px;
  padding: 0;
  transition: border-color .3s;
}

.contact-input:hover {
  border-bottom-color: var(--white);
}

.contact-input:focus {
  border-left-width: 0;
}

.contact-input::placeholder {
  color: var(--grey-strong);
  font-size: var(--_typography---font-size--body-s);
}

.contact-input.text-filed {
  min-height: 200px;
}

.contact-field {
  margin-bottom: 0;
  font-weight: 400;
}

.contact-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  font-weight: var(--_typography---font-weight--font-weight-regular);
  padding: 20px;
  transition: color .3s, background-color .3s;
}

.contact-button:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.heading-subtitle {
  font-size: var(--_typography---font-size--heading-h2);
  line-height: var(--_typography---line-height--line-height-s);
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.heading-subtitle.full {
  max-width: 100%;
}

.project-image-wrap {
  max-width: 100%;
  margin-bottom: 80px;
}

.project-details-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 50%;
  margin-left: auto;
  padding-bottom: 120px;
  display: flex;
}

.project-item {
  border-bottom: 1px solid var(--black-soft);
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.project-item-wrap, .project-details-title {
  width: 100%;
}

.body-text-2 {
  font-size: var(--_typography---font-size--body-l);
  -webkit-text-stroke-color: #fff;
  max-width: 100%;
  line-height: 1.75rem;
  overflow: visible;
}

.body-text-2.middle {
  text-align: center;
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.project-text {
  color: var(--grey-medium);
}

.project-text.text-ms {
  text-transform: none;
}

.project-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

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

.project-thumb.web {
  margin-bottom: 25%;
}

.projec-image-main {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-animation-block {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0 0% -100%;
}

.about_client-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-line {
  background-color: #fff;
  width: 1px;
  max-width: 100%;
  height: 100%;
}

.plus-icon-shape {
  color: #fff;
  flex: 0 auto;
}

.bg-line-wrap {
  opacity: .1;
  justify-content: space-between;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-top {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.body-shape {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.body-shape.left {
  inset: 0% auto auto 0%;
}

.body-shape.middle {
  align-self: center;
  inset: auto 0%;
}

.body-shape.right {
  inset: 0% 0% auto auto;
}

.hero_main {
  flex-flow: column;
  justify-content: space-between;
  height: 75vh;
  margin: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bottom {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.icon_svg-2 {
  color: #fdfdfd;
}

.hero-top-right {
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  line-height: 28px;
}

.hero-heading-small {
  margin-left: 25px;
}

.hero-heading-small.body-text-1 {
  margin-left: 0;
}

.hero-top-left {
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
}

.hero-heading-wrap {
  overflow-wrap: anywhere;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-bg-overlay {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #030303e6;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: -100vh 0% auto;
}

.hide {
  display: none;
}

.hero-bg-image-wrap {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.collection-list-wrap {
  position: sticky;
}

.collection-list-wrap.cc-1 {
  top: 30px;
}

.collection-list-wrap.cc-2 {
  top: 80px;
}

.collection-list-wrap.cc-3 {
  top: 130px;
}

.collection-list-wrap.cc-4 {
  top: 180px;
}

.video-play-btn {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.video-text {
  font-size: var(--_typography---font-size--body-m);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.video-link-wrap {
  position: absolute;
  inset: auto 50px 50px auto;
}

.video-text-small {
  font-size: var(--_typography---font-size--body-xs);
  line-height: 1.25rem;
}

.video-play-icon {
  background-color: var(--transparent);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
}

.quote-main {
  max-width: 85%;
}

.body-text-3 {
  font-size: var(--_typography---font-size--body-m);
  line-height: 1.5rem;
}

.nav-brang-img {
  width: 100px;
  height: 100%;
}

.heading {
  font-weight: 500;
}

.body-text-1 {
  font-size: var(--_typography---font-size--body-xl);
  line-height: 2rem;
  font-weight: var(--_typography---font-weight--font-weight-regular);
}

.body-text-1.error {
  text-align: center;
}

.error-main {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.main-content-b {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 75%;
  display: block;
}

.main-content-b.small {
  max-width: 59%;
}

.form-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.form-bottom {
  border: 1px solid var(--black-soft);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: #ffffff05;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: block;
}

.lock-icon-wrap {
  border: 1px solid var(--grey-strong);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-short-text {
  color: var(--grey-medium);
}

.password-text-wrap {
  padding-bottom: 20px;
}

.password-form-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.passowrd-text-field {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  height: 60px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  font-weight: var(--_typography---font-weight--font-weight-regular);
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  text-align: center;
  background-color: #da4949;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav {
  transition: all .2s;
}

.footer-nav:hover {
  color: var(--grey-strong);
}

.about-img-wrap {
  max-width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.image {
  position: static;
}

.text-block-2 {
  text-align: right;
}

.heading-2 {
  text-align: center;
  border-top: 1px solid #8888883b;
  border-radius: 0;
  padding-top: 5%;
}

.heading-2-1 {
  text-align: center;
  border: 1px #000;
  border-radius: 0;
}

.video {
  margin-bottom: 10%;
}

.heading-3 {
  margin-left: 15%;
  margin-right: 15%;
  text-decoration: underline;
}

.text-block-3 {
  font-size: var(--_typography---font-size--body-xl);
  font-weight: var(--_typography---font-weight--font-weight-bold);
  overflow-wrap: normal;
}

.img_hover {
  box-sizing: border-box;
  object-fit: fill;
  height: 50vw;
  margin-left: 25%;
  margin-right: 25%;
  position: relative;
}

.image-2 {
  opacity: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  opacity: 1;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.project-thumb-wrap-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-4 {
  text-decoration: underline;
}

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

.link-block {
  flex: 0 auto;
  align-self: auto;
}

.project-thumb_2.web {
  margin-bottom: 25%;
}

.link-block-2 {
  text-align: left;
}

.link-block-3 {
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .container.padding-top {
    padding-bottom: 0;
  }

  .about-image {
    object-fit: cover;
  }

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

  .body-text-4 {
    font-weight: var(--_typography---font-weight--font-weight-light);
  }

  .project-info {
    justify-content: space-between;
    display: flex;
  }

  .project-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .project-card.cc-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: auto;
    width: auto;
  }

  .section-award {
    display: block;
  }

  .display-02 {
    align-self: auto;
  }

  .footer-bg-image {
    width: 100%;
  }

  .section {
    display: block;
  }

  .project-card-link {
    text-align: left;
  }

  .project-image {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .about-hero_heading {
    display: block;
  }

  .form-succes-message {
    background-color: var(--white);
    color: var(--black);
    font-weight: var(--_typography---font-weight--font-weight-regular);
  }

  .form-error-message {
    color: var(--black);
    font-weight: var(--_typography---font-weight--font-weight-regular);
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    line-height: var(--_typography---line-height--line-height-m);
    font-weight: 500;
  }

  label {
    font-family: var(--_typography---font-family);
    font-size: var(--_typography---font-size--body-xs);
    font-weight: 400;
  }

  .container.hero {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    max-width: 100%;
  }

  .container.padding-top.projects {
    position: static;
  }

  .container.award {
    height: 100vh;
    overflow: visible;
  }

  .display-01.cc-2 {
    line-height: var(--_typography---line-height--line-height-xxl);
  }

  .display-03.padding-top {
    position: static;
    top: 10px;
  }

  .project-content-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    grid-template-columns: 23% 50% 23%;
    position: relative;
  }

  .project-card.cc-1 {
    position: relative;
  }

  .award-image {
    z-index: -2;
    object-fit: cover;
    width: 100%;
    position: absolute;
  }

  .dark-bg {
    z-index: -1;
  }

  .award-bottom-wrap {
    text-align: left;
    order: 9999;
    align-self: auto;
    overflow: visible;
  }

  .award-title-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .quote-info {
    justify-content: space-between;
  }

  .client-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-left {
    position: sticky;
    top: 89px;
  }

  .faq-wrap {
    max-width: 60%;
  }

  .cta-image {
    object-fit: cover;
  }

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

  .footer-bg-image {
    object-fit: fill;
    max-height: 600px;
  }

  .section-footer {
    overflow: hidden;
  }

  .image-placeholder {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-only {
    width: 100%;
  }

  .feedback-main {
    grid-row-gap: 70px;
  }

  .project-image {
    object-fit: cover;
    height: 100%;
  }

  .about-hero_heading {
    display: block;
  }

  .global-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .margin-top {
    margin-top: var(--spacing-l);
  }

  .contact-form {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .contac-form-wrap {
    max-width: 60%;
  }

  .contact-input {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--black-soft);
    background-color: var(--transparent);
    font-size: var(--_typography---font-size--body-m);
    padding: 0;
  }

  .contact-input.text-filed {
    min-height: 200px;
  }

  .heading-subtitle {
    font-size: var(--_typography---font-size--heading-h2);
    max-width: 51%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.375rem;
  }

  .projec-image-main {
    object-fit: cover;
    width: 100%;
  }

  .hero_main {
    height: 100vh;
  }

  .hero-bg-image-wrap, .hero-bg-image {
    width: 100%;
  }

  .collection-list-wrap.cc-3 {
    top: 130px;
  }

  .collection-list-wrap.cc-4 {
    top: 180px;
  }

  .quote-main {
    max-width: 80%;
  }

  .body-text-3 {
    font-size: var(--_typography---font-size--body-m);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family: Bdogrotesk, Arial, sans-serif;
    --_typography---font-size--body-s: 1rem;
    --_typography---font-weight--font-weight-light: 250;
    --_typography---font-size--heading-h1: 3rem;
    --_typography---line-height--line-height-m: 3.2rem;
    --_typography---font-size--heading-h2: 1.4rem;
    --_typography---line-height--line-height-s: 2.25rem;
    --_typography---font-size--body-xs: .875rem;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---font-size--display-m: 3.5rem;
    --_typography---font-size--display-xl: 9rem;
    --_typography---line-height--line-height-xxl: 9rem;
    --_typography---font-weight--font-weight-bold: 700;
    --_typography---line-height--line-height-l: 4rem;
    --_typography---font-size--display-l: 6rem;
    --_typography---line-height--line-height-xl: 6rem;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---font-size--body-m: 1.125rem;
    --_typography---font-size--body-l: 1.25rem;
    --_typography---font-size--body-xl: 1.5rem;
    --black: #030303;
    --white: #fff;
    --transparent: #fff0;
    --black-soft: #1a1a1a;
    --spacing-xl: 170px;
    --grey-strong: #777;
    --grey-medium: #9a9a9a;
    --color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>: #1a1a1a;
    --spacing-l: 160px;
  }

  .hero-nav-menu {
    display: block;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    width: 2rem;
  }

  .hamburger-menu {
    background-color: var(--transparent);
  }

  .container.hero {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: flex-end;
    margin-top: 0;
  }

  .container.award {
    grid-row-gap: 70vh;
    justify-content: center;
    height: 100vh;
  }

  .display-01 {
    font-size: var(--_typography---font-size--display-m);
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .display-01.hero-title {
    margin-bottom: -38px;
    font-size: 7rem;
    line-height: 9.5rem;
  }

  .display-01.footer-title {
    font-size: 6rem;
    line-height: 9.5rem;
  }

  .display-01.align-center {
    align-self: center;
  }

  .icon_svg {
    display: block;
  }

  .main-content {
    grid-column-gap: 10%;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    align-items: start;
  }

  .about-fact.about {
    padding-left: 0;
    padding-right: 0;
  }

  .about-image {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .display-03 {
    line-height: var(--_typography---line-height--line-height-l);
  }

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

  .project-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-card.cc-1 {
    position: static;
  }

  .padding-top {
    padding-top: var(--spacing-xl);
  }

  .button-link.padding-top {
    justify-content: center;
    align-items: center;
    padding-top: 41px;
  }

  .left-content {
    display: none;
  }

  .award-bottom-wrap {
    overflow: visible;
  }

  .award-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blank-space {
    display: none;
  }

  .quote-info {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .client-image-wrap {
    width: 200px;
  }

  .align-right {
    display: none;
  }

  .client-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .price-card {
    grid-template-columns: 1fr;
  }

  .package-feature {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-left {
    display: none;
  }

  .faq-wrap {
    max-width: 70%;
  }

  .button-secondary {
    font-weight: var(--_typography---font-weight--font-weight-regular);
  }

  .bottom-content {
    padding-top: 202px;
    padding-bottom: 0;
  }

  .copyright-symb {
    margin-top: 30px;
    font-size: 4.8rem;
    line-height: 4rem;
  }

  .footer-bg-image {
    object-fit: cover;
    inset: auto 0% 0;
    overflow: visible;
  }

  .feedback-main {
    grid-template-columns: 1fr;
  }

  .nav-menu-text {
    line-height: 3rem;
  }

  .footer-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .line {
    display: none;
  }

  .price-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

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

  .about_hero-image-wrap {
    grid-template-columns: 25% 45% 25%;
    margin-top: -60px;
  }

  .about_hero-intro {
    max-width: 100%;
  }

  .global-heading {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .contac-form-wrap {
    max-width: 70%;
  }

  .heading-subtitle {
    max-width: 90%;
  }

  .project-details-block {
    max-width: 70%;
  }

  .body-text-2.middle {
    max-width: 80%;
  }

  .project-thumb-image {
    height: 400px;
  }

  .project-thumb-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16, .body-shape.left, .body-shape.middle, .body-shape.right {
    display: none;
  }

  .hero_main {
    height: 100vh;
  }

  .icon_svg-2 {
    display: block;
  }

  .hero-top-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .quote-main {
    max-width: 100%;
  }

  .error-image {
    width: 300px;
  }

  .main-content-b, .main-content-b.small, .form-bottom {
    max-width: 100%;
  }

  .about-img-wrap {
    height: 300px;
  }

  .img_hover {
    height: auto;
    position: static;
  }

  .image-2, .image-3 {
    position: static;
  }

  .project-thumb-wrap-copy, .project-thumb-wrap_06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family: Bdogrotesk, Arial, sans-serif;
    --_typography---font-size--body-s: 1rem;
    --_typography---font-weight--font-weight-light: 250;
    --_typography---font-size--heading-h1: 2.5rem;
    --_typography---line-height--line-height-m: 2.7rem;
    --_typography---font-size--heading-h2: 1.5rem;
    --_typography---line-height--line-height-s: 2rem;
    --_typography---font-size--body-xs: .875rem;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---font-size--display-m: 3.5rem;
    --_typography---font-size--display-xl: 6rem;
    --_typography---line-height--line-height-xxl: 6rem;
    --_typography---font-weight--font-weight-bold: 700;
    --_typography---line-height--line-height-l: 3.5rem;
    --_typography---font-size--display-l: 5rem;
    --_typography---line-height--line-height-xl: 5.2rem;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---font-size--body-m: 1.125rem;
    --_typography---font-size--body-l: 1.25rem;
    --_typography---font-size--body-xl: 1.5rem;
    --black: #030303;
    --white: #fff;
    --transparent: #fff0;
    --black-soft: #1a1a1a;
    --spacing-xl: 170px;
    --grey-strong: #777;
    --grey-medium: #9a9a9a;
    --color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>: #1a1a1a;
    --spacing-l: 120px;
  }

  .nav-brand {
    text-align: left;
    align-self: flex-start;
  }

  .container.hero {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container.award {
    grid-row-gap: 68vh;
    height: 100vh;
  }

  .display-01 {
    line-height: var(--_typography---line-height--line-height-xxl);
    letter-spacing: -3px;
    align-self: auto;
  }

  .display-01.cc-1 {
    letter-spacing: -2px;
  }

  .display-01.footer-title {
    font-size: 7rem;
  }

  .page-padding._100vh {
    height: 100vh;
  }

  .main-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .about-fact.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-image {
    width: 100%;
  }

  .project-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .project-wrap {
    height: auto;
  }

  .project-button {
    position: static;
  }

  .left-content {
    display: none;
  }

  .body-text-5 {
    align-self: flex-start;
  }

  .award-image {
    height: 100vh;
  }

  .award-bottom-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blank-space {
    display: none;
  }

  .faq-wrap {
    max-width: 100%;
  }

  .display-02 {
    align-self: auto;
  }

  .footer-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-bg-image {
    height: 60%;
  }

  .award-wrapper.cc-2, .award-wrapper.cc-1, .award-wrapper.cc-3 {
    display: block;
  }

  .feedback-main {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .code-embed-5 {
    display: none;
  }

  .about_hero-image-wrap {
    grid-template-columns: 100%;
    margin-top: 60px;
  }

  .about_hero-location {
    display: none;
  }

  .about_stats {
    padding-top: 60px;
  }

  .global-heading {
    margin-bottom: 60px;
  }

  .b-project-wrap {
    grid-template-columns: 1fr;
  }

  .contac-form-wrap {
    max-width: 100%;
  }

  .heading-subtitle {
    max-width: 100%;
    line-height: 2rem;
  }

  .project-details-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    padding-bottom: 80px;
  }

  .body-text-2.middle {
    max-width: 100%;
  }

  .project-thumb-image {
    height: 300px;
  }

  .project-thumb-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .bg-line-wrap {
    display: flex;
  }

  .hero-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .body-shape.left, .body-shape.middle, .body-shape.right {
    display: none;
  }

  .hero-top-right {
    justify-content: center;
    align-items: center;
  }

  .hero-top-right.text-ms {
    text-align: center;
  }

  .hero-heading-small.body-text-1 {
    margin-top: 14%;
  }

  .hero-top-left.text-ms {
    display: none;
  }

  .hero-heading-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .collection-list-wrap.cc-1, .collection-list-wrap.cc-2, .collection-list-wrap.cc-3, .collection-list-wrap.cc-4 {
    position: static;
  }

  .body-text-1 {
    text-align: left;
    align-self: auto;
  }

  .div-block-17 {
    display: none;
  }

  .error-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .error-image {
    width: 250px;
  }

  .password-form-wrap {
    flex-flow: column;
  }

  .submit-button {
    height: 60px;
  }

  .img_hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .project-thumb-wrap-copy, .project-thumb-wrap_06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family: Bdogrotesk, Arial, sans-serif;
    --_typography---font-size--body-s: .875rem;
    --_typography---font-weight--font-weight-light: 250;
    --_typography---font-size--heading-h1: 2rem;
    --_typography---line-height--line-height-m: 2.2rem;
    --_typography---font-size--heading-h2: 1.375rem;
    --_typography---line-height--line-height-s: 1.875rem;
    --_typography---font-size--body-xs: .875rem;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---font-size--display-m: 3rem;
    --_typography---font-size--display-xl: 4rem;
    --_typography---line-height--line-height-xxl: 4rem;
    --_typography---font-weight--font-weight-bold: 700;
    --_typography---line-height--line-height-l: 3rem;
    --_typography---font-size--display-l: 3.2rem;
    --_typography---line-height--line-height-xl: 3.6rem;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---font-size--body-m: 1.125rem;
    --_typography---font-size--body-l: 1.125rem;
    --_typography---font-size--body-xl: 1.2rem;
    --black: #030303;
    --white: #fff;
    --transparent: #fff0;
    --black-soft: #1a1a1a;
    --spacing-xl: 120px;
    --grey-strong: #777;
    --grey-medium: #9a9a9a;
    --color-dark-grey\<deleted\|variable-3019c752-970d-a991-2730-b1be4d26afc0\>: #1a1a1a;
    --spacing-l: 100px;
  }

  .nav-brand {
    font-size: 28px;
  }

  .container.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .container.padding-top.projects {
    padding-top: var(--spacing-xl);
  }

  .container.award {
    grid-row-gap: 70vh;
  }

  .display-01 {
    font-size: var(--_typography---font-size--heading-h1);
    text-align: center;
    letter-spacing: -2px;
  }

  .display-01.hero-title {
    margin-bottom: -10px;
    font-size: 6rem;
    line-height: 7rem;
  }

  .display-01.footer-title {
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .display-01.align-center {
    text-align: center;
  }

  .page-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .main-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-fact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .fact-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-wrap {
    height: auto;
  }

  .body-text-5 {
    align-self: flex-start;
  }

  .client-info {
    padding-bottom: 90px;
  }

  .price {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
  }

  .button-primary {
    font-weight: var(--_typography---font-weight--font-weight-regular);
  }

  .faq-wrap {
    max-width: 100%;
  }

  .button-secondary {
    font-weight: var(--_typography---font-weight--font-weight-regular);
  }

  .cta-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .bottom-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright-symb {
    display: none;
  }

  .footer-bg-image {
    object-fit: cover;
  }

  .image-only {
    object-fit: cover;
    min-height: 350px;
  }

  .nav-link-wrap {
    --_typography---font-family: Bdogrotesk, Arial, sans-serif;
    --_typography---font-size--body-s: .875rem;
    --_typography---font-weight--font-weight-light: 250;
    --_typography---font-size--heading-h1: 2rem;
    --_typography---line-height--line-height-m: 2.2rem;
    --_typography---font-size--heading-h2: 1.375rem;
    --_typography---line-height--line-height-s: 1.875rem;
    --_typography---font-size--body-xs: .875rem;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---font-size--display-m: 3rem;
    --_typography---font-size--display-xl: 4rem;
    --_typography---line-height--line-height-xxl: 4rem;
    --_typography---font-weight--font-weight-bold: 700;
    --_typography---line-height--line-height-l: 3rem;
    --_typography---font-size--display-l: 3.2rem;
    --_typography---line-height--line-height-xl: 3.6rem;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---font-size--body-m: 1.125rem;
    --_typography---font-size--body-l: 1.125rem;
    --_typography---font-size--body-xl: 1.2rem;
  }

  .feedback-main {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 100%;
  }

  .footer-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .price-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .about_hero-image-wrap {
    margin-top: 40px;
  }

  .about_hero-intro {
    align-items: stretch;
  }

  .about_stats {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 40px;
  }

  .flex-stretch {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .flex-stretch.phone {
    flex-flow: row;
  }

  .experience-item, .testimonial-item {
    padding: 20px;
  }

  .global-heading {
    text-align: center;
  }

  .b-project-wrap {
    grid-row-gap: 20px;
  }

  .heading-subtitle {
    font-size: var(--_typography---font-size--body-m);
    line-height: 1.875rem;
  }

  .project-details-block {
    padding-bottom: 80px;
  }

  .body-text-2 {
    text-align: right;
    line-height: 1.5rem;
  }

  .body-text-2.middle {
    max-width: 100%;
  }

  .project-text.text-ms {
    line-height: 1.5rem;
  }

  .project-thumb-image {
    height: 200px;
  }

  .bg-line-wrap, .hero-top {
    display: none;
  }

  .hero_main {
    background-image: none;
    height: 100vh;
    margin: 0;
  }

  .hero-bottom {
    margin-bottom: 0;
  }

  .hero-top-right {
    display: none;
  }

  .video-text {
    justify-content: center;
    align-items: center;
  }

  .video-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .video-link-wrap {
    inset: 0%;
  }

  .body-text-3 {
    font-size: var(--_typography---font-size--body-m);
  }

  .body-text-1 {
    text-align: left;
    line-height: 1.75rem;
  }

  .body-text-1.error {
    text-align: center;
  }

  .div-block-17 {
    display: none;
  }

  .error-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .error-image {
    width: 170px;
  }

  .form-bottom {
    padding: 20px;
  }
}

#w-node-af9d4c93-4fa9-5b6b-7d9d-0b4b258698e7-847ec147 {
  justify-self: end;
}

#w-node-d3518861-49be-523d-ec7a-1a717f0a62b1-847ec147 {
  align-self: end;
}

#w-node-ab1d7808-a5ed-b934-2454-2baec626db37-847ec1ac {
  align-self: auto;
}

#w-node-ab1d7808-a5ed-b934-2454-2baec626db3f-847ec1ac {
  place-self: auto;
}

#w-node-e0d720d0-b1ec-caa3-18ea-4038463d87b8-847ec1db, #w-node-_9812d0ea-2cb5-e3df-2efd-dfec5feaed59-e0dcfe63, #w-node-_72bab406-c11a-3c01-f151-c18483d82cb5-61e9077c, #w-node-_72bab406-c11a-3c01-f151-c18483d82cb5-2a750a7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f1cf8ef-b8c6-7f8b-f215-917c14efbca1-96e6d717 {
  align-self: center;
}

#w-node-b59a87d1-a8e9-4a94-7b08-0f7e9c16c01e-96e6d717 {
  place-self: center;
}

#w-node-_581638d9-0dc6-5caf-7fc0-10c0bdd90507-96e6d717 {
  align-self: center;
}

#w-node-_62fd31c9-1770-8b90-4136-8ec028630e93-d0390aa2, #w-node-_9391f1b1-25f6-61fe-3247-dc0917d08e91-d0390aa2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_581638d9-0dc6-5caf-7fc0-10c0bdd90507-d0390aa2, #w-node-_5fb2286b-7b6e-bdb0-d02f-c676a3b6a9c0-d0390aa2, #w-node-_14aaa387-1dca-56fc-0a06-27a4ca0e7967-d0390aa2 {
  align-self: center;
}

#w-node-ef2f0dde-1851-74fe-4349-66a2376af031-26054b25, #w-node-_581638d9-0dc6-5caf-7fc0-10c0bdd90507-26054b25, #w-node-e56a74fc-087f-081b-800a-70f62e17ffc3-26054b25, #w-node-_72bab406-c11a-3c01-f151-c18483d82cb5-26054b25, #w-node-cc8871ae-a9a0-5a9d-a677-3c9baae8f229-26054b25, #w-node-cbd8a9ed-63ef-a496-7af0-0f3a5a428ccc-26054b25, #w-node-a6595d6f-2413-9068-28bf-d013e60f66e4-26054b25, #w-node-_9de36daa-e464-aa05-2c0f-8159d8a290e9-26054b25, #w-node-_8e9aec0a-845c-ed75-d72a-54ea3c7a19d3-26054b25, #w-node-_68b9fa53-a9c7-d630-5c77-f72fb2cb1e56-26054b25, #w-node-b6a80a4a-3efc-85b1-1b8c-a34b54e97ded-26054b25, #w-node-_5ec9468d-e316-021b-3c40-3aa89c0769fd-26054b25, #w-node-fd40ca18-262a-17ac-d827-3e70433e4afa-26054b25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2769920-dbe2-5016-9710-9050458962dc-dfd0fc12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_581638d9-0dc6-5caf-7fc0-10c0bdd90507-dfd0fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72bab406-c11a-3c01-f151-c18483d82cb5-dfd0fc12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db310913-4bf3-559b-49b4-f15b6926c6c5-5531ccbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_581638d9-0dc6-5caf-7fc0-10c0bdd90507-5531ccbb, #w-node-abbc5e7a-0444-ad5e-7e82-b0394b8d17d3-5531ccbb, #w-node-_61b2c069-7b30-3f83-5be2-5700f520887a-5531ccbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a49ef6ad-4f67-a8c8-760f-cb571dec9694-37186261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_5d14cdec-ed98-3ba4-8b65-1afa183926f0-847ec10c {
    align-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_5d14cdec-ed98-3ba4-8b65-1afa183926f0-847ec10c {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e0d720d0-b1ec-caa3-18ea-4038463d87b8-847ec1db {
    grid-column: span 2 / span 2;
  }

  #w-node-b2769920-dbe2-5016-9710-9050458962dc-dfd0fc12 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0d720d0-b1ec-caa3-18ea-4038463d87b8-847ec1db {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1427721-a1e4-e4e6-32f5-a220dc9e8935-847ec10c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk';
  src: url('../fonts/BDOGrotesk-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}