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

@font-face {
  font-family: Satoshi Variable Italic;
  src: url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Tt Firs Neue Var Roman;
  src: url('../fonts/TT-Firs-Neue-Trial-Var-Roman.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt Firs Neue Var;
  src: url('../fonts/TT-Firs-Neue-Trial-Var-Italic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #040403;
  --white: white;
  --yellow-invokit: #fab700;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Satoshi Variable, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.head-logo {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.head-contact {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.button-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  text-align: center;
  background-color: #040303;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.6rem .5rem 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
}

.button-2:hover {
  color: var(--yellow-invokit);
  background-color: #0000;
  font-weight: 600;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.2rem;
  display: flex;
}

.footer_cta-text {
  color: #fff;
  width: 44vw;
  max-width: 500px;
  font-family: Satoshi Variable Italic, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.newsletter_submit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 99px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: .5rem 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.newsletter_submit:hover {
  color: #fab900;
  background-color: #0000;
}

.footer_cta-icon-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.88rem;
  display: flex;
}

.footer_cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #e6e6e6;
  justify-content: space-between;
  align-items: center;
  font-size: 4.75rem;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.padding-global {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 150px 20px;
  display: flex;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}

.footer_bottom {
  text-align: center;
  border-top: 1px solid #fab90040;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.25rem;
  display: flex;
}

.footer_link_form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.footer_newsletter_input {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 99px;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: .75rem 1.13rem;
}

.footer_newsletter_input::placeholder {
  color: #fff;
}

.footer_cta-icon {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8.13rem;
  height: 8.13rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  padding: 1rem;
}

.form-block {
  margin-bottom: 0;
}

.bg-element-wrapper {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: -73% 0% 0% 54%;
  overflow: visible;
}

.bg-element-wrapper.contact {
  opacity: .48;
  top: -42%;
  left: auto;
  right: -17%;
}

.bg-color-right {
  filter: blur(6.5vw);
  background-color: #fab900cc;
  border-radius: 50%;
  width: 30vw;
  max-width: 863px;
  height: 70vw;
  max-height: 923px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(22deg);
}

.bg-color-right.offset {
  opacity: .8;
  filter: blur(12vw);
  width: 60vh;
  max-width: none;
  height: 80vh;
  max-height: none;
  position: absolute;
}

.bg-color-right.offset.contact {
  filter: blur(50%);
  background-color: #fab900;
  width: 80vh;
}

.footer {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  color: #fff;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: .8rem;
}

.foooter-top {
  padding-top: 50px;
  padding-bottom: 100px;
}

.link {
  color: #fab900;
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer-main {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 30px;
  display: none;
}

.footer-about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.footer-form {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.content-main {
  position: absolute;
}

.master-title-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.single-title-home {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  line-height: 80px;
  display: flex;
  overflow: clip;
}

.hide {
  z-index: 5;
  pointer-events: auto;
  position: relative;
  overflow: clip;
}

.span-accent {
  color: #fab900;
}

.heading-3 {
  pointer-events: auto;
  color: #fff;
  margin-top: 10px;
  font-size: clamp(3.75rem, 3.4318rem + 1.4545vw, 5.25rem);
  font-weight: 500;
  line-height: 1.2;
}

.heading-4 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
}

.main-soon {
  justify-content: center;
  align-items: center;
  display: none;
}

._3d-interact {
  z-index: 2;
  mix-blend-mode: normal;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.spline-scene-2 {
  height: 117vh;
  display: block;
  position: absolute;
  inset: 21% -60% 0% 0%;
}

.section {
  z-index: 5;
}

.image {
  display: none;
}

.spline-scene-3 {
  height: 118vh;
  display: none;
  position: absolute;
  inset: 9% -60% 0% 0%;
}

.content-main-mob {
  display: none;
  position: absolute;
}

.head-fade {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  position: absolute;
  inset: 0% 0% -20%;
}

.why-us {
  z-index: 99;
  position: relative;
}

.page-wrapper {
  display: block;
}

.div-why-choose-us {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.title {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title.sticky {
  position: sticky;
  top: 6rem;
}

.yellow-dot {
  background-color: var(--yellow-invokit);
  border-radius: 50px;
  width: 16px;
  height: 16px;
}

.text-block {
  color: var(--white);
  font-family: Tt Firs Neue Var, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-why-us {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
}

.services {
  position: relative;
}

.container-services {
  grid-column-gap: 18vw;
  grid-row-gap: 18vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: static;
}

.services-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 8rem;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.text-services {
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-services.mob {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.grid-services {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: auto;
  display: grid;
}

.service-iten-img {
  object-position: 50% 50%;
}

.service-iten-info {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  padding-top: .8rem;
  display: flex;
}

.image-3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  overflow: clip;
}

.title-service {
  color: var(--white);
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.info-service {
  opacity: .6;
  font-size: 1.2rem;
}

.big-img {
  margin-top: -300px;
  display: block;
  position: relative;
}

.container-img-big-scroll {
  justify-content: center;
  align-items: flex-start;
  height: 250vh;
  display: flex;
}

.container-img-big {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 87vh;
  padding: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.container-img-warp {
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  height: 87vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-ig-big {
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

.text-ig-big._1 {
  text-align: right;
  width: 300px;
  position: absolute;
  right: calc(100% + 1rem);
}

.text-ig-big._2 {
  width: 300px;
  position: absolute;
  left: calc(100% + 1rem);
}

.text-ig-big._3 {
  text-align: center;
  width: 80vw;
  position: absolute;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.container-img-fix {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.class-for-animation {
  display: none;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.animation-scroll-padding {
  padding: 1rem;
}

.container-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 85rem;
  margin-top: 2rem;
  display: flex;
}

.projects-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 40vh;
  padding: 22px;
  display: grid;
  position: sticky;
  top: 10rem;
  box-shadow: 0 -7px 15px -6px #0000001a;
}

.text-projects-cards {
  margin-left: 4rem;
  margin-right: 4rem;
}

.img-projects-card {
  border-radius: 20px;
  min-height: 40vh;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

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

.projects-title {
  color: var(--black);
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

.projects-text {
  opacity: .6;
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 500;
}

.container-invokit-anim {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.invokit-anim {
  justify-content: flex-start;
  align-items: flex-start;
  height: 9vw;
  display: flex;
}

.text-block-2 {
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-size: clamp(3.375rem, .697rem + 12.2424vw, 16rem);
  font-weight: 500;
  line-height: 1;
}

.text-block-2.tm {
  font-size: clamp(2.5rem, 2.1553rem + 1.5758vw, 4.125rem);
}

.text-block-2.t {
  color: var(--yellow-invokit);
  font-size: clamp(3.375rem, .697rem + 12.2424vw, 16rem);
}

.footer-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 20px;
  display: grid;
}

.container-footer-menu {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-footer-menu {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: color .5s;
  display: flex;
}

.link-footer-menu:hover {
  color: var(--yellow-invokit);
  text-decoration: none;
}

.footer-icon-menu {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 100%;
  display: flex;
}

.svg {
  color: var(--yellow-invokit);
}

.svg-2 {
  height: 2vw;
}

.text-block-3 {
  font-size: 1rem;
}

.head-links-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-nav-links {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-links {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: color .5s;
}

.nav-links:hover {
  color: var(--yellow-invokit);
}

.head-nav-container {
  opacity: 1;
  padding: .5rem 3rem;
}

.head-nav-hamburger {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heand-nav-hamburguer-container {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  position: relative;
}

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

.contact-section {
  position: relative;
}

.container-xsmall {
  width: 100%;
  max-width: 50rem;
}

.contact-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact_fields-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.form_field:focus {
  border-bottom-color: var(--yellow-invokit);
}

.form_field::placeholder {
  font-weight: 600;
}

.form_field.message {
  height: 8rem;
}

.newsletter_success-in {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

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

.contact_fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  color: var(--black);
  background-color: #dded2c;
  border-radius: 20px;
  padding: 0;
}

.heading-style-h6 {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.error-message {
  text-align: center;
  background-color: #f21b0b;
  border-radius: 20px;
  margin-top: 2rem;
  padding: 2rem;
  position: relative;
}

.button-solid {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .5s;
}

.button-solid:hover {
  background-color: var(--black);
  color: var(--yellow-invokit);
}

.hide-2 {
  display: none;
}

.contact_form, .contact_field-wrap-2 {
  display: block;
}

.contact-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.contacts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.title-contacts {
  color: var(--white);
  font-family: Tt Firs Neue Var Roman, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.info-contacts {
  font-size: 1.2rem;
}

.link-phone {
  color: var(--white);
  text-decoration: none;
  transition: color .5s;
}

.link-phone:hover {
  color: var(--yellow-invokit);
}

.backgorund-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.social-links {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.instagram-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.instagram-link:hover {
  color: var(--yellow-invokit);
}

.facebook-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.facebook-link:hover {
  color: var(--yellow-invokit);
}

.linkedin-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.linkedin-link:hover {
  color: var(--yellow-invokit);
}

.svg-social {
  height: 18px;
}

.text-services-mob {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  display: none;
}

.text-services-mob.mob {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.label-projects-services {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.label-services-name {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #04040366;
  border-radius: 50px;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.translate {
  z-index: 99999;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.text-translate {
  color: var(--white);
  width: 1rem;
  font-size: .8rem;
}

.text-translate.active {
  text-decoration: underline;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.menu-links-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.menu-site-links, .menu-important-links {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.projects-hashtag {
  width: 100%;
  height: 0;
}

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

.utility-page-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  pointer-events: none;
  color: var(--black);
  text-align: center;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
}

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

.heading-5 {
  font-family: Tt Firs Neue Var, Verdana, sans-serif;
  font-weight: 600;
}

.code-embed {
  width: auto;
  height: auto;
}

.body-2 {
  background-color: var(--yellow-invokit);
  font-family: Satoshi Variable, Verdana, sans-serif;
}

.image-404 {
  width: 300px;
}

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

.button-404 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #040303;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-top: 2.6rem;
  padding: .4rem 2rem .5rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
}

.button-404:hover {
  color: var(--yellow-invokit);
  font-weight: 600;
}

.text-404 {
  font-size: 1rem;
  font-weight: 500;
}

.heading-404 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Tt Firs Neue Var, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .main {
    box-sizing: border-box;
    object-fit: fill;
    overflow: visible;
  }

  .bg-color-right.offset {
    box-sizing: border-box;
    aspect-ratio: auto;
    filter: blur(8vw);
    flex: 0 auto;
    width: 80vh;
    height: 90vh;
    top: 23%;
    right: 0%;
  }

  .spline-scene-2, .spline-scene-3 {
    position: absolute;
    top: 10%;
    left: 0%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    line-height: 1.2;
  }

  .footer_cta-text {
    max-width: 30rem;
  }

  .footer_cta-icon-inner {
    padding: 1.5rem;
  }

  .footer_cta {
    font-size: 3.75rem;
  }

  .padding-global {
    padding-bottom: 100px;
  }

  .footer_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_link_form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_cta-icon {
    width: 6rem;
    height: 6rem;
  }

  .bg-element-wrapper {
    top: -65%;
    left: 64%;
  }

  .bg-color-right.offset {
    opacity: .8;
    filter: blur(14vw);
    width: 600px;
    height: 800px;
    top: 26%;
    right: -40%;
  }

  .single-title-home {
    grid-column-gap: 20px;
  }

  .heading-3 {
    filter: drop-shadow(0 2px 2px #00000059);
  }

  .spline-scene-2, .spline-scene-3 {
    height: 100vh;
    top: 25%;
    transform: rotate(0);
  }

  .content-main-mob {
    display: none;
  }

  .title.sticky {
    margin-bottom: 2rem;
  }

  .container-services {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-list {
    width: 100%;
  }

  .text-services.mob {
    display: none;
  }

  .projects-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .text-projects-cards {
    margin-left: 0;
    margin-right: 0;
  }

  .img-projects-card {
    aspect-ratio: auto;
  }

  .footer-info {
    grid-template-columns: 2fr 2fr;
  }

  .head-nav-links {
    background-color: #040403b3;
    border-radius: 20px;
    flex-flow: column;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-links {
    transition: all .15s cubic-bezier(.755, .05, .855, .06);
  }

  .nav-links:hover {
    color: var(--yellow-invokit);
  }

  .head-nav-container {
    opacity: 0;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    width: 50%;
    margin-right: 20px;
    padding: 0;
    display: none;
    position: absolute;
    inset: calc(100% + 1rem) 0% auto auto;
  }

  .head-nav-hamburger {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .heand-nav-hamburguer-container {
    z-index: 999;
    justify-content: flex-end;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
    display: flex;
    position: relative;
  }

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

  .section-2 {
    z-index: 999;
  }

  .text-services-mob.mob {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    opacity: 1;
    background-color: #0000;
  }

  .button-2 {
    opacity: 1;
    padding: .5rem 1.3rem .5rem 1.4rem;
  }

  .footer_cta-text {
    font-size: 50px;
  }

  .footer_cta {
    font-size: 3.25rem;
  }

  .padding-global {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .footer_link_form {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bg-color-right.offset {
    width: 500px;
    height: 800px;
    top: 34%;
    right: -18%;
  }

  .paragraph {
    font-size: 12px;
  }

  .foooter-top {
    z-index: 5;
    padding-bottom: 100px;
    position: relative;
  }

  .content-main {
    margin-top: -100%;
    display: none;
  }

  .master-title-home {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-home {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    filter: none;
    text-align: left;
    line-height: 1.2;
  }

  .spline-scene-2 {
    display: none;
  }

  .section {
    z-index: 5;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    display: block;
  }

  .image-2 {
    display: none;
  }

  .spline-scene-3 {
    height: 110vh;
    display: block;
    top: 20%;
  }

  .content-main-mob {
    width: auto;
    margin-top: -80%;
    margin-left: 15px;
    margin-right: auto;
    display: block;
    position: absolute;
    left: 0;
  }

  .div-why-choose-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .text-why-us {
    font-size: 1.6rem;
  }

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

  .services-content {
    width: 100%;
    position: static;
  }

  .text-services {
    display: none;
  }

  .text-services.mob {
    font-size: 2.4rem;
    display: block;
  }

  .title-service {
    font-size: 1.6rem;
  }

  .info-service {
    font-size: 1.1rem;
  }

  .container-img-big {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-img-warp {
    border-radius: 28px;
  }

  .text-ig-big._1, .text-ig-big._2 {
    width: 200px;
    font-size: 1.6rem;
  }

  .text-ig-big._3 {
    font-size: 2rem;
  }

  .projects-card {
    border-radius: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    padding: 15px;
  }

  .img-projects-card {
    min-height: 25vh;
  }

  .projects-title {
    font-size: 2.4rem;
  }

  .projects-text {
    font-size: 1.6rem;
  }

  .container-invokit-anim {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .invokit-anim {
    height: 11vw;
  }

  .footer-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 2fr;
    place-items: stretch start;
    padding-bottom: 15px;
  }

  .container-footer-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .head-nav-container {
    margin-right: 15px;
    padding-left: 0;
  }

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

  .contact-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-services-mob {
    width: 100%;
    font-size: 2.4rem;
    display: block;
  }

  .text-services-mob.mob {
    font-size: 2.4rem;
    display: block;
  }

  .menu-links-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .menu-site-links, .menu-important-links {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-404 {
    opacity: 1;
    padding: .5rem 1.3rem .5rem 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    opacity: 1;
  }

  .main {
    overflow: visible;
  }

  .button-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-icon {
    width: 1.2rem;
    display: block;
  }

  .footer_cta-text {
    font-size: 40px;
    line-height: 1.2;
  }

  .footer_cta-icon-inner {
    padding: 1rem;
  }

  .footer_cta {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 2rem;
  }

  .footer_link_form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_cta-icon {
    width: 5rem;
    height: 5rem;
  }

  .bg-element-wrapper {
    height: 100vh;
  }

  .bg-color-right.offset {
    filter: blur(24vw);
    width: 400px;
    height: 900px;
    top: 90%;
    right: -60%;
  }

  .bg-color-right.offset.contact {
    top: -8%;
    right: -53%;
  }

  .foooter-top {
    padding-bottom: 80px;
  }

  .content-main {
    margin-top: -90%;
    display: none;
  }

  .master-title-home {
    justify-content: center;
    align-items: flex-start;
  }

  .single-title-home {
    grid-column-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 1.2;
  }

  ._3d-interact {
    height: 100vh;
  }

  .spline-scene-2 {
    height: 100vh;
    top: 25%;
  }

  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .spline-scene-3 {
    height: 110vh;
    top: 18%;
  }

  .content-main-mob {
    width: 366px;
    margin-top: -90%;
    position: absolute;
  }

  .container-invokit-anim {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .invokit-anim {
    height: 15vw;
  }

  .footer-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    align-self: flex-start;
    place-items: stretch start;
  }

  .container-footer-menu {
    justify-content: center;
    align-items: flex-start;
  }

  .head-nav-container {
    padding-left: 0;
  }

  .social-links {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .button-404 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-_16bea70b-836a-f9e5-53d6-6464ef041c22-983896b9 {
  align-self: auto;
}

#w-node-d7be68dd-68e1-146d-582f-cf8fd2a4374b-983896b9, #w-node-_0360037f-c124-ab18-106e-041feff552df-983896b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52b14ae8-3b78-20d1-0463-cc3ddc8ffb27-983896b9, #w-node-_9f07f54d-bfe6-6b6f-e0bc-35412e5c4dd3-983896b9, #w-node-d1b98ab2-ba54-0643-3bfc-3578e91ffa5b-983896b9 {
  align-self: center;
}

#w-node-_9b13f518-e749-c114-d16e-48facbf06223-27f6de9e {
  place-self: end start;
}

#w-node-c265c9b3-1368-ce41-0494-6244c08faad0-27f6de9e {
  place-self: end;
}

#w-node-_16bea70b-836a-f9e5-53d6-6464ef041c22-8ba7794d {
  align-self: auto;
}

#w-node-d7be68dd-68e1-146d-582f-cf8fd2a4374b-8ba7794d, #w-node-_0360037f-c124-ab18-106e-041feff552df-8ba7794d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52b14ae8-3b78-20d1-0463-cc3ddc8ffb27-8ba7794d, #w-node-_9f07f54d-bfe6-6b6f-e0bc-35412e5c4dd3-8ba7794d, #w-node-d1b98ab2-ba54-0643-3bfc-3578e91ffa5b-8ba7794d {
  align-self: center;
}

#w-node-_4a7e5165-4491-0ddd-34aa-089af6e74103-f6e740e2 {
  place-self: end start;
}

#w-node-_4a7e5165-4491-0ddd-34aa-089af6e7411d-f6e740e2 {
  place-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_9b13f518-e749-c114-d16e-48facbf06223-27f6de9e {
    justify-self: start;
  }

  #w-node-c265c9b3-1368-ce41-0494-6244c08faad0-27f6de9e {
    order: -9999;
    justify-self: start;
  }

  #w-node-_4a7e5165-4491-0ddd-34aa-089af6e74103-f6e740e2 {
    justify-self: start;
  }

  #w-node-_4a7e5165-4491-0ddd-34aa-089af6e7411d-f6e740e2 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b13f518-e749-c114-d16e-48facbf06223-27f6de9e {
    justify-self: start;
  }

  #w-node-c265c9b3-1368-ce41-0494-6244c08faad0-27f6de9e {
    order: -9999;
    justify-self: start;
  }

  #w-node-_4a7e5165-4491-0ddd-34aa-089af6e74103-f6e740e2 {
    justify-self: start;
  }

  #w-node-_4a7e5165-4491-0ddd-34aa-089af6e7411d-f6e740e2 {
    order: -9999;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable Italic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Firs Neue Var Roman';
  src: url('../fonts/TT-Firs-Neue-Trial-Var-Roman.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Firs Neue Var';
  src: url('../fonts/TT-Firs-Neue-Trial-Var-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}