@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-shade--black: #d2c9bc;
  --_font-family---body-font: Clashdisplay, Arial, sans-serif;
  --white-shade--white: white;
  --_typography---font-size--p2: 16px;
  --_typography---line-height--m: 120%;
  --_typography---font-weight--regular: 400;
  --_typography---heading-size--h1: 130px;
  --_typography---line-height--s: 100%;
  --_typography---font-weight--bold: 700;
  --_typography---heading-size--h2: 78px;
  --_typography---heading-size--h3: 60px;
  --_typography---heading-size--h4: 26px;
  --_typography---line-height--xl: 140%;
  --_typography---font-weight--semi-bold: 600;
  --_typography---heading-size--h5: 23px;
  --_typography---heading-size--h6: 24px;
  --_typography---line-height--l: 132%;
  --_font-family---secondary-font: "Inter Tight", sans-serif;
  --_typography---line-height--2xl: 160%;
  --border-color--border-1: #ffffff80;
  --_spacing---container-padding--default: 15px;
  --white-shade--transparent: transparent;
  --_typography---font-size--button-text: 18px;
  --_typography---font-weight--medium: 500;
  --white-shade--white-100: #ffffff1a;
  --_spacing---section-padding--large: 180px;
  --_spacing---section-padding--small: 90px;
  --dark-shade--test-2: #809c77;
  --white-shade--white-800: #fffc;
  --_typography---font-size--p1: 20px;
  --white-shade--white-400: #fff6;
  --_font-family---titulos-font: "PT Sans", sans-serif;
  --primary-color--primary: #425d50;
  --dark-shade--stroke-color: #333;
  --dark-shade--test: #425d50;
  --gray-shade--gray: grey;
  --dark-shade--black-300: #2626264d;
}

.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(--dark-shade--black);
  font-family: var(--_font-family---body-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--p2);
  line-height: var(--_typography---line-height--m);
  font-weight: var(--_typography---font-weight--regular);
  --dark-shade--black: #d2c9bc;
  --white-shade--white: white;
  --border-color--border-1: #ffffff80;
  --white-shade--transparent: transparent;
  --white-shade--white-100: #ffffff1a;
  --dark-shade--test-2: #809c77;
  --white-shade--white-800: #fffc;
  --white-shade--white-400: #fff6;
  --primary-color--primary: #425d50;
  --dark-shade--stroke-color: #333;
  --dark-shade--test: #425d50;
  --gray-shade--gray: grey;
  --dark-shade--black-300: #2626264d;
  --_font-family---body-font: Clashdisplay, Arial, sans-serif;
  --_font-family---secondary-font: "Inter Tight", sans-serif;
  --_font-family---titulos-font: "PT Sans", sans-serif;
  --_spacing---container-padding--default: 15px;
  --_spacing---section-padding--large: 180px;
  --_spacing---section-padding--small: 90px;
  --_typography---font-size--p2: 16px;
  --_typography---line-height--m: 120%;
  --_typography---font-weight--regular: 400;
  --_typography---heading-size--h1: 130px;
  --_typography---line-height--s: 100%;
  --_typography---font-weight--bold: 700;
  --_typography---heading-size--h2: 78px;
  --_typography---heading-size--h3: 60px;
  --_typography---heading-size--h4: 26px;
  --_typography---line-height--xl: 140%;
  --_typography---font-weight--semi-bold: 600;
  --_typography---heading-size--h5: 23px;
  --_typography---heading-size--h6: 24px;
  --_typography---line-height--l: 132%;
  --_typography---line-height--2xl: 160%;
  --_typography---font-size--button-text: 18px;
  --_typography---font-weight--medium: 500;
  --_typography---font-size--p1: 20px;
}

h1 {
  font-size: var(--_typography---heading-size--h1);
  line-height: var(--_typography---line-height--s);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_typography---heading-size--h2);
  line-height: var(--_typography---line-height--s);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---heading-size--h3);
  line-height: var(--_typography---line-height--m);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---heading-size--h4);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---heading-size--h5);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_font-family---secondary-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--p2);
  line-height: var(--_typography---line-height--2xl);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: 0;
}

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

.navbar-main {
  border-bottom: 1px solid var(--border-color--border-1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  padding-right: var(--_spacing---container-padding--default);
  padding-left: var(--_spacing---container-padding--default);
  width: 100%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}

.brand-logo {
  width: 100%;
  max-width: 160px;
}

.navbar {
  z-index: 111111;
  background-color: var(--white-shade--transparent);
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav-menu-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-shade--transparent);
  font-family: var(--_font-family---secondary-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  transition: all .4s;
  display: flex;
}

.nav-menu-link:hover {
  background-color: var(--white-shade--white-100);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section {
  z-index: 1;
  background-color: var(--dark-shade--black);
  position: relative;
  overflow: hidden;
}

.section.about {
  padding-top: var(--_spacing---section-padding--large);
  padding-bottom: var(--_spacing---section-padding--small);
  background-color: var(--dark-shade--black);
}

.section.work, .section.service, .section.project {
  padding-top: var(--_spacing---section-padding--small);
  padding-bottom: var(--_spacing---section-padding--small);
}

.section.award {
  z-index: 11;
  padding-top: var(--_spacing---section-padding--large);
  padding-bottom: var(--_spacing---section-padding--small);
}

.section.contact {
  padding-top: var(--_spacing---section-padding--small);
  padding-bottom: var(--_spacing---section-padding--small);
}

.section.style-guide {
  padding-top: 336px;
  padding-bottom: var(--_spacing---section-padding--small);
}

.section.cta {
  padding-top: var(--_spacing---section-padding--small);
  padding-bottom: var(--_spacing---section-padding--small);
}

.section.footer {
  z-index: 111;
  padding-top: var(--_spacing---section-padding--small);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.section.big-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.section.testimonial {
  padding-top: var(--_spacing---section-padding--small);
  padding-bottom: var(--_spacing---section-padding--large);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.section.tablet-testimonial {
  padding-top: var(--_spacing---section-padding--small);
  padding-bottom: var(--_spacing---section-padding--large);
  display: none;
}

.section.project-details {
  padding-top: 60px;
  padding-bottom: var(--_spacing---section-padding--small);
}

.nav-menu-dot {
  background-color: var(--white-shade--white);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.nav-text {
  color: var(--white-shade--white);
}

.nav-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-shade--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 18px;
  display: inline-flex;
}

.nav-button-dot {
  background-color: var(--dark-shade--test-2);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.nav-button-text {
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--test-2);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.section-banner {
  height: 200vh;
  overflow: clip;
}

.section-banner.fixed {
  z-index: 1111;
}

.fixed-banner {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.banner-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 226px;
  padding-bottom: 126px;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-left-text {
  width: 100%;
  max-width: 380px;
}

.hero-text {
  color: var(--white-shade--white-800);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--bold);
}

.hero-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-right-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-bottom-content {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: space-between;
  align-items: center;
  margin-top: 332px;
  display: flex;
}

.hero-slider-v2 {
  background-color: var(--white-shade--transparent);
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.countable-line-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 4px;
  margin-top: 24px;
  display: grid;
}

.line-block-1 {
  background-color: var(--white-shade--white-400);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider-v1 {
  background-color: var(--white-shade--transparent);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.left-arrow {
  display: none;
}

.left-arrow.testimonial {
  display: inline-block;
}

.right-arrow {
  display: none;
}

.right-arrow.testimonial {
  display: inline-block;
}

.slide-nav {
  display: none;
}

.hero-v1-slide-item {
  width: 100%;
  height: 100%;
}

.hero-v1-slide-item-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-image-wrap {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-v2-wrapper {
  width: 100%;
  height: 146px;
}

.hero-v2-slide-item {
  width: 100%;
  height: 100%;
}

.hero-v2-slide-item-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider-v2-wrap {
  width: 100%;
  max-width: 220px;
  height: 100%;
}

.slider-img-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line-block-2, .line-block-3 {
  background-color: var(--white-shade--white-400);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner-line-1, .inner-line-2, .inner-line-3 {
  background-color: var(--white-shade--white);
  width: 100%;
  height: 100%;
}

.hero-big-text {
  font-family: var(--_font-family---titulos-font);
}

.button-wrap {
  display: inline-block;
}

.button-wrap.nav-tablet {
  display: none;
}

.nav-menu-flex-down {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.about-left-box {
  width: 100%;
  min-width: 12%;
  max-width: 102px;
}

.about-title {
  color: var(--primary-color--primary);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  width: 100%;
  min-width: 100%;
}

.medium-content-text {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h4);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: lowercase;
}

.sponser-logo-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sponser-logo-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponser-logo-img._1 {
  width: 167px;
  max-width: none;
  height: 100%;
}

.sponser-logo-img._2 {
  width: 170px;
  max-width: none;
  height: 100%;
}

.sponser-logo-img._3 {
  width: 220px;
  max-width: none;
  height: 100%;
}

.sponser-logo-img._4 {
  width: 202px;
  max-width: none;
  height: 100%;
}

.sponser-logo-img._5 {
  width: 170px;
  max-width: none;
  height: 100%;
}

.sponser-logo-img._6 {
  width: 167px;
  max-width: none;
  height: 100%;
}

.work-process-sticky {
  z-index: 1;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-process-view {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.sub-heading-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.sub-heading-block {
  width: 100%;
  max-width: 518px;
}

.work-content-block {
  width: 100%;
  max-width: 464px;
}

.sub-heading, .sub-heading.hablemos {
  color: var(--primary-color--primary);
}

.para-1 {
  font-family: var(--_font-family---secondary-font);
  color: var(--primary-color--primary);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.service-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  display: grid;
}

.service-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--dark-shade--stroke-color);
  flex-flow: column;
  width: 100%;
  padding: 36px;
  display: flex;
}

.service-content.middle {
  z-index: 11;
  border-color: var(--dark-shade--test-2);
  height: 100%;
  margin-top: 0;
}

.service-content.first, .service-content.last {
  border-color: var(--dark-shade--test-2);
  height: 100%;
}

.list-number-bg {
  background-color: var(--dark-shade--test-2);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.list-number {
  color: var(--dark-shade--black);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.work-card-heading {
  color: var(--dark-shade--test-2);
  font-size: var(--_typography---heading-size--h5);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.para-2 {
  color: var(--white-shade--white);
}

.work-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-top-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-tag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-tag-description-wrap {
  text-align: center;
  width: 100%;
  max-width: 585px;
}

.white-dot {
  background-color: var(--dark-shade--test);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.service-tag {
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--test);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.service-tag-description {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.hover-content-para {
  width: 100%;
  max-width: 596px;
}

.hover-content-servises {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-title {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--primary-color--primary);
  font-size: var(--_typography---heading-size--h3);
  line-height: var(--_typography---line-height--s);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  object-fit: fill;
}

.plus-icon {
  width: 100%;
  max-width: 72px;
}

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

.service-plus-icon {
  width: 100%;
  max-width: 24px;
}

.service-name {
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--test-2);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.service {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.service-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-shade--stroke-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 48px;
  display: flex;
}

.service-heading-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 0 12px;
  display: flex;
}

.service-content-area {
  background-color: var(--white-shade--transparent);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.hover-content {
  margin-top: 60px;
}

.hover-content.tablet {
  display: none;
}

.project-wrapper {
  width: 100%;
  max-width: none;
}

.single-project-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.project-card-img {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 780px;
}

.footer-bottom-marquee {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: var(--dark-shade--test-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-mask {
  width: 100%;
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.category-year-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.category-bg {
  background-color: var(--white-shade--white);
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  display: flex;
}

.category-name {
  color: var(--dark-shade--test-2);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.project-sponser-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-sponser-logo {
  width: 100%;
  max-width: 200px;
}

.single-award-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--dark-shade--stroke-color);
  background-color: var(--dark-shade--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.award-box-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.award-title, .award-year {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h5);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.contact-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  display: grid;
}

.conatct-left-content {
  width: 100%;
  height: 100%;
}

.contact-right-content {
  text-align: right;
  width: 100%;
  height: 100%;
}

.conact-left-content-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-right-content-wrapper {
  height: 100%;
}

.contact-para-user-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 422px;
  display: flex;
}

.contact-para {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.user-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.user-name-tag {
  min-width: 100%;
}

.user-img {
  border-radius: 100%;
  width: 100%;
  max-width: 72px;
  height: 72px;
}

.user-name {
  color: var(--dark-shade--test);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.user-tag {
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--test-2);
  line-height: var(--_typography---line-height--2xl);
}

.contact-form-block {
  height: 100%;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.success-message {
  background-color: var(--white-shade--white);
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--black);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  padding: 20px;
}

.error-message {
  background-color: var(--primary-color--primary);
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--black);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  margin-top: 10px;
  padding: 20px;
}

.contact-text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--gray-shade--gray);
  background-color: var(--white-shade--transparent);
  font-family: var(--_font-family---secondary-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 10px;
  transition: border-color .4s;
  overflow: visible;
}

.contact-text-field:hover {
  border-bottom-color: var(--white-shade--white);
}

.contact-text-field::placeholder {
  font-family: var(--_font-family---secondary-font);
  color: var(--gray-shade--gray);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
}

.contact-text-field.message {
  height: 128px;
}

.contact-submit-button {
  background-color: var(--white-shade--white);
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--black);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  background-image: url('../images/Frame-8.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  padding: 8px 18px 8px 36px;
}

.cta-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-top-loading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.cta-top-wrapper-1, .cta-top-wrapper-2, .top-loading-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-icon {
  width: 70px;
  max-width: none;
}

.top-loading-left, .top-loading-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-main-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-hover-icon-block {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.footer-menu-arrow {
  width: 100%;
  max-width: 24px;
}

.footer-menu-iteam.hover {
  transition: color .4s;
}

.footer-menu-iteam.hover:hover {
  color: var(--gray-shade--gray);
}

.sign-up-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sign-up-para {
  width: 100%;
  max-width: 265px;
}

.footer-form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-form {
  border-bottom: 1px solid var(--gray-shade--gray);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: border-color .4s;
  display: flex;
}

.footer-form:hover {
  border-bottom-color: var(--white-shade--white);
}

.footer-submit-button {
  background-color: var(--white-shade--white);
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--black);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  background-image: url('../images/Frame-8.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  padding: 8px 18px 8px 36px;
}

.footer-text-field {
  background-color: var(--white-shade--transparent);
  font-family: var(--_font-family---secondary-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 8px 10px 8px 0;
}

.footer-text-field::placeholder {
  color: var(--gray-shade--gray);
}

.footer {
  width: 100%;
  margin-top: 100px;
}

.footer-bottom-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--dark-shade--stroke-color);
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 48px;
  padding-top: 24px;
  display: flex;
}

.footer-info-middle-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-info-text {
  font-family: var(--_font-family---secondary-font);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.footer-info-text.hover {
  transition: color .4s;
}

.footer-info-text.hover:hover {
  color: var(--gray-shade--gray);
}

.footer-info-text-span {
  color: var(--dark-shade--test-2);
  -webkit-text-stroke-color: var(--dark-shade--test-2);
}

.footer-info-text-span:hover {
  text-decoration: underline;
}

.footer-bottom-text-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer-bottom-text {
  color: var(--dark-shade--black);
  --_spacing---container-padding--default: 15px;
  --_spacing---section-padding--large: 180px;
  --_spacing---section-padding--small: 90px;
  flex: 0 auto;
}

.bottom-big-text {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.big-img-fixed {
  width: 100%;
  height: 100%;
}

.testimonial-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.centered-header {
  text-align: center;
  width: 100%;
  max-width: 529px;
}

.testimonials-wrap {
  z-index: 11;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrap {
  background-color: var(--dark-shade--black-300);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  flex-flow: column;
  width: 100%;
  max-width: 410px;
  padding: 36px;
  display: flex;
}

.rating-star-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-star {
  width: 100%;
  max-width: 20px;
}

.testimonial-content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 338px;
  height: 246px;
  margin-top: 24px;
  margin-bottom: 48px;
  display: flex;
}

.testimonial-user-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-content-1 {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.testimonal-user-img {
  border-radius: 100%;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.testimonial-user-name-tag {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.testimonial-user-name {
  font-family: var(--_font-family---secondary-font);
  color: var(--white-shade--white);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

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

.testimonial-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky {
  position: relative;
}

.footer-top-content {
  z-index: 111;
  position: relative;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.testimonial-for-tablet {
  text-align: center;
}

.testimonial-title-wrapper {
  margin-bottom: 60px;
  display: inline-block;
}

.footer-bottom-marquee-wrapper {
  z-index: 11;
  position: sticky;
  bottom: 0;
}

.testimonial-slider {
  background-color: var(--white-shade--transparent);
  height: 100%;
}

.slider-mask, .testimonial-slide {
  height: 100%;
}

.testimonial-slide-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-title-wrapper {
  text-align: center;
  margin-bottom: 300px;
}

.style-sub-title-wrapper {
  margin-bottom: 60px;
}

.style-sub-title {
  font-size: var(--_typography---heading-size--h3);
  line-height: var(--_typography---line-height--m);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
}

.all-font-size-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.single-font-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-size {
  font-family: var(--_font-family---secondary-font);
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.paragraph-1 {
  font-size: var(--_typography---font-size--p1);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
}

.all-color-wrapper {
  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;
}

.style-guide-font-wrapper._2 {
  margin-top: 180px;
}

.color-box {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  padding: 16px;
  display: flex;
}

.color-box.primary {
  background-color: var(--primary-color--primary);
}

.color-box.white {
  background-color: var(--white-shade--white);
}

.color-box.smoky-black {
  border: 1px solid var(--gray-shade--gray);
  background-color: var(--dark-shade--black);
}

.color-box.gray {
  background-color: var(--gray-shade--gray);
}

.color-box.dark-charcoal {
  background-color: var(--dark-shade--stroke-color);
}

.color-name {
  font-family: var(--_font-family---secondary-font);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
}

.color-name.black {
  color: var(--dark-shade--black);
}

.color-code {
  font-family: var(--_font-family---secondary-font);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--medium);
}

.color-code.black {
  color: var(--dark-shade--black);
}

.button-wrapper {
  display: inline-block;
}

.utility-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.utility-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.utility-block-title {
  font-size: var(--_typography---heading-size--h4);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.utility-block-sub-title {
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.utility-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.asset-title {
  font-size: var(--_typography---heading-size--h3);
  line-height: var(--_typography---line-height--m);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
}

.asset-content-para {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 723px;
  display: flex;
}

.font-name {
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.font-span-text:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  padding: 336px 15px var(--_spacing---section-padding--small);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

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

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

.field-label {
  display: none;
}

.utility-wrap {
  width: 100%;
  max-width: 376px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}

.password-submit-button {
  background-color: var(--white-shade--white);
  font-family: var(--_font-family---secondary-font);
  color: var(--dark-shade--black);
  font-size: var(--_typography---font-size--button-text);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--medium);
  width: 100%;
  height: 40px;
}

.password-protected {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h5);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
  margin-bottom: 48px;
}

.password-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--gray-shade--gray);
  background-color: var(--dark-shade--black);
  height: 58px;
  margin-bottom: 24px;
  padding: 16px 0;
  transition: border-color .5s;
}

.password-field:hover {
  border-bottom-color: var(--white-shade--white);
}

.password-field::placeholder {
  font-family: var(--_font-family---secondary-font);
  color: var(--gray-shade--gray);
  line-height: var(--_typography---line-height--2xl);
}

._404-img {
  width: 100%;
  max-width: 470px;
  margin-bottom: 102px;
}

.page-not-found {
  margin-bottom: 24px;
}

.banner-img-fixed {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.project-banner-info {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 104px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-banner-fixed {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 10px;
  overflow: hidden;
}

.project-name-summary {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.summary-box {
  width: 100%;
  max-width: 532px;
}

.details-top-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-main-content {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.project-description-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-top: 180px;
  display: flex;
}

.details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.detail-title {
  font-size: var(--_typography---heading-size--h4);
  line-height: var(--_typography---line-height--xl);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.detail-content-wrap {
  width: 100%;
  max-width: 731px;
}

.detail-img-box {
  overflow: hidden;
}

.detail-img {
  object-fit: cover;
  width: 100%;
  max-width: 1470px;
  height: 100%;
}

.heading-2 {
  color: var(--white-shade--white);
  font-size: var(--_typography---heading-size--h6);
  line-height: var(--_typography---line-height--l);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: uppercase;
}

.heading-2._1 {
  color: var(--dark-shade--test);
}

.span-text-pimary-color {
  color: var(--dark-shade--test-2);
}

.nav-button-text-wrap {
  flex-flow: column;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.banner-img-shadow {
  width: 100%;
  height: 130vh;
  position: absolute;
  inset: 0%;
}

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

.div-block {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 156px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 90px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 30px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 30px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .nav-menu-flex-down {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .about-wrapper {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
  }

  .service-content {
    height: 287px;
  }

  .work-card-heading {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 156px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 90px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 30px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 30px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .cta-top-loading-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .star-icon {
    width: 80px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 180px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 92px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 30px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 30px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .nav-menu {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .nav-menu-flex-down {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .about-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .service-content {
    height: 287px;
  }

  .work-card-heading {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 180px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 92px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 30px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 30px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .cta-top-loading-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .star-icon {
    width: 82px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 204px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 92px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 36px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 32px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .nav-menu {
    grid-column-gap: 178px;
    grid-row-gap: 178px;
  }

  .hero-bottom-content {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .nav-menu-flex-down {
    grid-column-gap: 178px;
    grid-row-gap: 178px;
  }

  .about-wrapper {
    grid-column-gap: 285px;
    grid-row-gap: 285px;
  }

  .about-left-box {
    width: 100%;
    max-width: 102px;
  }

  .sub-heading {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .service-list {
    position: relative;
  }

  .service-content {
    height: 287px;
  }

  .work-card-heading {
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 204px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 92px;
    --_typography---heading-size--h3: 60px;
    --_typography---heading-size--h4: 36px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 32px;
    --_typography---heading-size--h6: 24px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 20px;
  }

  .cta-top-loading-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .star-icon {
    width: 86px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_spacing---container-padding--default: 15px;
    --_spacing---section-padding--large: 80px;
    --_spacing---section-padding--small: 40px;
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 100px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 50px;
    --_typography---heading-size--h3: 56px;
    --_typography---heading-size--h4: 20px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 22px;
    --_typography---heading-size--h6: 18px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 18px;
    --dark-shade--black: #d2c9bc;
    --white-shade--white: white;
    --border-color--border-1: #ffffff80;
    --white-shade--transparent: transparent;
    --white-shade--white-100: #ffffff1a;
    --dark-shade--test-2: #809c77;
    --white-shade--white-800: #fffc;
    --white-shade--white-400: #fff6;
    --primary-color--primary: #425d50;
    --dark-shade--stroke-color: #333;
    --dark-shade--test: #425d50;
    --gray-shade--gray: grey;
    --dark-shade--black-300: #2626264d;
  }

  .navbar-main {
    z-index: 11111;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu {
    background-color: var(--dark-shade--black);
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
    display: block;
  }

  .navbar-button-humber-wrapper {
    z-index: 111111;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-button {
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: var(--white-shade--transparent);
    padding: 0;
  }

  .navbar {
    width: 100%;
    position: fixed;
  }

  .nav-menu-link {
    display: inline-flex;
  }

  .section.style-guide {
    padding-top: 200px;
  }

  .section.testimonial {
    display: none;
  }

  .section.tablet-testimonial {
    display: block;
  }

  .section-banner {
    height: 100vh;
  }

  .hero-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-bottom-content {
    margin-top: 300px;
  }

  .left-arrow.testimonial {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow.testimonial {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    inset: 0%;
  }

  .button-wrap.nav {
    display: none;
  }

  .button-wrap.nav-tablet {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .nav-menu-flex-down {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: inline-flex;
  }

  .about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .sponser-logo-wrapper, .sponser-logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sub-heading-content {
    margin-bottom: 40px;
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-content.middle {
    border-left-width: 0;
    height: 100%;
    margin-top: 0;
  }

  .service-content.first {
    height: 100%;
  }

  .service-content.last {
    border-top-width: 0;
    height: 100%;
  }

  .hover-content-servises {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-title {
    font-size: var(--_spacing---section-padding--small);
  }

  .plus-icon {
    max-width: 60px;
  }

  .hover-content {
    width: 100%;
    margin-top: 40px;
    display: none;
  }

  .hover-content.tablet {
    display: inline-block;
  }

  .category-bg {
    height: 50px;
  }

  .project-sponser-logo {
    max-width: 160px;
  }

  .contact-main-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .conact-left-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contact-para-user-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-top-loading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 60px;
  }

  .star-icon {
    width: 52px;
  }

  .footer-main-wrapper {
    grid-template-columns: .7fr .7fr 1fr;
  }

  .footer-bottom-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-top: 40px;
    margin-bottom: 20px;
    display: grid;
  }

  .footer-bottom-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation {
    width: 35px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 100px;
  }

  .style-sub-title-wrapper {
    margin-bottom: 40px;
  }

  .all-font-size-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .all-color-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-font-wrapper._2 {
    margin-top: 80px;
  }

  .color-box {
    height: 260px;
  }

  .utility-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .utility-content-wrapper {
    flex-flow: column;
  }

  .asset-content-para {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .utility-page-wrap {
    padding-top: 200px;
  }

  .project-description-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

  .left-arrow-icon {
    justify-content: center;
    align-items: center;
    margin: 0;
    inset: auto auto auto 0%;
  }

  .reft-arrow-icon {
    margin: 0;
    inset: auto 0% auto auto;
  }

  .background-video {
    aspect-ratio: auto;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_spacing---container-padding--default: 15px;
    --_spacing---section-padding--large: 60px;
    --_spacing---section-padding--small: 30px;
    --_typography---font-size--p2: 16px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 78px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 40px;
    --_typography---heading-size--h3: 39px;
    --_typography---heading-size--h4: 18px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 22px;
    --_typography---heading-size--h6: 17px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 18px;
    --dark-shade--black: #d2c9bc;
    --white-shade--white: white;
    --border-color--border-1: #ffffff80;
    --white-shade--transparent: transparent;
    --white-shade--white-100: #ffffff1a;
    --dark-shade--test-2: #809c77;
    --white-shade--white-800: #fffc;
    --white-shade--white-400: #fff6;
    --primary-color--primary: #425d50;
    --dark-shade--stroke-color: #333;
    --dark-shade--test: #425d50;
    --gray-shade--gray: grey;
    --dark-shade--black-300: #2626264d;
  }

  .navbar-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    padding-bottom: 40px;
  }

  .nav-menu-button {
    padding: 0;
  }

  .brand-logo-link.w--current {
    padding-left: 0;
  }

  .brand-logo {
    max-width: 138px;
  }

  .section.style-guide {
    padding-top: 140px;
  }

  .section.big-image {
    display: none;
  }

  .section.project-details {
    padding-top: 40px;
  }

  .section-banner {
    height: 96vh;
  }

  .section-banner.fixed, .fixed-banner {
    height: 86vh;
  }

  .banner-info {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-content-wrapper {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .overflow-hidden._3 {
    width: 100%;
  }

  .hero-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-bottom-content {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 100px;
  }

  .hero-slider-v1 {
    height: 86vh;
  }

  .left-arrow.testimonial, .right-arrow.testimonial {
    display: none;
  }

  .slide-nav.testimonial {
    font-size: 10px;
    display: inline-block;
  }

  .about-wrapper {
    margin-bottom: 40px;
  }

  .sub-heading-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .service-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service-content.middle {
    border-left-width: 1px;
    margin-top: 0;
  }

  .service-content.first {
    border-bottom-width: 0;
  }

  .service-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hover-content-servises {
    grid-template-columns: 1fr;
  }

  .plus-icon {
    max-width: 60px;
  }

  .hover-content {
    margin-top: 40px;
  }

  .single-project-wrapper {
    margin-bottom: 15px;
  }

  .project-card-img {
    object-fit: contain;
  }

  .project-card-mask {
    padding: 15px;
  }

  .category-bg {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-sponser-logo {
    max-width: 100px;
  }

  .single-award-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .conact-left-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-para-user-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta-top-loading-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 40px;
  }

  .star-icon {
    width: 40px;
  }

  .footer-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .sign-up-block {
    width: 100%;
  }

  .footer-bottom-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    margin-top: 20px;
    display: flex;
  }

  .footer-bottom-text-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonials-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-2, .testimonial-1 {
    justify-content: center;
    align-items: center;
  }

  .testimonial-wrap, .testimonial-content-wrap {
    max-width: none;
  }

  .testimonial-4, .testimonial-5 {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation {
    width: 30px;
  }

  .slider-mask {
    padding-bottom: 60px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 60px;
  }

  .style-sub-title-wrapper {
    margin-bottom: 30px;
  }

  .all-font-size-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-font-wrapper._2 {
    margin-top: 60px;
  }

  .color-box {
    height: 200px;
  }

  .utility-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .utility-page-wrap {
    padding-top: 140px;
  }

  .project-banner-info {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 220px;
  }

  .project-name-summary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .summary-box {
    text-align: center;
  }

  .details-top-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-description-wrapper {
    margin-top: 40px;
  }

  .details-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_spacing---container-padding--default: 15px;
    --_spacing---section-padding--large: 40px;
    --_spacing---section-padding--small: 20px;
    --_typography---font-size--p2: 15px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 43px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 30px;
    --_typography---heading-size--h3: 24px;
    --_typography---heading-size--h4: 14px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 17px;
    --_typography---heading-size--h6: 15px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 16px;
    --dark-shade--black: #d2c9bc;
    --white-shade--white: white;
    --border-color--border-1: #ffffff80;
    --white-shade--transparent: transparent;
    --white-shade--white-100: #ffffff1a;
    --dark-shade--test-2: #809c77;
    --white-shade--white-800: #fffc;
    --white-shade--white-400: #fff6;
    --primary-color--primary: #425d50;
    --dark-shade--stroke-color: #333;
    --dark-shade--test: #425d50;
    --gray-shade--gray: grey;
    --dark-shade--black-300: #2626264d;
  }

  .navbar-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    max-width: 120px;
  }

  .section.style-guide {
    padding-top: 100px;
  }

  .section.project-details {
    padding-top: 20px;
  }

  .section-banner, .section-banner.fixed, .fixed-banner {
    height: 70vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-bottom-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .countable-line-grid {
    height: 3px;
    margin-top: 16px;
  }

  .hero-slider-v1 {
    height: 70vh;
  }

  .slide-nav.testimonial {
    font-size: 8px;
  }

  .slider-v2-wrapper {
    height: 120px;
  }

  .hero-slider-v2-wrap {
    max-width: 200px;
  }

  .about-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .medium-content-text {
    --_typography---font-size--p2: 15px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 43px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 30px;
    --_typography---heading-size--h3: 24px;
    --_typography---heading-size--h4: 14px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 17px;
    --_typography---heading-size--h6: 15px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 16px;
  }

  .sponser-logo-wrapper, .sponser-logo-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .sponser-logo-img._1, .sponser-logo-img._2, .sponser-logo-img._3, .sponser-logo-img._4, .sponser-logo-img._5, .sponser-logo-img._6 {
    width: 120px;
  }

  .sub-heading-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .para-1 {
    line-height: var(--_typography---line-height--m);
  }

  .service-content.middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-left-width: 1px;
    padding: 30px;
  }

  .service-content.first, .service-content.last {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px;
  }

  .list-number-bg {
    width: 45px;
    height: 45px;
  }

  .para-2 {
    line-height: var(--_typography---line-height--l);
  }

  .service-top-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .hover-content-servises {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-title {
    font-size: var(--_spacing---container-padding--default);
  }

  .plus-icon {
    max-width: 40px;
  }

  .service-box {
    padding-bottom: 20px;
  }

  .service-heading-area {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .service-content-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 8px;
  }

  .hover-content {
    margin-top: 30px;
  }

  .project-card-mask {
    padding: 10px;
  }

  .category-bg {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .project-sponser-logo-wrap {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .project-sponser-logo {
    max-width: 68px;
  }

  .single-award-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .award-box-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-top-wrapper-2, .top-loading-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .star-icon {
    width: 32px;
  }

  .top-loading-left, .top-loading-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-arrow._1 {
    max-width: 20px;
  }

  .footer-info-text {
    text-align: center;
  }

  .testimonial-wrap {
    padding: 20px 15px;
  }

  .testimonial-content-wrap {
    margin-bottom: 24px;
  }

  .testimonal-user-img {
    max-width: 50px;
  }

  .testimonial-content-2-wrap {
    height: auto;
  }

  .testimonial-title-wrapper {
    margin-bottom: 40px;
  }

  .slider-mask {
    padding-bottom: 50px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 40px;
  }

  .style-sub-title-wrapper {
    margin-bottom: 20px;
  }

  .all-font-size-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .all-color-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-font-wrapper._2 {
    margin-top: 40px;
  }

  .color-box {
    height: 160px;
  }

  .paragraph-2 {
    line-height: var(--_typography---line-height--m);
  }

  .utility-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .utility-block-title {
    --_typography---font-size--p2: 15px;
    --_typography---line-height--m: 120%;
    --_typography---font-weight--regular: 400;
    --_typography---heading-size--h1: 43px;
    --_typography---line-height--s: 100%;
    --_typography---font-weight--bold: 700;
    --_typography---heading-size--h2: 30px;
    --_typography---heading-size--h3: 24px;
    --_typography---heading-size--h4: 14px;
    --_typography---line-height--xl: 140%;
    --_typography---font-weight--semi-bold: 600;
    --_typography---heading-size--h5: 17px;
    --_typography---heading-size--h6: 15px;
    --_typography---line-height--l: 132%;
    --_typography---line-height--2xl: 160%;
    --_typography---font-size--button-text: 18px;
    --_typography---font-weight--medium: 500;
    --_typography---font-size--p1: 16px;
  }

  .utility-page-wrap {
    padding-top: 100px;
  }

  .banner-img-fixed {
    height: 70vh;
  }

  .project-banner-info {
    height: 70vh;
    padding-bottom: 40px;
  }

  .project-banner-fixed {
    height: 70vh;
  }

  .details-top-grid {
    grid-row-gap: 20px;
  }

  .project-description-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

#w-node-d34900fb-96fc-afbe-b00f-be0e2c789069-b6ef2b28 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-caa1a7e9-e3a2-5f48-80a1-3df4ae7c4119-b6ef2b28 {
  grid-area: 1 / 3 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d34900fb-96fc-afbe-b00f-be0e2c789069-b6ef2b28, #w-node-caa1a7e9-e3a2-5f48-80a1-3df4ae7c4119-b6ef2b28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}