:root {
  --primary: #b2b2b2;
  --neutral-1: #111;
  --neutral-5: #f2f2f2;
  --white: white;
  --secondary: #44d62c;
  --neutral-4: #bec6bd;
  --neutral-2: #424f40;
  --tertiary: #8cbce8;
  --neutral-3: #7f8e7d;
}

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

body {
  color: #333;
  letter-spacing: .02em;
  font-family: Rajdhani, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1;
}

p {
  letter-spacing: .02em;
  margin-bottom: 10px;
  font-size: 1em;
}

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

label {
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

strong {
  color: var(--neutral-1);
  font-weight: 600;
}

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

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container.tight {
  max-width: 800px;
}

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

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

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

.text-neutral-1 {
  color: var(--neutral-1);
}

.text-section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1;
}

.text-section-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6;
}

.section-title {
  width: 50%;
  max-width: 500px;
  margin-bottom: 20px;
}

.section-title.location-center {
  margin-left: auto;
  margin-right: auto;
}

.section-title.location-center.text-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-title.text-center {
  text-align: center;
}

.hero-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
  position: relative;
}

.hero-content-wrap {
  text-align: center;
  max-width: 530px;
}

.hero-title {
  color: var(--white);
  letter-spacing: .02em;
  font-size: 2.15em;
  font-weight: 500;
}

.hero-subtitle {
  color: var(--white);
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

.section-marker {
  background-color: var(--secondary);
  border-radius: 2px;
  width: 42px;
  height: 4px;
  margin-bottom: 20px;
}

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

.contact-link-wrap {
  color: var(--neutral-1);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 8px;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.contact-link-wrap:hover {
  opacity: .6;
}

.animated-arrow-wrap {
  border: 2px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.animated-arrow-icon {
  width: 30px;
}

.work-example-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logotype {
  width: 130px;
  margin-bottom: 32px;
}

.footer-logotype-wrap {
  text-align: center;
  margin-top: 32px;
}

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

.hero-logotype {
  width: 120px;
  margin-top: 40px;
  position: absolute;
  top: 0;
}

.no-space-top {
  margin-top: 0;
}

.grid-1-2-text {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

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

.hero-overlay {
  z-index: -1;
  opacity: .1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .section-title {
    width: auto;
    max-width: 75%;
  }

  .animated-arrow-wrap {
    margin-bottom: 20px;
  }

  .work-example-wrap {
    height: 200px;
  }

  .hero-logotype {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    max-width: 100%;
  }

  .footer-grid, .grid-1-2-text {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-section-subtitle.text-center {
    text-align: left;
  }

  .section-title.location-center.text-center {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-wrap {
    height: 70vh;
  }

  .hero-title {
    font-size: 1.7em;
  }

  .footer-logotype {
    margin-bottom: 60px;
  }

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

#w-node-_85c7c48b-9aa8-f67f-c90a-9ef04ae8d3f1-1e2e2359 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 767px) {
  #w-node-_85c7c48b-9aa8-f67f-c90a-9ef04ae8d3f1-1e2e2359 {
    grid-column: span 1 / span 1;
  }
}


