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

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

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

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

@font-face {
  font-family: Bitter;
  src: url('../fonts/Bitter-Bold.ttf') format("truetype"), url('../fonts/Bitter-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --black: #071839;
  --primary: #212344;
  --black-opacity--10: #122c5f1a;
  --grey: #dcdee3;
  --font-family-1: Bitter, "Times New Roman", sans-serif;
  --font-family-2: "Anek Gurmukhi", sans-serif;
  --font-family-3: "Share Tech Mono", sans-serif;
  --white: #f2f2f2;
  --secondary: #bd1622;
  --white-opacity--10: #f2f2f21a;
  --white-opacity--3: #f2f2f208;
  --black-opacity--70: #122c5fb3;
  --white-opacity--70: #f2f2f2b3;
  --white-opacity--20: #f2f2f233;
  --secondary-copy: #96000b;
  --primary-light: #565671;
  --black-opacity--50: #122c5f80;
  --black-opacity--7: #122c5f12;
  --green: #1cbd16;
  --white-opacity--50: #f2f2f280;
}

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

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

@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);
  color: var(--primary);
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

h1 {
  letter-spacing: -2.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 104%;
}

h2 {
  letter-spacing: -1.76px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 104%;
}

h3 {
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 104%;
}

p {
  margin-bottom: 0;
}

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

img {
  -webkit-user-select: none;
  user-select: none;
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  flex-flow: column;
  height: 100vh;
  min-height: 720px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero-section.compact-hero {
  height: auto;
  min-height: auto;
}

.wide-container {
  width: 100%;
  max-width: none;
  padding-left: 4px;
  padding-right: 4px;
}

.wide-container.hero-section-container {
  flex-flow: column;
  flex: 1;
  max-width: none;
  display: flex;
}

.wide-container.container-grow {
  flex-flow: column;
  flex: 1;
  max-width: none;
  display: flex;
  position: relative;
}

.hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.nav {
  z-index: 99;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--black-opacity--10);
  -webkit-user-select: none;
  user-select: none;
  background-color: #07183900;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 24px;
  display: grid;
  position: relative;
}

.nav.nav2 {
  background-color: var(--grey);
  color: var(--primary);
}

.logo {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.logo:hover {
  opacity: .7;
}

.logo.w--current {
  opacity: 100;
}

.logo-symbol {
  width: auto;
  height: 20px;
}

.medium-uppercase-m {
  font-family: var(--font-family-1);
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.medium-uppercase-m.faq-question-text {
  flex: 1;
}

.medium-uppercase-m.max-width-560 {
  font-family: var(--font-family-2);
}

.menu-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--font-family-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  display: flex;
}

.menu-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  display: flex;
  overflow: hidden;
}

.menu-item.nav2, .menu-item.nav2.w--current {
  color: var(--primary);
}

.menu-item-shape {
  background-color: var(--secondary);
  width: 6px;
  height: 6px;
}

.medium-uppercase-s {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.medium-uppercase-s.max-width-480 {
  font-family: var(--font-family-2);
}

.menu-address {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.menu-address:hover {
  opacity: .7;
}

.menu-address.nav2 {
  color: var(--primary);
}

.address-shape-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.address-shape {
  background-color: var(--secondary);
  width: 6px;
  height: 6px;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #f2f2f200;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px 24px 40px;
  display: flex;
  position: relative;
}

.hero-content.compact-hero-content {
  padding-top: 200px;
}

.hero-content.compact-hero-content.hero-about, .hero-content.compact-hero-content.hero-empreendimentos {
  background-color: var(--grey);
}

.hero-content.hero-investidor {
  background-color: #f2f2f200;
}

.hero-content.hero-contato {
  background-color: var(--grey);
}

.chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.chips.primary-chips {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.chips.primary-chips.white-txt {
  border-color: var(--white);
  color: var(--white);
}

.chips.white-chips {
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.chips-shape {
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.chips-shape.primary-chips-shape, .chips-shape.white-chips-shape {
  background-color: var(--secondary);
}

.medium-uppercase-xs {
  font-family: var(--font-family-3);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.medium-uppercase-xs.first-button-text {
  transform-origin: 50% 0;
  font-family: var(--font-family-2);
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  transform: perspective(250px);
}

.medium-uppercase-xs.second-button-text {
  transform-origin: 50% 100%;
  font-family: var(--font-family-2);
  text-transform: none;
  transform-style: preserve-3d;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  transform: perspective(250px)rotateX(90deg)rotateY(0)rotateZ(0)perspective(50px);
}

.medium-uppercase-xs.footer-text {
  color: var(--black-opacity--70);
  max-width: 168px;
}

.medium-uppercase-xs.color-white-opacity-70 {
  font-size: 16px;
}

.medium-uppercase-xs.input-label {
  color: var(--black-opacity--70);
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.hero-text-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-family-1);
  color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-text-grid.white-txt {
  color: var(--white);
}

.h1 {
  font-family: var(--font-family-1);
}

.h1.max-width-640-tablet-560-mobile-360 {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 112%;
}

.max-width-640-tablet-560-mobile-360 {
  max-width: 640px;
}

.hero-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.regular-s {
  font-family: var(--font-family-2);
}

.regular-s.max-width-280-tablet-424, .regular-s.max-width-200 {
  font-family: var(--font-family-2);
  font-size: 16px;
  line-height: 130%;
}

.regular-s.short-description-text {
  font-family: var(--font-family-2);
  color: var(--white-opacity--70);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  max-width: 520px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.regular-s.faq-answer-text {
  max-width: 560px;
  margin-top: 16px;
}

.regular-s.max-width-480 {
  color: var(--white-opacity--70);
}

.max-width-280-tablet-424 {
  max-width: 280px;
}

.primary-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 100px;
  padding: 12px 24px;
  transition-property: background-color, color;
  transition-duration: .25s, .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1), cubic-bezier(.39, .575, .565, 1);
}

.primary-button:hover {
  color: var(--primary);
  background-color: #122c5f00;
}

.primary-button.primary-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.primary-white:hover {
  color: var(--white);
  background-color: #f2f2f200;
}

.primary-button.primary-white.button-loc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

.primary-button.white-button:hover {
  border-color: var(--white);
  color: var(--white);
}

.button-text-wrapper {
  perspective: 250px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(250px);
}

.about-video-block {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.hero-lines-grid {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-line-block {
  border-left: 1px solid var(--black-opacity--10);
}

.hero-line-block.fourth-block {
  border-right: 1px solid var(--black-opacity--10);
}

.three-big-buttons-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-button {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--primary);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 24px;
  display: flex;
}

.big-button.bg-color-secondary {
  background-color: var(--secondary-copy);
}

.big-button.bg-color-secondary:hover {
  background-color: #96000b;
}

.big-button.icon-big-button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.big-button.icon-big-button.bg-color-secondary {
  background-color: var(--secondary-copy);
}

.big-button-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-family-3);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.big-button-heading-shape {
  background-color: var(--secondary);
  width: 6px;
  height: 6px;
}

.big-button-heading-shape.white {
  background-color: var(--white);
}

.max-width-200 {
  max-width: 200px;
}

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

.bg-color-secondary {
  background-color: var(--secondary);
}

.big-buttons-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.blocks-section {
  padding-bottom: 4px;
}

.blocks-section.about-blocks {
  flex-flow: column;
  height: auto;
  min-height: 720px;
  display: flex;
  position: relative;
}

.blocks-section.navigation-cards-section {
  flex-flow: column;
  height: 72vh;
  min-height: 620px;
  display: flex;
}

.blocks-section.first-project-image, .blocks-section.services-images-blocks {
  flex-flow: column;
  height: 100vh;
  min-height: 720px;
  display: flex;
}

.about-blocks-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-column-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.about-overview-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.about-overview-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.regular-l {
  font-family: var(--font-family-1);
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.about-image-block {
  border: 1px solid var(--white-opacity--20);
  object-fit: cover;
  border-radius: 8px;
  flex: 1;
}

.screen-lines {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.screen-top-line, .screen-botton-line {
  background-color: var(--black);
  width: 100%;
  max-width: none;
  height: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
  position: relative;
}

.left-top-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 4px auto auto 4px;
}

.right-top-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 4px 4px auto auto;
  transform: rotate(90deg);
}

.left-botton-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto auto 4px 4px;
  transform: rotate(-90deg);
}

.right-botton-corner {
  width: 8px;
  height: 8px;
  position: absolute;
  inset: auto 4px 4px auto;
  transform: rotate(180deg);
}

.section.section-top-padding {
  position: relative;
}

.section.section-top-padding.section-bottom-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.section-top-padding.section-parceiros {
  padding-bottom: 200px;
}

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

.default-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1928px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.container-content.max-width-960 {
  max-width: 1192px;
}

.container-content.max-width-1192.flex-contain {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.container-content.max-width-720 {
  max-width: 1192px;
}

.max-width-960 {
  max-width: 960px;
}

.logos-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--black);
  background-color: var(--white-opacity--10);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: grid;
  overflow: hidden;
}

.logo-block {
  background-color: var(--black);
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.logo-block-image {
  opacity: .7;
  width: auto;
  height: 80px;
}

.logo-block-image:hover {
  opacity: 100;
}

.logo-block-image.destaquelogo {
  height: 100px;
}

.logo-block-image.destaquelogo.visconde {
  height: 120px;
}

.logo-block-image.elleven {
  height: 70px;
}

.max-width-1192 {
  max-width: 1192px;
}

.center-heading-block-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.center-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.center-heading-block.long-heading-block {
  max-width: 520px;
}

.center-heading-block.long-heading-block.div-sobre1 {
  max-width: 720px;
}

.center-heading-block.long-heading-block.block2 {
  max-width: 920px;
}

.h2 {
  font-family: var(--font-family-1);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 112%;
}

.h2.max-width-320-tablet-280-mobile-200 {
  max-width: 420px;
}

.margin-bottom-80-mobile-64 {
  margin-bottom: 80px;
}

.projects-list-wrapper {
  width: 100%;
}

.projects-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.empty-state {
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 28px 24px;
}

.project-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-flow: row-reverse;
}

.project-info-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 32px 24px;
  display: flex;
}

.project-image-block {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 60%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: all .42s;
  display: inline-block;
  position: absolute;
  inset: auto 0%;
}

.project-image:hover {
  transform: scale(1.2);
}

.project-info-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-main-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 360px;
  display: flex;
}

.h3 {
  font-family: var(--font-family-1);
  letter-spacing: normal;
  font-weight: 500;
}

.h3.max-width-264-tablet-224-mobile-192 {
  font-family: var(--font-family-1);
  letter-spacing: 0;
  font-weight: 500;
}

.max-width-264-tablet-224-mobile-192 {
  max-width: 264px;
}

.project-info-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.project-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--black-opacity--10);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.color-black-opacity-70 {
  color: var(--black-opacity--70);
}

.project-properties {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.descriptive-chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.descriptive-chips.primary-chips {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.descriptive-chips.white-chips {
  border: 1px solid var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.project-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: var(--primary);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition-property: opacity;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.secondary-button:hover {
  opacity: .7;
}

.secondary-button.secondary-white {
  color: var(--white);
}

.button-icon {
  width: 12px;
  height: 12px;
  display: block;
}

.section-bottom-padding {
  padding-bottom: 200px;
}

.left-heading-block-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.left-heading-block-wrapper.margin-bottom-80-mobile-64.white-txt {
  color: var(--white);
}

.left-heading-block-wrapper.margin-bottom-80-mobile-64.white-txt.block3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.left-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.highlight-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--white-opacity--10);
  flex-flow: column;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.highlight-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  font-family: var(--font-family-3);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  grid-template-rows: auto;
  grid-template-columns: 5fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.large-value {
  font-family: var(--font-family-3);
  letter-spacing: -6.72px;
  font-size: 168px;
  line-height: 88%;
}

.large-value.max-width-480.color-white-opacity-20 {
  color: #8686ac;
}

.color-white-opacity-20 {
  color: var(--white-opacity--20);
}

.max-width-480 {
  max-width: 480px;
}

.highlight-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 360px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.highlight-value-wrapper {
  overflow: hidden;
}

.color-white-opacity-70 {
  color: var(--white-opacity--70);
}

.navigation-cards-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-card {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.navigation-card-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-card-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.navigation-card-linear {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black-opacity--50), #122c5f00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  -webkit-user-select: none;
  user-select: none;
  padding-bottom: 4px;
}

.footer-block {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

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

.footer-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

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

.footer-link {
  opacity: .7;
  font-family: var(--font-family-3);
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
}

.footer-link:hover {
  opacity: 1;
}

.footer-menu-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.footer-menu-item {
  opacity: 1;
  font-family: var(--font-family-1);
  letter-spacing: -.48px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 24px;
  line-height: 112%;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
}

.footer-menu-item:hover {
  opacity: .5;
}

.footer-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.footer-lines-grid {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: none;
  text-overflow: clip;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.footer-line-block {
  border-left: 1px solid var(--black-opacity--10);
}

.footer-line-block.fourth-block {
  border-right: 1px solid var(--black-opacity--10);
}

.empty-logo-block {
  display: none;
}

.nav-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: var(--primary);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 6px 4px;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.menu-button:hover {
  opacity: .7;
}

.menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu-logo {
  width: 100%;
  height: auto;
  display: none;
}

.nav-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-logo-and-button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-items-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-image-wrapper {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-image {
  border: 1px solid var(--white-opacity--20);
  object-fit: cover;
  border-radius: 8px;
  height: 800px;
}

.about-banner {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150vh;
  min-height: 1200px;
  padding: 80px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-banner-content {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
  position: relative;
}

.three-blocks-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.three-blocks-grid.icon-info-blocks-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.blur-icon-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--10);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--10);
  background-color: var(--white-opacity--10);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 28px 24px;
  display: flex;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.blur-icon-block-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.about-banner-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-banner-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.about-banner-image.mobile {
  display: none;
}

.about-banner-linear {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--black-opacity--50), #122c5f00);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-bottom-64-mobile-48 {
  margin-bottom: 64px;
}

.text-blocks-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--black);
  background-color: var(--white-opacity--10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block {
  background-color: var(--black);
  color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  padding: 24px;
}

.text-block.first-block-row {
  padding-left: 0;
}

.text-block-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.faq-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--10);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--10);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--10);
  background-color: var(--white-opacity--3);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px 24px;
  transition-property: background-color;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.faq-item:hover {
  background-color: var(--white-opacity--10);
}

.faq-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.icon-vertical-line {
  background-color: var(--white);
  width: 11px;
  height: 1px;
  position: absolute;
}

.icon-horizontal-line {
  background-color: var(--white);
  width: 1px;
  height: 11px;
  position: absolute;
}

.faq-answer {
  color: var(--white-opacity--70);
  height: auto;
  padding-right: 24px;
  overflow: hidden;
}

.hero-content-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-project-linear {
  z-index: 2;
  background-image: linear-gradient(#07183900 40%, #000c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-520-tablet-448-mobile-296 {
  max-width: 520px;
}

.light-hero-line-block {
  border-left: 1px solid var(--white-opacity--20);
}

.light-hero-line-block.fourth-block {
  border-right: 1px solid var(--white-opacity--20);
}

.icon-info-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--grey);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.icon-info-block-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.full-project-image-wrapper {
  border-radius: 8px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.full-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-720 {
  max-width: 720px;
}

.info-items-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--10);
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.info-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px solid var(--white-opacity--10);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.info-item-header {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  display: flex;
}

.regular-m {
  font-family: var(--font-family-2);
  font-size: 16px;
  font-weight: 300;
  line-height: 135%;
}

.regular-m.max-width-480 {
  font-family: var(--font-family-2);
}

.project-images-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 4px;
  display: flex;
}

.second-project-image {
  border-radius: 8px;
  height: 100vh;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}

.third-project-image {
  border-radius: 8px;
  height: 150vh;
  min-height: 1200px;
  position: relative;
  overflow: hidden;
}

.two-big-buttons-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-images-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-images-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.service-block-image {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.services-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-header {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 24px;
  display: flex;
}

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

.service-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white-opacity--20);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white-opacity--20);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-opacity--20);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white-opacity--20);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  height: 560px;
  padding: 64px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-32-tablet-28 {
  width: 32px;
  height: 32px;
}

.services-card-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.service-card-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card-linear {
  z-index: 2;
  background-image: linear-gradient(#07183900, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-big-button-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 224px;
  display: flex;
}

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

.contact-block-image {
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 24px 48px;
  display: flex;
}

.max-width-320-tablet-280-mobile-200 {
  max-width: 320px;
}

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

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

.form-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.input {
  background-color: var(--black-opacity--7);
  font-family: var(--font-family-2);
  color: var(--primary);
  border: 1px solid #122c5f00;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 120%;
  transition: border-color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.input:hover {
  background-color: var(--black-opacity--10);
}

.input:active {
  border-style: solid;
  border-color: var(--black-opacity--7);
}

.input:focus {
  border-style: solid;
  border-color: var(--black-opacity--7);
  background-color: var(--black-opacity--10);
}

.input::placeholder {
  color: var(--black-opacity--50);
}

.input.select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../images/Chevron-Down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.input.text-area {
  height: auto;
  min-height: 168px;
}

.form-inputs-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-inputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  transition: color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
}

.submit-button:hover {
  border-style: solid;
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.submit-button:focus {
  background-color: var(--white);
  color: var(--primary);
}

.success-message {
  background-color: var(--black-opacity--7);
  border-radius: 8px;
  height: 587px;
  padding: 0;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #7cce79;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  display: flex;
}

.success-message-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.error-message {
  background-color: var(--secondary);
  font-family: var(--font-family-2);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.style-guide-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.side-menu {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 28px 24px;
  display: flex;
  position: sticky;
  top: 4px;
}

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

.side-menu-link {
  font-family: var(--font-family-3);
  color: var(--black-opacity--50);
  text-transform: uppercase;
  padding: 4px;
  font-weight: 500;
  transition: color .25s cubic-bezier(.39, .575, .565, 1);
}

.side-menu-link:hover {
  color: var(--black-opacity--70);
}

.side-menu-link:active, .side-menu-link:focus, .side-menu-link.w--current {
  color: var(--black);
}

.style-guide-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.style-guide-block {
  background-color: var(--white);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px;
  overflow: hidden;
}

.chips-header {
  border-bottom: 1px solid var(--black-opacity--10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 24px;
  display: flex;
}

.typography-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 28px 24px 40px;
  display: flex;
}

.typography-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black-opacity--10);
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.typography-info.last-block {
  border-bottom-style: none;
  padding-bottom: 0;
}

.typography-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.max-width-560 {
  max-width: 560px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-680 {
  max-width: 680px;
}

.colors-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--black-opacity--10);
  flex-flow: column;
  padding: 28px 24px 32px;
  display: flex;
}

.colors-block.colors-block-background {
  background-color: var(--black-opacity--7);
  border-bottom-style: none;
}

.solid-colors-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--black-opacity--10);
  color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

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

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

.color-block.secondary {
  background-color: var(--secondary);
}

.color-block.black {
  background-color: var(--black);
}

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

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

.color-block.black-opacity-70 {
  background-color: var(--black-opacity--70);
}

.color-block.black-opacity-50 {
  background-color: var(--black-opacity--50);
}

.color-block.black-opacity-10 {
  background-color: var(--black-opacity--10);
  color: var(--primary);
}

.color-block.black-opacity-7 {
  background-color: var(--black-opacity--7);
  color: var(--primary);
}

.color-block.white-opacity-70 {
  background-color: var(--white-opacity--70);
  color: var(--primary);
}

.color-block.white-opacity-50 {
  background-color: var(--white-opacity--50);
  color: var(--primary);
}

.color-block.white-opacity-20 {
  background-color: var(--white-opacity--20);
  color: var(--primary);
}

.color-block.white-opacity-10 {
  background-color: var(--white-opacity--10);
  color: var(--primary);
}

.color-block.white-opacity-3 {
  background-color: var(--white-opacity--3);
  color: var(--primary);
}

.color-white-opacity-50 {
  color: var(--white-opacity--50);
}

.color-black-opacity-50 {
  color: var(--black-opacity--50);
}

.black-opacity-colors-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.white-opacity-colors-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--black-opacity--10);
  flex-flow: column;
  padding: 28px 24px 32px;
  display: flex;
}

.container-block.last-block {
  border-bottom-style: none;
}

.container-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid var(--black-opacity--50);
  border-left: 1px solid var(--black-opacity--50);
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.container-padding {
  background-color: var(--black-opacity--10);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  padding: 48px 10px;
  display: flex;
}

.container-padding.big-padding {
  width: 112px;
}

.container-body {
  background-color: var(--black-opacity--7);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 48px 10px;
  display: flex;
}

.button-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--black-opacity--10);
  flex-flow: column;
  padding: 28px 24px 32px;
  display: flex;
}

.button-block.last-block {
  border-bottom-style: none;
}

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

.button-item {
  background-color: var(--black-opacity--7);
  border-radius: 6px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.button-item.white-button {
  background-color: var(--primary);
}

.div-block {
  width: 100%;
}

.div-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-opacity--20);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.image {
  border-radius: 8px;
  width: 100%;
  max-width: none;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  background-image: linear-gradient(#000, #fff0 30%), linear-gradient(0deg, #000000b3, #fff0);
  position: absolute;
  inset: 0%;
}

.heading {
  font-family: var(--font-family-1);
  color: var(--white);
  letter-spacing: normal;
  font-weight: 500;
}

.text-block-2 {
  color: var(--white-opacity--70);
}

.div-block-5, .space-20 {
  height: 20px;
}

.space-10 {
  height: 10px;
}

.paragraph {
  font-family: var(--font-family-2);
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.div-block-6 {
  padding: 20px 20px 20px 40px;
}

.space-40 {
  height: 40px;
}

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

.text-block-3 {
  font-family: var(--font-family-2);
  margin-top: 20px;
  font-size: 21px;
  line-height: 130%;
}

.tabs {
  width: 100%;
}

.tab-link-tab-3 {
  background-color: var(--primary-light);
  font-family: var(--font-family-3);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-3:hover {
  background-color: var(--white-opacity--50);
}

.tab-link-tab-3.w--current {
  background-color: var(--secondary);
}

.tab-link-tab-3.w--current:hover {
  background-color: var(--secondary-copy);
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--primary-light);
  font-family: var(--font-family-3);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-2:hover {
  background-color: var(--white-opacity--50);
}

.tab-link-tab-2.w--current {
  background-color: var(--secondary);
  color: var(--white);
}

.tab-link-tab-2.w--current:hover {
  background-color: var(--secondary-copy);
}

.tab-link-tab-1 {
  background-color: var(--primary-light);
  font-family: var(--font-family-3);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-1:hover {
  background-color: var(--white-opacity--50);
  opacity: 1;
}

.tab-link-tab-1.w--current {
  background-color: var(--secondary);
  font-family: var(--font-family-3);
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-1.w--current:hover {
  background-color: var(--secondary-copy);
}

.text-block-4 {
  font-family: var(--font-family-3);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.tabs-content {
  margin-top: 40px;
  margin-bottom: 140px;
}

.text-block-5 {
  font-family: var(--font-family-2);
  font-size: 16px;
  line-height: 130%;
}

.image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-6 {
  font-family: var(--font-family-2);
  color: var(--black-opacity--70);
  font-size: 16px;
  line-height: 130%;
}

.rich-text-block {
  font-family: var(--font-family-2);
  line-height: 135%;
}

.destaque {
  z-index: 1;
  background-color: var(--secondary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 8px 24px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.destaque.static {
  position: static;
}

.destaque.static.scp {
  background-color: var(--primary-light);
  display: none;
}

.text-block-7 {
  font-family: var(--font-family-3);
  text-align: center;
  padding-top: 3px;
}

.div-block-7 {
  font-family: var(--font-family-1);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-7.div-head1 {
  margin-top: 10px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-8.div2, .div-block-8.div3 {
  grid-template-rows: auto;
}

.image-3 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.quick-stack {
  width: 100%;
  padding: 8px;
}

.slider {
  border-radius: 8px;
  height: 100%;
}

.div-block-9 {
  margin-top: 8px;
}

.image-4 {
  width: 100%;
}

.mask {
  border-radius: 8px;
}

.div-block-10 {
  width: 100%;
  margin-top: 0;
}

.image-5 {
  width: 100%;
}

.text-span-2 {
  font-family: var(--font-family-3);
  color: var(--white-opacity--50);
}

.div-block-11 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-6 {
  opacity: .5;
}

.link {
  color: var(--black-opacity--70);
}

.container-2 {
  max-width: 1192px;
}

.section-2 {
  display: block;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.div-row {
  flex-flow: row;
}

.text-block-8 {
  color: #fff;
  background-color: #3367ff;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.uui-badge-group_badge {
  color: #565671;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #cacaca;
  background-color: #0d330b38;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.uui-heading-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.image-7 {
  border-radius: 12px;
  width: 100%;
}

.text-block-9 {
  color: #fff;
  font-size: .875rem;
}

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.uui-contact07_component.grid1 {
  grid-template-columns: .75fr .75fr;
  place-items: center stretch;
}

.text-block-10 {
  color: #cacaca;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.uui-max-width-large-2 {
  width: auto;
  max-width: none;
}

.uui-text-size-large {
  font-family: var(--font-family-2);
  color: #cacaca;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.uui-badge-group {
  color: #565671;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #565671;
  white-space: nowrap;
  mix-blend-mode: normal;
  background-color: #1cbd16;
  padding: .2rem;
  text-decoration: none;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.div-block-13 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  font-family: var(--font-family-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.code-embed-2 {
  width: 100%;
}

.div-block-15 {
  padding-top: 8px;
}

.div-block-16 {
  width: 100%;
}

.background-video-2 {
  border-radius: 8px;
  max-width: 100%;
  min-height: 600px;
}

.link-block {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2.24px;
    font-size: 56px;
  }

  h2 {
    letter-spacing: -1.6px;
    font-size: 40px;
  }

  h3 {
    letter-spacing: -1.12px;
    font-size: 28px;
  }

  .hero-section {
    min-height: 920px;
  }

  .hero-content {
    padding-top: 180px;
  }

  .hero-text-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .hero-text-grid.white-txt {
    max-width: none;
  }

  .max-width-640-tablet-560-mobile-360 {
    max-width: 560px;
  }

  .hero-description {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .regular-s.max-width-480 {
    max-width: 320px;
  }

  .max-width-280-tablet-424 {
    max-width: 424px;
  }

  .three-big-buttons-grid {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .blocks-section.about-blocks {
    height: 800px;
    min-height: auto;
  }

  .blocks-section.navigation-cards-section, .blocks-section.first-project-image {
    min-height: 920px;
  }

  .blocks-section.services-images-blocks {
    height: 800px;
    min-height: auto;
  }

  .regular-l {
    letter-spacing: -.4px;
    font-size: 20px;
  }

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

  .center-heading-block {
    max-width: 400px;
  }

  .center-heading-block.long-heading-block {
    max-width: 600px;
  }

  .project-info-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 50%;
  }

  .project-image-block {
    width: 50%;
    height: auto;
  }

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

  .max-width-264-tablet-224-mobile-192 {
    max-width: 224px;
  }

  .left-heading-block {
    max-width: none;
  }

  .highlight-item {
    grid-template-columns: 1fr 1fr;
  }

  .large-value {
    letter-spacing: -4.8px;
    font-size: 120px;
  }

  .navigation-cards-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-content {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .footer-main-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-item {
    letter-spacing: -.4px;
    font-size: 20px;
  }

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

  .footer-line-block.first-block {
    display: none;
  }

  .empty-logo-block {
    background-color: var(--black);
    display: block;
  }

  .hero-image {
    height: 880px;
  }

  .about-banner {
    height: 115vh;
    min-height: 1080px;
  }

  .faq-grid {
    flex-flow: column;
  }

  .max-width-520-tablet-448-mobile-296 {
    max-width: 448px;
  }

  .second-project-image {
    min-height: 920px;
  }

  .third-project-image {
    height: 115vh;
    min-height: 1080px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    display: flex;
  }

  .service-card {
    height: 480px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .icon-32-tablet-28 {
    width: 28px;
    height: 28px;
  }

  .contact-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-block-image {
    order: 1;
    height: 880px;
  }

  .max-width-320-tablet-280-mobile-200 {
    max-width: 280px;
  }

  .side-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solid-colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .black-opacity-colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .white-opacity-colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .container-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-2 {
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
    place-items: end stretch;
  }

  .uui-contact07_component.grid1 {
    grid-template-columns: 1.25fr;
    place-items: center stretch;
  }

  .uui-max-width-large-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1.44px;
    font-size: 36px;
  }

  h2 {
    letter-spacing: -1.12px;
    font-size: 28px;
  }

  h3 {
    letter-spacing: -.96px;
    font-size: 24px;
  }

  .hero-section, .hero-section.mobile-hero-hug {
    height: auto;
    min-height: auto;
  }

  .hero-section.mobile-hero-full {
    height: 100vh;
    min-height: 560px;
  }

  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 4px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav.nav2 {
    background-color: #dcdee300;
  }

  .menu-items {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-item {
    padding: 4px 0;
  }

  .menu-item-shape {
    display: none;
  }

  .medium-uppercase-s.menu-item-text {
    letter-spacing: -.4px;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 112%;
  }

  .hero-content {
    padding-top: 32rem;
  }

  .hero-content.compact-hero-content {
    padding-top: 160px;
  }

  .max-width-640-tablet-560-mobile-360, .hero-description.block1 {
    max-width: 360px;
  }

  .regular-s.max-width-480 {
    max-width: none;
  }

  .primary-button.primary-white.button-loc {
    display: inline-block;
  }

  .about-video-block {
    height: 560px;
  }

  .hero-lines-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-line-block.first-block, .hero-line-block.second-block {
    display: none;
  }

  .big-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .big-buttons-wrapper {
    flex-flow: column;
  }

  .blocks-section.about-blocks {
    height: auto;
  }

  .blocks-section.navigation-cards-section {
    height: auto;
    min-height: auto;
  }

  .blocks-section.first-project-image {
    height: 560px;
    min-height: auto;
  }

  .blocks-section.services-images-blocks {
    height: auto;
  }

  .about-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .about-image-block {
    flex: 0 auto;
    height: 360px;
  }

  .section-top-padding {
    padding-top: 160px;
  }

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

  .center-heading-block {
    max-width: 280px;
  }

  .center-heading-block.long-heading-block {
    max-width: 400px;
  }

  .margin-bottom-80-mobile-64 {
    margin-bottom: 64px;
  }

  .project-item, .project-item:nth-child(2n) {
    flex-flow: column;
  }

  .project-info-card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .project-image-block {
    width: 100%;
    height: 480px;
  }

  .max-width-264-tablet-224-mobile-192 {
    max-width: 192px;
  }

  .section-bottom-padding {
    padding-bottom: 160px;
  }

  .left-heading-block-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-heading-block {
    max-width: none;
  }

  .highlight-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .large-value {
    letter-spacing: -3.2px;
    font-size: 80px;
  }

  .highlight-info {
    justify-content: flex-start;
    max-width: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-cards-grid {
    display: flex;
  }

  .navigation-card {
    height: 560px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-block {
    padding-bottom: 60px;
  }

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

  .footer-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    display: flex;
  }

  .footer-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .footer-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .footer-logo {
    display: none;
  }

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

  .footer-line-block.second-block, .empty-logo-block {
    display: none;
  }

  .nav-content-wrapper {
    z-index: 99;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--black);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    height: 100vh;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav-content-wrapper.nav2 {
    background-color: var(--grey);
    display: none;
  }

  .menu-button {
    color: var(--grey);
    display: flex;
  }

  .menu-button.nav2 {
    color: var(--primary);
  }

  .menu-image {
    display: block;
  }

  .menu-logo {
    opacity: .15;
    margin-top: 10px;
    margin-bottom: 24px;
    display: block;
  }

  .nav-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    flex: 1;
    margin-top: 24px;
    display: flex;
    overflow: auto;
  }

  .menu-logo-and-button {
    z-index: 100;
    border-bottom: 1px solid var(--black-opacity--10);
    background-color: var(--black);
    padding: 24px;
    position: relative;
  }

  .menu-logo-and-button.nav2 {
    background-color: var(--grey);
  }

  .menu-items-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .menu-image-wrapper {
    flex: 1;
    min-height: 240px;
    display: block;
  }

  .hero-image {
    height: 560px;
  }

  .about-banner {
    height: auto;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-banner-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .three-blocks-grid {
    flex-flow: column;
    display: flex;
  }

  .about-banner-image.desktop {
    display: none;
  }

  .about-banner-image.mobile {
    display: block;
  }

  .margin-bottom-64-mobile-48 {
    margin-bottom: 48px;
  }

  .text-blocks-grid {
    grid-template-columns: 1fr;
  }

  .text-block {
    padding-left: 0;
  }

  .text-block-content {
    max-width: none;
  }

  .max-width-520-tablet-448-mobile-296 {
    max-width: 296px;
  }

  .light-hero-line-block.first-block, .light-hero-line-block.second-block {
    display: none;
  }

  .info-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .second-project-image {
    height: 560px;
    min-height: auto;
  }

  .third-project-image {
    height: 480px;
    min-height: auto;
  }

  .two-big-buttons-grid, .service-images-grid {
    flex-flow: column;
    display: flex;
  }

  .services-images-block {
    display: flex;
  }

  .service-block-image {
    height: 360px;
  }

  .service-block-image.big-image {
    height: 560px;
  }

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

  .block-header {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-block-image {
    height: 560px;
  }

  .max-width-320-tablet-280-mobile-200 {
    max-width: 200px;
  }

  .input {
    height: 56px;
    padding: 18px 20px;
  }

  .style-guide-grid {
    display: block;
  }

  .side-menu {
    display: none;
  }

  .div-block-3 {
    grid-template-columns: 1.75fr;
  }

  .image {
    max-width: none;
  }

  .div-block-6 {
    width: 100%;
  }

  .text-block-3 {
    text-align: center;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .div-block-8 {
    grid-auto-flow: row;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .container, .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    padding-top: 20rem;
  }

  .hero-text-grid.white-txt {
    max-width: 320px;
  }

  .h1.max-width-640-tablet-560-mobile-360 {
    text-overflow: clip;
    overflow-wrap: normal;
  }

  .hero-description {
    align-items: stretch;
  }

  .hero-description.block1 {
    max-width: 260px;
  }

  .logo-block-image, .logo-block-image.destaquelogo, .logo-block-image.elleven {
    object-fit: contain;
  }

  .wrapper.project-hero-button {
    flex-flow: column;
    display: flex;
  }

  .form-inputs-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .success-message {
    height: 400px;
  }

  .solid-colors-grid, .white-opacity-colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-padding {
    width: 48px;
  }

  .container-padding.big-padding {
    width: 80px;
  }

  .buttons-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-6 {
    padding-left: 20px;
  }

  .div-block-7 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .code-embed {
    display: none;
  }

  .div-block-8 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .container-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .uui-button-row.div-row {
    justify-content: center;
    align-items: center;
  }

  .uui-heading-medium {
    text-align: center;
    font-size: 2.25rem;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .uui-max-width-large-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .background-video-2 {
    min-height: 420px;
  }
}

#w-node-_84141f35-a66d-06da-66df-5ee3c298cec1-b3401262, #w-node-_84141f35-a66d-06da-66df-5ee3c298cec2-b3401262 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_84141f35-a66d-06da-66df-5ee3c298cec3-b3401262 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eeada652-cbc8-2cf5-b94d-53cd328de67e-b3401262, #w-node-_525a0b52-4ca3-38fc-57ae-3b754682f733-4682f722, #w-node-_3296bb64-aaf6-b604-1920-1e4149a17303-49a17300, #w-node-_683c0ce6-6a59-7701-1ed7-22a1ed0bf492-b3401263, #w-node-_23a7c60c-9803-08eb-a25b-f284b211af2a-b211af21, #w-node-_23a7c60c-9803-08eb-a25b-f284b211af2b-b211af21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23a7c60c-9803-08eb-a25b-f284b211af2c-b211af21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f06b96a5-4e14-24bb-ca68-590b0a547799-b3401264 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f06b96a5-4e14-24bb-ca68-590b0a54779b-b3401264 {
  align-self: end;
}

#w-node-c490ad32-0751-ce84-d390-823f47c40d01-b3401264, #w-node-_078fbd7c-aedc-b2ae-d842-f76a8118dc0d-b3401264, #w-node-d2ae55a4-de80-2d8d-c75a-b5cb435dd45b-b3401264, #w-node-_95e5cf4e-6c45-c274-5d2e-3b881ddc7953-b3401264 {
  align-self: center;
}

#w-node-_13dfd08a-2b7e-6edd-9027-393e3aef1224-3aef121d, #w-node-_13dfd08a-2b7e-6edd-9027-393e3aef1225-3aef121d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_13dfd08a-2b7e-6edd-9027-393e3aef1226-3aef121d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92c0b60c-7a13-48b8-4af1-e642b3c8426b-b3401265 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_92c0b60c-7a13-48b8-4af1-e642b3c8426d-b3401265 {
  align-self: end;
}

#w-node-b5049164-82d4-40f4-05cf-47be9e17a810-b3401266 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b5049164-82d4-40f4-05cf-47be9e17a812-b3401266 {
  align-self: end;
}

#w-node-_11e2e3b6-dd4a-dc6a-17a3-e98bf209c7c6-b3401266, #w-node-bfe70dac-52f1-3200-1a65-f108f4aab8df-b3401267 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bfe70dac-52f1-3200-1a65-f108f4aab8e1-b3401267 {
  align-self: end;
}

#w-node-cc9666d2-5229-804a-f11a-2eb715ea61ea-b3401268, #w-node-_9cbd576a-3b70-da8a-8779-23f80f234f82-b340126a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9cbd576a-3b70-da8a-8779-23f80f234f84-b340126a {
  align-self: end;
}

#w-node-ad7f3a46-0983-242d-716a-4417fb0d98f7-b340126b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad7f3a46-0983-242d-716a-4417fb0d98fb-b340126b {
  align-self: end;
}

#w-node-_1b573886-29b3-2f30-28d6-99bc5ed1dd75-b340126c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1b573886-29b3-2f30-28d6-99bc5ed1dd79-b340126c {
  align-self: end;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-299ef7ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-299ef7ef {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-299ef7ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-66df559a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-66df559a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-66df559a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_528b0b31-c132-5d33-872c-13c5d8bc1a3e-66df559a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-ee235dc9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-ee235dc9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-ee235dc9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_528b0b31-c132-5d33-872c-13c5d8bc1a3e-ee235dc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-456a121a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-456a121a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-456a121a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_528b0b31-c132-5d33-872c-13c5d8bc1a3e-456a121a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-462b7305 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-462b7305 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-462b7305 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_528b0b31-c132-5d33-872c-13c5d8bc1a3e-462b7305 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-ced632ee {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17c75101-b9d6-c635-e96d-9ae11824252b-ced632ee {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_1f86083c-2871-3b95-462e-2dd5d4e21dc6-ced632ee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-4a8ee8b8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d704892b-a522-9597-c2bf-220d3db543d9-4a8ee8b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-85227286, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-1d825570, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-22ae16cf, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-2fa54bdd, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-365d36b3, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-8ea05e21, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-5db79b80 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-5db79b80 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-5db79b80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-9bdc7dcc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-9bdc7dcc {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-9bdc7dcc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-af67dffe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-af67dffe {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-af67dffe {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-dbb1de1b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-dbb1de1b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-dbb1de1b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-39a25d9e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-39a25d9e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-39a25d9e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-63464e14 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-63464e14 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-63464e14 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-b5911366 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e117-b5911366 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-b3bb8e0c-e656-2428-6e73-56a918e8e118-b5911366 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_08027443-b3e4-deda-7001-e8dc1d990933-1fb67212, #w-node-_08027443-b3e4-deda-7001-e8dc1d990933-7d38cefd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_525a0b52-4ca3-38fc-57ae-3b754682f727-4682f722, #w-node-_3296bb64-aaf6-b604-1920-1e4149a17303-49a17300, #w-node-_11e2e3b6-dd4a-dc6a-17a3-e98bf209c7c6-b3401266 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a4fca7b-2a40-e7f6-5be3-2de3c7a84bc1-b340126c, #w-node-d74096d4-93e5-0a87-41eb-68764d0afbe9-b340126c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_121abfac-80c5-3f04-fd17-b8e676e35d76-b340126c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0fc20a1c-c3e8-8746-eda7-6d3a1c1c8017-b340126c, #w-node-_8bf0fa38-2720-109d-8d6e-bd05a426dfda-b340126c, #w-node-_7d740268-8946-c80f-a445-9af895345271-b340126c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e352b24-0cb3-9ec9-2363-4449e1664faa-b340126c, #w-node-_214f5c32-31c5-d7c5-2d57-e031a0b288bc-b340126c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_08a7be88-4dda-fa19-9a77-5c54e85f2cd3-b340126c, #w-node-_2b9df953-8271-ccf9-5156-b532ca9c37ba-b340126c, #w-node-a7e4599a-a721-4c54-ffc9-ee75fb4a287b-b340126c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3296bb64-aaf6-b604-1920-1e4149a17303-49a17300, #w-node-e3e0f55a-23cc-4824-8f30-9238fe9bd88f-b3401264, #w-node-_078fbd7c-aedc-b2ae-d842-f76a8118dc0c-b3401264, #w-node-d2ae55a4-de80-2d8d-c75a-b5cb435dd45a-b3401264, #w-node-_95e5cf4e-6c45-c274-5d2e-3b881ddc7952-b3401264, #w-node-_11e2e3b6-dd4a-dc6a-17a3-e98bf209c7c6-b3401266 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46a41ee8-2722-2640-0de6-b506a5aa3bc8-b3401266 {
    place-self: auto;
  }

  #w-node-_0a4fca7b-2a40-e7f6-5be3-2de3c7a84bc1-b340126c, #w-node-d74096d4-93e5-0a87-41eb-68764d0afbe9-b340126c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_121abfac-80c5-3f04-fd17-b8e676e35d76-b340126c, #w-node-_0fc20a1c-c3e8-8746-eda7-6d3a1c1c8017-b340126c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bf0fa38-2720-109d-8d6e-bd05a426dfda-b340126c, #w-node-_7d740268-8946-c80f-a445-9af895345271-b340126c, #w-node-_0e352b24-0cb3-9ec9-2363-4449e1664faa-b340126c, #w-node-_214f5c32-31c5-d7c5-2d57-e031a0b288bc-b340126c, #w-node-_08a7be88-4dda-fa19-9a77-5c54e85f2cd3-b340126c, #w-node-_2b9df953-8271-ccf9-5156-b532ca9c37ba-b340126c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7e4599a-a721-4c54-ffc9-ee75fb4a287b-b340126c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype'), url('../fonts/Bitter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}