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

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

:root {
  --black: #212129;
  --white-smoke-2: #ebebeb;
  --medium-sea-green: #c9fe6e;
  --blue-violet: #5f35d4;
  --white-smoke: #f3f3f3;
  --tomato: #ff593d;
  --black-new: #080808;
  --dodger-blue: #3798ec;
  --medium-aquamarine: #76c5af;
  --red: #ea3524;
  --gold: #ffdd4d;
  --steel-blue: #597496;
  --white-smoke-3: #f8f8f8;
  --white: white;
  --salmon: #ff9787;
  --blue-violet-2: navy;
  --coral: #f76e21;
}

.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 {
  color: #333;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 130%;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 180%;
}

a {
  color: var(--black);
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

.topbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.container.card {
  box-shadow: none;
  padding-bottom: 8vh;
  padding-left: 90px;
  padding-right: 90px;
}

.row {
  display: flex;
}

.row.space-between {
  justify-content: space-between;
  align-items: center;
}

.brand {
  max-width: 120px;
  display: flex;
}

.menu__link {
  color: var(--white-smoke-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 12px;
  font-family: Ibmplexmono, Impact, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.menu__link:hover {
  color: var(--medium-sea-green);
}

.menu__link.w--current {
  color: var(--blue-violet);
}

.body {
  color: #ecf7fd;
  background-color: #080808;
  background-image: url('../images/grid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
}

.topbar__left, .topbar__right {
  align-items: center;
  display: flex;
}

.hspace {
  width: 8px;
}

.hspace._56 {
  width: 56px;
}

.hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  padding-top: 8vh;
  padding-bottom: 7vh;
  display: flex;
  position: relative;
}

.hero.pp {
  align-items: flex-start;
  min-height: auto;
}

.hero.pp.min-height {
  min-height: 80vh;
}

.hero.pp.min-height2 {
  min-height: 65vh;
}

.hero.is-home {
  overflow: hidden;
}

.vspace {
  clear: both;
  width: 100%;
  height: 8px;
}

.vspace._50 {
  height: 50px;
}

.vspace._40 {
  height: 40px;
}

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

.section.capabilities {
  padding-top: 0;
  padding-bottom: 4vh;
}

.section.projects {
  background-color: #0000;
  padding-top: 10vh;
  padding-bottom: 100px;
}

.section.testimonials-sec {
  padding-top: 18vh;
  padding-bottom: 12vh;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col {
  flex: 1;
  position: relative;
}

.hero__text-block {
  z-index: 99;
  position: relative;
}

.client-details {
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.client__name {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.client__title {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.hero__title {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-family: Ibmplexmono, Impact, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.hero__title.bm-0 {
  margin-bottom: 1vh;
}

.col-6 {
  width: 50%;
  position: relative;
}

.footer__address {
  color: var(--white-smoke-2);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #c4c4c4;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ibmplexmono, Impact, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer__logo {
  width: 140px;
  margin-bottom: 10px;
}

.sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.sub-title.testimonial {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
}

.cta {
  position: relative;
}

.faq-columns {
  column-count: 2;
  column-rule-color: #a87878;
  column-rule-style: none;
  column-gap: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.quote {
  letter-spacing: .7px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

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

.recent-projects {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.projects-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1340px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.project-title {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

.food-connect {
  text-align: center;
  background-color: #dfd1e7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.food-connect:hover {
  width: 100%;
}

.client-logo {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 140px;
  transition: filter .4s;
  display: flex;
}

.client-logo.invert {
  filter: invert(75%);
}

.food-connect-img1 {
  width: 80%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.fc-screenshot {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.datasauce {
  text-align: center;
  background-image: url('../images/bottle.png'), linear-gradient(#e9522b, #b82600);
  background-position: 50% 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 130px, auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.datasauce:hover {
  width: 100%;
}

.t-white {
  color: #fff;
}

.tote-image-wraps {
  position: relative;
}

.tote-spices {
  z-index: 1;
  border-radius: 60px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -38px -64% auto 0;
  overflow: hidden;
}

.box-shadow {
  box-shadow: 1px 1px 50px 10px #6e6e6e33;
}

.reviews {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 80%;
  margin: 8vh auto 4vh;
  display: grid;
  position: relative;
}

.reviews-card {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  text-align: left;
  background-color: #161616;
  background-image: linear-gradient(#181818db, #181818db), url('../images/mint-icon.svg');
  background-position: 0 0, 95% 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 17px;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 70px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  transition: transform .3s;
  box-shadow: 1px 1px 10px #0000000d;
}

.reviews-card:hover {
  background-image: linear-gradient(#1818185e, #1818185e), url('../images/mint-icon.svg');
  background-position: 0 0, 95% 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 17px;
  transform: translate(0, -5px);
}

.reviews-card._2 {
  position: relative;
  bottom: -54px;
}

.review-message {
  color: var(--white-smoke);
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.reviews-card__client-pic2 {
  background-image: url('../images/edan-kertis_1edan-kertis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.reviews-card__client-pic3 {
  background-image: url('../images/Kee-Ling-Turner_1Kee Ling Turner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.reviews-card__client-pic4 {
  background-image: url('../images/sid-prev-1-1-e1573084002630_1sid-prev-1-1-e1573084002630.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.client-designation {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

.client-name {
  font-size: 13px;
  font-weight: 600;
}

.client-details2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-row {
  display: flex;
}

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.personal-pic {
  width: 100%;
  max-width: 600px;
  margin: 60px auto -20vh;
  position: relative;
}

.services-list {
  font-size: 16px;
  line-height: 160%;
}

.services-li {
  background-image: url('../images/flowmint-icon.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 20px;
  padding-left: 32px;
  list-style-type: none;
}

.ashok {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.linear-stack {
  text-align: center;
  background-color: #219963;
  background-image: url('../images/difference-p-3200_1-p-3200.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.linear-stack:hover {
  width: 100%;
}

.ls-subtext {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 140%;
}

.assistalong {
  text-align: center;
  background-color: #ceda5a;
  background-image: url('../images/key-factors.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.assistalong:hover {
  width: 100%;
}

.aa-img {
  width: 80%;
}

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

.testimonial-client {
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  margin-top: 48px;
}

.client__pic-large {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.client__country {
  color: #424242;
  font-size: 16px;
  line-height: 20px;
}

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

.btn-primary {
  background-color: var(--medium-sea-green);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 14px 32px;
  font-family: Ibmplexmono, Impact, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s, transform .3s;
}

.btn-primary:hover {
  background-color: #d9ff99;
  transform: translate(0, -2px);
}

.btn-primary.is-black {
  background-color: var(--black);
  color: var(--white-smoke);
}

.btn-primary.is-nav {
  margin-left: 20px;
}

.clients {
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.client-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gradient-text {
  background-image: linear-gradient(135deg, var(--tomato), var(--blue-violet));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.cta-card {
  color: var(--black-new);
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.cta-card-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-summary {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
}

.footer-content {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.pipe {
  color: #acacac;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}

.richtext {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.richtext h4 {
  border-left: 3px solid var(--tomato);
  color: var(--blue-violet);
  padding-left: 10px;
  font-weight: 400;
}

.richtext a {
  color: var(--white-smoke);
}

.services-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 150%;
}

.meet-summary {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.faq {
  border-radius: 4px;
  margin-bottom: 2vh;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.faq-title {
  cursor: pointer;
  background-color: #1a1a1a;
  justify-content: space-between;
  padding: 18px 20px 14px;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.faq-body {
  position: relative;
}

.faq-answer {
  background-color: #141414;
  padding: 24px;
  font-size: 16px;
  line-height: 160%;
}

.faqs-icon {
  color: var(--medium-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.client-wrap {
  position: relative;
}

.client-quote-icon {
  width: 30px;
  position: absolute;
  inset: -17% auto auto 0%;
}

.hero-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.the-first-line {
  z-index: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #080808;
  border: 1px solid #222;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.hypercard {
  width: 100%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.hypercard-logo {
  width: 60%;
}

.analogy {
  text-align: center;
  background-color: #4e1a3e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.analogy:hover {
  width: 100%;
}

.analogy.box-shadow {
  background-color: var(--blue-violet);
}

.analogy-card-spacer {
  width: 100%;
  position: relative;
}

.hypercard-card-bg {
  text-align: center;
  background-color: #e7dfd1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2vw;
  transition: width .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hypercard-card-bg:hover {
  width: 100%;
}

.underline {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.glitch {
  display: block;
}

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

.grid-testimonial {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-card {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.testimonial-card.pull-up {
  position: relative;
  top: -48px;
}

.is-light {
  filter: invert();
}

.linkedin-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.max-width-60rem {
  max-width: 60rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.hero-subtext {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

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

.social-media-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.developer-tag {
  text-align: right;
  margin-left: auto;
  padding: 5px 20px 14px;
  display: block;
  position: relative;
  top: -20px;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star-logo-animation {
  opacity: 1;
  width: 10vw;
  height: 10vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.star-logo-animation.in-hero {
  z-index: 0;
  width: 20vw;
  height: 20vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: -25% -20% auto auto;
}

.relative {
  z-index: 1;
  position: relative;
}

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

.star-line {
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  width: 3px;
  height: 80px;
}

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

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu {
    display: none;
  }

  .vspace._50 {
    height: 24px;
  }

  .section.testimonials-sec {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero__title {
    font-size: 40px;
    line-height: 140%;
  }

  .section-title {
    font-size: 26px;
  }

  .faq-columns {
    column-count: 1;
  }

  .recent-projects {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .reviews {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .reviews-card._2 {
    bottom: 0;
  }

  .about-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .client-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-testimonial {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .testimonial-card.pull-up {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .topbar__left {
    width: 100%;
  }

  .section.testimonials-sec {
    padding-top: 140px;
  }

  .hero__title {
    font-size: 32px;
  }

  .footer-links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .projects-grid {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .food-connect:hover {
    width: 95%;
  }

  .food-connect.box-shadow {
    top: 0;
  }

  .client-logo {
    width: 100px;
  }

  .datasauce:hover {
    width: 95%;
  }

  .reviews {
    width: 100%;
  }

  .reviews-card:hover {
    transform: none;
  }

  .linear-stack:hover, .assistalong:hover {
    width: 95%;
  }

  .testimonial-client {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .clients {
    max-width: 100%;
  }

  .client-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .analogy:hover, .hypercard-card-bg:hover {
    width: 95%;
  }

  .hypercard-card-bg.box-shadow {
    top: 0;
  }

  .developer-tag {
    top: -10px;
  }
}

@media screen and (max-width: 479px) {
  .container.card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .hero.is-home {
    min-height: auto;
    padding-bottom: 20px;
  }

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

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

  .section.testimonials-sec {
    padding-bottom: 40px;
  }

  .client-details {
    margin-bottom: 24px;
  }

  .hero__title {
    background-image: none;
    font-size: 20px;
  }

  .col-6.m-12 {
    width: 100%;
  }

  .footer-link {
    font-size: 14px;
  }

  .sub-title {
    font-size: 24px;
  }

  .sub-title.testimonial {
    letter-spacing: 1px;
  }

  .section-title {
    font-size: 22px;
  }

  .faq-columns {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quote {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .projects-grid {
    width: 90vw;
    margin-top: 4vh;
  }

  .project-title {
    font-size: 20px;
  }

  .project-title.t-white {
    font-size: 24px;
  }

  .food-connect.box-shadow {
    min-height: 400px;
    padding: 24px;
  }

  .client-logo {
    width: 90%;
  }

  .datasauce.box-shadow {
    min-height: 550px;
    padding: 24px;
  }

  .reviews {
    grid-template-columns: 1fr;
    margin-top: 4vh;
  }

  .reviews-card {
    max-width: none;
  }

  .reviews-card._2 {
    bottom: 0;
  }

  .footer-row {
    flex-direction: column;
  }

  .personal-pic {
    margin-top: 20px;
  }

  .services-list {
    padding-left: 0;
  }

  .services-list.last, .services-li.last {
    margin-bottom: 0;
  }

  .ashok {
    outline-color: var(--white-smoke-2);
    outline-offset: 5px;
    outline-width: 10px;
    outline-style: none;
  }

  .linear-stack.box-shadow {
    min-height: 480px;
    padding: 24px;
  }

  .assistalong.box-shadow {
    min-height: 500px;
    padding: 24px;
  }

  .work-link {
    font-size: 14px;
  }

  .testimonial-client {
    text-align: center;
    place-items: center;
  }

  .clients {
    padding: 20px;
  }

  .client-logos {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gradient-text {
    white-space: break-spaces;
  }

  .cta-card {
    padding: 24px;
    top: 0;
  }

  .cta-card-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-summary {
    font-size: 16px;
    line-height: 140%;
  }

  .richtext h3 {
    font-size: 22px;
  }

  .services-title {
    line-height: 130%;
  }

  .faq-answer {
    font-size: 16px;
  }

  .client-quote-icon {
    width: 30px;
  }

  .the-first-line {
    font-size: 14px;
  }

  .analogy.box-shadow {
    min-height: 450px;
    padding: 24px;
  }

  .hypercard-card-bg.box-shadow {
    min-height: 400px;
    padding: 24px;
  }

  .grid-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .testimonial-card {
    text-align: center;
    padding: 24px;
  }

  .linkedin-wrapper {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_38c67309-99ed-fc7d-61f7-7f29feee8d97-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd38204-b498-9e3a-f24f-fcba7425f579-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5bd38204-b498-9e3a-f24f-fcba7425f57e-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c9f4de-773a-d713-2b5d-564c9642182e-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0c9f4de-773a-d713-2b5d-564c96421833-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2792f89-afb4-c849-742d-626cde5d6114-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f2792f89-afb4-c849-742d-626cde5d6119-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cab24c7-f94e-a367-f126-fe7db43d134c-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8cab24c7-f94e-a367-f126-fe7db43d1351-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_397eef12-73da-5f52-c70f-c76e513481aa-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_397eef12-73da-5f52-c70f-c76e513481af-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec79289-9dbb-9e15-af1e-082d89b8a541-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6ec79289-9dbb-9e15-af1e-082d89b8a546-842cd7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93b375b-4b44-1185-7ec0-f9a54ae9ae12-912f979e, #w-node-b93b375b-4b44-1185-7ec0-f9a54ae9ae22-912f979e, #w-node-b93b375b-4b44-1185-7ec0-f9a54ae9ae32-912f979e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


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