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

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

:root {
  --bg: #fff;
  --heading-color: #292929;
  --default-text-color: #747b8b;
}

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

body {
  background-color: var(--bg);
  color: #fff;
  font-family: Figtree, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  color: var(--heading-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  font-family: Figtree, Arial, sans-serif;
  text-decoration: none;
}

.navbar {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ddd0;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.brand_wrapper {
  float: none;
  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: stretch;
  margin-top: 0;
  display: block;
  position: static;
  top: 50px;
}

.brand_wrapper.w--current {
  width: 108px;
}

.nav_menu {
  float: none;
  color: #fff;
  background-color: #c8c8c800;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins;
  display: block;
  position: relative;
}

.brand_image {
  object-fit: fill;
  width: 48px;
  padding-top: 0;
  display: inline-block;
  position: static;
  top: 0;
  overflow: visible;
}

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

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

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

.nav_link-block {
  margin-top: 0;
  margin-left: 0;
  margin-right: 32px;
  padding: 0;
  display: inline-block;
  position: relative;
  top: auto;
}

.nav_link-block.selected {
  padding-left: 0;
  font-family: Figtree, Arial, sans-serif;
}

.nav_link {
  color: #9e9e9e;
  text-align: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .875rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: static;
  inset: 0%;
}

.nav_link:hover {
  color: #007aff;
  background-image: none;
}

.nav_link.w--current {
  color: #fff;
  background-image: url('../images/circle.svg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: font-size .5s, color .5s;
  display: block;
}

.nav_link.w--current:hover {
  color: #00ff6f;
}

.error_message {
  background-color: #0000;
  border: 1px red;
  border-radius: 20px;
}

.footer {
  border: 1px solid #e0e0e0;
  border-radius: 100vw;
  margin-top: 20px;
  padding: 16px;
}

.section {
  align-items: center;
  overflow: hidden;
}

.cursor {
  z-index: 3000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  background-color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}

.css_embed {
  z-index: 100;
  opacity: 0;
  display: none;
  position: static;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
}

.container-large.lg {
  margin-top: 88px;
  margin-bottom: 88px;
}

.container-large.sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-large.footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-medium {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-medium.v2 {
  color: #a3a3a3;
  font-size: 30px;
  font-weight: 400;
}

.testimonials-card_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  margin-top: 32px;
  display: grid;
}

.pricing_card {
  background-color: #f0f0f0;
  border: 1px solid #ffffff1a;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 2px 20px 15px #fff6;
}

.pricing_card.blue {
  color: #fff;
  background-color: #2c94ff;
  box-shadow: inset 0 2px 40px 15px #ffffff4d;
}

.mail-link_wrapper {
  margin-top: 24px;
  margin-bottom: 8px;
}

.mail-link_wrapper.access {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.primary_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--default-text-color);
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 18px 24px;
  font-family: Figtree, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.primary_button:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--bg);
  background-color: #06f;
  border-color: #ffffff47;
  box-shadow: inset 0 0 20px #fff3;
}

.primary_button.filled {
  background-color: #1352ff;
  border-style: none;
  flex: 0 auto;
  align-self: center;
}

.primary_button.v2 {
  background-color: #fff0;
}

.primary_button.v2:hover {
  color: var(--heading-color);
  background-color: #cecece;
}

.primary_button.v3 {
  color: #007eff;
  padding-left: 32px;
  padding-right: 32px;
  box-shadow: inset 0 2px 16px 7px #2c94ff4d;
}

.primary_button.v3:hover {
  background-color: #e7f1ff;
}

.text-field-ps {
  background-color: #1f232d;
  border: 1px #000;
  border-radius: 8px;
  flex: 1;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
}

.text-field-ps:active, .text-field-ps::placeholder {
  color: gray;
}

.subtext-small {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.text-dim {
  color: #a1acca;
}

.project-title_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.checkbox {
  z-index: 10;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:hover {
  background-color: #104aff26;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus-visible {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: 0;
}

.hero-text-contact_wrapper {
  z-index: 8;
  flex-flow: row;
  flex: 0 auto;
  place-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.hero-text-contact_wrapper.top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.hero-icon {
  width: 26px;
  margin-right: 8px;
}

.hero-icon.sm {
  width: 12px;
  margin-left: 8px;
  margin-right: 0;
}

.hero-icon.sm.v5 {
  width: 16px;
  margin-left: 12px;
  margin-right: 0;
  font-size: .8rem;
}

.hero_image {
  z-index: 5;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-contact_wrapper-title-v2 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 62%;
  margin-top: 56px;
  margin-bottom: 56px;
  display: block;
}

.logos_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  display: flex;
}

.logo_img {
  border-radius: 100vw;
  width: 140px;
}

.content_wrap {
  margin-top: 0;
  padding-right: 0;
}

.portfolio-thumbnails_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.portfolio-thumbnail_wrapper {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.thumbnail_block {
  z-index: 50;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail_block.blue {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #418dffd9;
  box-shadow: inset 0 2px 50px -2px #ffffff4d;
}

.thumbnail_block.purple {
  z-index: 50;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #7a41ffd9;
  box-shadow: inset 0 2px 50px -2px #fff6;
}

.thumbnail_block.green {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6fb44fd9;
  box-shadow: inset 0 2px 50px -2px #fff6;
}

.logo_wrapper {
  border-radius: 3vw;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .3s;
  display: flex;
}

.logo_wrapper:hover {
  background-color: #f8f8f8;
  border: 1px #eee;
}

.testimonials-user_wrapper {
  width: 100%;
}

.pricing-content_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
}

.text-sm {
  color: var(--default-text-color);
  font-size: 1.1rem;
  line-height: 1.3;
}

.text-sm-v2 {
  color: #bfbfbf;
  font-size: 1.1rem;
  line-height: 1.3;
}

.tag-limited {
  background-color: #ffb01d;
  border-radius: 100vw;
  padding: 8px 12px;
  font-size: 12px;
  box-shadow: inset 0 2px 20px 7px #fff3;
}

.text-xs {
  color: var(--heading-color);
  font-size: .9rem;
  line-height: 1.3;
}

.text-xs.wh {
  color: var(--bg);
}

.hover_tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #2488ff;
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 0;
  padding: 16px;
  font-size: .9rem;
  display: none;
  transform: translate(-81px, -18px);
  box-shadow: inset 0 2px 17px 9px #fff3;
}

.video_thumbnail {
  z-index: 2;
  object-fit: cover;
  position: static;
  width: 100%;
  display: block;
}

.heading-lg {
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1;
}

.brand_img {
  width: 100%;
}

.thumbnail_logo {
  width: 106px;
}

.thumbnail_logo.v2 {
  width: 88px;
}

.thumbnail_logo.v3 {
  width: 132px;
}

.thumbnail_content {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-lg {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 500;
}

.text-lg.wh {
  color: var(--bg);
}

.pricing-top_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-line {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.prcing-text {
  color: var(--default-text-color);
  font-size: .9rem;
  line-height: 1.3;
}

.prcing-text.wh {
  color: var(--bg);
}

.pricing-tick {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.tick_icon {
  width: 12px;
  margin-right: 8px;
}

.services_wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.services-text {
  width: 50%;
}

.tags_wrapper {
  width: 50%;
  position: relative;
}

.marquee-container {
  overflow: hidden;
  width: 150%;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-content {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.tag {
  color: #a1acca;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.overlay-tags {
  background-image: linear-gradient(90deg, #fff, #fff0 23% 85%, #fff);
  position: absolute;
  inset: 0%;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 1920px) {
  .nav-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .project-title_wrapper {
    width: 60%;
  }

  .hero-text-contact_wrapper {
    margin-left: 0;
    margin-right: 64px;
  }

  .hover_tag {
    margin-left: 68px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 16px;
    margin-left: auto;
    inset: 0% 0% auto;
  }

  .brand_wrapper.w--current {
    margin-top: 0;
    position: static;
  }

  .nav_menu {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
    inset: 0%;
  }

  .menu_button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_button.w--open {
    background-color: #2c55f7;
  }

  .nav_link-block {
    max-height: 100%;
    display: inline-block;
    position: relative;
    inset: 35% 0% 0%;
  }

  .nav_link {
    font-size: .875rem;
  }

  .nav_link.w--current {
    font-size: 14px;
    font-weight: 400;
  }

  .nav-mob {
    color: #fff;
  }

  .cursor {
    display: none;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium {
    font-size: 32px;
  }

  .testimonials-card_wrapper {
    width: 100%;
  }

  .pricing_card.blue {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
  }

  .primary_button {
    margin-right: 0;
  }

  .project-title_wrapper {
    width: 80%;
  }

  .hero-text-contact_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 32px;
    padding-right: 0;
  }

  .hero-text-contact_wrapper.top {
    margin-top: 48px;
  }

  .hero_image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .hero-contact_wrapper-title-v2 {
    width: 100%;
  }

  .portfolio-thumbnail_wrapper {
    border-radius: 3vw;
  }

  .hover_tag {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 12px;
  }

  .brand_wrapper {
    padding-left: 0;
  }

  .brand_wrapper.w--current {
    margin-top: 0;
  }

  .menu_button {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-mob {
    color: #fff;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large {
    overflow: hidden;
  }

  .container-large.footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-medium {
    font-size: 24px;
  }

  .testimonials-card_wrapper {
    grid-template-columns: 1fr;
  }

  .pricing_card {
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    border-bottom-left-radius: 4vw;
  }

  .primary_button {
    margin-right: 0;
  }

  .subtext-small {
    font-size: 16px;
  }

  .project-title_wrapper {
    width: 100%;
  }

  .hero-text-contact_wrapper {
    width: 100%;
    margin-right: 0;
  }

  .hero-text-contact_wrapper.top {
    z-index: 40;
    position: relative;
  }

  .hero-contact_wrapper-title-v2 {
    padding-right: 0;
  }

  .logo_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex: 0 auto;
    margin-top: 8px;
  }

  .brand_wrapper {
    margin-top: 10px;
    padding-left: 0;
    display: block;
    top: auto;
  }

  .brand_wrapper.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: static;
    top: 10px;
  }

  .nav_menu {
    align-items: center;
    padding-left: 23px;
    display: flex;
  }

  .brand_image {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu_button {
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link-block {
    display: inline-block;
    position: relative;
    top: 0%;
  }

  .nav_link.w--current {
    font-size: 14px;
  }

  .nav-mob {
    color: #000;
    border-radius: 20px;
  }

  .main-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.lg {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .container-large.footer {
    text-align: center;
    border-radius: 6vw;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-medium.v2 {
    font-size: 20px;
  }

  .pricing_card {
    border-radius: 5vw 5vw 0;
    padding: 24px;
  }

  .mail-link_wrapper {
    display: block;
  }

  .primary_button {
    background-position: 50% -62%;
    align-self: flex-start;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .primary_button.v2, .primary_button.v3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .subtext-small {
    display: inline-block;
  }

  .hero-text-contact_wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .hero-text-contact_wrapper.top {
    margin-top: 24px;
  }

  .hero-icon {
    margin-top: 4px;
  }

  .hero_image {
    position: relative;
  }

  .hero-contact_wrapper-title-v2 {
    margin-top: 0;
    padding-right: 0;
  }

  .logos_wrap {
    flex-flow: wrap;
  }

  .logo_img {
    width: 90px;
  }

  .content_wrap {
    padding-right: 0;
  }

  .portfolio-thumbnails_wrapper {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .portfolio-thumbnail_wrapper {
    border-radius: 6vw;
  }

  .logo_wrapper {
    border-radius: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-content_wrapper {
    flex-flow: column;
  }

  .tag-limited {
    order: -9999;
    margin-bottom: 12px;
  }

  .hover_tag {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    line-height: 1.3;
  }

  .heading-lg {
    font-size: 28px;
  }

  .services_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .services-text {
    width: 100%;
    margin-bottom: 16px;
  }

  .tags_wrapper {
    width: 100%;
  }
}

#w-node-_6e43c2f2-537b-7a11-c796-3c4fd3c5a3c2-831fbfb6, #w-node-_2193684a-0ac3-2f21-b67d-4c09ea49cf1f-831fbfb6 {
  justify-self: center;
}


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