:root {
  --black: #1e1e1e;
}

body {
  color: #1e1e1e;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  color: #1e1e1ecc;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

img {
  display: inline-block;
}

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

.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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 110px;
}

.hero-first-image-block {
  z-index: 100;
  object-fit: cover;
  width: 150px;
  height: 200px;
  transition: all .3s;
  position: absolute;
  bottom: 19%;
  left: 13%;
}

.hero-first-image-block:hover {
  filter: blur(20px);
}

.first-h2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 60px;
}

.third-h2 {
  color: #1e1e1e80;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 60px;
}

.tabs-menu-10, .heading-block {
  justify-content: space-between;
  display: flex;
}

.light-white-para {
  color: #fffc;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.video-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.faq-answer {
  color: #1e1e1ecc;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.hero-second-image-block {
  z-index: 100;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 200px;
  transition: all .5s;
  position: absolute;
  top: 17%;
  right: 32%;
  transform: rotate(-15deg);
}

.hero-second-image-block:hover {
  filter: blur(20px);
}

.background-video {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-submit {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-para {
  text-align: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-403 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tags {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
}

.new-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.second-h2 {
  color: #1e1e1e80;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 60px;
}

.hero-first-image {
  object-fit: cover;
  width: 150px;
  height: 200px;
  transform: rotate(20deg);
}

.content-para {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.faq-question-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-header {
  color: #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.faq-question {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.code-embed-21 {
  width: 36px;
  height: 36px;
}

.text-block-78 {
  color: #1e1e1ecc;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-20 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.input-feild {
  background-color: #fff;
  border-top: 1px solid #1e1e1e33;
  border-radius: 10px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.input-feild::placeholder {
  color: #1e1e1e4d;
}

.t-link {
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #0000001a;
  width: 100%;
  height: 100%;
  padding: 20px 36px;
}

.t-link.w--current {
  background-color: #fff;
}

.card {
  transition: all .7s;
}

.card:hover {
  -webkit-clip-path: polygon(5% 10%, 100% 2%, 100% 98%, 5% 98%);
  clip-path: polygon(5% 10%, 100% 2%, 100% 98%, 5% 98%);
  transform: scale(1.05);
}

.form-grid-layout {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 500px 1fr;
  margin-bottom: 140px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-columns: 520px 520px;
  justify-content: space-between;
}

.headings-block {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form-right-block {
  background-color: #fff;
  border-top: 2px solid #ffff0080;
  border-radius: 20px;
  padding: 20px 40px;
}

.cercle-yellow, .cercle-white {
  color: #1d1d1d;
  background-color: #ff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.faq {
  z-index: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #0f172a33;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px;
  position: static;
}

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

.div-block-405-copy {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content {
  background-color: #fff;
  border-radius: 10px;
  height: 380px;
  min-height: 380px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1e1e1e;
  text-align: center;
  background-color: #ff0;
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-flex;
}

.content-tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-bottom: 24px;
  display: flex;
}

.image-239 {
  margin-bottom: 30px;
}

.faq-ans {
  color: #fff;
  white-space: normal;
  background-color: #ddd0;
  border-radius: 12px;
  display: none;
  position: static;
  overflow: hidden;
}

.her-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  width: 1127px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.solution-card {
  max-height: 125px;
  margin-bottom: 40px;
  transition: all 1.2s;
  display: flex;
  overflow: hidden;
}

.solution-card:hover {
  max-height: 700px;
}

.hero-third-image {
  object-fit: cover;
  width: 150px;
  height: 200px;
  transform: rotate(-30deg);
}

.author-des {
  color: #1e1e1ecc;
  font-size: 12px;
  line-height: 16px;
}

.para {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.para.margin-bottom-80px {
  margin-bottom: 80px;
}

.para.max-wisdth-900 {
  max-width: 900px;
}

.para.max-wisdth-900.max-width-60 {
  margin-bottom: 60px;
}

.para.margin-bottom-30 {
  margin-bottom: 30px;
}

.faq-que {
  color: #1e1e1e;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.content-wrapper {
  width: 700px;
}

.card-heding {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section {
  padding: 60px 40px;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section.top-padding-94px {
  margin-top: 94px;
}

.section.bg-t {
  background-color: #d9d9d933;
  padding-top: 310px;
}

.section.bg-black {
  background-color: #000;
}

.section.bg-black.padding-140px.position-relativw, .section.bg-black.pos-relative {
  position: relative;
}

.section.bg-black.padding-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.bg-black.padding-140px.position-relativw {
  position: relative;
}

.section.ttt99 {
  background-color: #000;
  padding-bottom: 0;
}

.section.padding-top-0 {
  padding-top: 0;
}

.section.form-bg {
  background-color: #edf0f2;
}

.section.form-bg.margin-top-94 {
  margin-top: 94px;
}

.section.overflo-hidden {
  overflow: hidden;
}

.heading-15 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 52px;
}

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

.faq-minus-icon {
  width: 100%;
  height: 100%;
}

.faq-ans-block {
  max-width: 850px;
  padding-top: 30px;
}

.solution-question {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.logoes-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.input-label {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.navbar {
  z-index: 1;
  background-color: #fff;
  padding: 16px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.dsiplay-flex-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-second-image {
  object-fit: cover;
  width: 150px;
  height: 200px;
  transform: rotate(-20deg);
}

.gradient-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 52px;
}

.footer {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 40px;
}

.h2 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 64px;
}

.h2.text-color-white {
  color: #fff;
  font-weight: 500;
}

.h2.align-left {
  text-align: left;
  font-weight: 600;
}

.h2.align-left.m-width-400 {
  max-width: 400px;
}

.h2.align-left.desktop-hide {
  display: none;
}

.h2.align-left.text-color-white.msx-width-880 {
  max-width: 880px;
}

.tags-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.fourth-h2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 60px;
}

.author-para {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.counter {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.faq-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
}

.headings-sub-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  display: flex;
}

.h1-right-side {
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 90px;
  line-height: 110px;
}

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

.section-video {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 400vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.button-primary {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  padding: 16px 36px;
  font-weight: 500;
  position: relative;
}

.button-primary.hide-for-desktop {
  display: none;
}

.scroll-items {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.content-text {
  color: #ff0;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  display: inline;
}

.section-work {
  background-color: #000;
  padding: 60px 5%;
  position: relative;
}

.hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.scroll-div1 {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-405 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.solution-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 250px;
  height: 120px;
}

.logoes-heading {
  text-align: center;
  margin-bottom: 80px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.hero-third-image-block {
  z-index: 100;
  object-fit: cover;
  width: 150px;
  height: 200px;
  transition: all .3s;
  position: absolute;
  bottom: 18%;
  right: 12%;
  transform: rotate(15deg);
}

.hero-third-image-block:hover {
  filter: blur(20px);
}

.grid-67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1220px;
  margin-bottom: 80px;
}

.nav-menu {
  display: flex;
}

.form-heading {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.code-embed-22 {
  margin-bottom: 40px;
}

.author-name {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.card-image-block {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.navbar-link:hover {
  opacity: .6;
}

.navbar-link.w--current {
  opacity: .6;
  color: #000;
}

.testi-crd-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-240 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.text-block-79 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.footer-brand-2 {
  text-decoration: none;
}

.text-block-80 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.i-image {
  width: 100%;
  height: 64px;
}

.heading-gradient {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
}

.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffff80;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.gradinet-below-h2 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
}

.deong-heading {
  color: #fff;
  height: 80vh;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.grid-69 {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  grid-template-rows: auto;
  grid-template-columns: 300px auto;
  place-items: center end;
  position: relative;
}

.work-heading {
  color: #fffc;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.work-heading.max-width-580 {
  max-width: 580px;
  font-weight: 600;
}

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

.form-left-side {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-241 {
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px #1e1e1e;
  margin-bottom: 16px;
}

.text-block-83 {
  margin-bottom: 8px;
  font-weight: 500;
}

.text-block-83-copy {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.social-media-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}

.social-media-link {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.social-media-main-block {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-media-layout {
  margin-bottom: 60px;
}

.div-block-421 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-22 {
  color: #fffc;
}

.grid-70 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 384px auto auto 275px;
  margin-bottom: 100px;
}

.div-block-407-copy {
  border-radius: 20px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.footer-header {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-link {
  color: #fffc;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .6;
}

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

.copy-right-text {
  color: #fffc;
  font-size: 14px;
  line-height: 16px;
}

.body {
  background-color: #fff;
}

.comntainer-cop {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-laddress {
  color: #fffc;
  line-height: 30px;
  text-decoration: none;
}

.i-image-copy {
  width: 100%;
}

.scroll-div2 {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-424 {
  width: 100%;
  position: sticky;
  top: 120px;
}

.link-icon {
  opacity: .2;
}

.work-header-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.grid-67-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 470px 1fr;
  margin-bottom: 120px;
}

.deong-heading-mbl {
  color: #fff;
  height: 80vh;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  display: none;
}

.p {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hide-code {
  display: none;
}

.select-parent {
  position: relative;
}

.form-section {
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-inner-block {
  z-index: 100000000;
  background-color: #fff;
  border-radius: 20px;
  width: 650px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  background-color: #ff0;
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-flex;
}

.pop-up-form-heading {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.close-btn {
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-block-87 {
  font-size: 32px;
  line-height: 30px;
}

.hero-sub-para {
  text-align: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-header-block {
  display: flex;
}

.content-main-block {
  margin-left: 70px;
}

.solution-card-double {
  max-height: 125px;
  margin-bottom: 40px;
  transition: all 1.2s;
  display: flex;
  overflow: hidden;
}

.solution-card-double:hover {
  max-height: 700px;
}

.div-block-407-copy {
  border-radius: 20px;
  max-width: 1220px;
  height: 672px;
  margin-bottom: -250px;
  margin-left: auto;
  margin-right: auto;
}

.image-hide-copy-copy {
  object-fit: cover;
}

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

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

.pop-up-input {
  background-color: #fff;
  border-top: 1px solid #1e1e1e33;
  border-radius: 10px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
}

.pop-up-input::placeholder {
  color: #1e1e1e4d;
}

.mbl-exta-nav {
  display: none;
}

@media screen and (min-width: 1440px) {
  .text-block-78 {
    font-weight: 300;
  }

  .faq-que {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    justify-content: center;
    align-items: center;
  }

  .footer-brand-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 64px;
    line-height: 74px;
  }

  .hero-first-image-block {
    width: 100px;
    height: 150px;
  }

  .grid-67-copy {
    grid-template-columns: 1fr;
  }

  .video-main-wrapper {
    width: 100%;
    height: 100%;
  }

  .hero-second-image-block {
    width: 100px;
    height: 150px;
  }

  .background-video {
    height: 500px;
  }

  .hero-first-image {
    width: 100px;
    height: 150px;
  }

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

  .form-grid-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .grid-5 {
    grid-template-columns: 520px;
  }

  .headings-block {
    display: none;
  }

  .faq {
    padding: 20px;
  }

  .her-wrapper {
    width: auto;
  }

  .solution-card {
    flex-flow: column;
  }

  .solution-card:hover {
    max-height: 100%;
  }

  .hero-third-image {
    width: 100px;
    height: 150px;
  }

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

  .section.bg-t {
    padding-top: 40px;
  }

  .section.padding-top-0, .section.bg-t {
    padding-top: 40px;
  }

  .section.bg-black.padding-140px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .navbar {
    z-index: 1000;
  }

  .hero-second-image {
    width: 100px;
    height: 150px;
  }

  .gradient-h2 {
    text-align: left;
    margin-bottom: 20px;
  }

  .h2.align-left.m-width-400 {
    max-width: none;
  }

  .h2.align-left.text-color-white.msx-width-880.margin-bottom-140 {
    margin-bottom: 60px;
  }

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

  .h1-right-side {
    font-size: 60px;
    line-height: 74px;
  }

  .section-video {
    background-color: #000;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary.hide-for-mobile {
    display: none;
  }

  .scroll-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    width: auto;
  }

  .content-text {
    margin-right: 20px;
  }

  .hero-section {
    padding-top: 0;
  }

  .scroll-div1 {
    grid-column-gap: 30px;
  }

  .solution-image {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .hero-third-image-block {
    width: 100px;
    height: 150px;
  }

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

  .nav-menu {
    background-color: #000;
    height: 90vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-link {
    color: #fff;
    padding-left: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .deong-heading {
    height: auto;
    margin-bottom: 40px;
  }

  .grid-69 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 649px;
  }

  .social-media-main-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .social-media-layout {
    margin-bottom: 0;
  }

  .grid-70 {
    grid-template-columns: auto 275px;
  }

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

  .scroll-div2 {
    grid-column-gap: 30px;
  }

  .div-block-424 {
    position: static;
  }

  .link-icon {
    opacity: 1;
  }

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

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

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

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

  .grid-67-copy-copy {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .hide-gor-mobile {
    display: none;
  }

  .deong-heading-mbl {
    height: auto;
    margin-bottom: 40px;
    display: block;
  }

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

  .star-icon {
    display: none;
  }

  .services-grid-layout {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-card, .max-width-780.margin-bottom-120, .max-width-780.margin-bottom-120 {
    margin-bottom: 40px;
  }

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

  .grid-74 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .div-block-428 {
    padding-top: 0;
  }

  .margin-bottom-140 {
    margin-bottom: 40px;
  }

  .conatct-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .font-weight-300.text-color-white.margin-bottom-40 {
    margin-bottom: 20px;
  }

  .dd {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 42px;
  }

  .ee {
    font-size: 30px;
    line-height: 42px;
  }

  .image-244 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: static;
  }

  .work-image {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 64px;
    line-height: 80px;
  }

  .drag-images-button {
    color: #2e2f3b;
    background-color: #efeeec;
    border-radius: .5em;
    padding: .5em 1em .5em .75em;
  }

  .cursor-fixed {
    display: none;
  }

  .bg-video-block {
    width: 100%;
    height: 100%;
  }

  .content-main-block {
    margin-left: 0;
  }

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

  .solution-card-double {
    flex-flow: column;
  }

  .solution-card-double:hover {
    max-height: 100%;
  }

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

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

  .div-block-407-copy {
    margin-bottom: 0;
  }

  .work-big-image {
    width: 100%;
  }

  .div-block-431 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-432 {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mbl-exta-nav {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: column;
    display: flex;
  }

  .text-block-89 {
    color: #fff;
    font-size: 20px;
  }

  .nav-link {
    color: #fff;
    text-underline-position: under;
    font-size: 30px;
    line-height: 42px;
    -webkit-text-decoration: underline #ffffff80;
    text-decoration: underline #ffffff80;
  }

  .nav-link:hover {
    opacity: .6;
  }

  .div-block-433 {
    text-align: left;
  }

  .div-block-434 {
    display: flex;
  }

  .icon {
    color: #000;
  }

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

@media screen and (max-width: 767px) {
  .h1 {
    text-align: center;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-first-image-block {
    height: 120px;
    left: 5%;
  }

  .tabs-menu-10 {
    flex-flow: wrap;
  }

  .grid-67-copy {
    margin-bottom: 60px;
  }

  .video-main-wrapper {
    position: static;
  }

  .hero-second-image-block {
    height: 120px;
    right: 5%;
  }

  .background-video {
    height: 300px;
  }

  .hero-first-image {
    height: 120px;
  }

  .faq-question-wrapper {
    padding: 10px;
  }

  .content-header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 48px;
  }

  .brand.w--current {
    width: 200px;
  }

  .faq-question {
    padding-left: 0;
  }

  .t-link {
    width: 50%;
  }

  .faq {
    padding: 16px;
  }

  .tab-content {
    height: auto;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-card {
    flex-flow: column;
    max-height: 75px;
  }

  .hero-third-image {
    height: 120px;
  }

  .faq-que {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding: 40px 20px;
  }

  .solution-question {
    padding: 10px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-second-image {
    height: 120px;
  }

  .gradient-h2 {
    font-size: 30px;
    line-height: 42px;
  }

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

  .h2, .h2.align-left, .h2.align-left {
    font-size: 40px;
    line-height: 52px;
  }

  .author-para {
    font-size: 20px;
  }

  .h1-right-side {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .section-video {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
  }

  .content-text {
    margin-right: 10px;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-div1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .logoes-heading {
    margin-bottom: 60px;
  }

  .hero-third-image-block {
    height: 120px;
    right: 10%;
  }

  .grid-67 {
    margin-bottom: 40px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link {
    padding-left: 0;
  }

  .faq-box {
    padding: 20px 16px;
  }

  .text-block-79 {
    font-size: 40px;
    line-height: 52px;
  }

  .i-image {
    height: 40px;
  }

  .heading-gradient {
    font-size: 40px;
    line-height: 48px;
  }

  .link.w--current {
    width: 100%;
  }

  .gradinet-below-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .deong-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .grid-69 {
    grid-template-columns: auto;
  }

  .work-heading {
    font-size: 40px;
    line-height: 52px;
  }

  .social-media-main-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .div-block-421 {
    width: 100%;
  }

  .grid-70 {
    grid-column-gap: 37px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .about-heading {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 60px;
  }

  .h1-new {
    font-size: 48px;
    line-height: 60px;
  }

  .footer-block {
    width: 100%;
  }

  .scroll-div2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
  }

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

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

  .work-header-grid {
    margin-bottom: 40px;
  }

  .deong-heading-mbl {
    font-size: 36px;
    line-height: 48px;
    display: block;
  }

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

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

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

  .grid-73 {
    grid-template-columns: auto;
  }

  .work-image {
    object-fit: cover;
    height: 500px;
    margin-bottom: 20px;
  }

  .draggable-card {
    width: 14em;
    height: 15em;
  }

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

  .solution-card-double {
    flex-flow: column;
    max-height: 75px;
  }

  .about-logoes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
  }

  .about-logoes-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .serives-heading {
    font-size: 60px;
    line-height: 72px;
  }

  .servies-image-block {
    height: 500px;
  }

  .div-block-407-copy {
    height: 400px;
  }

  .image-hide-copy-copy {
    width: 100%;
    height: 100%;
  }

  .div-block-430 {
    height: 400px;
  }

  .work-big-image {
    object-fit: cover;
    height: 500px;
    margin-bottom: 20px;
  }

  .div-block-431 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-first-image-block {
    display: none;
    bottom: 45%;
  }

  .card-block {
    width: 100%;
  }

  .hero-second-image-block {
    height: 100px;
    display: none;
    top: 12%;
  }

  .background-video {
    height: 300px;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-first-image {
    height: 100px;
  }

  .content-header {
    margin-bottom: 10px;
  }

  .brand {
    width: 180px;
  }

  .brand.w--current {
    text-align: left;
    width: 180px;
    padding-left: 0;
  }

  .t-link {
    padding: 10px;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-template-columns: auto;
  }

  .form-right-block {
    padding: 20px;
  }

  .faq {
    padding: 16px;
  }

  .tab-content, .faq-ans {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution-card {
    max-height: 60px;
  }

  .hero-third-image {
    height: 100px;
  }

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

  .logoes-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .hero-second-image {
    height: 110px;
  }

  .tags-block {
    flex-flow: wrap;
  }

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

  .scroll-items {
    flex-direction: row;
    display: flex;
  }

  .scroll-div1 {
    grid-column-gap: 20px;
  }

  .hero-third-image-block {
    height: 100px;
    display: none;
    bottom: 13%;
  }

  .nav-menu {
    height: 100vh;
  }

  .social-media-link {
    font-size: 20px;
    line-height: 30px;
  }

  .social-media-main-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-heading {
    font-size: 40px;
    line-height: 52px;
  }

  .h1-new {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .comntainer-cop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-div2 {
    grid-column-gap: 20px;
  }

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

  .grid-72 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-hero {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dd, .ee {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-image {
    height: 400px;
  }

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

  .common-socail-lnks {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-t {
    width: 40px;
    height: 40px;
  }

  .comming-logo {
    width: 60px;
  }

  .form-inner-block {
    width: 100%;
  }

  .card-image {
    height: 480px;
  }

  .menu-button {
    padding: 10px;
  }

  .nav-image {
    overflow: hidden;
  }

  .solution-card-double {
    max-height: 106px;
  }

  .about-logoes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .about-logoes-wrapper {
    grid-column-gap: 20px;
  }

  .serives-heading {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
  }

  .servies-image-block {
    height: 400px;
  }

  .div-block-407-copy, .div-block-430 {
    height: 300px;
  }

  .tesi-lofo {
    object-fit: contain;
  }

  .small-image {
    height: 280px;
  }

  .big-image {
    height: 350px;
  }

  .work-big-image {
    height: 400px;
  }

  .text-block-88 {
    font-size: 26px;
  }

  .div-block-432 {
    margin-bottom: 40px;
  }

  .mbl-exta-nav {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

#w-node-_1a76c06c-edc2-2495-5363-59d62e1bab76-9e402cc4, #w-node-fe6ff006-94bd-c641-74c8-6970b6a081b4-9e402cc4 {
  align-self: start;
}

#w-node-_632ec6cd-2afd-35a0-dcf1-d788627c1326-9e402cc4 {
  place-self: center end;
}

#w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe33c5-9e402cc4, #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe33d4-9e402cc4, #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe33e3-9e402cc4, #w-node-_64322465-7e33-689d-19ee-876e3de9193d-9e402cc4, #w-node-d60e67f7-6c24-1815-0fcf-394663c49fd0-9e402cc4 {
  justify-self: end;
}

#w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe3417-9e402cc4 {
  align-self: center;
}

#w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe341e-9e402cc4, #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe3444-9e402cc4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_632ec6cd-2afd-35a0-dcf1-d788627c1326-9e402cc4 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe341e-9e402cc4, #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe3444-9e402cc4 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1a76c06c-edc2-2495-5363-59d62e1bab76-9e402cc4 {
    align-self: auto;
  }

  #w-node-_419ff437-a975-f088-4d11-1ca2d313237e-d313237b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_419ff437-a975-f088-4d11-1ca2d3132389-d313237b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_419ff437-a975-f088-4d11-1ca2d31323a5-d313237b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d31cdc8-1bbb-28aa-e519-82a4febe33c5-9e402cc4, #w-node-_64322465-7e33-689d-19ee-876e3de9193d-9e402cc4 {
    justify-self: auto;
  }
}
