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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5.625em;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 3.38em;
  line-height: 1.25;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.hero {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.5em;
  padding-bottom: 4em;
  background-color: #0d0e10;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section {
  padding-right: 4em;
  padding-left: 4em;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9.06em;
  padding-left: 9.06em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services {
  padding-top: 8.75em;
  padding-bottom: 3em;
}

.projects {
  padding-top: 6.5em;
}

.navbar {
  padding-top: 4.5em;
  background-color: #0d0e10;
}

.logo {
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading {
  max-width: 12.6em;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 5.63em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.text-block {
  max-width: 45em;
  margin-right: auto;
  margin-bottom: 3em;
  margin-left: auto;
  color: #e7e7e8;
  font-size: 1.45vw;
  font-weight: 400;
  text-align: center;
}

.main-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.85em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
}

.main-cta_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  width: 11.88em;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #000), color-stop(57%, #f7f7f7), color-stop(83%, #fff));
  background-image: linear-gradient(180deg, #000 17%, #f7f7f7 57%, #fff 83%);
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body {
  padding-bottom: 9em;
  font-family: Plusjakartatext, sans-serif;
}

.subtitle-h2 {
  margin-bottom: 0.8em;
  background-image: linear-gradient(124deg, #2282e4 42%, #21e770 56%, #126834 94%);
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-services {
  max-width: 15em;
  margin-right: auto;
  margin-bottom: 1.7em;
  margin-left: auto;
  text-align: center;
}

.div-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.25em;
  grid-row-gap: 4.25em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-icon {
  width: 5.5em;
  max-height: 5.5em;
  margin-bottom: 2.9em;
}

.heading {
  height: 3.2vw;
  margin-bottom: 0.6em;
  font-family: Plusjakartadisplay, sans-serif;
  color: #000;
  font-size: 1.8em;
  line-height: 1.75em;
  font-weight: 700;
}

.services-bullet {
  margin-bottom: 0.5em;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
}

.paragraph-2 {
  margin-bottom: 1.31em;
  font-family: Plusjakartatext, sans-serif;
  color: #666;
  font-size: 1.15em;
  line-height: 1.75em;
}

.services-copy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-projects {
  max-width: 14em;
  margin-right: auto;
  margin-bottom: 1.7em;
  margin-left: auto;
  text-align: center;
}

.projects-grid {
  margin-bottom: 5em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10.18em;
  padding-bottom: 10.18em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0d0e10;
  background-image: url('../images/projects_pattern.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.text-field-cf9 {
  width: 47%;
  margin-top: 0.63em;
  margin-bottom: 0.63em;
  border-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 4px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf9.big {
  width: 97%;
  height: 8em;
  margin: 0.63em auto 4em;
  padding: 0.5em 0.75em;
}

.text-field-cf9.extra-left {
  margin-left: 20px;
}

.form-title-cf9 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-message-cf9 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-cf9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-subwrapper-cf9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.success-message-cf9 {
  background-color: #f0f4f8;
  font-weight: 400;
}

.submit-button-cf9 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(151deg, #0a00cc, #422cf5);
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf9:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.form-block {
  max-width: 42.5em;
}

.heading-contact {
  max-width: 10em;
  margin-right: auto;
  margin-bottom: 0.3em;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section {
    padding-right: 2.92em;
    padding-left: 2.92em;
  }

  .container {
    padding-right: 7em;
    padding-left: 7em;
  }

  .hero-heading {
    max-width: 12.6em;
    font-size: 4.7em;
  }

  .text-block {
    font-size: 1.9vw;
  }

  .main-cta {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }

  .main-cta.w--current {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }

  .image {
    width: 16em;
  }

  .body {
    font-size: 0.65em;
  }

  .div-block {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    font-size: 1.1em;
  }

  .heading {
    height: 3.4em;
  }

  .projects-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .project-card {
    padding-top: 11.43em;
    padding-bottom: 11.43em;
  }

  .form-block {
    max-width: 54em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .hero-heading {
    max-width: none;
    font-size: 3.5em;
  }

  .text-block {
    font-size: 1.4em;
  }

  .image {
    width: 14em;
  }

  .body {
    padding-bottom: 8em;
    font-size: 13px;
  }

  .div-block {
    justify-items: center;
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 14px;
    text-align: center;
  }

  .heading {
    height: auto;
  }

  .div-block-2 {
    max-width: 29em;
  }

  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-card {
    padding-top: 58px;
    padding-bottom: 58px;
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .text-field-cf9 {
    width: auto;
    min-width: 300px;
  }

  .text-field-cf9.big {
    width: 100%;
    margin-left: 0px;
  }

  .text-field-cf9.extra-left {
    margin-left: 0px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .form-subwrapper-cf9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .hero-heading {
    font-size: 2.6em;
  }

  .image {
    width: 13em;
  }

  .gradient-text {
    display: block;
  }

  .heading-services {
    font-size: 2.6em;
  }

  .heading-projects {
    font-size: 2.6em;
  }

  .text-field-cf9 {
    width: auto;
    min-width: 0px;
    margin-top: 0.63em;
    margin-bottom: 0.63em;
  }

  .text-field-cf9.big {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-subwrapper-cf9 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-contact {
    font-size: 2.6em;
  }
}

#w-node-bc73d36b-54f4-c628-12e4-03d58bbefc4b-ef74dff2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a777a0b5-1eb2-6574-9c63-8e0eda1d5fd4-ef74dff2 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}