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

:root {
  --black: black;
  --black-2: #dec880;
  --dark-khaki: #ff3980;
  --deep-pink: #827ded;
  --section-grey: #17171a;
  --dark-grey: #9f9f9f;
  --dim-grey: #4c4848;
  --dark-slate-blue: #5a5884;
  --medium-slate-blue: #635cf4;
  --white: #fff;
  --font--outfit: Outfit, sans-serif;
  --medium-sea-green: #32c58b;
}

.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(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 78px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensans;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Moderat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.home-section-hero {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2.1em;
}

.container.medium-6-em {
  padding-top: 6em;
  padding-bottom: 6em;
}

.container.medium-top-custom {
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.medium-top-custom-small {
  padding-top: 5em;
  padding-bottom: 3em;
}

.container.padding-section-section {
  padding-top: 4.5em;
  padding-bottom: 4em;
}

.container.medium-6-em-custom {
  padding: 6em 3em;
}

.container-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-text {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--black-2), #fff 27%, var(--dark-khaki) 57%, var(--deep-pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mt-20 {
  margin-top: 20px;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  padding: 12px 20px;
  font-family: Opensans;
  font-weight: 600;
  transition: background-color .35s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #827ded;
}

.button.size-medium {
  justify-content: center;
  width: 100%;
  max-width: 30%;
}

.button.with-arrow {
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  align-items: center;
  padding-right: 47px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: background-position .35s, background-color .35s;
  display: flex;
  position: static;
}

.button.with-arrow:hover {
  background-image: url('../images/RIght-Arrow.svg');
  background-position: 91%;
}

.button.size-medium-dark {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  width: 100%;
  max-width: 30%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.size-medium-dark:hover {
  background-color: var(--deep-pink);
}

.gradient-link {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--black-2), #fff 27%, var(--dark-khaki) 56%, var(--deep-pink));
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.link-gradient-text {
  background-color: var(--black);
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
}

.link-gradient-text.contact {
  padding-left: 30px;
  padding-right: 30px;
}

.link-gradient-text.is-size-m {
  font-size: 17px;
}

.app-holder {
  perspective: 1000px;
  margin-top: 100px;
  padding-bottom: 154px;
  transform: perspective(1000px);
}

.app-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.app-main-photo {
  border-radius: 24px;
  width: 76%;
  overflow: hidden;
}

.app-info-01 {
  width: 250px;
  display: none;
  position: absolute;
  inset: -15% auto auto 0%;
  overflow: hidden;
}

.app-info-02 {
  width: 350px;
  position: absolute;
  inset: auto 0% -5% auto;
  overflow: hidden;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid-holder.top-margin {
  grid-row-gap: 60px;
  margin-top: 40px;
}

.logo-grid {
  grid-column-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.logo-grid._2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.logo-small-container {
  height: 18px;
}

.logo-small-container.medium {
  height: 17px;
}

.logo-small {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-small.invert {
  filter: invert();
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-text.mt-30 {
  margin-top: 30px;
}

.featured-container {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.featured-container.mt-80 {
  margin-top: 80px;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.list-container {
  margin-top: 50px;
}

.list-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Opensans;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.list-icon-container {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

._100width {
  width: 100%;
}

.image-container._02 {
  width: 100%;
  max-width: 508px;
}

.feature-image {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.all-devices-section {
  padding-left: .65em;
  padding-right: .65em;
}

.all-devices-section.bg-grey {
  background-color: var(--section-grey);
  color: #fff;
}

.sticky-slider-section {
  justify-content: space-between;
  margin-top: 130px;
  display: block;
}

.sticky-slider-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.sticky-text-container {
  width: 500px;
  min-width: 500px;
}

.sticky-text-holder {
  margin-top: -30px;
  padding-left: 10px;
  position: sticky;
  top: 100px;
}

.slider-image-holder {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.slider-sticky-holder {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
}

.slider-sticky-holder._01 {
  z-index: 2;
  margin-top: -32px;
  position: sticky;
  bottom: 0%;
}

.slider-sticky-holder._02 {
  z-index: 1;
  bottom: 5%;
}

.slider-sticky-holder._03 {
  z-index: 0;
  bottom: 0%;
}

.white-text-color {
  color: #fff;
}

.feature-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 70px;
  display: flex;
}

.feature-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.feature-cards._04 {
  height: 376px;
  overflow: hidden;
}

.feature-cards-container {
  background-color: #171717;
  border-radius: 20px;
  overflow: hidden;
}

.feature-cards-container._02 {
  width: 372px;
  min-width: 372px;
  min-height: 100%;
  overflow: hidden;
}

.feature-card-paddings {
  height: 100%;
  position: static;
}

.feature-card-big-app-holder {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.feature-card-big-app-holder._02 {
  align-items: center;
  height: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.relative-text-wrapper {
  z-index: 2;
  position: relative;
}

.app-gardient-top {
  z-index: 1;
  background-image: linear-gradient(#171717 59%, #fff0);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.full-app-image-container {
  width: 110%;
  height: 120%;
  margin-top: 0;
  position: relative;
}

.full-app-image-container._04 {
  width: 100%;
  height: auto;
}

.full-app-image {
  object-fit: fill;
  width: 100%;
}

.full-app-image._04 {
  object-fit: fill;
  object-position: 50% -9%;
  width: 100%;
  height: auto;
}

.iphone-image {
  width: 100%;
  margin-top: 0;
}

.connect-section-container {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.connect-grid-container {
  grid-column-gap: .5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.company-avatar-container {
  position: relative;
}

.company-avatar-container.bot {
  bottom: -11px;
  left: -11px;
}

.company-avatar-container.random {
  top: 2px;
  left: -12px;
}

.company-avatar-container.up {
  top: -18px;
  right: -14px;
}

.company-avatar-circle {
  z-index: 1;
  width: 70px;
  height: 70px;
  position: relative;
}

.company-avatar-circle._01 {
  width: 70px;
  height: 70px;
}

.company-avatar-circle._19 {
  right: -9px;
}

.quick-access {
  border-radius: 24px;
  overflow: hidden;
}

.quick-access-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.quick-access-card-holder {
  z-index: 3;
  background-color: var(--section-grey);
  padding: 90px 50px 30px;
  text-decoration: none;
  position: relative;
}

.quick-access-card-holder:hover {
  color: #fff;
}

.quick-access-card {
  color: #fff;
  font-family: Opensans;
  font-weight: 400;
}

.text-large {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
}

.grey-border {
  z-index: 0;
  border: 1px solid #2f2f2f;
  display: block;
  position: absolute;
  inset: -1px;
}

.arrow-holder-container {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  position: absolute;
  inset: 72px 30px auto auto;
}

.right-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

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

.footer-flex-container {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-flex-container.right-side {
  justify-content: flex-end;
  margin-top: 80px;
}

.footer-image {
  width: 180px;
}

.footer-line {
  background-color: #2f2f2f;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.copyright-section {
  color: var(--dark-grey);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
}

.navbar {
  z-index: 80;
  background-color: var(--black);
  height: 80px;
  position: sticky;
  top: -1%;
  left: 0;
  right: 0;
}

.nav-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 2em .6em;
  position: relative;
}

.nav-flex-wrapper {
  border: 1px #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.vormir-logo {
  width: 100%;
}

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

.text-center.gap-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.social-media-wrappr {
  grid-column-gap: 1em;
  display: flex;
}

.footer-social-link {
  background-color: #303030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup-bg {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #08080875;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-modal {
  z-index: 999999;
  background-color: var(--section-grey);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding: 20px 60px;
  display: none;
  position: relative;
}

.form-block {
  width: 100%;
}

.form-field {
  color: var(--dark-grey);
  background-color: #0000;
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  font-size: 18px;
}

.form-field:active {
  background-color: var(--section-grey);
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  background-color: var(--section-grey);
  color: #fff;
  font-family: Outfit, sans-serif;
}

.form-field.text-area {
  height: 80px;
}

.form-field.text-area-big {
  height: 120px;
}

.form-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-wrapper.mt-40 {
  margin-top: 40px;
}

.form-heading-wrapper {
  max-width: 92%;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.social-bg-color {
  background-color: #0077b5;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.social-bg-color.webflow {
  background-color: #4353ff;
}

.social-icon {
  z-index: 2;
  position: relative;
}

.success-state {
  background-color: var(--section-grey);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: #ff3737;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.p-16 {
  font-size: 16px;
}

.p-16.no-margin {
  margin-bottom: 0;
}

.p-16.text-black {
  color: var(--black);
}

.webflow-partner-bagde-wrap {
  z-index: 12;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0 0% auto;
}

.grey-circle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gray-circle {
  background-color: var(--section-grey);
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.gray-circle.is-light-grey {
  background-color: var(--dim-grey);
}

.heading-2 {
  margin-top: 20px;
  font-size: 45px;
}

.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal.top-align {
  justify-content: space-between;
  align-items: flex-start;
}

.contact-form-wrapper {
  z-index: 9999;
  background-color: var(--section-grey);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding: 20px 60px;
  display: flex;
  position: relative;
}

.form-center.mt-60 {
  justify-content: center;
  margin-top: 60px;
  display: none;
}

.text-small {
  text-align: center;
  font-size: 16px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.veritcal-direction-spacing {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.title-wrapper {
  width: 100%;
  max-width: 40%;
}

.nav-logo, .nav-logo.w--current {
  width: 150px;
}

.home-hero-bg {
  z-index: -1;
  background-image: url('../images/Hero-Home-Decorative-Bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 450px;
  position: absolute;
  top: -8px;
  left: 0;
}

.phone-container {
  height: 370px;
  position: relative;
  top: 14px;
}

.phone-container._02 {
  z-index: 0;
  width: 110%;
  min-width: 110%;
  height: 287px;
  top: 0;
}

.contact-btn {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--black-2), #fff 27%, var(--dark-khaki) 56%, var(--deep-pink));
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.contact-btn.is-mob-view {
  display: none;
}

.feature-grid-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.banner-wrapper {
  background-color: var(--black);
  background-image: linear-gradient(to right, #f4c836, #f4c836 28%, var(--dark-khaki) 53%, var(--deep-pink));
  width: 100%;
  text-decoration: none;
}

.banner-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-content {
  grid-column-gap: 5px;
  color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Opensans;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.banner-container {
  width: 94%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
}

.webflow-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.webflow-icon {
  width: 42px;
  height: 42px;
}

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

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

.mansory-wrapper.mt-60 {
  margin-top: 60px;
}

.mansory-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.client-wrapper {
  background-color: #1e1e1e;
  border: 1.8px solid #383838;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.avatar-heading {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.avatar_img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.text-18-500 {
  color: #a5a5a5;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.star-svg {
  color: #ffcf32;
  width: 20px;
  height: 20px;
}

.star-wrapper {
  grid-column-gap: .28rem;
  grid-row-gap: .28rem;
  margin-top: 12px;
  display: flex;
}

.ptext-wrapper {
  margin-top: 14px;
}

.date-text {
  color: #bbb;
  margin-top: 10px;
}

.p-16-normal {
  font-size: 16px;
}

.p-16-normal.is-black.menu-p {
  white-space: pre-wrap;
}

.p-16-normal.is-light-grey {
  color: var(--dark-grey);
  font-size: 15px;
}

.card-margin-top-wrapper {
  position: relative;
}

.card-margin-top-wrapper.mt-40 {
  margin-top: 40px;
}

.card-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: static;
}

.service_card-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 26px;
  display: flex;
}

.card_icon-wrapper {
  filter: blur(16px);
  background-color: #4353ff;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% 14% 48%;
}

.card_icon-wrapper._3 {
  background-color: #1db8f29e;
  width: 30px;
  height: 30px;
  left: 51%;
}

.service-glass-wrapper {
  z-index: 5;
  background-color: #ffffff0a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
  position: relative;
  inset: 0%;
}

.service-icon-wrapper {
  z-index: 40;
  background-color: #000;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.card_icon-wrapper-copy {
  filter: blur(14px);
  background-color: #79b259bf;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 0% 0% 49%;
}

.icon-size {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.icon-size.flutter {
  object-fit: fill;
  width: 36px;
  height: 36px;
}

.service-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dotted-line {
  border-bottom: 1px dashed #ffffff57;
  width: 700px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.service-card-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.heading-center-align {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-container {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.padding-small {
  padding-top: 1.5rem;
}

.footer-flex-container-custom {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.service-section-hero {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.service-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.service-client-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.swiper-container {
  margin-top: 60px;
  overflow: hidden;
}

.swiper {
  flex-direction: column;
}

.swiper-nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.swiper-nav {
  background-color: #1a1a1a69;
  border: 1px solid #ffffff26;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.swiper-nav.prev {
  cursor: pointer;
  transition: all .25s;
}

.swiper-nav.prev:hover {
  background-color: #1a1a1a70;
  border-color: #ffffff70;
}

.swiper-nav.next {
  cursor: pointer;
  transition: all .25s;
  transform: rotate(180deg);
}

.swiper-nav.next:hover {
  background-color: #1a1a1a66;
  border-color: #ffffff70;
}

.swiper-wrapper {
  justify-content: flex-start;
  display: flex;
}

.swiper-wrapper.basic {
  width: 100%;
  height: 100%;
}

.project-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.project_block {
  cursor: pointer;
  border-radius: 24px;
  height: 480px;
  transition: all .45s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
  overflow: hidden;
}

.project-cover {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-content-wrapper {
  z-index: 15;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

.project-tag {
  z-index: 5;
  color: var(--black);
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #a09d9d;
  border-radius: 50vw;
  padding: 12px 22px;
  font-family: Opensans;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.project-tag.is-border {
  color: var(--black);
  letter-spacing: .58px;
  border: 1px solid #bdbdbd;
  padding: 10px 22px;
  font-family: Outfit, sans-serif;
}

.project-tag.is-outline {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #a09d9d;
}

.project-tag.is-no-border {
  color: #fff;
  background-color: #0000;
}

.project-detail {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding: 17px;
  display: flex;
  position: relative;
}

.project-detail.is-side_align {
  width: 520px;
  position: absolute;
  inset: auto 2% 4% auto;
}

.project_info-header {
  color: #000;
  justify-content: space-between;
  font-family: Opensans;
  display: flex;
}

.view-project-bottom-wrapper {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.is-black {
  color: var(--black);
}

.project-grid-row-2 {
  grid-template-rows: auto;
}

.project-grid-row-2.d-none {
  display: none;
}

.project-grid-row-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 1fr;
}

.project-grid-row-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
}

._w-250 {
  width: 350px;
}

.h3-small {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.view-project-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  flex-direction: column;
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  overflow: hidden;
  transform: rotate(45deg);
}

.link-block {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.project-detail-wrap {
  z-index: 5;
  background-color: #0000;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 17px 0 0;
  display: flex;
  position: relative;
}

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

.menu_bg {
  background-color: #f1ebeb;
  border-radius: .6em;
  width: 100%;
  height: 20em;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.services-flex-menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.services-title-menu-wrap {
  width: 37%;
}

.services-menu-item-content-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: auto;
  height: 100%;
  padding: 33px 26px;
}

.menu-title {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 13px 16px;
  display: flex;
  position: relative;
}

.menu-item-grid {
  grid-column-gap: 38px;
  grid-row-gap: 30px;
}

.services-logo-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #000;
  cursor: pointer;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.menu-logo-item-wrap {
  width: 40px;
  height: 40px;
}

.dropdown {
  color: #fff;
}

.nav-text-block {
  color: #fff;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.dropdown-list {
  background-color: #0000;
  top: 48px;
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: center;
  width: 58em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  top: 50px;
  left: -45px;
}

.html-embed {
  color: #f1ebeb;
  width: 1.6em;
  height: 1em;
  position: relative;
  top: 4px;
  left: -313px;
}

.nav-left-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding-right: 20px;
  display: block;
}

.dropdown-toggle.w--open {
  text-align: center;
  justify-content: center;
  padding-right: 20px;
  display: block;
}

.mega_menu-mob {
  display: none;
}

.arrow-wrap {
  background-color: #fff;
  border-top: 4px #f1ebeb;
  border-right: 4px #f1ebeb;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 18% -2% 0% auto;
  transform: rotate(45deg);
}

.nav_text-block {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.icon {
  color: #fff;
}

.services-icon {
  height: 100%;
  display: block;
}

.services-menu-mob-view {
  display: none;
}

.nav-link-text {
  text-decoration: none;
}

.webflow-partner-badge {
  z-index: 500;
  width: 32px;
  position: relative;
}

.hero-main {
  background-color: #0000;
  border-radius: 30px 30px 30px 0;
  width: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-home {
  width: 100%;
  height: 100vh;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 95vh;
  display: flex;
  position: relative;
}

.vormit-logo {
  object-fit: cover;
  width: 151px;
  height: 66px;
  display: block;
  position: relative;
  top: 5px;
}

.navbar-brand-logo {
  background-color: var(--black);
  border-bottom-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 0;
  display: flex;
  left: auto;
}

.svg-corner {
  width: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.svg-corner.top-right {
  inset: -27px 0% auto auto;
  transform: rotate(-180deg);
}

.svg-corner.left-bottom {
  inset: auto auto -5% -42%;
  transform: rotate(180deg);
}

.svg-corner.service-bot {
  width: 32px;
  inset: auto auto -44% -6px;
}

.svg-corner.service-bot.invert-side {
  filter: invert();
}

.svg-corner.top-left, .svg-corner.top-center {
  top: 0;
  left: -1px;
}

.svg-corner.top-center.invert {
  filter: invert();
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2_title {
  font-size: 60px;
  font-weight: 400;
}

.h2_title.desktop-show {
  font-size: 60px;
}

.h2_title.desktop-show.tetx-color-black {
  color: #000;
}

.h2_title.desktop-show.webflow-text {
  color: #000;
  font-size: 49px;
}

.h2_title.d-hide {
  margin-bottom: 10px;
  font-size: 60px;
}

.h2_title.mob-show {
  display: none;
}

.hero_arroww-wrapper {
  display: flex;
}

.arrow_circle {
  border: 1px solid #fff6f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  display: flex;
}

.arrow_circle.black-border {
  border-width: 1.4px;
  border-color: #000;
}

.arrow_circle.button {
  grid-column-gap: 8px;
  border-width: 2px;
  border-color: var(--black);
  cursor: pointer;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-top: 10px;
  font-size: 17px;
  text-decoration: none;
}

.arrow_circle.button:hover {
  color: var(--black);
  background-color: #fff;
}

.swiper-slide.stats-card {
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 17.5px;
  display: flex;
}

.swiper-pagination {
  grid-column-gap: 4px;
  align-items: flex-start;
  height: 40px;
  margin-top: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.swiper-pagination.hide {
  display: none;
}

.circle-whie {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  transform: rotate(-135deg);
}

.circle-whie.cal {
  transform: rotate(-137deg);
}

.nav-arrow {
  opacity: 0;
  height: 13px;
  display: block;
}

.nav-arrow.white {
  opacity: 0;
  color: var(--black);
  display: flex;
}

.menu-item-wrapper {
  z-index: 500;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 9px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0, 12px);
  box-shadow: 0 2px 5px #0003;
}

.menu-link-block {
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 8px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 10px;
}

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

.menu-link-block.text-menu-color {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 500;
  transform: translate(0, 2px);
}

.menu-link-block.text-menu-color:hover {
  color: var(--dark-khaki);
}

.menu-link-block.text-menu-color-black {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 500;
  transform: translate(0, 2px);
}

.menu-link-block.text-menu-color-black:hover {
  color: var(--dark-khaki);
}

.tab-custom-code {
  display: none;
}

.section-home-wrapper {
  height: 100vh;
  overflow: hidden;
}

.navbar-sticky {
  z-index: 500;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navabr-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-item-wrapper {
  z-index: 50;
  background-color: #0000;
  border-radius: 0;
  transform: translate(0, -7px);
}

.h2_title-mobile {
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.social-media-icon-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-media-icon-wrap-mob {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
}

.social-media-icon {
  color: #fff;
  width: 40px;
  height: 40px;
}

.service-arrow {
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-top: 0;
  transform: rotate(42deg);
}

.service-arrow.no-mb-15 {
  margin-bottom: 0;
}

.s-media {
  cursor: pointer;
  width: 27px;
  height: 27px;
}

.s-media:hover {
  color: #4b84ff;
}

.service-title {
  z-index: 5;
  background-color: #fff;
  border-top-left-radius: 20px;
  width: 100%;
  max-width: 60%;
  height: auto;
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-hero-section {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: relative;
  top: 0;
}

.services-hero-main {
  border-radius: 30px 30px 30px 0;
  width: 100%;
  height: 95vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.nav-top-bar-layer {
  background-color: var(--black);
  width: 100%;
  height: 11px;
}

.container-big {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 40px 1.4em;
}

.container-big._1280 {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-wrap-container {
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: relative;
}

.h2-hero-title-mob {
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.section-home-white {
  height: 100vh;
  overflow: hidden;
}

.body-white-bg {
  background-color: #fff;
}

.hero-card-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 330px;
  display: flex;
}

.hero-services-card-wrap {
  grid-row-gap: 20px;
  color: #fffcfc;
  background-color: #0c0d13;
  border-radius: 11px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 50px 20px 20px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-services-card-wrap.radial-gradient {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.hero-services-card-wrap.radial-gradient.link {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 64px;
}

.hero-services-card-wrap.radial-gradient.slider {
  grid-row-gap: 0px;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 18px;
}

.hero-services-card-wrap.d-hide {
  display: none;
}

.html-embed-5 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.nav-top-bar-layer-white {
  background-color: #fff;
  width: 100%;
  height: 11px;
}

.image-7 {
  filter: invert();
}

.white-corner-right {
  width: 32px;
  position: absolute;
  inset: -9% 0% auto auto;
  transform: rotate(-180deg);
}

.white-corner-left-bot {
  width: 32px;
  position: absolute;
  inset: auto auto 0% -4%;
  transform: rotate(-180deg);
}

.text-color-black {
  color: #000;
}

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

.portfolio-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.stack-card-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.services-card {
  background-color: #bed2f5;
  border-radius: 15px;
  padding: 37px 64px;
}

.services-card._02 {
  background-color: #dbe4c6;
  position: static;
  top: 178px;
}

.services-card._03 {
  background-color: #fff0f6;
  position: static;
  top: 220px;
}

.services-card._04 {
  z-index: 2;
  background-color: #f2d5ff;
  position: static;
  top: 240px;
}

.services-card._01 {
  background-color: #e5f4ff;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 150px;
}

.services-card._05 {
  background-color: #ebd8b2;
}

.services-card._06 {
  background-color: #d2e1c3;
}

.services-card._01-hubspot {
  background-color: #f8dfaa;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 150px;
}

.services-card._01-framer {
  background-color: #bce0ea;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 150px;
}

.services-card._01-shopify {
  background-color: #eaffde;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 150px;
}

.services-card._02-shopify {
  background-color: #c9abff;
  position: static;
  top: 178px;
}

.services-card._02-wp {
  background-color: #e7cbff;
  position: static;
  top: 178px;
}

.services-card._04-support {
  z-index: 2;
  background-color: #fad19b;
  position: static;
  top: 240px;
}

.services-card._03-hubspot {
  background-color: #ffac6cd1;
  position: static;
  top: 220px;
}

.services-card._03-email {
  background-color: #fff2a8;
  position: static;
  top: 220px;
}

.services-card._01-email {
  background-color: #e9f698;
  padding-left: 64px;
  padding-right: 64px;
  position: static;
  top: 150px;
}

.services-card._02-seo {
  background-color: #d3fffc;
  position: static;
  top: 178px;
}

.services-card.is-light-theme-1 {
  background-color: #fff;
  border: .5px solid #d4d4d46b;
  border-radius: 12px;
  padding: 30px 40px;
  box-shadow: 4px 4px #f2f2f2a8;
}

.services-card-content-wrapper {
  display: flex;
}

.services-card-content-wrapper.is-flex-v {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-card-img {
  border-radius: 20px;
  width: 320px;
  height: 380px;
  overflow: hidden;
}

.services-card-img.ht-300 {
  width: 100%;
  height: 240px;
}

.services-card-text-content {
  flex: 1;
  padding-left: 20px;
}

.services-card-text-content.no-m {
  padding-top: 20px;
  padding-left: 0;
}

.services-img {
  object-fit: cover;
  border-radius: 0;
  width: 321px;
  height: 240px;
}

.services-text {
  color: #000;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.services-sub-text {
  color: #005ca0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.services-sub-text._02 {
  color: #537700;
}

.services-sub-text._03 {
  color: #c4265f;
  font-size: 25px;
}

.services-sub-text._04 {
  color: #4a0468;
  font-size: 26px;
}

.services-sub-text._05 {
  color: #6f4a00;
}

.services-sub-text._06 {
  color: #356147;
}

.services-sub-text._02-shopify {
  color: #521784;
}

.services-sub-text._04-wp {
  color: #a86102;
  font-size: 26px;
}

.services-sub-text._03-hubspot {
  color: #ab2900;
}

.services-sub-text._03-email {
  color: #625300;
}

.services-sub-text._02-seo {
  color: #00100f;
}

.services-card-link {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  margin-top: 40px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.black-circle {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.image-8 {
  transform: rotate(-90deg);
}

.vormir-black-logo {
  filter: invert();
  object-fit: cover;
  width: 151px;
  height: 68px;
  display: block;
  position: relative;
  top: 4px;
}

.navbar-brand-white-wrap {
  background-color: #fff;
  border-bottom-right-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px 0 0;
  display: flex;
  left: auto;
}

.footer-dark {
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-dark.new {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.project-video-wrap {
  height: 418px;
}

.project-title {
  color: #000;
  font-size: 42px;
}

.project-tag-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.portfolio-tag {
  background-color: var(--section-grey);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
}

.project-info-wrap {
  margin-top: 20px;
}

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

.nav-wrap-container-white {
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: relative;
}

.footer-white-layer {
  width: 100%;
  height: 40px;
}

.tab-wrapper-sticky {
  z-index: 0;
  grid-column-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: sticky;
  top: 96px;
}

.tab-service-link {
  color: #000;
  border: 1px solid #dcb688;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px 12px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.tab-service-link.w--current {
  color: #00164b;
  background-color: #bed2f5;
  border-color: #bed2f5;
  border-radius: 30px;
  padding: 10px 14px 12px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-service-link._03 {
  border-color: var(--black-2);
}

.tab-service-link._04 {
  border-color: var(--dark-slate-blue);
}

.div-block-5 {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  display: flex;
}

.radial-purple {
  filter: blur(20px);
  background-image: radial-gradient(circle closest-corner, #69479963, #62428e70 0%, #0e0e15fc 70%, #0c0d13);
  position: absolute;
  inset: 0%;
}

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

.radial-red {
  opacity: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle, #ff637f42, #0c0d13 61%);
  position: absolute;
  inset: 0%;
}

.footer-container-dark {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.footer-container-dark.blac-bg {
  background-color: var(--black);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.arrow-services-link {
  z-index: 50;
  background-color: #000;
  border-top-left-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(0);
}

.div-block-8 {
  grid-column-gap: 8px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 56px;
  margin-bottom: 10px;
}

.icon-home-services {
  width: 36px;
}

.icon-home-services.wf {
  width: 30px;
}

.icon-home-services._2 {
  width: 38px;
}

.link-block-2 {
  text-decoration: none;
}

.basic-swiper {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-card-xl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #141414;
  background-image: radial-gradient(circle at 0 100%, #5e5e5e24, #5e5e5e00), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 62%);
  border-radius: 16px;
  flex-direction: column;
  min-width: 614px;
  padding: 18px 8px;
  display: flex;
  overflow: hidden;
}

.navigation-grid-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.dropdown-list-3 {
  background-color: #0000;
  padding-top: 32px;
}

.dropdown-list-3.w--open {
  border: 1px #d4cfcf;
  padding-top: 20px;
}

.navigation-grid-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown-block-link {
  grid-column-gap: 13px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 17.5px;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.dropdown-block-link:hover {
  background-color: #ffffff1a;
  background-image: none;
}

.dropdown-block-link.txt-black {
  color: #000;
  font-size: 16px;
}

.dropdown-block-link.txt-black:hover {
  background-color: #b6b6b630;
}

.dropdown-title-wrap {
  color: #fff;
  padding: 0 8px 0 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.navigation-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dim-grey);
  letter-spacing: -.25px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 0 16px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle:hover {
  background-color: #52525200;
}

.navigation-toggle.w--current {
  color: #642eff;
}

.navigation-toggle.w--open {
  color: var(--dark-khaki);
  background-color: #52525200;
}

.servce-links {
  grid-column-gap: 2px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.servce-links:hover {
  color: #fff;
}

.dropdown-card-xl-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 1.8px solid #1110102b;
  border-radius: 16px;
  flex-direction: column;
  min-width: 580px;
  padding: 18px 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000008;
}

.menu-item-wrapper-light-theme {
  z-index: 500;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 9px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0, 12px);
  box-shadow: 0 2px 5px #0003;
}

.menu-row-gap-4 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.dp-sub-text {
  color: #ffffffc4;
  font-size: 14px;
}

.dp-sub-text-black {
  color: #131313c4;
  font-size: 14px;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.have-a-project-wrap {
  color: #fff;
  background-color: #121212;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px 18px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.contact-us-btn {
  background-color: #635cf4;
  border-radius: 8px;
  padding: 11px 10px;
}

.have-a-project-wrap-grey {
  color: #000;
  background-color: #ededed;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.contact-us-btn-light-theme {
  border: 1px solid var(--medium-slate-blue);
  color: #fff;
  cursor: pointer;
  background-color: #635cf4;
  border-radius: 8px;
  padding: 10px 10px 11px;
  transition: all .2s;
}

.contact-us-btn-light-theme:hover {
  border: 1px solid var(--medium-slate-blue);
  color: #635cf4;
  background-color: #0000;
}

.homehero_title-wrap {
  z-index: 5;
  background-color: #0000;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  width: 100%;
  max-width: 80%;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto auto 6% 0%;
}

.sm-link {
  color: #404040;
}

.form-field-light-theme {
  color: #000;
  background-color: #0000;
  border: 2px solid #2f2f2f;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  font-size: 18px;
}

.form-field-light-theme:active {
  color: #000;
  background-color: #0000;
}

.form-field-light-theme:focus-visible, .form-field-light-theme[data-wf-focus-visible] {
  color: #000;
  background-color: #0000;
  font-family: Outfit, sans-serif;
}

.form-field-light-theme::placeholder {
  color: #3d3d3d;
  font-family: Outfit, sans-serif;
}

.form-field-light-theme.text-area-size {
  height: 80px;
}

.form-field-light-theme.text-area-size::placeholder, .h3-text-black {
  color: #000;
}

.padding-section-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-dp-icon {
  position: relative;
}

.services-dp-icon.size-medium-custom {
  width: 59px;
}

.dp-icon-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dp-service-icon {
  max-width: 100%;
  display: block;
}

.dp-service-icon.framer {
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}

.servce-links-dark-text {
  grid-column-gap: 2px;
  color: #000;
  align-items: flex-end;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.servce-links-dark-text:hover {
  color: #000;
}

.servce-links-dark-text.w--current {
  color: #000;
  line-height: 29px;
}

.social-media-icon-wrap-mob-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: none;
}

.form-services {
  z-index: 999999;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
  position: static;
}

.navigation-toggle-black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dim-grey);
  letter-spacing: -.25px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 12px 0 16px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-black:hover {
  background-color: #52525200;
}

.navigation-toggle-black.w--current {
  color: #642eff;
}

.navigation-toggle-black.w--open {
  color: var(--dark-khaki);
  background-color: #52525200;
}

.footer-header.mt-40 {
  margin-top: 40px;
}

.webflow-home-bg {
  object-fit: contain;
  object-position: 50% 50%;
  width: 43%;
  height: auto;
  position: relative;
  top: -36px;
  right: 150px;
}

.background-webflow {
  background-color: #d0d0d0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 12px;
  display: flex;
}

.service-arrow-cta {
  display: flex;
}

.service-home-link {
  text-decoration: none;
}

.service-home-link.custom-height {
  height: 800px;
}

.services-sub-text-hubspot {
  color: #b8560c;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.services-sub-text-shopify {
  color: #4c8b28;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.services-sub-text-mail {
  color: #3e4900;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.container-1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1280.max-1200 {
  max-width: 1000px;
}

.container-1280.is-relative {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.container-1280.pt-30 {
  padding-top: 10px;
}

.blog-rich-content {
  color: #000;
}

.blog-rich-content h1 {
  color: var(--black);
}

.blog-rich-content h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 42px;
}

.blog-rich-content h3 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-rich-content h4 {
  color: var(--black);
  font-weight: 500;
}

.blog-rich-content h5 {
  color: #000;
  line-height: 24px;
}

.blog-rich-content p {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16.8px;
  line-height: 1.6;
}

.blog-rich-content ul, .blog-rich-content ol {
  font-family: Outfit, sans-serif;
  font-size: 16.5px;
  line-height: 1.5;
}

.p-text-black {
  color: #000;
}

.s-media-insta {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
}

.s-media-insta:hover {
  color: var(--dark-khaki);
}

.body_white {
  background-color: var(--white);
  font-family: var(--font--outfit);
  color: var(--black);
}

.section-hero {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 101vh;
  display: flex;
  position: relative;
}

.navbar-new {
  background-color: #ddd0;
  padding-top: 18px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-text {
  color: var(--white);
  padding-left: 10px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
}

.nav-text:hover {
  color: var(--dark-grey);
}

.nav-text.w--current {
  color: var(--deep-pink);
  padding-right: 40px;
  font-size: 18px;
}

.brand-logo {
  width: 170px;
}

.button-wrapper {
  text-decoration: none;
  position: relative;
}

.cta-top-layer {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 45px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-top-layer.is-reverse {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #fff;
}

.cta-top-layer.is-reverse.padding-custom-small {
  padding-left: 32px;
  padding-right: 32px;
}

.cta-top-layer.nav {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #fff;
  padding: 16px 32px;
}

.cta-top-layer.is-border-light {
  border: 1px solid #fff;
}

.cta-top-layer.is-border-light.padding-smalll-custom {
  padding-left: 32px;
  padding-right: 32px;
}

.cta-below-layer {
  color: #fff;
  background-color: #00000047;
  border-radius: 8px;
  padding: 18px 45px;
  font-size: 19px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
  transform: translate(4px, 6px);
}

.cta-below-layer.is-lighy {
  background-color: #ffffff80;
}

.cta-below-layer.is-lighy.nav-cta {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-below-layer.light-500 {
  background-color: #00000030;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.padding-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-large.is-hero {
  z-index: 5;
  padding-top: 220px;
  position: relative;
}

.padding-large.mt-nav {
  margin-top: 74px;
}

.padding-large.mt-nav.padding-workshowcase {
  padding-top: 120px;
  padding-bottom: 160px;
}

.hero-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.p-18-400 {
  color: var(--black);
}

.p-18-400.text-colo-white {
  color: var(--white);
}

.hero-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-p-wrapper {
  width: 100%;
  max-width: 480px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-marque {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.marquee-item-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.marquee-item-wrapper.row-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
}

.image-13 {
  filter: invert();
  object-fit: fill;
  flex: 0 auto;
  max-width: none;
  height: 16px;
}

.image-13.br {
  width: 100px;
  height: 17px;
}

.project-grid-container {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 0;
  padding: 20px 0;
  display: grid;
}

.project-image {
  aspect-ratio: 640 / 617;
  box-shadow: none;
  object-fit: cover;
  object-position: 0% 0%;
  flex: none;
  width: 500px;
  height: 500px;
}

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

.h2-600-black {
  color: var(--black);
  margin-top: 20px;
  font-size: 50px;
  font-weight: 600;
}

.h2-600-black.mt-0 {
  margin-top: 0;
}

.h3-style {
  color: var(--black);
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.divider-line-grey {
  background-color: #b4adad4d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.max-430 {
  width: 100%;
  max-width: 430px;
}

.mt-50 {
  margin-top: 50px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-20 {
  border-bottom: 2px solid #d4d4d4;
  border-right: 2px solid #d4d4d4;
  position: absolute;
  inset: 12% 0% 0% 10%;
}

.div-block-21 {
  padding: 0 35px 13px;
  position: relative;
}

.line-2 {
  border-bottom: 2px solid #d4d4d4;
  border-left: 1px #000;
  border-right: 1px #000;
  position: absolute;
  inset: 0% 10% 0% 0%;
}

.line-3 {
  border-bottom: 2px #d4d4d4;
  border-right: 2px solid #d4d4d4;
  position: absolute;
  inset: 0% 0% 1% 10%;
}

.line-4 {
  border-bottom: 1px #d4d4d4;
  border-left: 1px #000;
  border-right: 1px #000;
  position: absolute;
  inset: 0%;
}

.tool-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.approach-mob-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: none;
}

.approach-image {
  width: 100%;
  height: 100%;
}

.image-16 {
  object-fit: contain;
  width: 100%;
  height: 60%;
  display: block;
}

.cta-wrapper {
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta-text-wrapper {
  z-index: 1;
  position: relative;
}

.h2-span-grey {
  color: #cdcdcd;
  font-weight: 400;
  position: static;
}

.image-18 {
  z-index: 2;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto -2% -64% auto;
  transform: rotate(-9deg);
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 18px 18px 18px 40px;
  display: grid;
  box-shadow: 0 4px 70px #b9b8b854;
}

.vormir-logoi-image {
  filter: invert();
  object-fit: contain;
  width: 151px;
  height: 68px;
  display: block;
  position: relative;
  top: 4px;
}

.contact-form {
  margin-top: 60px;
}

.label-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.input-field {
  border: 1px #000;
  border-bottom: 2px solid #d9d9d9;
  border-radius: 0;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-field:focus-visible, .input-field[data-wf-focus-visible] {
  font-size: 16px;
}

.input-field.is-text-area {
  height: 80px;
}

.contact-grey-wrapper {
  background-color: #f4f4f4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.max-400 {
  width: 100%;
  max-width: 400px;
}

.submit-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  padding: 16px 75px;
  font-size: 17px;
  transition: all .23s;
}

.submit-button:hover {
  background-color: var(--section-grey);
}

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

.form-inner-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.sm-flex-wrapper {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sm-image {
  width: 100%;
  height: 100%;
}

.padding-100 {
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tool-logo {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 2px;
  position: relative;
  overflow: visible;
}

.tool-logo.wf {
  position: absolute;
  inset: 0% auto auto 5%;
}

.tool-logo.fg {
  position: absolute;
  inset: 0% 5% auto auto;
}

.tool-logo.wp {
  position: absolute;
  inset: 2% 26% auto auto;
}

.tool-logo.sp {
  position: absolute;
  inset: 40% 14% auto auto;
}

.tool-logo.an {
  position: absolute;
  inset: auto 25% 12% auto;
}

.tool-logo.vj {
  position: absolute;
  inset: auto auto 8% 14%;
}

.tool-logo.ios {
  position: absolute;
  inset: auto 2% 2% auto;
}

.tool-logo.fr {
  position: absolute;
  inset: 27% auto auto 19%;
}

.tool-logo.react {
  position: absolute;
  top: 260px;
  left: 421.2px;
}

.tool-logo.hp {
  position: absolute;
  inset: 44% auto auto 0%;
}

.tool-logo.p {
  position: absolute;
  inset: 0% auto auto 33%;
}

.tool-logo.wix {
  inset: 27% auto auto 19%;
  position: absolute;
  inset: -14% auto auto 49%;
}

.framer {
  border: 1px solid #ccb4b4;
  border-radius: 50%;
}

.padding-large-bt {
  padding-bottom: 5rem;
}

.cta-heading {
  margin-bottom: 0;
}

.tech-circle {
  z-index: -1;
  background-color: #f4f4f4;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.solve-grid-item {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.solve-grid-item.mt-55 {
  justify-items: start;
  margin-top: 55px;
}

.solve-image {
  object-fit: contain;
  width: 100%;
  height: 290px;
  display: block;
}

.solve-image.op-work {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 2%;
}

.list-heading {
  color: #ffffff36;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.2;
}

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

.div-block-24.righr-align {
  text-align: right;
  position: absolute;
  inset: 0% 2% 0% auto;
}

.div-block-25 {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

.div-block-26 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.h1-48-white {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Moderat, sans-serif;
  font-size: 54px;
  font-weight: 400;
}

.animation-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.html-embed-6 {
  width: 65%;
  height: 65%;
  position: relative;
  top: 38px;
}

.marquee-contain-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-grey);
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 780px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-linear-layer {
  background-image: linear-gradient(81deg, #000, #fff0 14%), linear-gradient(274deg, #000 3%, #fff0 12%);
  display: block;
  position: absolute;
  inset: 0%;
}

.section-projects {
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

.services-p-text {
  color: var(--black);
  margin-top: 10px;
  font-family: Moderat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-29 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-wf-badge {
  z-index: 500;
  width: 230px;
  height: 48px;
  position: fixed;
  inset: auto 2% 5% auto;
}

._wf-partner-badge {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.div-block-30 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 0%;
  transform: rotate(-15deg);
}

.div-block-30.hide-d {
  bottom: 10%;
}

.image-20 {
  filter: invert();
  width: 50px;
}

.text-rancho-2 {
  color: #9f9f9f;
  font-family: Rancho, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.section-approach {
  padding-top: 40px;
}

.text-block-2 {
  font-family: Moderat, sans-serif;
}

.section-padding {
  width: 100%;
  padding-top: 80px;
}

.section-inner-top-padding {
  padding-top: 64px;
}

.div-block-31 {
  width: 100%;
  max-width: 100%;
  display: none;
  position: relative;
}

.section-workshowcase {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-project-list {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
  top: -154px;
}

.project-link-block {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-cursor {
  z-index: 1000;
  opacity: 1;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px solid #b2afaf;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 17px;
  font-weight: 500;
  display: none;
  position: relative;
}

.project-grid {
  z-index: 250;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.cursor-area {
  z-index: 500;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-image-full {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.workcase-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.project-image-height {
  border-radius: 30px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.project-detail-info {
  z-index: 500;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.project-desp {
  color: var(--section-grey);
}

.project-inner-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

._w-1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section-review {
  display: block;
}

.masonry-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.masonry-grid.mob {
  display: none;
}

.masonry-grid.desktop-view {
  flex-flow: column;
  grid-template-rows: auto;
}

.review-box {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 17px;
  padding: 10px;
  position: relative;
}

.review-box.ht-250 {
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 250px;
  display: flex;
  overflow: hidden;
}

.review-box.ht-480 {
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 480px;
  display: flex;
  overflow: hidden;
}

.review-text-content {
  z-index: 8;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.review-text-content.black {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--section-grey);
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 10px;
  margin-bottom: 8px;
  display: grid;
}

.review-text-content.video-play-button {
  width: 100%;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 500;
}

.position {
  font-size: 16px;
}

.review {
  color: var(--black);
  font-size: 16px;
}

.rating-svg {
  width: 90px;
}

.rating-svg.is-small {
  width: 88px;
  margin-bottom: 8px;
}

.rating-svg.mb-5 {
  margin-bottom: 8px;
}

.gradient-layer {
  background-image: linear-gradient(0deg, #000000eb 1%, #000000ad 25%, #fff0);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.avatar-wrap {
  border: 1px solid #cfc7c7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-embeded {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.js-play {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 30px;
  display: flex;
}

.review-text-outer-wrapper {
  z-index: 50;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.play-icon {
  width: 100%;
  height: 100%;
}

.play-icon.ht-80 {
  width: 85%;
  height: 85%;
}

.js-play-2 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.video-container {
  position: relative;
}

.layout-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.js-play-mob-1 {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause-mob-1 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.js-play-mob-2 {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause-mob-2 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.heading-1 {
  font-family: Moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.js-play-3 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause-3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.js-play-mob-3 {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.js-pause-mob-3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
}

.recaptcha-wrapper {
  margin-bottom: 20px;
}

.wix-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wix-logo {
  margin-top: -7px;
  margin-left: 8px;
}

.home-cta_span {
  clear: none;
  vertical-align: baseline;
  width: 2.3em;
  height: 1rem;
  margin-left: .2rem;
  margin-right: .8rem;
  display: inline;
  position: relative;
}

.home-cta_span.span-wrapper {
  display: inline-block;
}

.hide-this {
  display: none;
}

.image-21 {
  margin-top: -3px;
}

@media screen and (min-width: 1280px) {
  .services-card.is-light-theme-1 {
    padding: 40px 60px;
  }

  .services-card-content-wrapper.is-flex-v {
    grid-template-columns: .75fr 1fr;
  }

  .container-1280.is-relative {
    max-width: 100%;
  }

  .section-hero {
    height: 102vh;
  }

  .nav-text {
    font-size: 18px;
  }

  .padding-large.mt-nav.padding-workshowcase {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .project-image {
    object-fit: cover;
    height: 100%;
  }

  .h3-style {
    font-size: 30px;
  }

  .div-block-20 {
    top: 8%;
  }

  .line-2 {
    top: -3%;
  }

  .tool-logo.react {
    top: 291px;
  }

  .tool-logo.p {
    top: -10%;
    left: 30%;
  }

  .tool-logo.wix {
    top: 0%;
  }

  .solve-image {
    object-fit: cover;
  }

  .h1-48-white {
    font-size: 64px;
  }

  .marquee-contain-wrapper {
    margin-top: 60px;
  }

  .section-projects {
    overflow: hidden;
  }

  .services-p-text {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-29 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
  }

  .sticky-wf-badge {
    width: 250px;
    height: 48px;
  }

  ._wf-partner-badge {
    object-position: 100% 50%;
  }

  .div-block-30 {
    inset: auto auto 8% 2%;
    transform: rotate(-9deg);
  }

  .div-block-30.hide-d {
    bottom: 6%;
    transform: rotate(4deg);
  }

  .image-20 {
    transform: translate(7px, 11px)rotate(-23deg);
  }

  .text-rancho-2 {
    font-size: 23px;
    transform: translate(0, -25px)rotate(-18deg);
  }

  .section-padding {
    padding-top: 70px;
  }

  .section-inner-top-padding {
    padding-top: 64px;
  }

  .project-grid {
    grid-column-gap: 44px;
    grid-row-gap: 70px;
  }

  .cursor-area {
    inset: 0%;
  }

  .workcase-container {
    max-width: 780px;
  }

  ._w-1000 {
    max-width: 950px;
  }

  .js-pause, .js-pause-2, .js-pause-mob-1, .js-pause-mob-2 {
    display: none;
  }

  .heading-1 {
    font-size: 54px;
  }

  .js-pause-3, .js-pause-mob-3 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  p {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .home-section-hero {
    position: relative;
  }

  .container {
    max-width: 1350px;
  }

  .button.size-medium, .button.size-medium-dark {
    font-weight: 600;
  }

  .app-main-photo {
    width: 80%;
  }

  .logo-grid-holder.top-margin {
    grid-row-gap: 60px;
    margin-top: 40px;
  }

  .logo-grid {
    grid-column-gap: 40px;
  }

  .logo-grid._2 {
    grid-column-gap: 76px;
  }

  .logo-small-container {
    height: 20px;
  }

  .logo-small-container.medium {
    height: 17px;
  }

  .grid-2-col {
    align-items: center;
  }

  .image-container._02 {
    max-width: 550px;
  }

  .image-container._01 {
    width: 100%;
    max-width: 560px;
  }

  .feature-grid-holder {
    margin-top: 90px;
  }

  .feature-cards {
    justify-content: space-between;
    height: 100%;
  }

  .feature-cards._04 {
    height: 392px;
  }

  .feature-cards-container._02 {
    width: 372px;
  }

  .feature-card-big-app-holder {
    align-items: center;
  }

  .full-app-image-container {
    height: 100%;
  }

  .full-app-image-container.card-img {
    width: 100%;
    max-height: 533px;
  }

  .full-app-image-container._04 {
    width: 100%;
  }

  .full-app-image._04 {
    object-fit: fill;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .grey-border {
    display: block;
  }

  .nav-flex-wrapper {
    border-style: none;
  }

  .nav-menu {
    grid-column-gap: 14px;
  }

  .vormir-logo {
    width: 100%;
  }

  .heading-center {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-horizontal {
    align-items: flex-start;
  }

  .contact-form-wrapper {
    max-width: 850px;
    display: flex;
  }

  .form-center {
    justify-content: center;
    display: flex;
  }

  .form-center.mt-60 {
    margin-top: 60px;
    display: none;
  }

  .veritcal-direction-spacing {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 40%;
    display: flex;
  }

  .title-wrapper {
    max-width: 38%;
  }

  .paragraph {
    color: #fff;
  }

  .nav-logo.w--current {
    width: 140px;
  }

  .home-hero-bg {
    z-index: -1;
    background-image: url('../images/Hero-Home-Decorative-Bg.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    position: absolute;
    inset: -70px auto auto 0%;
  }

  .phone-container {
    height: 360px;
  }

  .phone-container._02 {
    width: 110%;
    height: 290px;
  }

  .feature-grid-col {
    align-items: center;
  }

  .banner-wrapper {
    background-color: var(--black);
  }

  .banner-content {
    font-size: 22px;
  }

  .banner-container {
    max-width: 1400px;
  }

  .form-container {
    max-width: 760px;
  }

  .service-section-hero {
    position: relative;
  }

  .swiper-wrapper.basic {
    flex-direction: row;
  }

  .project_block {
    height: 460px;
  }

  .project-cover {
    object-position: 50% 30%;
  }

  .project-content-wrapper {
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-text-block {
    font-size: 18px;
  }

  .webflow-partner-badge {
    z-index: 50;
    width: 32px;
    position: relative;
  }

  .hero-main {
    background-color: #0000;
    width: 100%;
  }

  .section-home {
    height: 100vh;
  }

  .background-video {
    border: 1px #000;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 245px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .vormit-logo {
    top: 6px;
  }

  .svg-corner.top-right {
    right: -2%;
  }

  .svg-corner.left-bottom {
    bottom: -7%;
    left: -42%;
  }

  .svg-corner.service-bot {
    bottom: -40%;
    left: 0%;
  }

  .navigation {
    background-color: #0000;
  }

  .h2_title, .h2_title.desktop-show {
    font-size: 64px;
  }

  .h2_title.desktop-show.webflow-text {
    font-size: 53px;
  }

  .h2_title.d-hide {
    font-size: 64px;
  }

  .swiper-slide.stats-card {
    justify-content: flex-start;
    font-size: 20.5px;
  }

  .swiper-pagination {
    margin-top: 4px;
  }

  .circle-whie {
    transform: none;
  }

  .circle-whie.cal {
    transform: rotate(-137deg);
  }

  .menu-item-wrapper {
    padding-left: 12px;
    padding-right: 30px;
  }

  .menu-link-block {
    font-size: 18px;
  }

  .menu-link-block.text-menu-color, .menu-link-block.text-menu-color-black {
    font-size: 20px;
  }

  .section-home-wrapper {
    height: 100vh;
    overflow: hidden;
  }

  .h2_title-mobile {
    font-size: 58px;
  }

  .service-hero-section {
    height: 90vh;
  }

  .services-hero-main {
    height: 95vh;
  }

  .container-big, .nav-wrap-container {
    max-width: 1800px;
  }

  .h2-hero-title-mob {
    font-size: 58px;
  }

  .section-home-white {
    height: 100vh;
    overflow: hidden;
  }

  .hero-card-wrapper {
    width: 460px;
  }

  .hero-services-card-wrap {
    padding: 25px 40px 25px 25px;
    font-size: 23px;
  }

  .hero-services-card-wrap.radial-gradient {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-services-card-wrap.radial-gradient.link {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .hero-services-card-wrap.radial-gradient.slider {
    height: 100%;
    padding-bottom: 20px;
    padding-right: 35px;
    font-size: 22px;
  }

  .white-corner-left-bot {
    width: 36px;
    left: -4%;
  }

  .stack-card-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .services-card-img {
    width: 482px;
    height: 420px;
  }

  .services-card-text-content {
    padding-left: 40px;
  }

  .services-sub-text._03 {
    font-size: 28px;
  }

  .services-sub-text._04 {
    font-size: 28px;
    line-height: 1.35;
  }

  .vormir-black-logo {
    width: 153px;
    top: 6px;
  }

  .footer-dark {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-wrap-container-white {
    max-width: 1800px;
  }

  .radial-purple {
    font-size: 18px;
  }

  .div-block-7 {
    padding-top: 10px;
  }

  .div-block-9 {
    grid-column-gap: 8px;
  }

  .image-9 {
    width: 56px;
  }

  .div-block-10 {
    flex-wrap: wrap;
    display: flex;
  }

  .arrow-home {
    transform: rotate(-137deg);
  }

  .icon-home-services {
    width: 46px;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .basic-swiper {
    overflow: hidden;
  }

  .dropdown-block-link.txt-black {
    font-size: 17px;
  }

  .navigation-toggle {
    font-size: 20px;
  }

  .dropdown-card-xl-white {
    min-width: 600px;
  }

  .menu-item-wrapper-light-theme {
    padding-left: 12px;
    padding-right: 30px;
  }

  .homehero_title-wrap {
    max-width: 58%;
  }

  .sm-link {
    color: #333;
    text-decoration: none;
  }

  .navigation-toggle-black {
    font-size: 20px;
  }

  .webflow-home-bg {
    object-fit: contain;
    object-position: 50% 50%;
    background-color: #d7d7d7;
    width: 46%;
    height: auto;
    display: block;
    position: relative;
    top: -5px;
    right: 192px;
  }

  .background-webflow {
    background-color: #d0d0d0;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-1280.max-1200 {
    max-width: 1200px;
  }

  .container-1280.is-relative {
    max-width: 100%;
  }

  .blog-rich-content h2 {
    margin-top: 20px;
  }

  .s-media-insta:hover {
    color: var(--dark-khaki);
  }

  .section-hero {
    height: 101vh;
  }

  .padding-large.mt-nav.padding-workshowcase {
    padding-top: 120px;
  }

  .section-marque {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .marquee-item-wrapper.row-1 {
    grid-column-gap: 71px;
    grid-row-gap: 71px;
  }

  .project-image {
    width: 100%;
  }

  .vormir-logoi-image {
    width: 153px;
    top: 6px;
  }

  .tool-logo.react {
    left: 423.2px;
  }

  .solve-grid-item {
    justify-items: start;
  }

  .solve-image {
    object-fit: fill;
    height: 280px;
  }

  .solve-image.op-work {
    object-fit: cover;
    width: 100%;
    height: 342px;
  }

  .div-block-26 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-6 {
    width: 60%;
    height: 60%;
  }

  .section-projects {
    overflow: hidden;
  }

  ._wf-partner-badge {
    object-fit: contain;
  }

  .div-block-30 {
    inset: auto auto 7% 2%;
  }

  .div-block-30.hide-d {
    transform: rotate(1deg);
  }

  .section-workshowcase {
    height: auto;
  }

  .project-grid {
    place-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .feature-cards {
    justify-content: center;
  }

  .full-app-image-container.card-img, .full-app-image-container._04 {
    width: 100%;
  }

  .full-app-image._04 {
    object-fit: fill;
    width: 100%;
  }

  .navbar-sticky {
    margin-left: auto;
    margin-right: auto;
  }

  .container-big {
    padding-bottom: 2em;
  }

  .white-corner-left-bot {
    width: 42px;
    left: -4%;
  }

  .stack-card-wrapper {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-1280.is-relative {
    position: relative;
  }

  .section-hero {
    height: 98vh;
  }

  .project-grid-container {
    width: 100%;
  }

  .project-image {
    width: 100%;
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 45px;
  }

  .container.medium-6-em, .container.medium-top-custom, .container.medium-top-custom-small, .container.medium-6-em-custom {
    padding-top: 3em;
  }

  .gradient-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .link-gradient-text.contact {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .app-info-02 {
    width: 264px;
  }

  .logo-grid {
    grid-row-gap: 29px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-grid._2 {
    grid-column-gap: 68px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
  }

  .logo-small-container {
    height: 20px;
  }

  .logo-small-container.medium {
    height: 14px;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .image-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-container._02 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .feature-image {
    max-width: 100%;
  }

  .sticky-slider-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-between;
  }

  .sticky-text-container {
    width: 480px;
    min-width: 480px;
  }

  .slider-image-holder {
    grid-row-gap: 50px;
    margin-top: 40px;
  }

  .slider-sticky-holder._01 {
    margin-top: -31px;
    position: sticky;
    bottom: 0%;
  }

  .feature-grid-holder {
    flex-direction: column;
  }

  .feature-cards {
    flex-direction: column;
    height: auto;
  }

  .feature-cards._04 {
    height: auto;
  }

  .feature-cards-container._02 {
    width: 100%;
  }

  .feature-card-big-app-holder._02 {
    overflow: hidden;
  }

  .connect-grid-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .quick-access-grid {
    grid-template-columns: 1fr;
  }

  .right-content-wrapper.gap-30 {
    max-width: 100%;
  }

  .copyright-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .navbar {
    height: auto;
  }

  .nav-container {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--section-grey);
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--section-grey);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .popup-bg, .form-modal {
    display: none;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .heading-2 {
    font-size: 38px;
  }

  .flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .veritcal-direction-spacing, .title-wrapper {
    max-width: 100%;
  }

  .phone-container._02 {
    width: 60%;
    min-width: 60%;
    height: auto;
  }

  .contact-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    display: block;
  }

  .contact-btn.is-mob-view {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-btn.is-nav-desktop {
    display: none;
  }

  .feature-grid-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .banner-wrapper {
    background-color: var(--black);
  }

  .banner-content {
    grid-column-gap: 5px;
  }

  .webflow-icon-wrapper {
    flex: none;
    width: 36px;
    height: 36px;
  }

  .webflow-icon {
    width: 36px;
    height: 36px;
  }

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

  .card-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-icon-wrapper {
    z-index: 2;
  }

  .dotted-line {
    display: none;
  }

  .service-section, .service-client-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-container {
    margin-top: 40px;
  }

  .project_block {
    height: 380px;
  }

  .project-grid-row-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.8fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .project-grid-row-3 {
    flex-direction: column;
    display: flex;
  }

  .menu_bg {
    height: auto;
    overflow: visible;
  }

  .services-flex-menu-wrap {
    display: none;
  }

  .services-title-menu-wrap {
    text-align: left;
    width: 100%;
  }

  .menu-title-wrap {
    border-radius: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-item-grid {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 5px;
    padding: 14px;
  }

  .services-logo-item.is-blue {
    color: var(--deep-pink);
  }

  .dropdown {
    flex-direction: column;
    display: flex;
  }

  .dropdown.is-desktop {
    display: none;
  }

  .dropdown-list.w--open {
    align-items: center;
    width: 90%;
    left: auto;
  }

  .html-embed {
    left: auto;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle:hover {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mega_menu-mob {
    display: block;
  }

  .dropdown-list-2 {
    background-color: #0000;
  }

  .nav_text-block {
    font-size: 16px;
  }

  .dropdown-2 {
    text-align: center;
    width: 100%;
  }

  .services-dropdown-item {
    height: 100%;
    overflow: hidden;
  }

  .services-icon {
    width: 100%;
    height: 100%;
  }

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

  .services-menu-mob-view {
    justify-content: center;
    width: 40%;
    display: flex;
  }

  .services-submenu-list {
    border-radius: 1px;
  }

  .services-submenu-list.w--open {
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .hero-main {
    height: 416px;
  }

  .section-home {
    height: auto;
    margin-top: 80px;
  }

  .hero-grid {
    flex-direction: column;
    height: auto;
  }

  .navbar-brand-logo {
    background-color: #0000;
  }

  .svg-corner.service-bot {
    left: -6.5%;
  }

  .svg-corner.service-bot.invert-side {
    display: none;
  }

  .h2_title {
    letter-spacing: .05em;
  }

  .h2_title.desktop-show.webflow-text {
    font-size: 42px;
  }

  .hero_arroww-wrapper {
    display: none;
  }

  .arrow_circle.button {
    margin-top: 10px;
  }

  .nav-arrow {
    margin-left: 10px;
    display: none;
  }

  .menu-item-wrapper {
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    margin-left: 0;
    padding-top: 9px;
    padding-bottom: 20px;
    padding-left: 20px;
    top: 0;
    overflow: visible;
    transform: translate(0);
  }

  .menu-link-block.text-menu-color {
    border-bottom: 1px solid var(--dark-slate-blue);
    color: #fff;
    align-items: flex-start;
    width: 100%;
    transform: none;
  }

  .menu-link-block.text-menu-color-black {
    border-bottom: 1px solid var(--dark-slate-blue);
    color: var(--black);
    align-items: flex-start;
    width: 100%;
    transform: none;
  }

  .section-home-wrapper {
    overflow: hidden;
  }

  .menu-icon-button {
    background-color: var(--black-2);
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 40px;
    margin-right: 80px;
    padding: 0;
    font-family: Outfit, sans-serif;
    font-size: 19px;
    font-weight: 500;
    display: flex;
  }

  .menu-icon-button.w--open {
    z-index: 2;
    background-color: var(--black);
    color: #fff;
    border: 2px solid #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    margin-right: 80px;
    padding: 0;
    display: flex;
  }

  .navbar-sticky {
    padding-top: 0;
    position: fixed;
  }

  .navabr-wrapper {
    justify-content: space-between;
  }

  .nav-menu-item-wrapper {
    width: 100%;
    top: 74px;
    right: auto;
  }

  .h2_title-mobile {
    letter-spacing: .05em;
    display: none;
  }

  .menu-close {
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .social-media-icon-wrap {
    display: none;
  }

  .social-media-icon-wrap-mob {
    opacity: 1;
    background-color: #0000;
    border: 2px solid #fff;
    border-radius: 6px;
    height: 40px;
    padding: 8px 7px;
    display: flex;
    position: absolute;
    inset: auto 2% 50% auto;
    transform: translate(0, 50%);
  }

  .social-media-icon-wrap-mob.white {
    border-style: none;
    border-color: #000;
    padding-left: 0;
    padding-right: 0;
    right: 56%;
  }

  .social-media-icon-wrap-mob.white.insta {
    right: 10%;
  }

  .social-media-icon {
    z-index: 5;
    width: 100%;
    height: auto;
    position: relative;
  }

  .social-media-icon.is-black {
    color: var(--black);
    width: 100%;
  }

  .menu-close-text {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .service-title {
    max-width: 76%;
    padding-right: 20px;
  }

  .service-hero-section {
    margin-top: 80px;
  }

  .services-hero-main {
    height: 85vh;
  }

  .nav-wrap-container {
    background-color: var(--black);
    padding-top: .5em;
    padding-bottom: .5em;
    position: static;
  }

  .h2-hero-title-mob {
    letter-spacing: .05em;
    display: none;
  }

  .section-home-white {
    height: auto;
    overflow: hidden;
  }

  .hero-card-wrapper {
    width: 100%;
  }

  .nav-top-bar-layer-white {
    display: none;
  }

  .text-color-black {
    font-size: 39px;
  }

  .stack-card-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .stack-card-wrapper.pd-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-card._01, .services-card._01-hubspot, .services-card._01-framer, .services-card._01-shopify, .services-card._01-email {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-card-content-wrapper {
    flex-direction: column;
  }

  .services-card-img {
    width: 100%;
  }

  .services-card-text-content {
    padding-top: 20px;
    padding-left: 0;
  }

  .services-text {
    font-size: 32px;
  }

  .services-sub-text._04, .services-sub-text._04-wp {
    font-size: 23px;
  }

  .navbar-brand-white-wrap {
    background-color: #0000;
  }

  .nav-wrap-container-white {
    background-color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
    position: static;
  }

  .dropdown-card-xl {
    min-width: auto;
  }

  .dropdown-list-3.w--open {
    padding-top: 8px;
    position: relative;
  }

  .dropdown-3 {
    width: 100%;
  }

  .navigation-toggle {
    color: #fff;
    border-bottom: 1px solid #5a5884;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .dropdown-card-xl-white {
    min-width: auto;
  }

  .menu-item-wrapper-light-theme {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    margin-left: 0;
    padding-top: 9px;
    padding-bottom: 20px;
    padding-left: 20px;
    top: 0;
    overflow: visible;
    transform: translate(0);
  }

  .homehero_title-wrap {
    max-width: 85%;
    padding-right: 20px;
  }

  .social-media-icon-wrap-mob-wrap {
    opacity: 1;
    background-color: #0000;
    border: 2px solid #000;
    border-radius: 12px;
    width: 80px;
    height: 40px;
    padding: 8px 7px;
    display: flex;
    position: absolute;
    inset: auto -2% 50% auto;
    transform: translate(0, 50%);
  }

  .social-media-icon-wrap-mob-wrap.white-border {
    border-width: 1.2px;
    border-color: #fff;
  }

  .form-services {
    display: block;
  }

  .navigation-toggle-black {
    color: #000;
    border-bottom: 1px solid #5a5884;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .webflow-home-bg {
    width: 54%;
    top: -74px;
    right: 106px;
  }

  .service-arrow-cta {
    display: flex;
  }

  .service-home-link.custom-height {
    height: auto;
  }

  .nav-text {
    padding-left: 0;
  }

  .button-wrapper {
    display: inline-flex;
  }

  .button-wrapper.nav-cta {
    justify-content: flex-start;
    align-items: center;
    width: 158px;
    display: flex;
  }

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

  .hero-container {
    width: 100%;
    max-width: 650px;
  }

  .marquee-item-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .marquee-item-wrapper.row-1 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .project-grid-container {
    grid-template-columns: 1fr 1fr;
    display: flex;
    overflow: auto;
  }

  .h2-600-black {
    font-size: 38px;
  }

  .h3-style {
    font-size: 28px;
  }

  .nav-menu-3 {
    border: 1px solid var(--section-grey);
    background-color: var(--section-grey);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 28px 22px;
    display: flex;
  }

  .menu-button-3 {
    background-color: var(--black);
    color: var(--white);
    border-radius: 7px;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .section-projects {
    display: block;
  }

  .div-block-30.hide-d {
    display: none;
  }

  .text-rancho-2 {
    font-size: 24px;
  }

  .div-block-31 {
    display: block;
  }

  .project-grid {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .cursor-area {
    display: block;
  }

  .project-image-full {
    object-fit: cover;
    object-position: 50% 20%;
  }

  .project-image-height {
    height: 420px;
  }

  .masonry-grid {
    display: block;
  }

  .masonry-grid.mob {
    flex-flow: column;
    display: flex;
  }

  .masonry-grid.desktop-view {
    display: none;
  }

  .review-box, .review-box.ht-480 {
    width: 100%;
  }

  .div-block-32 {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
    line-height: 1.2em;
  }

  p {
    font-size: 16px;
  }

  .container.medium-top-custom-small {
    padding-bottom: 2.5em;
  }

  .logo-grid-holder.top-margin {
    grid-row-gap: 40px;
  }

  .logo-grid {
    grid-column-gap: 94px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-grid._2 {
    grid-column-gap: 96px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }

  .list-holder {
    font-size: 16px;
  }

  .sticky-text-container {
    min-width: 100%;
  }

  .full-app-image-container._04 {
    width: 120%;
  }

  .full-app-image._04 {
    width: 100%;
  }

  .right-content-wrapper.gap-30 {
    max-width: 100%;
  }

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

  .vormir-logo {
    width: 150px;
  }

  .popup-bg {
    padding: 57px;
    display: none;
  }

  .form-modal {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .form-field {
    height: 50px;
  }

  .p-16 {
    font-size: 15px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .phone-container {
    height: 370px;
  }

  .phone-container._02 {
    height: auto;
  }

  .banner-wrapper {
    background-color: var(--black);
  }

  .banner-content {
    grid-column-gap: 5px;
    color: var(--black);
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.2;
  }

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

  .webflow-icon-wrapper {
    flex: none;
  }

  .mansory-wrapper.mt-60 {
    margin-top: 40px;
  }

  .mansory-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .card-grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .service_card-wrapper {
    padding: 24px 24px 0;
  }

  .service-glass-wrapper {
    background-color: #a8a6a614;
    border: 1px solid #dddddd0f;
  }

  .service-section-hero {
    padding-top: 20px;
  }

  .service-section, .service-client-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .swiper-container {
    margin-top: 30px;
  }

  .project-grid-wrapper {
    margin-top: 50px;
  }

  .project_block {
    height: 400px;
  }

  .project-tag {
    font-size: 14px;
  }

  .project-detail {
    height: auto;
  }

  .project-detail.is-side_align {
    width: 100%;
    position: static;
  }

  .view-project-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h3-small {
    font-size: 22px;
  }

  .services-flex-menu-wrap {
    overflow: hidden;
  }

  .services-title-menu-wrap {
    width: 100%;
  }

  .services-menu-item-content-wrap {
    width: 100%;
    display: block;
  }

  .dropdown-list.w--open {
    width: 40em;
    left: -231px;
  }

  .services-menu-mob-view {
    width: 40%;
  }

  .hero-main {
    height: 420px;
  }

  .section-home {
    height: auto;
  }

  .hero-grid {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .navbar-brand-logo {
    padding-left: 0;
  }

  .h2_title, .h2_title.desktop-show {
    font-size: 54px;
  }

  .h2_title.desktop-show.webflow-text {
    font-size: 32px;
  }

  .h2_title.d-hide {
    font-size: 54px;
  }

  .hero_arroww-wrapper {
    align-items: center;
    display: flex;
  }

  .arrow_circle.button {
    margin-top: 10px;
  }

  .swiper-slide.stats-card {
    border-radius: 50%;
  }

  .nav-arrow {
    opacity: 1;
    display: none;
    transform: translate(12px)rotate(270deg);
  }

  .menu-item-wrapper {
    margin-left: 0;
    padding-bottom: 14px;
  }

  .menu-link-block {
    flex-direction: row;
    width: 100%;
  }

  .menu-link-block.text-menu-color, .menu-link-block.text-menu-color-black {
    justify-content: flex-start;
  }

  .section-home-wrapper {
    height: 100%;
    overflow: visible;
  }

  .menu-icon-button.w--open {
    margin-right: 74px;
  }

  .h2_title-mobile {
    font-size: 40px;
    display: none;
  }

  .social-media-icon-wrap-mob {
    border-radius: 6px;
  }

  .service-title {
    max-width: 70%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .services-hero-main {
    height: 80vh;
    display: block;
  }

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

  .h2-hero-title-mob {
    font-size: 40px;
    display: none;
  }

  .section-home-white {
    height: 100%;
    overflow: visible;
  }

  .hero-card-wrapper {
    width: 100%;
  }

  .nav-top-bar-layer-white {
    display: none;
  }

  .white-corner-left-bot {
    left: -8%;
  }

  .padding-section-top {
    padding-top: 40px;
  }

  .portfolio-grid-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .stack-card-wrapper.pd-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-card._02, .services-card._03, .services-card._04, .services-card._01, .services-card._05, .services-card._06, .services-card._01-hubspot, .services-card._01-framer, .services-card._01-shopify, .services-card._02-shopify, .services-card._02-wp, .services-card._04-support, .services-card._03-hubspot, .services-card._03-email, .services-card._01-email, .services-card._02-seo {
    padding: 20px;
  }

  .services-card-content-wrapper.is-flex-v {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .services-img {
    width: 100%;
  }

  .services-text {
    font-size: 26px;
  }

  .services-sub-text._05, .services-sub-text._06 {
    font-size: 23px;
  }

  .navbar-brand-white-wrap {
    padding-left: 0;
  }

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

  .project-video-wrap {
    height: auto;
  }

  .image-9 {
    width: 55px;
  }

  .dropdown-card-xl {
    height: 440px;
    overflow: scroll;
  }

  .navigation-grid-b {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .dropdown-block-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-card-xl-white {
    border: 1px solid #e6e0e0;
    height: 450px;
    overflow: scroll;
  }

  .menu-item-wrapper-light-theme {
    margin-left: 0;
    padding-bottom: 14px;
  }

  .have-a-project-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .homehero_title-wrap {
    max-width: 100%;
  }

  .form-field-light-theme {
    height: 50px;
  }

  .padding-section-contact {
    padding-top: 40px;
  }

  .services-dp-icon.size-medium-custom {
    width: 44px;
  }

  .social-media-icon-wrap-mob-wrap {
    border-radius: 6px;
    right: -4%;
  }

  .form-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webflow-home-bg {
    width: 80%;
    right: 46px;
  }

  .service-arrow-cta {
    align-items: center;
    display: flex;
  }

  .container-1280.mob-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-rich-content h1 {
    font-size: 34px;
  }

  .blog-rich-content h2 {
    font-size: 30px;
  }

  .blog-rich-content h3 {
    font-size: 25px;
  }

  .blog-rich-content h4 {
    font-size: 20px;
  }

  .section-hero {
    width: 100%;
  }

  .cta-top-layer, .cta-below-layer {
    border-radius: 15px;
    padding: 20px 30px;
  }

  .hero-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 550px;
    display: flex;
  }

  .p-18-400 {
    font-size: 16px;
  }

  .section-marque {
    width: 100%;
  }

  .marquee-item-wrapper.row-1 {
    display: flex;
  }

  .image-13 {
    object-fit: contain;
  }

  .project-grid-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .h2-600-black {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .h3-style {
    font-size: 24px;
  }

  .image-18 {
    bottom: -80%;
  }

  .contact-wrapper {
    flex-flow: column;
    display: flex;
  }

  .tool-logo {
    width: 60px;
    height: 60px;
  }

  .tool-logo.react {
    left: 176px;
  }

  .solve-grid-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .solve-image.op-work {
    height: 347px;
  }

  .marquee-contain-wrapper {
    max-width: 100%;
  }

  .marque-linear-layer {
    display: none;
  }

  .services-p-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .div-block-29 {
    flex-flow: column;
    display: flex;
  }

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

  .section-padding {
    padding-top: 60px;
  }

  .section-inner-top-padding {
    padding-top: 40px;
  }

  .div-block-31 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: flex;
  }

  .masonry-grid {
    grid-template-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

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

  .container.medium-top-custom-small {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }

  .container.padding-section-section {
    padding-top: 4em;
  }

  .container.medium-6-em-custom {
    padding-bottom: 4em;
  }

  .hero-button-holder {
    flex-direction: column;
  }

  .button {
    justify-content: center;
  }

  .button.size-medium {
    max-width: 100%;
  }

  .button.with-arrow {
    justify-content: center;
  }

  .button.size-medium-dark {
    max-width: 100%;
  }

  .link-gradient-text.contact {
    font-size: 14px;
  }

  .app-holder {
    padding-bottom: 8rem;
  }

  .app-main-photo {
    width: 100%;
  }

  .app-info-02 {
    width: 50%;
  }

  .logo-grid-holder.top-margin {
    text-align: center;
    margin-top: 0;
  }

  .logo-grid {
    grid-column-gap: 59px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .logo-grid._2 {
    grid-column-gap: 62px;
    grid-template-columns: 1fr 1fr;
  }

  .featured-container.mt-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .grid-2-col {
    flex-direction: column;
    display: flex;
  }

  .list-holder {
    font-size: 14px;
  }

  .feature-image {
    max-width: 100%;
  }

  .sticky-slider-section {
    margin-top: 60px;
  }

  .sticky-text-container {
    width: 100%;
    min-width: 100%;
  }

  .slider-image-holder {
    grid-row-gap: 40px;
  }

  .feature-cards-container._02 {
    min-width: 100%;
  }

  .feature-card-big-app-holder {
    align-items: center;
    padding: 20px 20px 0;
  }

  .feature-card-big-app-holder._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-app-image-container {
    width: 100%;
    height: 120%;
    margin-top: 10px;
  }

  .full-app-image-container._04 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 130%;
    display: flex;
  }

  .full-app-image {
    display: block;
  }

  .full-app-image._04 {
    min-width: 100%;
  }

  .connect-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .company-avatar-circle._01, .company-avatar-circle._02, .company-avatar-circle._03, .company-avatar-circle._04, .company-avatar-circle._05, .company-avatar-circle._06, .company-avatar-circle._07, .company-avatar-circle._08, .company-avatar-circle._09, .company-avatar-circle._10, .company-avatar-circle._20, .company-avatar-circle._19, .company-avatar-circle._18, .company-avatar-circle._11, .company-avatar-circle._12, .company-avatar-circle._13, .company-avatar-circle._14, .company-avatar-circle._15, .company-avatar-circle._16, .company-avatar-circle._17 {
    width: 55px;
    height: 55px;
  }

  .quick-access-card-holder {
    padding: 20px;
  }

  .text-large {
    font-size: 26px;
  }

  .grey-border {
    display: block;
  }

  .arrow-holder-container {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    top: 22%;
    right: 5%;
  }

  .footer-image {
    width: 132px;
  }

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

  .nav-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vormir-logo {
    width: 114px;
  }

  .section {
    padding-top: 30px;
  }

  .popup-bg {
    z-index: 3000;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .form-modal {
    z-index: 99999;
    display: none;
  }

  .form-field {
    height: 48px;
  }

  .close-btn {
    width: 40px;
    height: 40px;
  }

  .success-state {
    font-size: 15px;
  }

  .p-16 {
    font-size: 13px;
  }

  .webflow-partner-bagde-wrap {
    z-index: 12;
  }

  .grey-circle-holder {
    inset: 0%;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .text-small {
    font-size: 14px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .phone-container {
    height: 250px;
  }

  .phone-container._02 {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .contact-btn {
    max-width: 50%;
    font-size: 14px;
  }

  .feature-grid-col {
    flex-direction: column-reverse;
    display: flex;
  }

  .banner-wrapper {
    background-color: var(--black);
  }

  .banner-content {
    grid-column-gap: 5px;
    color: var(--black);
    flex-wrap: nowrap;
    flex: 1;
    place-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
  }

  .banner-container {
    padding-left: .5em;
    padding-right: .5em;
  }

  .webflow-icon-wrapper {
    flex: none;
  }

  .webflow-icon {
    width: 40px;
    height: 40px;
  }

  .mansory-wrapper.mt-60 {
    margin-top: 30px;
  }

  .mansory-grid {
    flex-direction: column;
    display: flex;
  }

  .p-16-normal.is-light-grey {
    font-size: 14px;
  }

  .card-grid-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service_card-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-glass-wrapper {
    width: 80px;
    height: 80px;
  }

  .icon-size {
    width: 44px;
  }

  .service-content-wrapper {
    margin-top: 30px;
  }

  .service-card-title {
    font-size: 24px;
  }

  .form-container {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .service-section, .service-client-section {
    padding-top: 30px;
  }

  .project_block {
    height: 400px;
  }

  .project-detail.is-side_align {
    width: 100%;
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .project_info-header, ._w-250 {
    width: 100%;
  }

  .h3-small {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .menu-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .services-logo-item {
    font-size: 15px;
  }

  .icon {
    margin-right: 0;
  }

  .services-menu-mob-view {
    justify-content: center;
    width: 40%;
  }

  .webflow-partner-badge {
    z-index: 1000;
    width: 24px;
    position: relative;
  }

  .hero-main {
    height: 380px;
  }

  .hero-grid {
    height: auto;
  }

  .vormit-logo {
    width: 120px;
    height: 48px;
    top: 4px;
  }

  .h2_title {
    font-size: 32px;
  }

  .h2_title.desktop-show {
    display: none;
  }

  .h2_title.d-hide {
    font-size: 32px;
    display: block;
  }

  .h2_title.mob-show, .hero_arroww-wrapper {
    display: none;
  }

  .arrow_circle.button {
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
  }

  .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-item-wrapper {
    align-items: stretch;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .menu-link-block.text-menu-color, .menu-link-block.text-menu-color-black {
    border-bottom: 1px solid #5a5884;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .menu-icon-button, .menu-icon-button.w--open {
    margin-right: 78px;
  }

  .navbar-sticky {
    padding-bottom: 12px;
  }

  .navabr-wrapper {
    align-items: center;
  }

  .h2_title-mobile {
    font-size: 34px;
    display: block;
  }

  .h2_title-mobile.tetx-black {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

  .social-media-icon-wrap-mob {
    border-radius: 6px;
    height: 40px;
    padding: 6px 10px;
    transform: translate(0, 3px)translate(0, 50%);
  }

  .social-media-icon-wrap-mob.white {
    height: 32px;
    padding-top: 6px;
    transform: translate(0)translate(0, 50%);
  }

  .social-media-icon {
    width: 20px;
  }

  .service-title {
    max-width: 260px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .service-hero-section {
    height: auto;
  }

  .services-hero-main {
    height: 419px;
  }

  .nav-top-bar-layer {
    height: 10px;
    display: none;
  }

  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nav-wrap-container {
    padding: 1em 1em .5em;
  }

  .h2-hero-title-mob {
    font-size: 32px;
    display: block;
  }

  .hero-card-wrapper {
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 100%;
  }

  .hero-services-card-wrap {
    padding-right: 58px;
  }

  .hero-services-card-wrap.radial-gradient.slider {
    padding-right: 60px;
    font-size: 20px;
  }

  .nav-top-bar-layer-white {
    height: 8px;
    display: none;
  }

  .image-7 {
    height: 21px;
  }

  .white-corner-left-bot {
    left: -12%;
  }

  .text-color-black {
    font-size: 37px;
  }

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

  .stack-card-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-card.is-light-theme-1 {
    padding: 24px 15px;
  }

  .services-card-img {
    height: 220px;
  }

  .services-card-img.ht-300 {
    height: 240px;
  }

  .services-img {
    width: 100%;
  }

  .services-text {
    font-size: 24px;
  }

  .services-sub-text {
    margin-top: 10px;
    font-size: 18px;
  }

  .services-sub-text._04 {
    font-size: 18px;
    font-weight: 500;
  }

  .services-sub-text._05, .services-sub-text._06 {
    font-size: 18px;
  }

  .services-sub-text._04-wp {
    font-size: 18px;
    font-weight: 500;
  }

  .services-card-link {
    margin-top: 20px;
  }

  .black-circle {
    width: 32px;
    height: 32px;
  }

  .image-8 {
    width: 18px;
  }

  .vormir-black-logo {
    width: 120px;
    height: 49px;
    top: 3px;
  }

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

  .project-video-wrap {
    height: auto;
  }

  .project-title {
    font-size: 34px;
  }

  .nav-wrap-container-white {
    padding: 1em 1em 0;
  }

  .footer-container-dark {
    padding-top: 80px;
  }

  .footer-container-dark.blac-bg {
    padding-top: 40px;
  }

  .div-block-8 {
    flex-wrap: wrap;
    align-items: center;
  }

  .image-9 {
    width: 41px;
  }

  .navigation-grid-b {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .dropdown-block-link {
    grid-column-gap: 6px;
    flex-direction: row;
    grid-template-columns: 45px 1fr;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 8px;
    font-size: 16px;
  }

  .dropdown-block-link.txt-black {
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .servce-links {
    font-size: 16px;
  }

  .dropdown-card-xl-white {
    height: 420px;
    overflow: scroll;
  }

  .menu-item-wrapper-light-theme {
    align-items: stretch;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .dp-sub-text, .dp-sub-text-black {
    font-size: 13px;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .have-a-project-wrap-grey {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .homehero_title-wrap {
    max-width: 100%;
    padding-top: 20px;
    padding-right: 10px;
  }

  .form-field-light-theme {
    height: 48px;
  }

  .services-dp-icon.size-medium-custom {
    width: 57px;
  }

  .servce-links-dark-text {
    font-size: 16px;
  }

  .social-media-icon-wrap-mob-wrap {
    border-radius: 11px;
    align-items: center;
    width: 70px;
    height: 38px;
    padding: 6px 10px;
    bottom: 62%;
    right: -1%;
    transform: translate(0, 3px)translate(0, 54%);
  }

  .social-media-icon-wrap-mob-wrap.white-border {
    right: -1%;
    transform: translate(0, 3px)translate(0, 54%);
  }

  .form-services {
    z-index: 99999;
    display: flex;
    position: static;
  }

  .webflow-home-bg {
    right: 14px;
  }

  .service-arrow-cta {
    display: flex;
  }

  .services-sub-text-hubspot, .services-sub-text-shopify, .services-sub-text-mail {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .container-1280.mob-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-rich-content h2 {
    font-size: 28px;
  }

  .blog-rich-content h3 {
    font-size: 24px;
  }

  .body-page-home {
    height: auto;
    overflow: hidden;
  }

  .section-hero {
    height: auto;
  }

  .brand-logo {
    width: 135px;
    padding-left: 0;
  }

  .button-wrapper {
    display: block;
  }

  .button-wrapper.nav-cta {
    width: 152px;
    margin-top: 15px;
  }

  .cta-top-layer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 17.5px;
  }

  .cta-top-layer.is-reverse {
    border-radius: 11px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-top-layer.nav, .cta-top-layer.is-border-light {
    border-radius: 11px;
  }

  .cta-below-layer {
    font-size: 17.5px;
  }

  .cta-below-layer.is-lighy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-large {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .padding-large.is-hero {
    width: 100%;
    padding-top: 145px;
  }

  .padding-large.mt-nav.padding-workshowcase {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .hero-container {
    max-width: 100%;
  }

  .hero-button-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: stretch;
    width: 65%;
  }

  .hero-p-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-marque {
    width: 100%;
    margin-top: 0;
  }

  .marquee-item-wrapper {
    flex-flow: column;
    display: flex;
  }

  .marquee-item-wrapper.row-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-13 {
    object-fit: fill;
    height: 14px;
  }

  .image-13.br {
    height: 16.5px;
  }

  .project-grid-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .project-image {
    aspect-ratio: auto;
    width: 100%;
    height: 320px;
  }

  .h2-600-black {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .h2-600-black.mt-0 {
    margin-bottom: 0;
  }

  .h3-style {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    display: flex;
  }

  .div-block-20 {
    display: none;
  }

  .div-block-21 {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-2, .line-3, .line-4 {
    display: none;
  }

  .approach-desktop-image {
    margin-top: 34px;
    display: block;
  }

  .approach-mob-image {
    flex-flow: column;
    margin-top: 35px;
    display: none;
  }

  .approach-image {
    display: block;
  }

  .image-16 {
    width: 100%;
    height: 360px;
  }

  .cta-wrapper {
    text-align: center;
    flex-flow: column;
    padding: 80px 15px;
  }

  .cta-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 45px;
    height: 45px;
    top: 54px;
    bottom: auto;
    right: -4px;
    transform: rotate(-72deg);
  }

  .contact-wrapper {
    padding-left: 18px;
  }

  .vormir-logoi-image {
    width: 120px;
    height: 49px;
    top: 3px;
  }

  .contact-form {
    margin-top: 30px;
  }

  .input-field:focus-visible, .input-field[data-wf-focus-visible] {
    font-size: 14px;
  }

  .contact-grey-wrapper {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-100 {
    margin-top: 0;
  }

  .tool-logo {
    width: 50px;
    height: 50px;
  }

  .tool-logo.fg {
    top: 10%;
    right: 4%;
  }

  .tool-logo.wp {
    top: -8%;
    right: 22%;
  }

  .tool-logo.sp {
    right: 4%;
  }

  .tool-logo.an {
    right: 34%;
  }

  .tool-logo.vj {
    left: 5%;
  }

  .tool-logo.fr {
    top: 19%;
    left: 19%;
  }

  .tool-logo.react {
    top: 311px;
    left: 107px;
  }

  .tool-logo.hp {
    top: 38%;
    left: 0%;
  }

  .tool-logo.p {
    top: 9%;
    left: 39%;
  }

  .tool-logo.wix {
    top: -16%;
    left: 28%;
  }

  .cta-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .image-full {
    width: 100%;
    height: 100%;
  }

  .solve-grid-item.mt-55 {
    grid-row-gap: 0px;
    margin-top: 25px;
  }

  .solve-image, .solve-image.op-work {
    height: auto;
  }

  .div-block-23, .div-block-24.righr-align {
    display: none;
  }

  .div-block-25 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1-48-white {
    font-size: 40px;
  }

  .h1-48-white.work-showcase-h1 {
    font-size: 31px;
  }

  .html-embed-6 {
    width: 80%;
    height: 80%;
  }

  .marquee-contain-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .marque-linear-layer {
    display: none;
  }

  .section-projects {
    position: static;
  }

  .services-p-text {
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.25;
  }

  .section-tools {
    padding-top: 20px;
  }

  .div-block-29 {
    width: 100%;
  }

  .sticky-wf-badge {
    width: 205px;
    height: 46px;
  }

  .div-block-30 {
    top: -1px;
  }

  .image-20 {
    width: 40px;
  }

  .text-rancho-2 {
    font-size: 18px;
  }

  .section-approach {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-31 {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .section-workshowcase {
    height: auto;
  }

  .section-project-list {
    top: -104px;
  }

  .project-link-block {
    border-radius: 0;
  }

  .project-grid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .project-image-full {
    border-radius: 0;
  }

  .project-image-height {
    border-radius: 12px;
    height: 220px;
  }

  .review-box.ht-250 {
    height: 270px;
  }

  .review-box.ht-480 {
    height: 390px;
  }

  .testimonial-name {
    font-size: 17.5px;
  }

  .position {
    font-size: 14px;
  }

  .review {
    font-size: 15px;
  }

  .rating-svg {
    margin-bottom: 0;
  }

  .hero-text-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-1 {
    font-size: 38px;
  }
}

#w-node-_8fd308a8-d735-79ec-8ad4-54bc1c3735a8-4167096e, #w-node-a5ada590-ed52-a4f6-2092-e3328fc7bd7a-4167096e, #w-node-_33aa462e-9675-c632-257b-79a01b714f71-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b5466935-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b5466933-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b5466937-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b5466939-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b546693b-4167096e, #w-node-_1039ce8a-6d8b-efd3-99ab-74f4a49ea6ea-4167096e, #w-node-_44c3b9d0-f39c-44bf-d168-5730c1e896c1-4167096e, #w-node-d04038ef-74c2-8ac9-1978-e8f98389601b-4167096e, #w-node-_33138848-81e3-fbf1-e6c0-ae7fc56d6565-4167096e, #w-node-_33138848-81e3-fbf1-e6c0-ae7fc56d6547-4167096e, #w-node-_6d36e0b5-aea2-a43a-9f69-50617ddcfac1-4167096e, #w-node-_6d36e0b5-aea2-a43a-9f69-50617ddcfabf-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c56f2ad1-f826-4e91-0927-db715c4cd449-4167096e, #w-node-_8a842bd4-dc71-07a6-1892-e6eb0725fc05-4167096e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1857d2e7-5be2-6be4-5455-d7f8607153be-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_94d8cb6a-3963-0339-29b8-750236ac189b-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_857e7c8c-e03d-56be-6530-b0e1c56598cb-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ad616895-acbb-2084-c966-259a8574eb43-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-c35be791-13b9-a1c9-36a2-ddf17e35eae8-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6797a0f5-d530-085f-cfcd-e7f18659f66c-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e2805f1a-5c21-dd6b-086b-e2d5b87e5845-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_042aa531-edd2-31f0-4644-6530770b770b-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc0014f7-38de-2c72-79f7-a1de1cf73665-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_68569f59-2fc9-0a5d-2d91-d1544f24c976-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324a4-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324c5-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324c8-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324cb-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324ce-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324d1-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324d4-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324d7-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324da-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c646dd-554d-0bb8-3c14-0874aac324dd-4167096e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1b1df9a7-61a7-e919-78af-77c335e24b87-4167096e, #w-node-_8d79be43-7e23-5a9b-1740-6e6f41aca775-4167096e, #w-node-f22f1998-697b-c51c-0bf2-ad4c0291a6cc-4167096e, #w-node-_67b1ccc7-dd27-26a1-b471-c1abf85a6601-4167096e, #w-node-_0a97c4b6-3393-5110-3e0e-f5b46e7cb77f-4167096e, #w-node-_14d72aec-2628-58aa-d478-fe36acfa4e6c-4167096e, #w-node-_18567d0e-56e4-1d61-9f41-091c9a65bc34-4167096e, #w-node-_991f9a31-1fc7-f5a2-2307-a764dec515da-4167096e, #w-node-_7c0a40bb-4709-82fb-b370-580814606fa0-4167096e, #w-node-c5b0f3a3-77f1-b7ca-bf33-c5f599f769bb-4167096e, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d823-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d825-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d828-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d82a-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d82d-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d82f-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d832-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d834-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d837-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d839-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d84a-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d84f-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d854-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d859-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d85e-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d875-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d87a-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d87f-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d884-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d889-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d894-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d896-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d899-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d89b-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d89e-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d8a0-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d8a3-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d8a5-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d8a8-6ae9d80b, #w-node-ac7ccf78-400f-fb74-2462-84656ae9d8aa-6ae9d80b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a54a020-1c66-cba3-2204-f37ba6891be6-132b3d7e, #w-node-_478baf82-1753-850e-07e6-d416688e3eeb-132b3d7e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_478baf82-1753-850e-07e6-d416688e3efa-132b3d7e, #w-node-_478baf82-1753-850e-07e6-d416688e3f04-132b3d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f516d4d5-4fd2-980a-8270-34a523d6237a-132b3d7e, #w-node-f516d4d5-4fd2-980a-8270-34a523d6237d-132b3d7e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_131ffaf0-0a18-c2cd-0c69-c04b72a0c6ca-132b3d7e, #w-node-_863e66a1-f077-5249-4f8d-8dc04ad1e42f-132b3d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8d50a9-2726-8588-f258-c83d91e2281a-132b3d7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d6a1558-0e33-7ee1-bbb9-6fb5fc8f3f31-132b3d7e, #w-node-_9d6a1558-0e33-7ee1-bbb9-6fb5fc8f3f42-132b3d7e, #w-node-_4db4af99-0c25-6b71-f02f-9e9ca9f71022-95275580, #w-node-f504719f-3ed6-e0aa-8036-ab401a58e21c-95275580, #w-node-c226223f-a419-3e06-4a8c-04adb3161850-95275580, #w-node-_82ad7ac8-16d2-be49-8fdc-e35319dee0e0-95275580, #w-node-_38cba490-8bef-0603-67ed-ac04e0ba2b0b-95275580, #w-node-e5189014-02d6-e3ce-2c3c-0e19c870737a-95275580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53e83b61-c785-e633-df8e-e20f66550bde-95275580 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62ee4927-55aa-e91b-8c34-96581ad2e9de-95275580, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dc9-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dcb-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dcd-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dcf-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dd1-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dd4-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dd6-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dd8-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dda-5ce2afaf, #w-node-_43ce081b-cd67-ff3c-63e9-57aa02f5cdc2-5ce2afaf, #w-node-cbed4d17-2522-5148-340f-23121f65c4a7-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fb9c-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fba1-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fba6-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbab-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbb0-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbb5-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbba-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbbf-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbc4-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbc9-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbcf-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbd4-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbd9-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbde-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbe3-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbe8-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbed-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbf2-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbf7-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbfc-5ce2afaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f915b-456f913f, #w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f9163-456f913f, #w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f916b-456f913f, #w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f9173-456f913f, #w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f917b-456f913f, #w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f9183-456f913f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db2d8c6-3b8f-8c2a-fcbd-6175456f9189-456f913f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2e55ade-46b3-3466-cfaa-97dc2b03a2e7-3f89a5c5 {
  justify-self: start;
}

#w-node-_1a47643c-3e3b-fc63-3e80-fb6cbd9aa6a8-3f89a5c5, #w-node-_42967717-ff90-698f-13c8-015be8ddc27f-3f89a5c5, #w-node-_3d60fdd1-5cab-5a32-856b-0aba96e631b6-3f89a5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6948ca5a-1344-8153-b6b4-578ab90643e0-b90643de {
  justify-self: center;
}

#w-node-_6948ca5a-1344-8153-b6b4-578ab90643eb-b90643de {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-bb0133d3-8321-a37a-893e-b044b5466935-4167096e, #w-node-bb0133d3-8321-a37a-893e-b044b5466933-4167096e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d04038ef-74c2-8ac9-1978-e8f98389601b-4167096e, #w-node-_33138848-81e3-fbf1-e6c0-ae7fc56d6565-4167096e {
    justify-self: center;
  }

  #w-node-_62ee4927-55aa-e91b-8c34-96581ad2e9de-95275580, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dcf-5ce2afaf, #w-node-cb54ceb2-728f-cfa8-76bf-195a2cf46dd1-5ce2afaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6948ca5a-1344-8153-b6b4-578ab90643e0-b90643de {
    place-self: center;
  }

  #w-node-_6948ca5a-1344-8153-b6b4-578ab90643eb-b90643de {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6d36e0b5-aea2-a43a-9f69-50617ddcfabf-4167096e {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1857d2e7-5be2-6be4-5455-d7f8607153be-4167096e {
    justify-self: start;
  }

  #w-node-ad616895-acbb-2084-c966-259a8574eb43-4167096e {
    place-self: end start;
  }

  #w-node-_6797a0f5-d530-085f-cfcd-e7f18659f66c-4167096e {
    justify-self: center;
  }

  #w-node-_042aa531-edd2-31f0-4644-6530770b770b-4167096e {
    place-self: end start;
  }

  #w-node-bc0014f7-38de-2c72-79f7-a1de1cf73665-4167096e {
    place-self: start;
  }

  #w-node-_68569f59-2fc9-0a5d-2d91-d1544f24c976-4167096e {
    place-self: center start;
  }

  #w-node-_17c646dd-554d-0bb8-3c14-0874aac324a4-4167096e {
    place-self: end start;
  }

  #w-node-_17c646dd-554d-0bb8-3c14-0874aac324c8-4167096e {
    place-self: end;
  }

  #w-node-_17c646dd-554d-0bb8-3c14-0874aac324cb-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324ce-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324d4-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324d7-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324da-4167096e, #w-node-_17c646dd-554d-0bb8-3c14-0874aac324dd-4167096e {
    place-self: end start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fb9c-5ce2afaf {
    justify-self: start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbab-5ce2afaf {
    place-self: end start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbb5-5ce2afaf {
    justify-self: center;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbbf-5ce2afaf {
    place-self: end start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbc4-5ce2afaf {
    place-self: start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbc9-5ce2afaf {
    place-self: center start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbcf-5ce2afaf {
    place-self: end start;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbd9-5ce2afaf {
    place-self: end;
  }

  #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbde-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbe3-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbed-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbf2-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbf7-5ce2afaf, #w-node-d46b4840-5df1-9fd9-1eee-f1e26a01fbfc-5ce2afaf {
    place-self: end start;
  }
}


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