:root {
  --color--black: #000;
  --color--white: white;
  --font--inter: Inter, sans-serif;
  --color--black2: #1a1a1a;
  --color--black3: #404040;
  --color--black4: #09090b;
  --color--stroke2: #d4d4d4;
  --color--stroke1: #e7e7e7;
  --color--bg1: #f8f9fa;
  --color--bg2: #f8f8f8;
  --font--instrument-serif: "Instrument Serif", sans-serif;
  --bg-color: var(--color--bg1);
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

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

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

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color--black);
  text-decoration: underline;
}

.body {
  background-color: var(--color--white);
  font-family: var(--font--inter);
  color: var(--color--black2);
  font-size: 16px;
  line-height: 20px;
}

.page-wrapper {
  overflow: clip;
}

.nav-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar {
  background-color: #1a1c1d;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.nav-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: var(--color--white);
  letter-spacing: -.13px;
  padding: 4px 14px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--color--white);
}

.nav-brand-log {
  background-color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.nav-log {
  border-radius: 100%;
}

.nav-button {
  border: 1px solid var(--color--white);
  color: var(--color--white);
  letter-spacing: -.13px;
  background-color: #0000;
  border-radius: 100px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.nav-button:hover {
  transform: scale(.96);
}

.nav-button.hide-desktop {
  display: none;
}

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

.nav-das {
  background-color: var(--color--white);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  inset: auto auto 0%;
  transform: scale(0);
}

.hero-section {
  padding-top: 6.25rem;
  padding-bottom: 8.25rem;
}

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

.container.is-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-content-wrapper, .hero-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-top-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .63rem;
  display: flex;
}

.hero-top-image {
  width: 8rem;
  margin-bottom: -54px;
}

.hero-top-info-title {
  color: var(--color--black);
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.hero-info-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-top: 14px;
  display: flex;
}

.hero-info-title {
  color: var(--color--black);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.hero-info-d {
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-top: 28px;
  font-size: 18px;
}

.hero-info-d.local-time {
  margin-top: 15px;
}

.hero-bottom-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.hero-bottom-wrapper.centered {
  justify-content: center;
}

.button {
  color: var(--color--white);
  letter-spacing: -.32px;
  background-color: #3898ec00;
  background-image: linear-gradient(#4d4d4d, #000);
  border-radius: 50px;
  padding: 16px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.button:hover {
  transform: scale(.96);
}

.button.strok {
  border: 1px solid var(--color--black2);
  color: var(--color--black);
  background-image: none;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.partners-section {
  padding-bottom: 100px;
}

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

.partners-title-wrap {
  justify-content: center;
  align-items: flex-start;
}

.partners-title {
  color: var(--color--black3);
}

.partners-log-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.partners-log-container.t {
  display: none;
}

.partners-log {
  width: 5rem;
}

.showcase-section {
  padding-bottom: 100px;
}

.showcase-section.hidden {
  display: none;
}

.showcase-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.showcase-item-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.showcase-item {
  width: 100%;
  height: 418px;
}

.showcase-item-imge {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.showcase-content {
  flex: none;
}

.showcase-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.about-section {
  padding-bottom: 100px;
  display: none;
}

.about-section.hidden {
  display: none;
}

.about-top-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.title {
  color: var(--color--black);
  text-align: center;
  font-size: 18px;
}

.about-right-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 674px;
  display: flex;
}

.about-right-descption {
  color: var(--color--black4);
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
}

.service-section {
  border-bottom: 0 #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sub-title {
  border: 1px solid var(--color--stroke2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 7px 13px;
  display: flex;
}

.sub-title-text {
  font-size: 14px;
  line-height: 19px;
}

.title-wrap {
  width: 100%;
  max-width: 695px;
  margin-top: 18px;
}

.title-descption-wrap {
  width: 100%;
  max-width: 446px;
  margin-top: 18px;
}

.title-descption {
  color: var(--color--black3);
  text-align: center;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.service-itme-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.service-itme {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--bg1);
  cursor: pointer;
  border-radius: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 28px;
  transition: all .3s;
  display: flex;
}

.service-itme:hover {
  transform: scale(1.01);
}

.service-itme-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.service-itme-top-left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-itme-top-right {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 622px;
  display: flex;
}

.service-right-button {
  color: var(--color--white);
  letter-spacing: -.32px;
  background-color: #3898ec00;
  background-image: linear-gradient(#4d4d4d, #000);
  border-radius: 50px;
  padding: 13px 24px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.service-list-itme {
  width: 100%;
  max-width: 622px;
  margin-top: 28px;
  margin-left: auto;
}

.service-imge {
  border-radius: 15px;
  width: 100%;
}

.service-imge.hide {
  display: none;
}

.servuce-list-descption {
  color: #45454a;
  letter-spacing: -.5px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 22px;
}

.service-item-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-process-seciton {
  background-color: var(--color--bg1);
  color: var(--color--black);
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.work-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-content {
  margin-top: 60px;
}

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

.work-card {
  border: 1px solid var(--color--stroke1);
  color: var(--color--black);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 18px;
  padding: 0 10px 16px;
  text-decoration: none;
}

.work-imge {
  background-image: url('../images/8_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-info-wrap {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.work-info-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.work-info-top.is-work-info {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--color--black3);
  background-color: #0e0e0ec4;
  border-radius: 0 20px 20px;
  width: 200px;
  padding: .5rem .5rem .2rem;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px 5px #0003;
}

.client-name {
  color: var(--color--black4);
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.client-name.is-client-name {
  color: var(--color--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
}

.work-date {
  color: var(--color--black4);
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.work-descption-wrap {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.paragraph {
  color: #45454a;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.pricing-section {
  background-color: var(--color--bg1);
  padding-top: 120px;
  padding-bottom: 120px;
}

.pricing-section.hide {
  display: none;
}

.pricing-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.pricing-card {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--white);
  border-radius: 12px;
  flex-flow: column;
  padding: 24px 20px;
  display: flex;
}

.pricing-card._2 {
  border-color: var(--color--black);
}

.pricing-title-wrap {
  justify-content: space-between;
  align-items: center;
}

.pricing-title {
  color: var(--color--black4);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.price-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.price {
  color: var(--color--black4);
  font-weight: 600;
  line-height: 38px;
}

.price-label {
  color: var(--color--black4);
}

.pricing-d-wrap {
  margin-top: 16px;
}

.pricing-d {
  color: var(--color--black3);
  font-size: 18px;
  line-height: 26px;
}

.pricing-button {
  color: var(--color--white);
  letter-spacing: -.32px;
  background-color: #3898ec00;
  background-image: linear-gradient(#4d4d4d, #000);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 14px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.pricing-button:hover {
  transform: scale(.96);
}

.pricing-button.strok {
  border: 1px solid var(--color--black2);
  color: var(--color--black);
  background-image: none;
  margin-top: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all .3s;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.pricing-button.strok:hover {
  transform: scale(.96);
}

.pricing-card-bottom {
  margin-top: 40px;
}

.price-feature-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.price-feature-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-feature-list-text {
  font-size: 17px;
  line-height: 22px;
}

.testimonial-section {
  background-color: var(--color--bg1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-section.no-bg {
  background-color: #0000;
}

.testimonial-section.is-hidden {
  display: none;
}

.testimonial-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-card {
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--bg1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
}

.testimonial-descption-wrapper {
  margin-top: 40px;
}

.testimonial-descption {
  color: var(--color--black4);
  letter-spacing: -.64px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-card-divider {
  background-color: var(--color--stroke1);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.testimonial-author-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-imge-wrap {
  background-image: url('../images/LOGOS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.testimonial-author-imge {
  border-radius: 100%;
}

.testimonial-author-imge.hidden {
  display: none;
}

.author-name {
  color: var(--color--black4);
  letter-spacing: -.64px;
  font-weight: 600;
  line-height: 24px;
}

.author-name.tex-align-center {
  text-align: left;
}

.author-title {
  color: #8a8a8f;
  letter-spacing: -.6px;
  font-size: 15px;
  line-height: 24px;
}

.author-title.hidden {
  display: none;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-content {
  margin-top: 60px;
  padding-left: 180px;
  padding-right: 180px;
}

.faq-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.faq-item {
  background-color: var(--color--bg1);
  border-radius: 16px;
  width: 100%;
  transition: all .3s;
}

.faq-item:hover {
  transform: scale(1.01);
}

.faq-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 28px;
  display: flex;
}

.faq-toggle.w--open {
  background-color: #fff0;
}

.faq-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title {
  color: var(--color--black4);
  letter-spacing: -.8px;
  white-space: normal;
  word-break: normal;
  font-size: 18px;
  font-weight: 500;
}

.faq-list {
  background-color: #ddd0;
  padding: 12px 28px 22px;
  display: none;
  position: relative;
}

.faq-answer {
  color: var(--color--black3);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.footer-section {
  background-color: #000;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-content-wrapper {
  color: var(--color--black4);
  padding-left: 40px;
  padding-right: 40px;
}

.footer-background {
  background-color: var(--color--black4);
  border-radius: 28px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-top-left {
  flex-flow: column;
  display: flex;
}

.footer-title {
  color: var(--color--white);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 120px;
}

.text-span {
  color: #ffffffde;
  font-style: italic;
  font-weight: 400;
}

.footer-sub-title {
  color: #c9c9c9;
  padding-left: 3px;
}

.footer-s-link {
  color: #ffffffe3;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 38px;
}

.footer-s-link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: inline-flex;
}

.footer-line {
  background-color: #ffffffb3;
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.footer-top-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-link {
  border: 1px solid var(--color--stroke1);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  transform: translate(0, -7px);
}

.social-link-icon {
  width: 20px;
  height: 20px;
}

.footer-bottom-content {
  border-top: 1px solid #fff9;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 28px;
  display: flex;
}

.footer-bottom-text-link {
  color: #ffffffb8;
  text-decoration: none;
  transition: all .3s;
}

.footer-bottom-text-link:hover {
  color: var(--color--white);
}

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

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

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

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

.title-p {
  text-align: center;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 400;
}

.title-p.our-team {
  font-weight: 500;
}

.contact-pop-up-wrapper {
  z-index: 999999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-pop-up {
  background-color: var(--color--bg1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  height: 90%;
  padding: 40px;
  display: flex;
  position: relative;
}

.contact-pop-up-close-icon-wrap {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.contact-pop-up-close-icon {
  width: 1.25rem;
}

.contact-pop-up-form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-pop-up-form-block {
  margin-bottom: 0;
}

.contact-pop-up-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.contact-pop-up-title-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-pop-up-title {
  text-align: left;
  width: 100%;
  max-width: 70%;
  font-weight: 500;
  line-height: 40px;
}

.contact-text-field {
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--white);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 22px 16px;
}

.contact-text-field:focus {
  border-color: #0006;
}

.contact-text-field::placeholder {
  color: #00000080;
}

.contact-text-field.area {
  padding-bottom: 80px;
}

.success-message {
  background-color: var(--color--black4);
  color: var(--color--white);
  border-radius: 6px;
  margin-top: 20px;
}

.error-message {
  background-color: #f8cbcb;
  border-radius: 4px;
  margin-top: 20px;
  padding: 16px;
}

.cursor-wrapper {
  z-index: 99999999;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--color--white);
  border-radius: 100%;
  width: 14px;
  height: 14px;
}

.partners-log-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.p-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.templates-info-hero {
  padding-top: 100px;
  padding-bottom: 80px;
}

.templates-info-hero-contetn-wrappr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-hero-top-sub-title-wrap {
  border: 1px solid var(--color--stroke1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  display: flex;
}

.info-hero-top-sub-title {
  font-size: 12px;
}

.info-hero-descption {
  color: var(--color--black4);
  text-align: center;
  width: 100%;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.style-guide-section {
  background-color: var(--color--bg1);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.style-guide-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.templates-nav-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--white);
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 310px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 20px;
  box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #10182814;
}

.templates-nav-link {
  color: var(--color--black);
  border-radius: 6px;
  padding: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
}

.templates-nav-link:hover, .templates-nav-link.w--current {
  background-color: var(--color--bg2);
}

.template-content-blocks-wrapper {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  width: 100%;
  max-width: 69%;
  display: flex;
}

.templates-content-block {
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--white);
  border-radius: 24px;
  padding: 32px;
}

.style-title-wrap {
  background-color: var(--color--bg1);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.style-title-wrap._1 {
  justify-content: space-between;
}

.style-title.r {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

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

.color-block {
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--white);
  border-radius: 16px;
  width: 100%;
  height: 160px;
  box-shadow: 0 12px 16px -2px #10182814;
}

.color-block._2 {
  background-color: var(--color--black);
}

.color-block._3 {
  background-color: var(--color--black4);
}

.color-block._4 {
  background-color: var(--color--black3);
}

.color-block._5 {
  background-color: var(--color--black2);
}

.color-block._6 {
  background-color: var(--color--bg1);
}

.color-block._7 {
  background-color: var(--color--bg2);
}

.color-block._8 {
  background-color: var(--color--stroke1);
}

.color-block._9 {
  background-color: var(--color--stroke2);
}

.color-code {
  margin-top: 10px;
  font-size: 16px;
}

.typography-item-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--color--stroke1);
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
}

.text-block {
  font-size: 18px;
  line-height: 22px;
}

.text-large {
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-medium {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-small {
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-2 {
  font-weight: 700;
}

.heading-3 {
  color: var(--color--black);
  text-align: center;
  font-size: 3.31rem;
  font-weight: 600;
  line-height: 1.2;
}

.info-hero-title {
  margin-top: 24px;
}

.licenses-section {
  background-color: var(--color--bg1);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.licenses-contetn-wrapper {
  flex-flow: column;
  display: flex;
}

.license-content-gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-card {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.license-card-title {
  color: var(--color--black);
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.license-card-descption {
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 24px;
}

.link-2, .link-3, .link-5 {
  text-decoration: none;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-contetn-wrapper {
  background-color: var(--color--bg1);
  border-radius: 20px;
  padding: 48px;
}

.changelog-title {
  margin-bottom: 20px;
}

.changelog-descption {
  margin-bottom: 0;
}

.footer-bottolink-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.work-experience-section {
  background-color: var(--color--bg1);
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: none;
}

.work-experience-section.hide {
  display: none;
}

.work-experience-top-contetn {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-experience-top-title {
  font-family: var(--font--instrument-serif);
  color: var(--color--black);
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

.work-experiencec-top-descption {
  color: var(--color--black4);
  text-align: center;
  letter-spacing: -.3px;
  width: 100%;
  max-width: 650px;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 26px;
}

.work-experiencec-top-descption.team-content {
  text-align: center;
  max-width: none;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
}

.work-experiencec-top-descption.meet-the-team {
  text-align: center;
  margin-top: 0;
}

.work-experience-bottom-contetn {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  display: flex;
}

.work-experience-contetn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--color--white);
  background-color: var(--color--black);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .6rem;
  display: flex;
}

.work-e-left {
  flex-flow: row;
  width: auto;
  display: block;
}

.work-left-title {
  color: var(--color--stroke2);
  font-size: 14px;
  font-weight: 500;
}

.work-e-right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.work-e-right.m {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.work-e-title {
  color: var(--color--bg2);
  font-weight: 500;
  text-decoration: none;
}

.work-e-title.n {
  display: none;
}

.service-top-left-title-2 {
  color: #09090b;
  font-size: 22px;
  line-height: 27px;
}

.service-right-title-2 {
  color: #09090b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.service-right-button-2 {
  color: #fff;
  letter-spacing: -.32px;
  background-color: #3898ec00;
  background-image: linear-gradient(#4d4d4d, #000);
  border-radius: 50px;
  padding: 13px 24px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: inset 0 1px 1px #ffffff40;
}

.service-right-button-2.n {
  display: none;
}

.service-item-bottom {
  position: relative;
  overflow: hidden;
}

.work-process-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.work-process-card {
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 20px;
  transition: all .3s;
  display: flex;
}

.work-process-card._2 {
  padding: 0;
}

.work-process-top-image-wrap {
  border: 1px solid var(--color--stroke1);
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 6px;
  display: flex;
  overflow: hidden;
}

.work-process-top-icon {
  aspect-ratio: 1.4;
  object-fit: fill;
  width: 100%;
  height: auto;
}

.work-process-card-bottom-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.work-process-title {
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.work-process-descption {
  color: var(--color--black3);
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.work-process-descption.hide {
  display: none;
}

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

.purchase-badge {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 0 1px 4px #0000001a;
}

.hero-review-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2.63rem;
  display: flex;
}

.clutch-link, .upwork-link {
  color: var(--color--black2);
  width: 5rem;
}

.dividor {
  background-color: #000;
  width: 1px;
  height: 100%;
  min-height: 30px;
}

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

.ratings-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star {
  color: #ddbe0f;
  width: .75rem;
  height: .75rem;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .63rem;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.work-process-item {
  color: var(--color--black3);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.step-chip {
  border: 1px solid var(--color--stroke2);
  background-color: #eaebee;
  border-radius: .25rem;
  margin-bottom: .75rem;
  padding: .13rem .5rem;
  font-size: .9375rem;
  font-weight: 300;
}

.process-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.cta-section {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.cta-card {
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--bg1);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.cta-heading {
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.88rem;
}

.cta-paragraph {
  text-align: center;
  font-size: 1.06rem;
  line-height: 1.56rem;
}

.cta-paragraph.max-width {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.footer-brand {
  margin-left: -6px;
}

.footer-heading {
  color: var(--color--white);
  font-size: 1.25rem;
  line-height: 1.38rem;
}

.footer-link {
  color: #e7e7e7;
  font-size: .94rem;
  text-decoration: none;
}

.upwork-logo {
  width: 2.5rem;
  height: 100%;
}

.hero-professional-badge {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: center;
  display: flex;
}

.hero-professional-badge.centered {
  justify-content: center;
  align-items: center;
}

.hero-professional-badge.is-hidden {
  display: none;
}

.image {
  width: 5rem;
}

.image.is-google-logo {
  width: 60%;
}

.image-2 {
  width: 4rem;
}

.experience-section {
  background-color: var(--color--bg1);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.experience-section.is-experience {
  background-color: var(--color--bg1);
}

.numbers-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1.13rem;
  display: flex;
}

.number-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--bg-color);
  background-color: var(--bg-color);
  border-radius: 2rem;
  padding: .63rem;
  display: flex;
}

.experience-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color--stroke2);
  background-color: var(--color--white);
  border-radius: 1.13rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15.25rem;
  padding: 1.88rem 0;
  display: flex;
}

.text-block-2 {
  color: var(--color--black);
  text-align: center;
  font-size: .88rem;
  line-height: 1.38rem;
}

.heading-wrap {
  display: flex;
}

.client-logo {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 10.46rem;
  display: flex;
}

.icon-second {
  width: auto;
  height: 1.9rem;
}

.icon-first {
  height: 1.2rem;
}

.icon-first.icon-web {
  height: 1.8rem;
}

.icon-third {
  width: auto;
  height: 1.5rem;
}

.separator {
  background-color: var(--color--stroke2);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.result-heading {
  font-size: .88rem;
}

.result-number {
  font-weight: 600;
}

.result-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.case-summary {
  color: #45454a;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: .94rem;
  line-height: 1.38rem;
  overflow: hidden;
}

.section-case-studies {
  margin-top: 0;
  padding-top: 6.25rem;
  padding-bottom: 0;
}

.case-studies-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.link-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--color--stroke1);
  color: var(--color--black);
  cursor: pointer;
  border-radius: 1.1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.38rem;
  text-decoration: none;
  display: flex;
}

.img {
  width: .75rem;
}

.back-btn-wrap {
  margin-bottom: 1rem;
  display: flex;
}

.case-study-title {
  color: var(--color--black);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4.38rem;
}

.into-wrapper {
  width: 55%;
}

.case-study-intro {
  color: var(--color--black4);
  font-size: 1rem;
  line-height: 1.2;
}

.first-logo {
  width: 2rem;
}

.second-logo {
  width: 5rem;
}

.third-logo {
  width: 1.7rem;
}

.client-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.challenge-wrapper {
  background-color: #f8f9fa;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 100px 1.88rem;
  display: flex;
}

.challenge-wrapper.opp {
  padding-top: 100px;
  padding-bottom: 100px;
}

.challenge-image {
  border-radius: 10px;
  width: 25rem;
  height: 25rem;
}

.div-block {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.challenge-desc {
  color: var(--color--black3);
  font-size: 1rem;
  line-height: 1.38rem;
}

.client-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 7rem;
  display: flex;
}

.link-wrap {
  color: var(--color--black2);
  text-decoration: none;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.slider {
  border-width: 1px;
  border-color: var(--color--stroke2);
  background-color: #e7e7e775;
  border-radius: .63rem;
  width: 100%;
  margin-top: 1.25rem;
}

.testimonial-text {
  color: var(--color--black);
  text-align: center;
  max-width: 40rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.63rem;
}

.slider-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.slide-nav {
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.caption {
  color: var(--color--black);
  text-align: center;
  margin-top: 1.25rem;
  font-size: .94rem;
  line-height: 1.13rem;
}

.caption.max-width {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.trust-badges {
  margin-top: 1.25rem;
}

.rating-star {
  width: 1.25rem;
}

.rating-wrap {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  display: flex;
}

.video-section {
  background-color: var(--color--bg1);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.div-block-3 {
  background-color: var(--color--black);
  border-radius: 1.13rem;
  padding: .63rem;
  overflow: hidden;
}

.div-block-4 {
  border-radius: 1.13px;
  overflow: hidden;
}

.fourth-logo {
  width: 1.7rem;
}

.results-container {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--bg1);
  border-radius: .63rem;
  margin-top: 3.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.number {
  color: #000;
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 1.2;
}

.number-wrap-container {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  display: flex;
}

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-block-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 2.63rem;
  line-height: 1.2;
}

.work-imge-2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-2.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge3 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge3.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.marcus-image {
  background-image: url('../images/1554742390485.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.testimonial-author-imge-wrap-copy-copy.image-gloria {
  background-image: url('../images/402865360_7000279140010577_3777624496794241932_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-author-imge-wrap-copy-copy-copy {
  background-image: url('../images/418947601_10121665381962723_9158250351924837637_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.josh-image {
  background-image: url('../images/480504436_1287741609156754_5984526365228245352_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.bold-text {
  font-family: var(--font--inter);
  font-size: 22px;
}

.hero-info-d-2 {
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-top: 10px;
  font-size: 12px;
}

.italic-text {
  font-size: 15px;
}

.client-category {
  color: var(--color--black4);
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.work-imge-1 {
  background-image: url('../images/1_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-1.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge2 {
  background-image: url('../images/2_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge2.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-3 {
  background-image: url('../images/3_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-3.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-4 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-4.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-5 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-5.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-6 {
  background-image: url('../images/6_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-6.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-7 {
  background-image: url('../images/7_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-7.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-8 {
  background-image: url('../images/8_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-8.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-9 {
  background-image: url('../images/9_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-9.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-10 {
  background-image: url('../images/10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-10.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-11 {
  background-image: url('../images/11_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-11.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-12 {
  background-image: url('../images/12_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-12.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-13 {
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-13.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-14 {
  background-image: url('../images/14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-14.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.work-imge-15 {
  background-image: url('../images/16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.work-imge-15.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.authman-tn {
  background-image: url('../images/1_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  height: 210.914px;
}

.authman-tn.authentic-man {
  background-image: url('../images/15.jpg');
  background-position: 50% 0;
}

.divider {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--bg1);
  border-radius: .63rem;
  margin-top: 3.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2.5rem;
  display: flex;
}

.heading-5 {
  text-align: right;
}

.upwork-image {
  background-image: url('../images/LOGOS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.testimonial-author-imge-wrap-copy {
  background-image: url('../images/1554742390485.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.testimonial-author-imge-wrap-copy-copy {
  background-image: url('../images/480504436_1287741609156754_5984526365228245352_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.dennis-image {
  background-image: url('../images/418947601_10121665381962723_9158250351924837637_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.gloria-image {
  background-image: url('../images/402865360_7000279140010577_3777624496794241932_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.benjamin {
  background-image: url('../images/95430695_132947888340670_4414075771434303488_n.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.hammad-image {
  background-image: url('../images/Screenshot-at-May-11-6-23-07-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.hameek-pic {
  background-image: url('../images/Screenshot-at-May-11-6-26-05-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.tabs-menu {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  border: 1px solid var(--color--black);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  padding: .38rem;
  display: flex;
}

.tab-link {
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 6.25rem;
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
}

.tab-link:hover {
  background-color: var(--color--stroke1);
}

.tab-link.w--current {
  background-color: var(--color--black);
  color: #fff;
}

.tab-link-tab-1 {
  font-size: 14px;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.88rem;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-top: 1.88rem;
}

.embed-wrapper {
  min-height: 30rem;
}

.bold-span {
  font-weight: 700;
}

.testimonial-wrapper {
  -webkit-text-fill-color: inherit;
  background-color: #f8f9fa;
  background-clip: border-box;
  border: 1px solid #f8f9fa;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}

.slider-main_component, .slider-main_inner-wrapper, .swiper {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.testimonial-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.13rem;
  padding-bottom: 3.13rem;
  display: flex;
}

.author-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.logo {
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-top: 0;
  font-size: 10px;
}

.text-logo-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
}

.ratings-wrapper {
  grid-column-gap: .31rem;
  grid-row-gap: .31rem;
  display: flex;
}

.slider-main_arrow {
  background-color: var(--color--white);
  border: 1px solid #000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.slider-main_arrow.swiper-prev {
  z-index: 1;
  cursor: pointer;
  inset: 0% auto 0% 0%;
}

.slider-main_arrow.swiper-next {
  z-index: 1;
  cursor: pointer;
  inset: 0% 0% 0% auto;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(180deg);
}

.testimonial-logo {
  text-align: center;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  max-width: 36rem;
  margin-top: 0;
  display: flex;
}

.section_call {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.swiper-bullet-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-bullet {
  background-color: var(--color--stroke1);
  border-radius: 100%;
  width: .5rem;
  height: .5em;
}

.swiper-bullet.is-active {
  background-color: var(--color--black);
}

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

.title-p-kg {
  text-align: center;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-2 {
  font-size: 2.5rem;
}

.kevin-img {
  background-image: url('../images/Screenshot-at-Jun-12-11-23-29-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 3.13rem;
  height: 3.13rem;
}

.section-testimonials {
  background-color: var(--color--white);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section-testimonials.is-hidden {
  display: none;
}

.testimonials-marquee-wrap {
  width: 100%;
  margin-top: 60px;
}

.fs-marquee_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-marquee_instance.is-hidden {
  display: none;
}

.fs-marquee_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
}

.fs-marquee_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.is-vertical {
  flex-flow: column;
  height: 35rem;
}

.fs-marquee_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 20rem;
  height: 30rem;
  min-height: 0;
  max-height: none;
  padding: 0;
  display: flex;
  position: relative;
}

.fs-marquee_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.fs-marquee-1_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-marquee-1_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
}

.fs-marquee-1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  display: flex;
}

.fs-marquee-1_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f500;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 20rem;
  height: 30rem;
  padding: 0;
  display: flex;
  position: relative;
}

.fs-marquee-1_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.section-technologies {
  border: 0px none var(--color--stroke2);
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 100px;
}

.technologies-no-code {
  margin-top: 20px;
}

.technologies-no-code.first-row {
  margin-top: 40px;
}

.technology-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--color--stroke1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.technology-logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.technology-logo-grid.rows-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.technology-logo-grid.row-3 {
  grid-template-rows: auto;
  height: auto;
  min-height: 0;
}

.logo-block {
  border: 1px solid var(--color--stroke1);
  background-color: var(--color--bg1);
  border-radius: 10px;
}

.technology-grid-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.technology-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tech-stack-heading {
  font-weight: 600;
}

.image-3, .marketing-logos {
  width: 24px;
}

.team-member-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.team-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.work-experience-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 80%;
}

.header-real-projects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.clients-images {
  position: static;
}

.clients-profile {
  border-radius: 50px;
  width: 50px;
  position: relative;
  inset: 0%;
}

.clients-profile.profile-2 {
  z-index: 1;
  left: -5%;
}

.clients-profile.profile-3 {
  width: 50px;
  left: -10%;
}

.arrow-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -40px;
  display: flex;
}

.image-5 {
  width: 80px;
}

.text-block-4 {
  font-weight: 400;
}

.header_testimonial-arrow {
  transform-style: preserve-3d;
  width: 3rem;
  height: auto;
  position: absolute;
  inset: 0%;
  transform: translate(-82%, 160%)rotateX(0)rotateY(-180deg)rotateZ(-90deg);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 32px;
}

.header_testimonail-link {
  z-index: 0;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1rem;
  transition: filter .2s, z-index .2s;
  position: relative;
}

.header_testimonail-link:hover {
  z-index: 1;
  filter: brightness(70%);
}

.text-size-regular {
  font-size: 1rem;
}

.header_testimonial-arrow-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-13deg)translate(-60%, 130%);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.is-testimonial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button_text-small {
  color: var(--color--black4);
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.button_text-small.is-button-text {
  color: #000;
}

.header_testimonail-wrapper {
  justify-content: center;
  display: flex;
}

.header_testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-style-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--color--bg2);
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: 1.2rem;
  display: flex;
}

.header_testimonial-image {
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.web-design-casestudy {
  background-color: #171616;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

.portfolio_image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.portfolio_image.is-image-hidden {
  display: none;
}

.icon-1x1-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-2 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-2.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
}

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.portfolio_list-wrapper.is-bottom.hidden, .portfolio_list-wrapper.is-hidden {
  display: none;
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio_image-overlay-layer.overlay-grey {
  background-color: #6f6f7b;
}

.button_text-small-2 {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.team-img {
  width: 8.75rem;
}

.team-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__slide {
  flex: none;
  width: 25%;
}

.global_text-color--silver {
  color: #cbb8af;
}

.splide__track {
  width: 100%;
}

.global_display--none {
  display: none;
}

.layout-grid {
  grid-row-gap: 4.6875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__item-img-mask {
  height: 17.6875em;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.splide__item-title {
  margin-right: .3em;
  transition: none;
  transform: none;
}

.splide__item-title-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__member-social-link {
  color: #cbb8af;
  margin-bottom: .2em;
  margin-left: -.5em;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

.splide__member-position {
  opacity: 0;
  margin-bottom: 1.5625em;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__item-content {
  flex-direction: column;
  align-items: center;
  width: 26.25em;
  margin-top: 4em;
  display: flex;
}

.splide__item-img {
  filter: saturate(0%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: filter 1s cubic-bezier(.23, 1, .32, 1);
}

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

.splide__item-bio {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(.23, 1, .32, 1), transform 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: translate(0, 3em);
}

.client-info {
  color: var(--color--white);
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  padding: 14px;
}

.icon-4 {
  color: var(--color--white);
  margin-right: 5px;
}

.text-block-61 {
  font-size: 16px;
}

.icon-square {
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.dropdown-toggle {
  padding: 0 14px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  display: flex;
}

.dropdown-link-1 {
  border-bottom: 1px solid var(--color--bg1);
  color: #283338;
  width: auto;
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-link-details {
  color: #28333899;
  font-size: 14px;
}

.navigation-dropdown {
  min-width: 140px;
  top: 100%;
}

.navigation-dropdown.w--open {
  background-color: var(--color--black2);
  border-radius: 10px;
  min-width: 200px;
  max-height: 100vh;
  top: 60px;
  left: auto;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

@media screen and (min-width: 1280px) {
  .testimonial-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .work-experience-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .work-experience-contetn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    box-shadow: 0 2px 10px #0003;
  }

  .work-left-title {
    color: var(--color--stroke2);
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .fs-marquee-1_list-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    padding-top: 28px;
  }

  .nav-brand-log {
    padding-left: 0;
  }

  .nav-button.hide-mobile {
    display: inline-block;
  }

  .nav-button.hide-desktop {
    display: none;
  }

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

  .hero-info-title-wrap {
    margin-top: 12px;
  }

  .hero-info-title {
    letter-spacing: -1.8px;
    font-size: 50px;
    line-height: 57px;
  }

  .hero-info-d {
    margin-top: 20px;
  }

  .hero-bottom-wrapper {
    margin-top: 36px;
  }

  .partners-section {
    padding-bottom: 70px;
  }

  .partners-log-container.t {
    display: block;
  }

  .partners-log {
    width: 126px;
  }

  .showcase-section {
    padding-bottom: 70px;
  }

  .showcase-wrap, .showcase-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .showcase-item {
    height: 300px;
  }

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

  .about-top-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-right-content {
    max-width: 100%;
  }

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

  .title-wrap {
    max-width: 80%;
    margin-top: 16px;
  }

  .title-descption-wrap {
    margin-top: 16px;
  }

  .service-itme-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .service-itme {
    border-radius: 14px;
    padding: 24px;
  }

  .service-itme-top-right {
    max-width: 60%;
  }

  .service-left-icon {
    width: 24px;
  }

  .service-right-button {
    font-size: 15px;
  }

  .service-list-itme {
    max-width: 100%;
    margin-left: 0;
  }

  .work-process-seciton {
    padding-top: 70px;
    padding-bottom: 60px;
  }

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

  .work-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .work-card {
    border-radius: 16px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .work-imge {
    border-radius: 12px;
  }

  .client-name {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph {
    font-size: 18px;
  }

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

  .pricing-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .faq-content {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-background {
    border-radius: 22px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .footer-title {
    font-size: 80px;
    line-height: 90px;
  }

  .footer-s-link {
    font-size: 29px;
    line-height: 37px;
  }

  .title-p {
    font-size: 46px;
    line-height: 60px;
  }

  .contact-pop-up-wrapper {
    display: none;
  }

  .contact-pop-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    height: 90vh;
    display: flex;
    overflow: scroll;
  }

  .contact-pop-up-form-wrap {
    width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .partners-log-wrapper, .p-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .templates-info-hero {
    padding-top: 90px;
  }

  .style-guide-section {
    margin-bottom: 80px;
  }

  .style-guide-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: stretch;
  }

  .templates-nav-block {
    max-width: 100%;
    position: static;
  }

  .template-content-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .heading {
    font-size: 52px;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 48px;
    font-weight: 400;
    line-height: 65px;
  }

  .heading-3 {
    font-size: 33px;
    line-height: 42px;
  }

  .heading-4 {
    font-size: 30px;
  }

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

  .license-content-gird {
    grid-template-columns: 1fr 1fr;
  }

  .changelog-contetn-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .changelog-title {
    font-size: 50px;
    line-height: 62px;
  }

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

  .work-experience-top-title {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
  }

  .work-experience-bottom-contetn {
    margin-top: 50px;
  }

  .work-e-left, .work-e-right {
    width: 14%;
  }

  .work-e-title.n {
    display: none;
  }

  .service-top-left-title-2 {
    font-size: 20px;
  }

  .service-right-title-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .service-right-button-2 {
    font-size: 15px;
  }

  .work-process-content {
    grid-template-columns: 1fr 1fr;
  }

  .number-wrapper {
    border-radius: 1rem;
    flex-flow: column;
  }

  .case-summary {
    font-size: 18px;
  }

  .case-studies-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-title {
    letter-spacing: -1px;
    font-size: 48px;
    font-weight: 400;
    line-height: 65px;
  }

  .challenge-wrapper {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
    flex-flow: column;
  }

  .challenge-wrapper.opp {
    flex-flow: wrap-reverse;
  }

  .challenge-image {
    object-fit: contain;
    width: 1005rem;
  }

  .div-block {
    width: 100%;
  }

  .code-embed {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
  }

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

  .slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .div {
    background-color: var(--color--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 1.5rem;
    display: flex;
  }

  .work-imge-2, .work-imge3 {
    border-radius: 12px;
  }

  .hero-info-d-2 {
    margin-top: 20px;
  }

  .client-category {
    font-size: 22px;
    line-height: 26px;
  }

  .work-imge-1, .work-imge2, .work-imge-3, .work-imge-4, .work-imge-5, .work-imge-6, .work-imge-7, .work-imge-8, .work-imge-9, .work-imge-10, .work-imge-11, .work-imge-12, .work-imge-13, .work-imge-14, .work-imge-15, .authman-tn {
    border-radius: 12px;
  }

  .logo {
    margin-top: 20px;
  }

  .slider-main_arrow.swiper-prev.hide-tablet, .slider-main_arrow.swiper-next.hide-tablet {
    display: none;
  }

  .testimonial-logo {
    margin-top: 20px;
  }

  .title-p-kg {
    font-size: 46px;
    line-height: 60px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .portfolio_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .nav-wrapper {
    padding-top: 24px;
  }

  .navbar {
    width: 100%;
    padding: 14px;
  }

  .nav-content {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    border-radius: 2rem;
    display: block;
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #1a1c1d;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 50vh;
    padding-left: .63rem;
    padding-right: .63rem;
  }

  .nav-link {
    font-size: 50px;
    line-height: 1.2;
  }

  .nav-button.hide-mobile {
    display: none;
  }

  .nav-button.hide-desktop {
    display: block;
  }

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

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

  .hero-info-title-wrap {
    max-width: 92%;
  }

  .hero-info-title {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-info-d {
    margin-top: 18px;
  }

  .hero-bottom-wrapper {
    margin-top: 30px;
  }

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

  .partners-log {
    width: 124px;
  }

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

  .showcase-item {
    height: 240px;
  }

  .about-section {
    padding-bottom: 50px;
  }

  .about-top-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-right-descption {
    font-size: 22px;
  }

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

  .title-wrap {
    max-width: 90%;
    margin-top: 14px;
  }

  .title-descption-wrap {
    margin-top: 14px;
  }

  .service-itme-content {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: 50px;
  }

  .service-itme-top-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service-itme-top-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 70%;
  }

  .service-list-itme {
    margin-top: 24px;
  }

  .work-process-seciton {
    padding-top: 60px;
  }

  .work-content {
    margin-top: 50px;
  }

  .work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pricing-content {
    grid-template-columns: 1fr;
  }

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

  .testimonial-content {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 50px;
  }

  .testimonial {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

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

  .faq-content {
    margin-top: 40px;
  }

  .faq-toggle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-section {
    padding-bottom: 15px;
  }

  .footer-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-background {
    border-radius: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top-content {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .footer-title {
    font-size: 72px;
    line-height: 80px;
  }

  .footer-s-link {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-bottom-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 70px;
  }

  .title-p {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 54px;
  }

  .contact-pop-up-wrapper {
    display: none;
  }

  .contact-pop-up {
    border-radius: 16px;
    padding: 30px;
  }

  .contact-pop-up-close-icon-wrap {
    top: 30px;
    right: 30px;
  }

  .contact-pop-up-close-icon {
    width: 21px;
  }

  .contact-pop-up-form-wrap {
    background-color: #f8f9fa;
  }

  .contact-pop-up-title {
    max-width: 100%;
  }

  .partners-log-wrapper, .p-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .info-hero-descption {
    max-width: 75%;
    margin-top: 18px;
  }

  .style-guide-section {
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .style-guide-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .templates-content-block {
    border-radius: 20px;
    padding: 20px;
  }

  .style-title-wrap {
    padding: 20px;
  }

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

  .colors-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .typography-item-block {
    padding: 28px 20px;
  }

  .info-hero-title {
    margin-top: 22px;
    font-size: 50px;
    line-height: 63px;
  }

  .licenses-section {
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .license-content-gird {
    grid-template-columns: 1fr;
  }

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

  .changelog-title {
    font-size: 44px;
    line-height: 51px;
  }

  .footer-bottolink-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .work-experience-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .work-experience-top-title {
    width: 100%;
    max-width: 90%;
  }

  .work-experiencec-top-descption {
    margin-top: 20px;
  }

  .work-experience-bottom-contetn {
    margin-top: 40px;
  }

  .work-e-left, .work-e-right {
    width: auto;
  }

  .work-e-title.n {
    display: none;
  }

  .service-right-title-2 {
    font-size: 24px;
    line-height: 29px;
  }

  .work-process-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .experience-card {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .case-study-intro {
    font-size: 1rem;
  }

  .challenge-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .challenge-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .code-embed {
    background-color: #f8f9fa;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .results-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .numbers-wrap, .div-block-5 {
    width: 100%;
  }

  .hero-info-d-2 {
    margin-top: 18px;
  }

  .divider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .logo, .testimonial-logo {
    margin-top: 18px;
  }

  .title-p-kg {
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 54px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .button-group.is-center.is-testimonial {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header_testimonial-content {
    align-self: center;
    align-items: center;
  }

  .button-2.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button-2.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

  .splide__slide {
    width: 33.33%;
  }

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

  .splide__item-img-mask {
    height: 10em;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    padding-top: 40px;
  }

  .nav-wrapper {
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar {
    width: 100%;
    padding: 12px;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: stretch;
    height: 50vh;
    padding-left: .63rem;
    padding-right: .63rem;
  }

  .nav-right {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .nav-link:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-log {
    width: 40px;
  }

  .nav-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .hero-top-image {
    width: 80px;
    height: 80px;
  }

  .hero-top-info-title {
    font-size: 17px;
  }

  .hero-info-title-wrap {
    max-width: 100%;
    margin-top: 14px;
  }

  .hero-info-title {
    letter-spacing: -1.6px;
    font-size: 30px;
    line-height: 42px;
  }

  .hero-info-d {
    font-size: 15px;
  }

  .hero-bottom-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
  }

  .button {
    font-size: 15px;
  }

  .partners-section {
    padding-bottom: 40px;
  }

  .partners-log {
    width: 100px;
  }

  .showcase-section {
    padding-bottom: 50px;
  }

  .showcase-item {
    height: 140px;
  }

  .about-section {
    padding-bottom: 40px;
  }

  .about-top-content {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .about-right-descption {
    font-size: 20px;
  }

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

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

  .title-wrap {
    max-width: 100%;
    margin-top: 12px;
  }

  .title-descption-wrap {
    margin-top: 12px;
  }

  .service-itme-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 40px;
  }

  .service-itme {
    border-radius: 12px;
    padding: 16px;
  }

  .service-itme-top-right {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 12px;
  }

  .service-left-icon, .service-right-button {
    display: none;
  }

  .service-list-itme {
    margin-top: 16px;
  }

  .service-imge {
    border-radius: 8px;
  }

  .servuce-list-descption {
    margin-top: 24px;
    font-size: 16px;
  }

  .work-process-seciton, .work-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .work-content {
    margin-top: 40px;
  }

  .work-card {
    border-radius: 12px;
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .work-imge {
    border-radius: 10px;
  }

  .work-info-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .client-name {
    letter-spacing: 0;
    font-size: 18px;
  }

  .work-date {
    font-size: 18px;
  }

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

  .pricing-card._2 {
    border-radius: 10px;
    padding: 22px 18px;
  }

  .pricing-button, .pricing-card-bottom {
    margin-top: 30px;
  }

  .price-feature-list-text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .testimonial-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .testimonial._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-card {
    padding: 22px 20px;
  }

  .author-name.tex-align-center {
    text-align: left;
  }

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

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

  .faq-item-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .faq-item {
    grid-row-gap: 16px;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .faq-toggle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    position: relative;
  }

  .faq-toggle.w--open {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
  }

  .faq-title-wrap {
    flex-flow: column;
  }

  .faq-title {
    width: 91%;
    font-size: 16px;
    line-height: 25px;
  }

  .faq-list.w--open {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-section {
    padding-bottom: 10px;
  }

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

  .footer-background {
    border-radius: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-top-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-title {
    font-size: 41px;
  }

  .footer-s-link {
    font-size: 20px;
    line-height: 32px;
  }

  .footer-s-link-wrap {
    margin-top: 30px;
  }

  .footer-bottom-content {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    margin-top: 60px;
  }

  .footer-bottom-text-link {
    text-align: center;
  }

  .title-p {
    font-size: 28px;
    line-height: 42px;
  }

  .contact-pop-up-wrapper {
    display: none;
  }

  .contact-pop-up {
    border-radius: 14px;
    max-width: 94%;
    height: 84%;
    padding: 16px;
  }

  .contact-pop-up-close-icon-wrap {
    top: 16px;
    right: 16px;
  }

  .contact-pop-up-close-icon {
    width: 18px;
  }

  .contact-pop-up-form-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-pop-up-title {
    font-size: 22px;
    line-height: 30px;
  }

  .partners-log-wrapper, .p-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .templates-info-hero {
    padding-top: 80px;
  }

  .info-hero-descption {
    max-width: 100%;
  }

  .style-guide-section {
    margin-bottom: 60px;
  }

  .templates-content-block {
    padding: 16px;
  }

  .style-title-wrap._1 {
    border-radius: 12px;
    padding: 18px;
  }

  .style-title {
    font-size: 28px;
    line-height: 38px;
  }

  .colors-wrapper {
    grid-template-columns: 1fr;
  }

  .typography-item-block {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    line-height: 23px;
  }

  .button-block {
    flex-flow: wrap;
  }

  .info-hero-title {
    margin-top: 20px;
    font-size: 47px;
    line-height: 60px;
  }

  .licenses-section {
    margin-bottom: 60px;
  }

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

  .changelog-title {
    font-size: 37px;
    line-height: 44px;
  }

  .footer-bottolink-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .work-experience-top-title {
    font-size: 23px;
    line-height: 36px;
  }

  .work-experiencec-top-descption {
    font-size: 15px;
  }

  .work-experience-bottom-contetn {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    width: auto;
  }

  .work-experience-contetn {
    flex-flow: column;
    padding-top: 1rem;
  }

  .work-e-left {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    display: flex;
  }

  .work-e-right.m {
    position: relative;
  }

  .work-e-title {
    text-decoration: none;
    display: block;
  }

  .work-e-title.n {
    display: block;
  }

  .service-right-title-2 {
    font-size: 19px;
    line-height: 25px;
  }

  .service-right-button-2 {
    display: none;
  }

  .service-right-button-2.n {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .work-process-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero-review-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .clutch-link {
    width: 3rem;
    display: flex;
  }

  .upwork-link {
    width: 3rem;
  }

  .cta-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero-professional-badge.centered {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .number-wrapper {
    border-color: var(--bg-color);
    background-color: var(--bg-color);
    border-radius: 0;
  }

  .case-studies-grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .back-btn-wrap {
    margin-bottom: 2rem;
  }

  .case-study-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .into-wrapper {
    width: 100%;
  }

  .case-study-intro {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .first-logo {
    width: 1.5rem;
  }

  .client-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .challenge-wrapper {
    padding-top: 20px;
  }

  .challenge-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .code-embed {
    height: 100%;
  }

  .wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .testimonial-text {
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.38rem;
  }

  .slider-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div {
    background-color: var(--color--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 1.5rem;
    display: flex;
  }

  .results-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .numbers-wrap {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    grid-template-columns: 1fr;
  }

  .number {
    text-align: center;
    font-size: 2rem;
  }

  .number-heading {
    text-align: center;
    font-size: 1rem;
  }

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

  .work-imge-2, .work-imge3 {
    border-radius: 10px;
  }

  .hero-info-d-2 {
    font-size: 12px;
  }

  .client-category {
    letter-spacing: 0;
    font-size: 18px;
  }

  .work-imge-1, .work-imge2, .work-imge-3, .work-imge-4, .work-imge-5, .work-imge-6, .work-imge-7, .work-imge-8, .work-imge-9, .work-imge-10, .work-imge-11, .work-imge-12, .work-imge-13, .work-imge-14, .work-imge-15, .authman-tn {
    border-radius: 10px;
  }

  .divider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    padding-bottom: .38rem;
  }

  .testimonial-wrapper {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding-bottom: 40px;
  }

  .swiper-slide {
    width: 100%;
  }

  .testimonial-wrap {
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .div-block-6 {
    flex-flow: wrap;
  }

  .logo {
    font-size: 15px;
  }

  .testimonial-logo {
    font-size: 22px;
    display: block;
  }

  .section_call {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .heading-6, .heading-7 {
    padding-top: 40px;
  }

  .title-p-kg {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 42px;
  }

  .fs-marquee-1_item {
    width: 18rem;
  }

  .technology-logo-grid, .technology-logo-grid.rows-2 {
    grid-template-columns: 1fr 1fr;
  }

  .technology-grid-wrap, .team-member-wrap {
    flex-flow: column;
  }

  .team-image {
    width: auto;
  }

  .work-experience-wrap {
    flex-flow: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2.is-portfolio {
    padding: .68rem;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .splide__slide {
    width: 50%;
  }

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

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .splide__item-img-mask {
    width: 12em;
    height: 12em;
  }

  .dropdown-link-4 {
    padding: 4px 10px;
  }

  .dropdown-toggle.w--open {
    position: relative;
  }

  .dropdown-link-1 {
    border-bottom-style: none;
    padding: 4px 14px;
  }

  .navigation-dropdown {
    min-width: 0;
    display: none;
    position: absolute;
    top: 0%;
  }
}

#w-node-_8a0ce1e2-d641-9a35-4604-e32a5d3f7c6b-8c6b8f0d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_362bdda7-dfb0-8b47-726c-209f1d39926b-8c6b8f11, #w-node-_5b371081-ed35-76f3-710d-3b2b433265e7-29866383, #w-node-e8703343-a1e9-6d17-8190-1278440804d6-29866383, #w-node-_2e15d5e8-9531-bae7-8cfb-ffe706339737-29866383, #w-node-_033e577d-4d4b-6a17-e20e-5d895edc4683-29866383, #w-node-bac0a11b-108a-a3df-e2aa-11e5bc147196-29866383, #w-node-bac0a11b-108a-a3df-e2aa-11e5bc1471a4-29866383, #w-node-bac0a11b-108a-a3df-e2aa-11e5bc1471b2-29866383, #w-node-bac0a11b-108a-a3df-e2aa-11e5bc1471c0-29866383, #w-node-_11d12179-c341-b043-ad26-14989eb9f3d8-29866383, #w-node-_11d12179-c341-b043-ad26-14989eb9f3e6-29866383, #w-node-_11d12179-c341-b043-ad26-14989eb9f3f4-29866383, #w-node-_11d12179-c341-b043-ad26-14989eb9f402-29866383, #w-node-_2a1b723f-500e-44cc-f3c0-c356daf0451d-29866383, #w-node-_2a1b723f-500e-44cc-f3c0-c356daf0452b-29866383, #w-node-_2a1b723f-500e-44cc-f3c0-c356daf04539-29866383, #w-node-_2a1b723f-500e-44cc-f3c0-c356daf04547-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e53-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e5a-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e61-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e68-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e71-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e78-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e7f-29866383, #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e86-29866383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8a0ce1e2-d641-9a35-4604-e32a5d3f7c6b-8c6b8f0d {
    grid-column: span 8 / span 8;
  }

  #w-node-_2cdac707-27a8-439d-5de2-b29ef9c42e5a-29866383 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a0ce1e2-d641-9a35-4604-e32a5d3f7c6b-8c6b8f0d {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8a0ce1e2-d641-9a35-4604-e32a5d3f7c6b-8c6b8f0d {
    grid-column: span 2 / span 2;
  }
}


