:root {
  --background-main: #e8e5e5;
  --texts-main: #383535;
  --texts-second: #e8e5e5;
  --background-second: #181515;
  --gradient-end: #c7617c;
  --top-titles: #c578cc;
  --important-text: #347eb4;
  --transparent: #fff0;
  --gradient-start: #c578cc;
  --slide-width-desktop: 900px;
  --white-70-alpha: #ffffffb3;
  --size: -100px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-main);
  color: var(--texts-main);
  letter-spacing: -.03em;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero-cont {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
}

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

.container.content {
  height: 100%;
}

.container.index-content {
  justify-content: flex-start;
  align-items: center;
  height: 55vh;
  padding-top: 72px;
  display: flex;
}

.bottom-hero-text {
  pointer-events: none;
  max-width: 400px;
  font-size: 22px;
}

.spline-scene {
  z-index: 5;
  position: fixed;
  inset: 0%;
}

.title-mask {
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.section {
  z-index: 10;
  width: 100vw;
  max-width: 100%;
  padding: 120px 5%;
  position: relative;
}

.section.hero {
  pointer-events: none;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  overflow: hidden;
}

.section.about-sec {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.portfolio-sec {
  z-index: 12;
  background-color: var(--background-main);
  padding-bottom: 660px;
  overflow: hidden;
}

.section.process-sec {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.process-sec.about-footer {
  pointer-events: none;
  margin-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.section.faq-sec {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.team-sec.hidden {
  display: none;
}

.section.reviews-sec {
  background-color: var(--background-second);
  color: var(--texts-second);
  overflow: hidden;
}

.section.cta-sec {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 180px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section.cta-sec.index {
  position: relative;
}

.section.cta-sec.hidden {
  display: none;
}

.section.footer-sec {
  background-color: var(--background-main);
  pointer-events: auto;
  border-top: 1px solid #d8d8d8;
  justify-content: center;
  align-items: flex-end;
  height: 25vw;
  max-height: 25vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.styleguide-sec {
  padding-top: 190px;
  padding-bottom: 100px;
}

.section.privacy-sec {
  background-color: var(--background-second);
  padding-top: 215px;
  padding-bottom: 100px;
}

.section.changelog-sec {
  flex: 1;
  padding-top: 200px;
  padding-bottom: 170px;
}

.section._100vh {
  height: 100vh;
}

.section._100vh.about-footer {
  margin-top: -100vh;
}

.section._100vh.logo {
  pointer-events: none;
}

.section.horizontal-marquee {
  z-index: 12;
  padding-top: 0;
  padding-bottom: 580px;
  overflow: hidden;
}

.section.contact-header {
  height: 70vh;
}

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

.section.bg.dark {
  background-color: var(--background-main);
  color: var(--background-second);
  background-image: none;
}

.section.benefits-section {
  pointer-events: none;
  height: 325vh;
  display: none;
}

.section.about-section {
  height: 100vh;
}

.section.about-header {
  height: 70vh;
}

.section.index-content {
  z-index: 12;
  background-color: var(--background-main);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 45vh;
  display: flex;
  overflow: hidden;
}

.index-hero-heading {
  letter-spacing: -.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 700;
  transition: transform .5s;
  position: relative;
  transform: translate(0);
}

.circle-cursor {
  z-index: 50;
  color: var(--texts-main);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: -75px auto auto -75px;
  overflow: hidden;
}

.down-arrow {
  z-index: 10;
  position: absolute;
  inset: auto auto 10px;
}

.top-title {
  color: var(--gradient-end);
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 130%;
}

.top-title.reviews {
  color: var(--top-titles);
  margin-bottom: 0;
}

.top-title.black {
  color: var(--top-titles);
  text-transform: lowercase;
}

.h2-heading {
  letter-spacing: -.026em;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.h2-heading.index {
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

.h2-heading.violet {
  color: var(--important-text);
}

.h2-heading.violet.inline {
  flex: 1;
  display: inline;
}

.h2-heading.inline {
  display: inline;
}

.left-content {
  pointer-events: none;
  color: var(--texts-second);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 740px;
  padding-top: 120px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.right-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 320px;
  display: grid;
  position: relative;
}

.about-content {
  justify-content: space-between;
  display: flex;
}

.number-wrp {
  border-bottom-width: 1px;
  border-bottom-color: #ffffff4d;
  padding: 35px 10%;
  position: relative;
}

.number {
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 110%;
}

.number-top-title {
  margin-bottom: 80px;
}

.services-text {
  font-size: 24px;
  line-height: 180%;
}

.top-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
}

.top-content.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.portfolio-descr-wrp {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.portfolio-small-descr {
  max-width: 320px;
}

.work-marque-wrp {
  justify-content: flex-start;
  align-items: flex-end;
  height: 45vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.work-bunch {
  display: flex;
}

.left-white-side-overlay {
  z-index: -1;
  background-color: var(--background-second);
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0;
}

.transparent-line {
  background-color: var(--background-second);
  width: 50vw;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

.violet-text {
  color: var(--important-text);
}

.step {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  transition: transform .2s;
  position: relative;
}

.step:hover {
  transform: translate(-10%);
}

.step-h3 {
  color: var(--important-text);
  margin-top: -6px;
}

.pricing-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.pricing-card {
  background-color: var(--background-second);
  color: var(--texts-second);
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 10%;
  display: flex;
  position: relative;
}

.pricing-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.pricing-price {
  color: var(--important-text);
  letter-spacing: -.04em;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.small-paragraph {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 130%;
}

.pricing-feature-list {
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: stretch;
  margin-bottom: 45px;
  display: flex;
}

.pricing-feature {
  align-self: stretch;
  font-size: 20px;
  line-height: 130%;
}

.hero-center-circle {
  background-image: radial-gradient(circle, #2f1d77cc 13%, #130b30d1 55%, #0f0927cc 62%);
  border-radius: 100%;
  width: 1000px;
  height: 1000px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: fixed;
  inset: 0;
}

.titles-wrp {
  pointer-events: none;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 8vw;
  transition: all 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-text-wrp {
  grid-column-gap: 4px;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.month-text {
  margin-bottom: 6px;
}

.feature-item {
  align-items: flex-start;
  padding-left: 23px;
  display: flex;
  position: relative;
}

.square {
  background-color: var(--important-text);
  width: 10px;
  height: 10px;
  margin-top: 8px;
  position: absolute;
  left: 0;
}

.pricing-button-wrp {
  margin-top: auto;
}

.faq-content {
  justify-content: space-between;
  display: flex;
}

.faq-vertical-line {
  background-color: var(--texts-main);
  width: 4px;
  height: 22px;
  position: absolute;
}

.faq-item {
  grid-column-gap: 17px;
  cursor: pointer;
  border-radius: 2px;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 11%;
  display: flex;
  position: relative;
}

.faq-horizontal-line {
  background-color: var(--texts-main);
  width: 22px;
  height: 4px;
  position: absolute;
}

.accordion-spacer {
  min-height: 16px;
}

.question-wrp {
  align-items: center;
  display: flex;
}

.answer-test-wrp {
  color: var(--texts-main);
}

.faq-question-wrp {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.answer-wrp {
  width: 100%;
  overflow: hidden;
}

.faq-plus {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-content {
  font-size: 24px;
  line-height: 130%;
}

.main-link {
  color: var(--gradient-start);
  transition: all .3s;
}

.main-link:hover {
  color: var(--gradient-end);
}

.team-content {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.team-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-card {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.team-member-name {
  font-size: 24px;
  line-height: 130%;
}

.team-member-position {
  color: var(--important-text);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 130%;
}

.team-member-name-wrp {
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.reviews-content {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.slider {
  background-color: var(--transparent);
  height: auto;
  position: static;
}

.slide-nav {
  display: none;
}

.mask {
  width: var(--slide-width-desktop);
  height: auto;
  overflow: visible;
}

.reviews-slide {
  width: var(--slide-width-desktop);
  height: auto;
  margin-right: 250px;
}

.review-text {
  letter-spacing: -.025em;
  font-size: 60px;
  line-height: 110%;
}

.review-person-wrp {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.review-slide-content {
  grid-row-gap: 60px;
  flex-direction: column;
  height: auto;
  display: flex;
}

.photo-img {
  border-radius: 50%;
}

.review-name-wrp {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.review-name-text {
  font-size: 24px;
  line-height: 130%;
}

.review-position-text {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 100%;
}

.slider-arrow {
  z-index: 5;
  width: 50%;
  margin: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-arrow.right {
  inset: 0% 0% 0% auto;
}

.arrow-circle {
  z-index: 4;
  background-image: linear-gradient(146deg, var(--gradient-start), var(--gradient-end));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: none;
  position: fixed;
  inset: -75px auto auto -75px;
  overflow: hidden;
}

.arrow-circle.styleguide {
  position: relative;
  inset: auto;
}

.cta-content {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.big-h2-heading {
  text-align: center;
  letter-spacing: -.06em;
  font-size: 120px;
  font-weight: 500;
  line-height: 90%;
}

.big-h2-heading.footer {
  color: var(--background-main);
}

.big-h2-heading.footer.hidden {
  display: none;
}

.button-arrow {
  filter: brightness(200%);
  width: 24px;
  height: 24px;
}

.footer-content {
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer-top {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.footer-top.hidden {
  display: none;
}

.foote-bottom {
  color: var(--background-second);
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.book-wrp {
  font-size: 24px;
  line-height: 130%;
}

.footer-menu-wrp {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.footer-call-link {
  color: var(--gradient-start);
  text-decoration: none;
  transition: all .3s;
}

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

.footer-menu-link {
  color: var(--texts-main);
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  overflow: hidden;
}

.brand-text-wrp {
  color: var(--texts-main);
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.brand-text {
  letter-spacing: -.063em;
  font-size: 13.9vw;
  font-weight: 700;
  line-height: 90%;
  display: inline-block;
}

.footer-line {
  background-color: var(--background-second);
  opacity: .5;
  align-self: center;
  width: 100vw;
  height: 1px;
}

.footel-link {
  color: var(--background-second);
  text-transform: lowercase;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

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

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--background-second);
  background-color: #181515d9;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: var(--background-second);
  font-size: 28px;
  font-weight: 600;
  line-height: 90%;
}

.brand.w--current {
  color: var(--texts-main);
}

.pink-text {
  background-image: linear-gradient(to bottom, var(--gradient-start), var(--gradient-end));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link {
  color: var(--texts-second);
  text-transform: lowercase;
  align-items: center;
  height: 100%;
  padding: 0;
  text-decoration: none;
  transition: color .2s, letter-spacing .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--gradient-start);
  letter-spacing: .05em;
}

.nav-link.right {
  justify-content: flex-end;
  align-items: center;
}

.nav-link.logo {
  color: var(--background-main);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-link.center-link {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.navmenu-inner {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.nav-menu {
  width: 100%;
  max-width: 395px;
  height: 73px;
}

.work-marque {
  display: flex;
}

.work-circle {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.work-circle.styleguide {
  position: relative;
}

.work-link {
  z-index: 10;
  aspect-ratio: 320 / 171;
  color: var(--texts-main);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1090px;
  max-height: 1160px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
}

.work-img {
  width: 100%;
  height: 100%;
}

.number-tag {
  opacity: .7;
}

.utility-page-wrap {
  background-color: var(--background-second);
  color: var(--texts-second);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 430px;
  display: flex;
}

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

.text-styles-block {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.privacy-content {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.small-h1-heading {
  color: var(--background-main);
  text-align: center;
  letter-spacing: -.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 90%;
}

.small-h1-heading.langelog {
  text-align: left;
}

.privacy-rich {
  background-color: var(--background-second);
  color: var(--texts-second);
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.privacy-rich h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.privacy-rich a {
  color: var(--gradient-start);
  text-decoration: none;
  transition: all .3s;
}

.privacy-rich a:hover {
  text-decoration: underline;
}

.changelog-content {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.main-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.changelog-wrp {
  grid-column-gap: 20px;
  border: 1px solid var(--important-text);
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.changelog-version {
  letter-spacing: -.03em;
  font-size: 30px;
  line-height: 130%;
}

.licences-wrp {
  grid-row-gap: 20px;
  border: 1px solid var(--important-text);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.licences-main-text {
  letter-spacing: -.03em;
  font-size: 30px;
  line-height: 130%;
}

.licences-link {
  color: #f5f5f5cc;
}

.menu-button-wrp {
  display: none;
}

.pricing-paragraph-wrp {
  opacity: .7;
  margin-bottom: 36px;
}

.small-text {
  letter-spacing: -.03em;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 100%;
  transition: all .3s;
}

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

.color-styles-block {
  flex-wrap: wrap;
  margin-bottom: 100px;
  display: flex;
}

.color-block {
  width: 100%;
  max-width: 300px;
  height: 250px;
  padding-bottom: 20px;
  padding-left: 32px;
}

.color-block.black {
  background-color: var(--texts-second);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.color-block.background {
  background-color: var(--background-main);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.color-block.white {
  background-color: var(--background-second);
  color: var(--texts-second);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.pink {
  background-color: var(--gradient-start);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.pink2 {
  background-color: var(--gradient-end);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.violet {
  background-color: var(--important-text);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.white-70 {
  background-color: var(--white-70-alpha);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.color-block.gradient {
  background-image: linear-gradient(146deg, var(--gradient-start), var(--gradient-end));
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.button-style-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.cursors-style-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.logo-image {
  width: 50px;
  display: none;
}

.brand-text-inner {
  margin-bottom: -1.5%;
}

.link-text-wrp {
  position: relative;
}

.secondt-btn-text {
  position: absolute;
  top: 0;
  transform: translate(0, 200%);
}

.button-mask {
  overflow: hidden;
}

.button {
  grid-column-gap: 10px;
  background-image: linear-gradient(146deg, var(--important-text), var(--gradient-end) 0%);
  color: var(--background-second);
  border-radius: 3px;
  justify-content: center;
  padding: 22px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(146deg, var(--important-text), var(--gradient-end));
}

.button.white {
  background-color: var(--background-second);
  color: var(--texts-second);
  background-image: none;
  padding-top: 19px;
  padding-bottom: 19px;
}

.button.buy {
  padding-top: 13px;
  padding-bottom: 13px;
}

.second-nav-text {
  position: absolute;
  top: 0;
  transform: translate(0, 200%);
}

.mask-nav-link {
  background-image: none;
  border-radius: 3px;
  padding: 3px 12px;
  overflow: hidden;
}

.pink-overlay {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-start) 33%, var(--important-text));
  opacity: .7;
  position: absolute;
  inset: 0%;
}

.link-underline {
  background-color: var(--background-second);
  width: 100%;
  height: 1px;
  transform: translate(-110%);
}

.cursor-gradient {
  z-index: 10;
  opacity: .9;
  background-image: radial-gradient(circle at 50% 0, #c85388e6 6%, #c8538800 92%);
  position: absolute;
  inset: 0%;
}

.inner-circle {
  z-index: 30;
  background-color: var(--background-main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1px;
}

.cursor-text {
  z-index: 10;
  position: relative;
}

.pay-box {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  display: flex;
  position: fixed;
  inset: auto 20px 60px auto;
}

.fixed-button {
  background-color: var(--gradient-start);
  color: var(--texts-main);
  letter-spacing: -.02em;
  border-radius: 10px;
  padding: 13px 30px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
}

.fixed-button:hover {
  color: #fff;
  background-color: #e95227;
}

.legal-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.index-hero_wrapper {
  height: 100%;
}

.index-hero_heading {
  font-size: 16vw;
}

.image {
  width: 80px;
}

.index-bg_wrapper {
  z-index: 0;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  position: absolute;
}

.index-bg_rail {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.index-bg_spline-scene {
  width: 100%;
  height: 100%;
  display: none;
}

.index-bg_spline-scene.canvas {
  display: block;
  position: absolute;
  inset: 0%;
}

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

.spline-scene-2 {
  background-color: #5038386b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spline-scene-2.canvas {
  z-index: 1;
  background-color: var(--background-second);
}

.contact_content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 25vh;
  display: grid;
}

.contact_map-wrapper {
  position: relative;
}

.contact_form-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.form_input {
  border: 1px solid var(--texts-main);
  background-color: var(--transparent);
  color: var(--texts-main);
  text-transform: lowercase;
  border-radius: 3px;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.form_input:hover {
  border-color: var(--important-text);
}

.form_input:focus {
  border-color: var(--gradient-start);
}

.form_input.area {
  height: 75px;
}

.form_input-label {
  text-transform: lowercase;
}

.map {
  pointer-events: auto;
  border-radius: 3px;
  height: 100%;
  position: relative;
}

.map.hidden {
  display: none;
}

.map-overlay {
  background-image: linear-gradient(90deg, var(--background-second) 31%, var(--transparent));
  width: 30%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.team-member-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
}

.website-preloader {
  z-index: 9999;
  background-color: var(--background-second);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_logo-wrapper {
  position: absolute;
}

.preloader_lottie {
  width: 50px;
  display: none;
}

.div-block {
  background-image: linear-gradient(180deg, var(--transparent), var(--background-second) 25%);
  height: 80vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 60vh);
}

.out-of-page-trigger {
  display: none;
}

.benefits-section_wrapper {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 15vh;
  display: block;
  position: relative;
}

.benefits_card-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: relative;
}

.benefits-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--background-main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  border: 1px solid #bebebe80;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.benefits-card.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: scale(0);
}

.benefits-card.visible {
  opacity: 1;
  filter: blur();
  transform: scale(1);
  box-shadow: 5px 5px 18px 3px #0003;
}

.about-section_wrapper {
  background-color: #5624e040;
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: relative;
}

.about-section_sticky-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: none;
  position: sticky;
  top: 60%;
}

.typewriter-heading {
  letter-spacing: -.2rem;
  height: 5vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 5vw;
  line-height: 120%;
  display: inline-flex;
  overflow: hidden;
}

.typewriter-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 6vw;
  display: inline;
}

.cursor {
  height: 100%;
  margin-left: -9px;
  font-size: 6vw;
  display: inline;
}

.about-section_paragraph {
  text-align: center;
  max-width: 950px;
  font-size: 30px;
  line-height: 1.3;
}

.cta-about {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff29;
}

.cta-about_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: flex;
}

.typewriter-script {
  display: none;
}

.text-block {
  display: block;
}

.invert-text-wrapper {
  display: none;
  position: relative;
}

.cta-about_sticky {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
}

.footer-3d-section {
  pointer-events: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-3d-section.about {
  width: 100vw;
  max-width: 100%;
  position: static;
  overflow: hidden;
}

.footer-spline-scene {
  width: 100%;
  height: 100%;
}

.footer-spline-scene.canvas {
  background-color: var(--background-second);
  pointer-events: auto;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  pointer-events: auto;
}

.div {
  width: 100%;
  max-width: 100%;
  height: 100lvh;
  margin-left: auto;
  margin-right: auto;
}

.scriptus, .page-finish-load-button {
  display: none;
}

.invert-text {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: var(--texts-second);
  mix-blend-mode: difference;
}

.section-bg {
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-content_wrapper {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--texts-second);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-footer_spline-scene {
  width: 100%;
  height: 100%;
}

.about-footer_spline-scene.canvas {
  background-color: var(--background-second);
  position: relative;
}

.about-footer_sticky-wrapper {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.about-footer_canvas-wrapper {
  z-index: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.blur-mask {
  z-index: 999999;
  position: absolute;
  top: -575px;
}

.index-body {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main {
  flex-flow: column;
  display: flex;
  position: relative;
}

.spline-trigger {
  z-index: 999;
  opacity: 1;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: 48% auto auto 0%;
}

.spline-trigger.hero {
  inset: auto auto 29% 0%;
}

.spline-trigger.iso {
  top: 12.5vh;
}

.spline-trigger.card-1 {
  top: 70vh;
}

.spline-trigger.card-2 {
  top: 125vh;
}

.spline-trigger.card-3, .spline-trigger.card-5 {
  top: 180vh;
}

.spline-trigger.card-4 {
  top: 235vh;
}

.spline-trigger.init {
  top: 50%;
}

.spline-observer {
  z-index: 99999;
  pointer-events: none;
  border-top: 1px solid #40ff00;
  border-bottom: 1px solid #08ff00;
  width: 100%;
  height: 50vh;
  margin-top: 25vh;
  display: none;
  position: fixed;
}

.body {
  background-color: var(--background-second);
}

.sidescroll-wrapper {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.left-white-side-overlay-copy {
  z-index: -1;
  background-color: var(--background-main);
  width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0;
}

.div-block-3 {
  color: var(--texts-main);
  justify-content: center;
  align-items: center;
  width: 60%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.index_progress-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 90% 0% auto;
}

.scroll-progress_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40%;
  padding-right: 40%;
  display: flex;
}

.scroll-progress-bar {
  border: 1px solid var(--background-main);
  border-radius: 2px;
  width: 100%;
  height: 6px;
  overflow: hidden;
}

.progress {
  background-color: var(--background-main);
  width: 100%;
  height: 100%;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  pointer-events: auto;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline;
}

.code-embed {
  display: none;
}

.about-process_bg-card {
  z-index: -1;
  background-color: var(--background-main);
  width: 300%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-main-no {
  background-color: var(--important-text);
  border-radius: 4px;
  padding: 19px 30px;
  transition: all .25s;
  position: relative;
}

.code-embed-2 {
  display: none;
}

.email {
  font-size: 6vw;
  line-height: 1;
}

.button-main {
  z-index: 9;
  background-image: linear-gradient(146deg, var(--gradient-start), var(--gradient-end));
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.button-main.styleguide {
  color: var(--background-main);
  text-decoration: none;
  transition: box-shadow .35s;
  position: relative;
  box-shadow: 0 0 #eb9bb0;
}

.button-main.styleguide:hover {
  box-shadow: 0 0 12px 4px #9aa2fa;
}

.div-block-6 {
  margin-top: 30px;
}

.code-embed-3 {
  display: none;
}

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

.index-heading {
  color: var(--important-text);
}

.footer-starter {
  z-index: 999;
  background-color: #a04646;
  width: 30px;
  height: auto;
  position: absolute;
  inset: 50vh auto 0 0%;
}

.footer-starter.about {
  opacity: 0;
  top: 65vh;
}

.footer-starter.contact {
  background-color: #a0464600;
}

.bg-section {
  z-index: 999;
  background-image: url('../images/01_cubes_background_mobil-Medium.jpeg');
  background-size: cover;
  flex-flow: row;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.bg-img-1 {
  mix-blend-mode: screen;
  background-image: url('../images/01_cubes_background_mobil-Medium.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: relative;
}

.bg-img-2 {
  width: 50%;
  position: relative;
}

.bg-img-mask {
  background-image: linear-gradient(270deg, #000 26%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-img-mask._2 {
  background-image: linear-gradient(90deg, black 38%, var(--transparent));
}

.test-section {
  background-color: var(--important-text);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.spinner {
  transition: all .2s;
}

.code-embed-4 {
  color: #c578cc;
}

.div-block-7 {
  pointer-events: auto;
  display: none;
  position: absolute;
  inset: auto auto 22% 0%;
}

.paragraph_double-text {
  text-align: justify;
  column-count: 2;
  column-gap: 50px;
  margin-top: 20px;
  font-size: 18px;
}

.footer-spacer {
  pointer-events: none;
  height: 75vh;
  position: relative;
}

.google-link {
  z-index: 999;
  pointer-events: auto;
  position: absolute;
  inset: 0%;
}

.footer-sidescroll {
  pointer-events: none;
  color: var(--texts-second);
  width: 100vw;
  max-width: 100%;
  display: none;
  position: relative;
}

.heading {
  font-size: 30vh;
}

.text-1 {
  white-space: nowrap;
  width: 2631.68vw;
}

.button-gradient {
  color: var(--texts-second);
  text-transform: lowercase;
  cursor: pointer;
  background-color: #347eb4;
  border-radius: 3px;
  padding: 22px 30px;
  transition: box-shadow .5s, background-position .5s, background-color .5s;
}

.button-gradient:hover {
  color: var(--texts-second);
}

.button-gradient._100 {
  width: 100%;
}

.div-block-8 {
  pointer-events: none;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.scroll-wrapper {
  pointer-events: auto;
  color: var(--background-main);
  text-align: right;
  width: 30vw;
  height: 50px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph {
  font-size: 50px;
  line-height: 50px;
}

.example_block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #3e3e3e;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
}

.hacks-7_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.hacks-7_content {
  text-align: left;
  background-color: #3e3e3e;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.hacks-7_text {
  flex: 1;
}

.footer-link {
  color: var(--background-second);
  text-decoration: none;
}

.div-block-9 {
  pointer-events: auto;
}

.index-about-cta_button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-11 {
  margin-top: 3.5vh;
  position: relative;
  overflow: hidden;
}

.text1 {
  width: 60%;
  overflow: hidden;
}

.typewriter-css {
  display: none;
}

.div-block-12 {
  pointer-events: auto;
}

.button-2 {
  z-index: 99999;
  pointer-events: auto;
}

.div-block-13 {
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-13._2 {
  top: 12%;
}

._404 {
  letter-spacing: -.5rem;
  height: 18vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vw;
  line-height: 120%;
  transition: transform .5s;
  transform: translate(0);
}

.lottie-animation {
  display: none;
}

.footer-sidescroll_cam {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-2 {
  text-transform: lowercase;
}

.locales-wrapper {
  z-index: 999;
  pointer-events: auto;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15px;
  transition: height .4s;
  display: flex;
  position: fixed;
  inset: auto auto 18px 18px;
}

.about-footer_trigger {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 40% 0% 0%;
}

.index-scroll-to-explore {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-40x40 {
  width: 60px;
  height: 60px;
}

.locales-link {
  background-color: var(--background-main);
  pointer-events: auto;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  padding: 2px;
  transition: opacity .3s;
  display: flex;
}

.locales-link:hover {
  opacity: .5;
}

.locales-link.w--current {
  pointer-events: auto;
  width: 19px;
  height: 19px;
  padding: 2px;
  display: none;
}

.locales-img {
  object-fit: cover;
  width: 15px;
  height: 15px;
}

.locales-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column-reverse;
  transition: height .3s;
  display: flex;
}

.code-embed-5 {
  display: none;
}

.dropdown {
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: var(--background-main);
  margin-bottom: 5px;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
}

.text-block-2 {
  display: none;
}

.image-3 {
  object-fit: cover;
  border-radius: 1px;
  width: 15px;
  height: 15px;
  display: block;
}

.locale {
  width: 19px;
  height: 19px;
  position: absolute;
}

.dropdown-toggle {
  background-color: var(--background-main);
  border-radius: 2px;
  padding: 2px;
}

.dropdown-toggle:hover {
  background-color: var(--texts-second);
  opacity: .5;
  border-radius: 3px;
}

.dropdown-toggle.w--open {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  transition: opacity .3s;
}

.icon {
  display: none;
}

.back-to-top-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.chevron-top {
  width: 50px;
  height: 50px;
}

.content-scroll-indic {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  position: relative;
}

.locales-list-2 {
  width: 19px;
  height: 19px;
}

.code-embed-6 {
  display: none;
}

.paragraph-2 {
  font-size: 60px;
  line-height: 110%;
  display: inline;
}

.heading-three-steps {
  letter-spacing: -.026em;
  vertical-align: baseline;
  flex: 1 0 100%;
  order: -1;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 110%;
  display: inline;
}

.heading-three-steps.index {
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

.heading-three-steps.violet {
  color: var(--important-text);
}

.heading-three-steps.violet.inline {
  flex: 1;
  display: inline;
}

.heading-three-steps.inline {
  display: inline;
}

.locales-wrapper-2 {
  width: 19px;
}

.success-message {
  background-color: #fff0;
}

.error-message {
  border-radius: 3px;
}

.hide-lang {
  display: none;
}

.body-2 {
  background-color: var(--background-second);
}

.hidden {
  display: none;
}

.div-block-14 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container.hero-cont {
    color: var(--texts-second);
  }

  .section.portfolio-sec {
    background-color: var(--background-main);
  }

  .section.faq-sec {
    color: var(--background-second);
  }

  .section.horizontal-marquee {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .index-hero-heading {
    letter-spacing: -.5rem;
    height: 150px;
    font-size: 150px;
    line-height: 1;
  }

  .titles-wrp {
    height: 150px;
  }

  .answer-test-wrp {
    color: var(--texts-main);
  }

  .team-member-position {
    color: var(--important-text);
  }

  .brand-text {
    letter-spacing: -.063em;
    font-size: 200px;
    line-height: 90%;
  }

  .nav-link {
    color: var(--texts-second);
  }

  .link-underline {
    transform: translate(-110%);
  }

  .map {
    pointer-events: none;
  }

  .typewriter-heading {
    letter-spacing: -.05rem;
    height: 50px;
    font-size: 50px;
    line-height: 120%;
  }

  .typewriter-container {
    height: 6vw;
  }

  .cursor {
    font-size: 50px;
  }

  .footer-3d-section {
    justify-content: flex-end;
    align-items: center;
  }

  .email {
    font-size: 93px;
  }

  .footer-starter.about, .footer-starter.contact {
    opacity: 0;
  }

  .google-link {
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }

  .footer-sidescroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: none;
    position: relative;
  }

  .heading {
    justify-content: center;
    align-items: center;
    font-size: 30vh;
    display: flex;
  }

  .text-2, .text-3 {
    width: 100%;
  }

  .div-block-8 {
    position: relative;
  }

  ._404 {
    letter-spacing: -.5rem;
    height: 270px;
    font-size: 220px;
    line-height: 120%;
  }

  .heading-three-steps {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .container.navbar-cont {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .container.index-content {
    height: auto;
  }

  .section.hero {
    justify-content: center;
  }

  .section.about-sec {
    background-color: var(--background-second);
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.portfolio-sec {
    padding-bottom: 120px;
  }

  .section.process-sec, .section.faq-sec {
    background-color: var(--background-second);
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.footer-sec {
    height: 25vw;
  }

  .section.horizontal-marquee {
    padding-bottom: 120px;
  }

  .section.contact-header, .section.about-header {
    height: 50vh;
  }

  .section.index-content {
    height: auto;
    max-height: none;
    padding-bottom: 120px;
  }

  .index-hero-heading {
    letter-spacing: -.1rem;
  }

  .circle-cursor {
    position: absolute;
    top: auto;
    bottom: 240px;
    left: auto;
  }

  .h2-heading {
    max-width: none;
  }

  .left-content {
    grid-row-gap: 40px;
    background-color: var(--transparent);
    max-width: none;
    padding-top: 0;
    padding-right: 0;
  }

  .right-content {
    background-color: var(--background-main);
  }

  .about-content {
    flex-direction: column;
  }

  .portfolio-descr-wrp {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .portfolio-small-descr {
    max-width: none;
  }

  .work-marque-wrp {
    height: auto;
    margin-top: 40px;
    position: static;
  }

  .work-bunch {
    flex-direction: column;
  }

  .left-white-side-overlay {
    display: none;
  }

  .transparent-line {
    width: 100%;
  }

  .step {
    padding-right: 10%;
  }

  .step:hover {
    transform: none;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 100%;
  }

  .faq-content {
    flex-direction: column;
  }

  .faq-item {
    padding-left: 10%;
    padding-right: 10%;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .bottom-content {
    display: none;
  }

  .mask, .reviews-slide {
    width: 100%;
  }

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

  .arrow-circle {
    display: none;
  }

  .arrow-circle.styleguide {
    display: flex;
  }

  .big-h2-heading {
    font-size: 80px;
  }

  .footer-menu-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar {
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    z-index: 10;
  }

  .nav-link.logo {
    margin-top: 0;
  }

  .nav-link.center-link.w--current {
    height: auto;
  }

  .navmenu-inner {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .nav-menu {
    background-color: var(--background-main);
    max-width: none;
    height: 100svh;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-bunch-wrp {
    display: none;
  }

  .work-circle {
    width: 100px;
    height: 100px;
    font-size: 16px;
    display: none;
    inset: auto 20px 20px auto;
  }

  .work-circle.styleguide {
    bottom: auto;
    right: auto;
  }

  .work-link {
    width: 100%;
    min-width: auto;
  }

  .menu-button {
    justify-content: center;
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #0000;
  }

  .burger-line-1 {
    background-color: var(--background-second);
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: var(--background-second);
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: var(--background-second);
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-wrp {
    margin-top: auto;
    display: block;
    position: absolute;
    inset: auto 5% 40px;
  }

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

  .benefits-section_wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .benefits_card-wrapper {
    width: 100%;
    height: 50%;
  }

  .about-section_paragraph {
    font-size: 23px;
  }

  .cta-about {
    height: auto;
  }

  .cta-about_sticky {
    width: 100%;
  }

  .div {
    min-width: 100vw;
    max-height: 80vh;
    display: none;
  }

  .about-footer_canvas-wrapper {
    z-index: -1;
  }

  .left-white-side-overlay-copy {
    display: none;
  }

  .scroll-progress_wrapper {
    padding-left: 30%;
    padding-right: 30%;
  }

  .about-process_bg-card {
    width: 100%;
  }

  .button-main {
    width: 100px;
    height: 100px;
    font-size: 16px;
    inset: auto 20px 20px auto;
  }

  .button-main.styleguide {
    bottom: auto;
    right: auto;
  }

  .scroll-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    display: flex;
    bottom: 30%;
  }

  .paragraph {
    display: none;
  }

  .lottie-animation {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .locales-wrapper {
    width: auto;
  }

  .about-footer_trigger {
    top: 60%;
  }

  .heading-three-steps {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: -.03em;
    font-size: 16px;
    line-height: 130%;
  }

  p {
    font-size: 16px;
  }

  .container.hero-cont {
    margin-bottom: 40px;
  }

  .bottom-hero-text {
    letter-spacing: -.01em;
    line-height: 150%;
  }

  .title-mask {
    width: 100%;
    margin-left: 0;
  }

  .section {
    padding: 80px 20px;
  }

  .section.hero {
    padding-bottom: 44px;
  }

  .section.about-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.portfolio-sec {
    padding-bottom: 80px;
  }

  .section.process-sec, .section.faq-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta-sec {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.footer-sec {
    height: 26vw;
    padding-top: 50px;
  }

  .section.privacy-sec {
    padding-top: 100px;
    padding-bottom: 0;
  }

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

  .section.horizontal-marquee, .section.index-content {
    padding-bottom: 80px;
  }

  .index-hero-heading {
    letter-spacing: -.2rem;
  }

  .circle-cursor {
    flex: none;
    position: relative;
    bottom: auto;
  }

  .top-title {
    letter-spacing: -.03em;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 130%;
  }

  .h2-heading {
    letter-spacing: -.026em;
    font-size: 34px;
    line-height: 130%;
  }

  .left-content {
    grid-row-gap: 20px;
  }

  .number-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .number-wrp.top {
    padding-top: 30px;
  }

  .number-top-title {
    letter-spacing: -.03em;
    margin-bottom: 37px;
    font-size: 18px;
    line-height: 130%;
  }

  .services-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 180%;
  }

  .portfolio-descr-wrp {
    grid-row-gap: 20px;
  }

  .work-bunch {
    width: 100%;
  }

  .step {
    padding: 35px 20px;
  }

  .step-h3 {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 130%;
  }

  .pricing-wrapper {
    grid-row-gap: 10px;
    justify-items: stretch;
    margin-top: 40px;
  }

  .pricing-card {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-title {
    font-size: 18px;
    line-height: 130%;
  }

  .pricing-feature-list {
    grid-row-gap: 18px;
    margin-bottom: 60px;
  }

  .pricing-feature {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 130%;
  }

  .month-text {
    line-height: 200%;
  }

  .square {
    margin-top: 6px;
  }

  .faq-vertical-line {
    height: 24px;
  }

  .faq-item {
    grid-column-gap: 18px;
    padding: 35px 20px;
  }

  .faq-horizontal-line {
    width: 24px;
  }

  .accordion-spacer {
    min-height: 20px;
  }

  .faq-plus {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
  }

  .faq-h3 {
    letter-spacing: -.03em;
    font-size: 26px;
    line-height: 130%;
  }

  .team-content {
    grid-row-gap: 40px;
  }

  .team-grid {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .team-member-name-wrp {
    grid-row-gap: 5px;
  }

  .reviews-content {
    grid-row-gap: 20px;
  }

  .reviews-slide {
    margin-right: 50px;
  }

  .review-text {
    letter-spacing: -.025em;
    font-size: 30px;
    line-height: 130%;
  }

  .review-slide-content {
    grid-row-gap: 35px;
  }

  .photo-img {
    width: 40px;
    height: 40px;
  }

  .review-name-wrp {
    grid-row-gap: 1px;
  }

  .review-name-text {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 130%;
  }

  .cta-content {
    grid-row-gap: 35px;
  }

  .big-h2-heading {
    letter-spacing: -.06em;
    font-size: 60px;
    line-height: 110%;
  }

  .footer-top {
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .foote-bottom {
    grid-row-gap: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-menu-wrp {
    align-self: flex-start;
  }

  .brand-text-wrp {
    margin-top: 70px;
  }

  .brand-text {
    font-size: 14vw;
    line-height: 90%;
  }

  .navbar {
    padding: 13px 20px;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .work-marque {
    width: 100%;
  }

  .work-circle {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }

  .work-img {
    object-fit: cover;
    height: 100%;
  }

  .number-tag {
    opacity: .7;
  }

  .privacy-content {
    grid-row-gap: 30px;
  }

  .small-h1-heading {
    text-align: left;
    letter-spacing: -.03rem;
    font-size: 40px;
    line-height: 90%;
  }

  .privacy-rich {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }

  .privacy-rich p {
    font-size: 14px;
    line-height: 130%;
  }

  .privacy-rich h2 {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 130%;
  }

  .changelog-content {
    grid-row-gap: 30px;
  }

  .changelog-wrp {
    letter-spacing: -.03em;
    line-height: 130%;
  }

  .changelog-version {
    letter-spacing: -.03em;
    font-size: 24px;
    line-height: 130%;
  }

  .licences-wrp {
    letter-spacing: -.03em;
    font-size: 14px;
    line-height: 130%;
  }

  .licences-main-text {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 130%;
  }

  .menu-button-wrp {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .live-site-text {
    display: none;
  }

  .pricing-paragraph-wrp {
    margin-bottom: 30px;
  }

  .color-block {
    max-width: 100%;
  }

  .brand-text-inner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .typewriter-heading {
    letter-spacing: -.3rem;
  }

  .button-main {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }

  .example_block {
    padding: 1.5rem;
  }

  .hacks-7_content {
    flex-direction: column;
    align-items: flex-start;
  }

  ._404 {
    letter-spacing: -.3rem;
  }

  .heading-three-steps {
    letter-spacing: -.026em;
    font-size: 34px;
    line-height: 130%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .section.hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta-sec {
    padding-bottom: 60px;
  }

  .section.footer-sec {
    height: 28vw;
  }

  .section.index-content {
    height: auto;
    max-height: none;
    padding-top: 80px;
  }

  .index-hero-heading {
    font-size: 18vw;
  }

  .circle-cursor {
    width: 130px;
    height: 130px;
  }

  .h2-heading {
    margin-right: 5px;
    font-size: 7vw;
  }

  .right-content {
    min-width: auto;
  }

  .services-text {
    margin-top: 40px;
  }

  .portfolio-descr-wrp {
    justify-content: space-between;
    align-items: flex-start;
  }

  .titles-wrp {
    justify-content: flex-start;
    align-items: center;
    font-size: 20vw;
  }

  .faq-vertical-line {
    width: 2px;
    height: 22px;
  }

  .faq-horizontal-line {
    width: 22px;
    height: 2px;
  }

  .big-h2-heading {
    letter-spacing: -.03em;
    font-size: 46px;
  }

  .foote-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-menu-wrp {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brand-text-wrp {
    margin-top: 30px;
  }

  .footel-link {
    letter-spacing: -.05em;
    font-size: 8px;
  }

  .nav-link {
    height: auto;
  }

  .utility-page-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .changelog-wrp {
    flex-direction: column;
  }

  .changelog-version {
    margin-bottom: 10px;
  }

  .small-text {
    letter-spacing: -.05em;
    font-size: 8px;
  }

  .logo-image {
    position: absolute;
  }

  .button {
    width: 100%;
  }

  .mask-nav-link {
    font-size: 13px;
  }

  .pay-box {
    text-align: center;
    max-width: none;
  }

  .legal-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .contact_map-wrapper {
    margin-top: 50px;
  }

  .map {
    border-radius: 60px;
  }

  .map-overlay {
    display: none;
  }

  .about-section_paragraph {
    font-size: 18px;
  }

  .text-block {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .scroll-progress_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-7 {
    position: relative;
    bottom: 0%;
  }

  .paragraph_double-text {
    column-count: 1;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 20vh;
  }

  .text-1 {
    justify-content: flex-start;
    align-items: center;
    height: 32vh;
    display: flex;
  }

  .scroll-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    inset: auto 0% 40% auto;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1;
    display: none;
  }

  .example_block {
    padding: 1.5rem;
  }

  ._404 {
    height: 22vw;
    font-size: 18vw;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .about-footer_trigger {
    top: 0%;
  }

  .heading-three-steps {
    margin-right: 5px;
    font-size: 7vw;
  }
}

#w-node-_11f9b4f1-3a8a-868c-6fd3-47f619017325-658fe51d, #w-node-f602c554-0114-e48e-b38c-7332dd1acf66-658fe51d, #w-node-_2fbab2ad-b747-c198-6267-d3925aacf36a-658fe51d, #w-node-_062ed1c4-a8f1-e205-6397-4664ec8cca0e-658fe51d, #w-node-a00b7b3f-fb64-3fa2-2110-e45623e7a9f8-658fe51d, #w-node-e9c08d9c-56c5-1520-317b-a339157b165e-658fe51d, #w-node-_33e90854-fad7-4776-7932-72fdfe1ce7b9-658fe51d, #w-node-_33e90854-fad7-4776-7932-72fdfe1ce7c0-658fe51d, #w-node-_33e90854-fad7-4776-7932-72fdfe1ce7c7-658fe51d, #w-node-_48d7c0f4-462f-70dc-37b8-ade34638a9f5-4638a9f5, #w-node-_1eb12c87-15ac-8952-eb93-e291d8ab61e8-396fc5ad, #w-node-def79edb-f895-e4b3-719f-5bfccaf5c1a3-396fc5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cfe73d8f-5990-fa21-1014-afccebd18e92-237f0b62, #w-node-c8ed3bbe-de59-8fb9-46a0-7e953ed8f06e-237f0b62, #w-node-af830358-c7d7-be92-f1bd-ec2bfcb94dea-237f0b62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


