:root {
  --gainsboro: #d8d8d8;
  --white-smoke: #f4f3f1;
  --black: #212121;
}

h1 {
  color: #212121;
  letter-spacing: -.06em;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #212121;
  letter-spacing: -.06em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: #212121cc;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

a {
  color: #212121;
  letter-spacing: -.06em;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
}

.section-header {
  z-index: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-about {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vh;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.header-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.navbar {
  z-index: 9999;
  background-color: #ddd0;
  width: 100%;
  margin-top: 1.125rem;
  padding-left: 20%;
  padding-right: 20%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.hide {
  display: none;
}

.navbar-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 15px 1rem 10px;
  display: flex;
}

.button {
  border: 1px solid var(--gainsboro);
  color: #212121;
  letter-spacing: -.06em;
  border-radius: 1rem;
  flex: none;
  padding: 1rem 1.18rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.logo-wrapper {
  width: 11rem;
}

.logo-wrapper.w--current {
  width: 15rem;
}

.logo {
  max-height: 100%;
}

.link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

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

.link {
  display: block;
}

.carousel-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  overflow: hidden;
}

.text-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-text {
  color: #3330;
  letter-spacing: -.06em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-smoke);
  white-space: nowrap;
  flex: none;
  font-size: 26.8225rem;
  line-height: 1;
}

.carousel-div {
  flex: none;
  display: flex;
}

.section-about {
  width: 100%;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.15rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-grid {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-grid-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 85vh;
  display: grid;
}

.card-grid {
  background-color: var(--white-smoke);
  border-radius: 1rem;
  height: 80%;
}

.hero-content {
  background-color: var(--white-smoke);
  border-radius: 1rem;
  align-items: center;
  height: 80%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.card-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 5rem 10%;
  display: flex;
}

.button-arrow {
  background-color: var(--black);
  color: var(--gainsboro);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(120%);
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.heading-2 {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.heading-hero {
  font-size: 4vw;
}

.text-big {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.text-span {
  opacity: .2;
}

.nav-menu {
  justify-content: space-between;
  display: flex;
}

.section-timeline-heading {
  background-color: #000;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

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

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

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#1d217f, #1d267e 51%, #56be3e);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

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

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  box-shadow: none;
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: #000;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.heading-3 {
  color: #fff;
}

.view-episodes {
  margin-top: 20px;
  font-weight: 100;
  text-decoration: underline;
  display: none;
}

.slide-wrapper {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slider-contols {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 5% 0%;
  overflow: hidden;
}

.slide-description {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

.ep-number {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 100;
}

.slide-content {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 5%;
  padding: 40px 40px 80px;
  display: flex;
}

.slide-meta {
  color: #fff;
  border-right: 1px solid #ffffff4d;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 100;
}

.slide-meta-wrapper {
  align-items: center;
  display: flex;
}

.slider-control-info {
  padding: 20px 40px;
}

.slider {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hero {
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.overlay--mobile-only {
  background-color: #000c;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slider-control-link {
  cursor: pointer;
  background-color: #000;
  border-top: 3px solid #000;
  flex: 1;
}

.slide-action-button {
  border: 1px solid #fff;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slide-action-button:hover {
  background-color: #900;
  border-color: #900;
}

.close-button {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: underline;
  display: none;
}

.slide-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.slide {
  background-image: linear-gradient(#000c, #000c);
  flex: none;
  align-self: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide.slide-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/Screen-Shot-2019-02-08-at-10.07.57-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 0%;
}

.slide.slide-1 {
  background-image: linear-gradient(#0009, #0009), url('../images/Screen-Shot-2019-02-08-at-10.07.43-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
}

.slide.slide-3 {
  background-image: linear-gradient(#000c, #000c), url('../images/Screen-Shot-2019-02-08-at-10.07.50-PM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 0%;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

.head-line {
  border-top: 1px solid #151515;
  flex: 1;
}

.head-line.line-4 {
  flex: 1;
  width: 25.813em;
  font-size: 10px;
  display: none;
}

.head-line.line-3 {
  border-top-color: #000;
}

.describe-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

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

.img-content-1 {
  opacity: 1;
  object-fit: cover;
  background-image: url('../images/BISMI-BEST-PRICE.jpg');
  background-size: cover;
  border-radius: 4px;
  width: 250px;
  height: 250px;
}

.img-content-1._3 {
  background-image: url('../images/BEST-VARIETY.jpg');
}

.content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.content-wrapper.first {
  margin-right: 1.25em;
}

.img-content {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-content._2 {
  background-image: none;
}

.head-2em {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 37px;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 40px;
}

.head-2em.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.container-3 {
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.sc-3 {
  padding-top: 5.625em;
  padding-bottom: 5.625em;
  display: flex;
}

.img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-head-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.header-wrapper.horizontal {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-wrapper.horizontal.head-pc {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

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

.img-describe {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.head-img {
  color: #fff0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2em;
}

.head-img.head-2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.188em;
}

.hero-img {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.header-child {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-4 {
  width: 90%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.sc-2 {
  padding-top: 3.25em;
  padding-bottom: 0;
}

.section-2 {
  background-color: #fff;
}

.head-3em {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.208em;
}

.head-3em.italic {
  letter-spacing: -.05em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(109deg, #fdd606 100%, #4bcd1d);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  padding-right: 8px;
  font-style: italic;
  font-weight: 700;
}

.head-i {
  font-style: italic;
}

.cta_icon-5 {
  width: 78px;
}

.text-size-large {
  font-size: 3rem;
}

.text-size-large.text-weight-semibold {
  line-height: 3.5rem;
}

.cta_text-wrap {
  margin-top: 10px;
}

.cta_icon-1 {
  width: 68px;
}

.cta_icon-wrap3 {
  position: absolute;
  top: 184px;
  left: 11%;
}

.cta_icon-wrap6 {
  position: absolute;
  top: 8%;
  right: 14%;
}

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

.cta_content-wrap {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 511px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta_icon-wrap9 {
  position: absolute;
  bottom: 59px;
  right: 28%;
}

.cta_icon-wrap10 {
  position: absolute;
  bottom: 57px;
  right: 13%;
}

.cta_icon-wrap8 {
  position: absolute;
  top: 184px;
  right: 8%;
}

.cta_right-arrow {
  z-index: 5;
  filter: invert();
  width: 16px;
}

.cta_icon-6 {
  width: 78px;
}

.cta_icon-wrap7 {
  position: absolute;
  top: 83px;
  right: 4%;
}

.cta_button_wrap {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.cta_button_wrap:hover {
  color: #000;
}

.cta_icon-7 {
  width: 52px;
}

.cta_icon-10 {
  width: 82px;
}

.cta_icon-wrap4 {
  position: absolute;
  bottom: 47px;
  left: 57px;
}

.cta_icon-9 {
  width: 52px;
}

.cta_icon-wrap2 {
  position: absolute;
  top: 7%;
  left: 17%;
}

.text-block-6 {
  color: #0c0407;
  text-align: left;
  text-decoration: none;
}

.text-block-6.community {
  z-index: 999;
  color: #fff;
  position: relative;
}

.cta_icon-3 {
  width: 68px;
}

.cta_wrap {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border: 2px solid #c8dfc5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 414px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 20px;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cta_icon-wrap5 {
  position: absolute;
  bottom: 57px;
  left: 26%;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta_icon-4 {
  width: 52px;
}

.cta_icon-8 {
  width: 68px;
}

.section_cta {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.cta_icon-2 {
  width: 82px;
}

.cta_icon-wrap1 {
  position: absolute;
  top: 75px;
  left: 4%;
}

.padding-global-2-copy-for-career-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2-copy-for-career-section.padding-section-large {
  padding-left: 0;
  padding-right: 0;
}

.text-block-7 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #20267f, #1fa989);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-seeperate {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1e257f, #67c64c);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.heading-seeperate.describe {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 2.25em;
  line-height: 1.194em;
  display: none;
}

.text-span-2 {
  color: #22478f;
  letter-spacing: -.02em;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-style: normal;
  font-weight: 700;
}

.body {
  font-family: Poppins, sans-serif;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-brand.margin-top-20 {
  margin-top: 20px;
}

.footer-link {
  color: #000;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: #1c87fb;
}

.footer-link.margin-left-desktop-20 {
  margin-left: 20px;
}

.body-text {
  color: #818181;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.footer-grid.grid-3 {
  margin-top: 0;
}

.container-5 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-heading.margin-top-20 {
  margin-top: 20px;
}

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

.footer-nav {
  display: flex;
}

.footer-nav.margin-top-desktop-40 {
  margin-top: 40px;
}

.app-store-button {
  display: block;
}

.app-store-button.margin-top-10 {
  margin-top: 10px;
}

.app-store-button.margin-top-20 {
  margin-top: 20px;
}

.footer-section {
  background-color: #fff;
  margin-top: 240px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-section.footer-3 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-7 {
  margin-right: 32px;
}

.div-block-12 {
  margin-left: 100px;
  padding-top: 29px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 150px;
  height: 100px;
}

.footer-flex-container {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-4 {
  color: #000;
  max-width: 200px;
  margin-left: 10px;
  padding-top: 32px;
  font-size: 18px;
  line-height: 150%;
}

.div-block-10 {
  margin-left: 205px;
  padding-top: 29px;
}

.footer-social-media {
  margin-top: 32px;
}

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

.div-block-11 {
  margin-left: 99px;
  padding-top: 29px;
}

.footer-link-2 {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.list-2 {
  color: #fff;
  padding-left: 87px;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer {
  text-align: center;
  background-color: #173f3e;
  align-items: flex-start;
}

.footer-link-wrapper {
  color: #000;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.copyright-section {
  background-color: #000;
  height: 66px;
  max-height: 66px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.link-2 {
  color: #fff;
  font-size: 14px;
}

.footer-2 {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 58px;
}

.container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.ftr-box {
  align-items: center;
  display: flex;
}

.ftr-column {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.ftr-heading {
  text-align: center;
  letter-spacing: 9px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.cont-p {
  color: #2c2c2c;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

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

.slider-text {
  opacity: 0;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

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

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  opacity: .2;
  border-radius: 1.5rem;
  transition: opacity .5s;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.swiper-wrapper {
  display: flex;
}

.page-style {
  display: none;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.tabs {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span-3 {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.section-3 {
  background-color: #fff;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-layout {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-large-2 {
  letter-spacing: -.02em;
  font-size: 3rem;
  line-height: 1.2;
}

.text-size-large-2.text-color-gray800 {
  display: inline;
}

.section_text-animation {
  z-index: 2;
  color: #f5f5f5;
  background-color: #161616;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_text-animation.padding-global.padding-section-large {
  background-color: #000;
  min-height: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1-19 {
  letter-spacing: -1px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-19.reveal-type {
  text-align: center;
  font-size: 3rem;
}

.service {
  color: #17d9b9;
}

.section-copy-for-locations {
  background-color: #fff;
}

.btn_33 {
  color: #ff7726;
  cursor: pointer;
  background-color: #01010100;
  border: 1px solid #20257f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.btn_33:hover {
  color: #000;
}

.btn_3_text {
  color: #000;
  font-size: 1rem;
  position: relative;
}

.css {
  color: #4bcd1e;
  display: none;
}

.button-group {
  justify-content: center;
  display: flex;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  background-color: #fff;
  flex: none;
  width: 100%;
  display: flex;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: none;
}

.item {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  position: relative;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .75rem 2rem;
  font-size: 1.15rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.text-span-7 {
  font-size: 10vw;
}

.vertical-divider {
  opacity: .4;
  background-color: #fff;
  background-image: linear-gradient(#6a48f2, #fcceee);
  width: 1px;
  height: 5vh;
  margin: 1rem auto 25%;
}

.text-span-8 {
  opacity: .8;
  font-style: italic;
  font-weight: 400;
}

.text-span-9 {
  opacity: .6;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-5.last {
  margin-bottom: 30vh;
}

.section-5.first {
  margin-top: -141px;
}

.section-5.extra-margin {
  margin-bottom: 20vh;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.content {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-size-small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

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

.heading-scroll.center._6 {
  font-size: 8vw;
  font-weight: 400;
}

.heading-scroll.center._5 {
  font-weight: 400;
}

.heading-scroll.center._9 {
  letter-spacing: .01em;
  font-weight: 400;
}

.heading-scroll.center._4 {
  font-weight: 700;
}

.heading-scroll.center._2 {
  text-transform: uppercase;
}

.heading-scroll.center._3 {
  font-weight: 400;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.heading-scroll.longer.center._10 {
  letter-spacing: -.02em;
  font-size: 3vw;
}

.container-8 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-10 {
  font-style: italic;
  font-weight: 400;
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #f3e7ff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.number {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(182deg, #6a48f2 20%, #fcceee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-span-6 {
  opacity: .8;
  font-style: normal;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.text-span-11 {
  opacity: .6;
  font-weight: 400;
}

.hero {
  padding-top: 64px;
}

.subheading {
  color: #b4bcd0;
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 580px;
}

.page-styles, .styles---glowing-button {
  display: none;
}

.cursor-wrapper {
  z-index: 99998;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #f2f2f2;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.collage-section {
  text-align: center;
  background-color: #000;
  padding-top: 140px;
  display: none;
}

.title-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.section-header-2 {
  margin-bottom: 90px;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: #52b79c;
}

.section-title {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-subhead {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.wide-collage {
  max-width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.section_hero {
  position: relative;
}

.padding-global-4 {
  border: 1px #6e6e6e;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-large-3 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 88rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.padding-section-large-2 {
  flex: 1;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.hero_heading-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: break-spaces;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.heading-1 {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -3px;
  white-space: break-spaces;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.text-size-large-3 {
  color: #4d4d4d;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.text-size-large-3.is-hero {
  color: #6e6e6e;
  flex: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.65;
}

.text-color-white {
  color: #fff;
  font-size: 3rem;
}

.text-size-medium {
  color: #000;
  font-size: 1.125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-us_header_background-image {
  object-fit: cover;
  object-position: 50% 45%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-align-center {
  text-align: center;
  padding-bottom: 2px;
}

.image-overlay-layer {
  z-index: 1;
  opacity: .41;
  background-color: #0000004d;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.contact-us_header_background-image-wrapper {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: 0%;
}

.text-weight-semibold-copy-copy {
  font-weight: 600;
}

.text-weight-semibold-copy-copy.text-color-white {
  font-size: 1rem;
}

.section_contact-us_header {
  height: 50vh;
  position: relative;
}

.text-span-12 {
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  background-color: #1a1a1a;
  background-image: linear-gradient(105deg, #232971 16%, #0ba684);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.padding-section-large-2-copy {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.card-post-cta {
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.cell {
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/aung-soe-min-1177645-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 33px;
  display: flex;
  position: relative;
}

.cell.v4 {
  background-image: url('../images/503216304_122249262470199027_7702899140105351906_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell.v2 {
  background-image: url('../images/80364555_1588940654579674_3887457779593510912_n.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.cell.v5 {
  background-image: url('../images/aaa.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
}

.cell.v6 {
  background-image: url('../images/Bismi_Group_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.cell.v3 {
  background-image: url('../images/1600w-eqCZThLO86o.webp');
  background-position: 50%;
  background-size: cover;
}

.cell.v9 {
  background-image: url('../images/retro-comic-style-red-yellow-clearance-sale-icon_1308-159464.avif');
  background-size: cover;
}

.container-9 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-9.cc-margin-bottom {
  margin-bottom: 60px;
}

.card-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

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

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.container-10 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-10.cc-margin-bottom {
  margin-bottom: 60px;
}

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

.bold-text {
  letter-spacing: 0;
  font-size: 3.5rem;
}

.text-block-9 {
  text-align: center;
  font-size: 1.3rem;
}

.smart-shopping {
  border: 1px #6e6e6e;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.respo-desi-2 {
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 40em;
  padding: 58px 64px 10px;
  display: flex;
  position: relative;
}

.stats-figure-wrap-3, .left-animation {
  cursor: none;
}

.client-logo-copy-for-client-4-copy-for-benz {
  cursor: default;
  object-fit: cover;
  max-width: 180px;
  max-height: 60px;
  margin-top: 20px;
}

.section-19 {
  background-color: #000;
  display: none;
}

._w-layout-stats {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-figure-wrap-2 {
  cursor: none;
}

.dev-speed-weeks {
  -webkit-text-fill-color: transparent;
  cursor: none;
  background-image: linear-gradient(-70deg, #ed4e50, #9867f0);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-150 {
  color: #fff;
  text-align: justify;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.fast-load-heading-mobile {
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  cursor: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

._w-layout-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  cursor: default;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  display: grid;
}

.client-logo-copy-lulu {
  cursor: default;
  object-fit: contain;
  max-width: 220px;
  max-height: 80px;
  margin-top: 50px;
}

.cta-link-text {
  color: #fff;
  letter-spacing: -.025em;
  font-weight: 500;
  display: inline-block;
}

.container-benefits {
  background-color: #000;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.link-800 {
  color: #fff;
  text-decoration: none;
}

.text-block-29-copy-copy {
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
}

.intro-card-code-wrap {
  flex-direction: column;
  justify-content: space-around;
  max-width: 540px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.45vw;
  line-height: 2;
  display: none;
}

.card-client-2 {
  text-align: center;
  cursor: default;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.dev-speed-month-line {
  background-color: #1d1d1f;
  border-radius: 20px;
  width: 110%;
  height: 10px;
  margin-left: -5%;
  position: absolute;
  top: 50%;
}

.client-logo {
  cursor: default;
  object-fit: cover;
  max-width: 200px;
  max-height: 70px;
  margin-top: 0;
}

.app-logo-wrapp {
  margin: 20px auto;
}

.movies-holder {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.respo-img {
  box-sizing: border-box;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 90%;
  position: absolute;
  inset: 12% 0% 0% auto;
}

.clients-wrap {
  cursor: default;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.paragraph-142 {
  opacity: .75;
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.cursor_bg-8-reasons {
  z-index: -1;
  opacity: .1;
  background-color: #e8e9eb;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.video-anim {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.card-003_wrapper {
  z-index: 9;
  aspect-ratio: 2 / 3;
  color: #fff;
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 400px;
  height: 800px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.stats-figure-wrap-4 {
  cursor: none;
}

.image-56 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.card-003_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: 14em;
  grid-template-columns: .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 28px;
}

.intro-grid.intro-grid--variant {
  grid-template-rows: 40em;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.image-57 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-card-dev-speed-months {
  opacity: .22;
  position: relative;
  transform: scale(.6);
}

.custom-intergrations {
  text-align: center;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-intergrations-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.025em;
  cursor: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.stats-card-clients {
  opacity: .75;
  color: #fff;
  letter-spacing: -.025em;
  margin-top: 4px;
  font-weight: 500;
}

.stats-card-clients._1 {
  margin-top: 10px;
  font-size: 20px;
}

.respo-pix {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/6137431ff45a39b264299e9d_pixel-pattern.png'), linear-gradient(45deg, #1f4d99, #18ab9e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  height: 40em;
  padding: 64px;
  display: flex;
}

.card-003_content {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e0;
  border-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  max-height: 50%;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.reasons-webflow {
  z-index: 10;
  background-image: linear-gradient(45deg, #1f4d99, #00a59b 50%, #18ab9e);
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 170px;
  padding-top: 42px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-animation {
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.cta-link-icon {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: -5px;
}

.stats-card-clients-2 {
  opacity: .75;
  color: #fff;
  letter-spacing: -.025em;
  margin-top: 4px;
  font-weight: 500;
}

.dev-speed-months-text {
  cursor: none;
}

.card-client-4 {
  text-align: center;
  cursor: default;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.ani-vid {
  z-index: 5;
  position: absolute;
  inset: 1.6% 1.6% 24.9%;
}

.ani-vid-container {
  cursor: none;
  width: 100%;
  position: relative;
}

.intro-card-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  cursor: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.intro-card-heading.intro-card-heading--tiny {
  text-align: center;
  margin-bottom: 10px;
}

.intro-card-heading.intro-cell-heading--center {
  text-align: center;
  cursor: default;
  font-size: 2rem;
}

.intro-card-heading.cc-dev-speed {
  position: absolute;
  top: 64px;
  left: 52px;
}

._w-layout-grid-benefits {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  perspective: 1000px;
  cursor: default;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.fast-load {
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  height: 560px;
  padding: 64px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

.shiny-effect {
  opacity: .15;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  width: 10%;
  height: 50%;
  position: absolute;
}

.intro-cell-animation {
  cursor: default;
  background-image: linear-gradient(120deg, #1f4d99, #18ab9e);
  border: 1px solid #83838329;
  border-radius: 28px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.code-color {
  color: #e62615;
  text-align: left;
  cursor: none;
}

.right-animation {
  cursor: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.para-animation {
  opacity: .75;
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  cursor: none;
  width: 100%;
  max-width: 390px;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.fast-load-img {
  z-index: 1;
  width: 130%;
  max-width: 700px;
  margin-left: -65px;
  position: absolute;
  inset: auto auto 4.5% -5%;
  transform: scale(1.1);
}

.app-icon {
  width: 85px;
  max-width: 85px;
  height: 85px;
  max-height: 85px;
  margin-left: auto;
  margin-right: auto;
}

.card-client-3 {
  text-align: center;
  cursor: default;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.text-reasons {
  color: #fff;
  text-align: center;
  letter-spacing: -.025em;
  max-width: 1000px;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.cta-link-reason-banner {
  margin-top: 12px;
  padding: 8px 16px;
  display: none;
}

.card-client {
  text-align: center;
  cursor: default;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.client-logo-copy-y-mall {
  cursor: default;
  object-fit: contain;
  max-width: 180px;
  max-height: 110px;
  margin-top: 5px;
}

.stats-figure-wrap {
  opacity: 1;
  cursor: none;
}

.background-video-2 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  width: 100%;
  height: 100%;
}

.app-logos {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.intro-card {
  cursor: default;
  background-color: #000;
  border: 1px solid #5b9fcf;
  border-radius: 28px;
  padding: 64px;
  position: relative;
}

.intro-card.cc-dev-speed {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.intro-card.cc-code {
  cursor: none;
  height: 29.7em;
  padding-left: 52px;
  padding-right: 32px;
  display: none;
}

.intro-card.intro-grid-cell--flex {
  cursor: default;
  border-color: #355aa6;
  flex-direction: column;
  display: flex;
}

.intro-card-code-indented {
  text-align: left;
  cursor: none;
  margin-left: 28px;
}

.intro-card-dev-speed-wrap {
  letter-spacing: -.045em;
  margin-top: 32px;
  font-size: 64px;
  font-weight: 600;
}

.text-block-10 {
  opacity: 1;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #293864, #00a59b);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.text-block-10.is-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #293864, #00a59b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text-block-10.is--2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #1f4d99, #18ab9e);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-10.is-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #293864, #00a59b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.client-logo-copy-for-client-4 {
  cursor: default;
  object-fit: cover;
  max-width: 180px;
  max-height: 60px;
  margin-top: 0;
}

.card-003_name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.custom-intergration-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 90%;
}

.movies-head-copy {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.respo-desi-2-heading {
  color: #fff;
  text-align: left;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: static;
  inset: 0% auto auto 0%;
}

.movie-box {
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
}

.padding-global-2-copy-for-career-section-copy-for-8-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2-copy-for-career-section-copy-for-8-section.padding-section-large {
  padding: 3rem 0;
}

.section-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.section-20.light-background {
  background-color: #f8f8f8;
  padding-top: 175px;
}

.form-block {
  width: 100%;
  max-width: 560px;
  margin-bottom: 0;
}

.section-name {
  color: #797979;
  letter-spacing: .04em;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.text-field {
  color: #1e1e1e;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.text-field:focus {
  border-style: solid;
  border-color: #1e1e1e;
}

.form-row {
  align-items: center;
  display: flex;
}

.error-message {
  border-radius: 16px;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  color: #797979;
  letter-spacing: .02em;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 143%;
}

.error-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.projects-heading {
  width: 100%;
  max-width: 424px;
}

.projects-heading.for-contact {
  min-width: 450px;
  max-width: 520px;
}

.buitton-group {
  justify-content: flex-start;
  display: flex;
}

.textarea {
  color: #1e1e1e;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  min-height: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.textarea:focus {
  border-color: #1e1e1e;
}

.heading-99 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.success-text {
  color: green;
  font-size: 24px;
  line-height: 120%;
}

.success-message {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2-wrapper {
  margin-top: 8px;
}

.button-primary-2 {
  color: #1e1e1e;
  letter-spacing: .04em;
  background-color: #fff;
  border-radius: 40px;
  padding: 12px 113px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.button-primary-2.dark {
  color: #fff;
  background-color: #1e1e1e;
  padding-left: 60px;
  padding-right: 60px;
}

.button-primary-2.dark.full-width {
  background-image: linear-gradient(132deg, #22478f, #06a582);
  border-radius: 6px;
  width: 40%;
}

.contact-us-form-container {
  width: 100%;
  max-width: 590px;
  padding-left: 30px;
}

.paragraph-7 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.form-input-wrapper.left-margin {
  margin-left: 8px;
}

.form-input-wrapper.right-margin {
  margin-right: 8px;
}

.wide-container {
  width: 100%;
  max-width: 1276px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-us-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.img-content-1-copy {
  opacity: 1;
  object-fit: cover;
  background-image: url('../images/503216304_122249262470199027_7702899140105351906_n.jpg');
  background-size: cover;
  border-radius: 4px;
  width: auto;
  height: 360px;
}

.slide_content-wrapper {
  width: 100%;
  margin-left: 0%;
  position: relative;
}

.left-arrow {
  margin-left: 7.5%;
}

.section-slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 50vw;
  overflow: visible;
}

.slide-2 {
  margin-right: 12.5%;
}

.slider_container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.image-ratio_container {
  padding-top: 52.65%;
  position: relative;
}

.right-arrow {
  margin-right: 7.5%;
}

.slide-nav {
  transform: translate(0, 100%);
}

.slide_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-image-2 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content_category {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: .125rem solid #edca17;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22.5rem;
  padding-top: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.content_category.is-third {
  border-top-color: #06a582;
  height: 100%;
  max-height: 217px;
}

.content_category.is-second {
  border-top-color: #6729ff;
}

.content_category-img {
  background-color: #e6faf1;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.content_category-img.is-second {
  background-color: #f0eaff;
}

.content_category-img.is-third {
  background-color: #ffecd2;
}

.aerokit_p2 {
  color: #0b173099;
  font-size: 1rem;
  font-weight: 600;
}

.content_des-text {
  color: #0b173099;
  font-weight: 500;
  line-height: 120%;
}

.aerokit_h2 {
  color: #0b1730cc;
  font-size: 2.5rem;
  font-weight: 800;
}

.content_des-title {
  color: #0b1730;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
}

.content_wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.aerokit_common-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
  position: relative;
}

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

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.content_btn {
  color: #fff;
  background-color: #0b1730cc;
  border: .0625rem solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 100%;
  min-height: 45px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
  transition: all .5s;
  display: flex;
}

.content_btn:hover {
  color: #0b1730cc;
  background-color: #0000;
  border: 1px solid #0b1730cc;
}

.content_section {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 0;
  display: flex;
}

.content_categories {
  grid-column-gap: 6.3rem;
  grid-row-gap: 6.3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content_heading-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.section-4-copy, .section-4-copy-nnn {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.padding-section-large-2-copy-copy {
  border-bottom: 1px solid #0003;
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.container-heading {
  justify-content: center;
  display: flex;
}

.heading-1-copy {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -3px;
  white-space: break-spaces;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.section-header-2-copy {
  margin-bottom: 0;
}

.section-title-copy {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.headinggg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #22478f, #06a582);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-13 {
  color: #0fa683;
  letter-spacing: -.03em;
  text-transform: capitalize;
  font-weight: 700;
}

.link-801 {
  grid-column-gap: .25rem;
  color: #413e3e;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-801:hover {
  color: #1b1818;
}

.counter {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.page {
  display: none;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.4;
}

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

.u-hide {
  display: none;
}

.container-11 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-21 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.title-wrapper {
  margin-bottom: 1rem;
}

.title-wrapper.cc-lg {
  margin-bottom: 3rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.4;
}

.grid-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-cols.cc-3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.h1 {
  font-size: 5rem;
  line-height: 1.2;
}

.cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: flex;
}

.cta-wrapper.cc-center {
  justify-content: center;
}

.section-21-copy-feature-metrics {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-22 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.bold-text-2 {
  font-weight: 300;
}

.services-section {
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.service-box {
  text-align: center;
  width: 24%;
  padding-left: 1%;
  padding-right: 1%;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.section-header-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 58px;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  display: none;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.lottie-anim {
  width: 150px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.service-div {
  border-top: 1px solid #22478f6b;
  border-bottom: 1px solid #22478f69;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.section-copy {
  background-color: #fff;
  padding-bottom: 4rem;
  display: none;
}

.padding-global-2-copy-for-career-section-copy-for-careers {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2-copy-for-career-section-copy-for-careers.padding-section-large {
  padding: 2rem 0;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  background-image: linear-gradient(87deg, #22478f, #41b395);
  border-radius: 2em;
  min-width: 11em;
  padding: .875em 2em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-txt {
  color: #252525;
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.cloneable-link-w {
  letter-spacing: -.0125em;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.remove-w {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 10rem;
  padding-bottom: 6rem;
  display: flex;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.bismi-heading-for-store-locator {
  letter-spacing: .02em;
  font-size: 2rem;
  font-weight: 400;
}

.bismi-heading {
  color: #fff;
  font-size: 4rem;
}

.main-section {
  background-color: #000;
}

.link-802 {
  color: #265590;
  font-weight: 400;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.light {
  font-weight: 300;
}

.heading-103 {
  color: #fff;
  font-size: 5rem;
  line-height: 5.5rem;
}

.hero-image-overlay {
  background-image: linear-gradient(#0009, #0000);
  position: absolute;
}

.hero-image-overlay.top {
  background-image: linear-gradient(#000000a6, #0000);
  height: 20svh;
  inset: 0% 0% auto;
}

.hero-image-overlay.bottom {
  background-image: linear-gradient(0deg, #000000b3, #0000);
  height: 35svh;
  inset: auto 0% 0%;
}

.container-13 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 16rem;
  display: grid;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-medium-2.text-color-beige {
  color: #f0eeea;
  line-height: 1.3em;
}

.hero-image-wrap-2 {
  background-image: linear-gradient(#00000052, #00000052);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-36 {
  position: relative;
}

.section-36.hero {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-bottom: 6rem;
  display: flex;
}

.mobile-version {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-cover-2-copy-copy-cc-furnshing {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-36-copy-for-pooja {
  position: relative;
}

.section-36-copy-for-pooja.hero {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-bottom: 6rem;
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.heading-151 {
  color: #fff;
  font-size: 5rem;
  line-height: 5.5rem;
}

.link-803 {
  color: #fff;
  font-size: 1rem;
}

.eleven {
  font-size: 1rem;
}

@media screen and (min-width: 1280px) {
  .container-content {
    max-width: 1200px;
  }

  .hero_grid {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-12 {
    padding-top: 29px;
  }

  .footer-flex-container {
    flex-direction: row;
    max-width: 1200px;
    margin-top: 4px;
  }

  .paragraph-4 {
    color: #fff;
    margin-top: 32px;
    padding-top: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .div-block-10 {
    margin-left: 290px;
    padding-top: 29px;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
    display: flex;
  }

  .div-block-9 {
    flex-wrap: wrap;
    place-content: space-around flex-start;
    align-items: flex-start;
    max-width: 1000px;
    display: flex;
  }

  .div-block-11 {
    margin-left: 100px;
    padding-top: 29px;
    padding-right: 43px;
  }

  .footer-link-2 {
    color: #fff;
    font-size: 18px;
    line-height: 150%;
  }

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

  .cursor-wrapper {
    display: flex;
  }

  .fast-load-heading-mobile {
    margin-bottom: 10px;
  }

  .text-block-29-copy-copy {
    font-size: 3.5rem;
    font-weight: 300;
  }

  .fast-load {
    flex-direction: column;
  }

  .text-reasons {
    max-width: 1000px;
  }

  .movies-head-copy {
    justify-content: center;
  }

  .movie-box {
    width: 31%;
  }

  .hero_grid {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .img-content-1 {
    width: 400px;
    height: 400px;
  }

  .section {
    padding-bottom: 0;
    display: block;
  }

  .section_text-animation.padding-global.padding-section-large {
    background-color: #0d0d0d;
    min-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-medium {
    max-width: 90rem;
  }

  .section-4 {
    display: none;
  }

  .image-overlay-layer {
    background-image: linear-gradient(#000, #878787 51%, #000);
  }

  .cell.v4 {
    min-height: 500px;
  }

  .cell.v2 {
    background-position: 50% 0;
    min-height: 500px;
  }

  .cell.v6 {
    min-height: 500px;
  }

  .section-6 {
    background-color: #fff;
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .respo-desi-2 {
    object-fit: cover;
  }

  .section-19, .container-benefits {
    background-color: #000;
  }

  .respo-img {
    cursor: auto;
    object-fit: cover;
    width: 70%;
    height: 80%;
  }

  .reasons-webflow {
    background-image: linear-gradient(45deg, #1f4d99, #00a59b 50%, #18ab9e);
  }

  .text-reasons {
    max-width: 1000px;
  }

  .movie-box {
    width: 31.5%;
  }

  .img-content-1-copy {
    width: 400px;
    height: 400px;
  }

  .section-slider {
    background-color: #fff;
  }

  .section-4-copy {
    display: none;
  }

  .section-4-copy-nnn, .section-copy {
    display: block;
  }

  .heading-103 {
    margin-bottom: 1px;
  }

  .hero_grid, .text-size-medium-2.text-color-beige {
    margin-bottom: 0;
  }

  .heading-151 {
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: .5rem;
  }

  .navbar.hide {
    display: none;
  }

  .navbar-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.hide {
    display: none;
  }

  .link-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .container {
    max-width: 80rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.25rem;
    line-height: 1;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-grid-wrapper {
    padding-top: 15%;
  }

  .hero-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 5%;
    display: flex;
  }

  .card-grid {
    height: 60%;
  }

  .hero-content {
    height: 30%;
  }

  .heading-hero {
    font-size: 9vw;
  }

  .text-big {
    font-size: 1.5rem;
  }

  .nav-menu {
    background-color: var(--white-smoke);
    border-radius: 1rem;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    transform: translate(0, 10%);
  }

  .hamburger.w--open {
    background-color: #c8c8c800;
  }

  .hamburger-lottie {
    width: 2rem;
    height: 2rem;
  }

  .cta_icon-5 {
    width: 50px;
  }

  .cta_icon-wrap3 {
    top: 200px;
    left: 2%;
  }

  .cta_icon-wrap6 {
    top: 40px;
    right: 90px;
  }

  .cta_icon-wrap9 {
    bottom: 62px;
    right: 17%;
  }

  .cta_icon-wrap10 {
    bottom: 20px;
    right: 4%;
  }

  .cta_icon-wrap8 {
    max-width: 50px;
    top: 200px;
    right: 4%;
  }

  .cta_icon-6 {
    width: 60px;
  }

  .cta_icon-wrap7 {
    max-width: 40px;
    top: 20px;
  }

  .cta_icon-10 {
    width: 60px;
  }

  .cta_icon-wrap4 {
    bottom: 20px;
    left: 11px;
  }

  .cta_icon-wrap2 {
    top: 20px;
  }

  .cta_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta_icon-wrap5 {
    bottom: 50px;
    left: 13%;
  }

  .section_cta {
    padding-top: 3rem;
  }

  .cta_icon-2 {
    width: 50px;
  }

  .cta_icon-wrap1 {
    top: 70px;
  }

  .footer-grid, .footer-grid.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-12 {
    margin-left: 0;
  }

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

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

  .div-block-10 {
    margin-left: 0;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .container-content {
    flex-direction: column;
    align-items: center;
    max-width: 576px;
    display: flex;
  }

  .list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    font-size: 68px;
  }

  .cursor-wrapper {
    display: none;
  }

  .collage-section {
    padding-top: 100px;
  }

  .wide-collage {
    padding-left: 2%;
    padding-right: 2%;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_heading-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .heading-1 {
    white-space: break-spaces;
    max-width: none;
    font-size: 3.5rem;
  }

  .text-size-large-3.is-hero {
    color: #4d4d4d;
    white-space: break-spaces;
    max-width: none;
    font-size: 1.25rem;
  }

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

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-2-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-2 {
    grid-auto-flow: row dense;
  }

  .left-animation {
    text-align: left;
    margin-bottom: 8%;
    position: relative;
    left: -10%;
  }

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

  ._w-layout-grid {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .intro-card-code-wrap {
    font-size: 2.5vw;
  }

  .card-client-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .movies-holder {
    flex-flow: column;
  }

  .respo-img {
    top: 15%;
    right: 4%;
  }

  .card-003_wrapper {
    height: auto;
  }

  .intro-grid {
    grid-template-rows: 130%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .intro-grid.intro-grid--variant {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .custom-intergrations {
    padding-bottom: 48px;
    padding-left: 0;
  }

  .respo-pix {
    justify-content: center;
    height: 11em;
    display: flex;
    position: relative;
  }

  .reasons-webflow {
    height: 11em;
  }

  .card-client-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ani-vid {
    right: 1.3%;
  }

  ._w-layout-grid-benefits {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .intro-cell-animation {
    flex-direction: column;
    align-items: center;
  }

  .code-color {
    font-size: 20px;
  }

  .right-animation {
    width: 150%;
    margin-left: 0;
  }

  .fast-load-img {
    left: -5%;
  }

  .card-client-3, .card-client {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .intro-card.cc-dev-speed {
    height: 29.7em;
  }

  .intro-card.cc-code {
    height: 28em;
  }

  .intro-card.intro-grid-cell--flex {
    height: 29.7em;
  }

  .intro-card-code-indented {
    font-size: 24px;
  }

  .custom-intergration-img {
    width: 100%;
    margin-bottom: 32px;
  }

  .respo-desi-2-heading {
    font-size: 32px;
  }

  .movie-box {
    width: 100%;
  }

  .section-20 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .projects-heading.for-contact {
    min-width: 100%;
  }

  .heading-99 {
    line-height: 140%;
  }

  .contact-us-form-container {
    max-width: 560px;
    margin-top: 24px;
    padding-left: 0;
  }

  .form {
    text-align: left;
  }

  .contact-us-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content_category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    max-width: none;
  }

  .content_category.is-third {
    justify-content: center;
    align-items: flex-start;
  }

  .content_category.is-second {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .content_des-text {
    font-size: .875rem;
  }

  .aerokit_h2 {
    font-size: 2rem;
  }

  .content_btn {
    font-size: 1rem;
  }

  .content_categories {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .padding-section-large-2-copy-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-1-copy {
    white-space: break-spaces;
    max-width: none;
    font-size: 3.5rem;
  }

  .section-21 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title-wrapper.cc-lg {
    margin-bottom: 2.5rem;
  }

  .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 4rem;
  }

  .section-21-copy-feature-metrics, .section-22 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-header {
    width: 80%;
  }

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

  .section-header-3 {
    font-size: 46px;
    line-height: 54px;
  }

  .container-13 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .container-14 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .view-episodes {
    cursor: pointer;
    font-weight: 100;
    display: block;
  }

  .text-block {
    text-align: left;
    text-decoration: underline;
  }

  .slide-wrapper {
    height: auto;
    position: relative;
  }

  .slider-contols {
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    left: auto;
    right: auto;
  }

  .slide-content {
    width: 80%;
    max-width: none;
    margin-left: 0;
  }

  .slide-content-wrapper {
    width: auto;
  }

  .overlay--mobile-only {
    background-color: #000000e6;
    display: none;
  }

  .close-button {
    cursor: pointer;
    background-color: #000;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 300;
    display: block;
  }

  .head-line {
    width: 5.3em;
  }

  .head-line.line-4 {
    width: 7.938em;
  }

  .head-line.line-3 {
    width: 3.25em;
  }

  .describe-link {
    font-size: .875em;
  }

  .content-head-wrapper.horizontal {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .content-wrapper.first {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    margin-right: 0;
  }

  .img-content {
    padding: .75em;
  }

  .head-2em {
    font-size: 1.75em;
  }

  .head-2em.describe {
    font-size: 1.5em;
  }

  .container-3 {
    width: 95%;
  }

  .container-3.sc-3 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-wrapper {
    width: 100%;
    height: 20.75em;
  }

  .header-wrapper.horizontal {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .header-wrapper.horizontal.head-pc {
    flex-direction: column;
    align-items: flex-start;
  }

  .img-describe {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
  }

  .head-img {
    font-size: .875em;
  }

  .head-img.head-2 {
    font-size: .75em;
  }

  .hero-img {
    justify-content: center;
    width: 21.188em;
    height: 20.375em;
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header-child {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 100%;
  }

  .hero-img-child {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .container-4 {
    width: 95%;
  }

  .container-4.sc-2 {
    padding-top: 4.188em;
    padding-bottom: 0;
  }

  .head-3em {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.188em;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-semibold {
    font-size: 2rem;
  }

  .cta_icon-wrap3, .cta_icon-wrap6 {
    display: none;
  }

  .cta_icon-wrap9 {
    bottom: 70px;
  }

  .cta_icon-wrap8 {
    display: none;
  }

  .cta_button_wrap {
    font-size: .8rem;
  }

  .cta_icon-wrap5 {
    bottom: 72px;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta_icon-wrap1 {
    display: none;
  }

  .padding-global-2-copy-for-career-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-seeperate {
    font-size: 1.75em;
  }

  .heading-seeperate.describe {
    font-size: 1.5em;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-block.top-margin-mobile-80 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-12 {
    margin-left: 0;
  }

  .footer-image {
    object-fit: contain;
  }

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

  .div-block-10 {
    margin-left: 0;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .container-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer {
    background-color: #173f3e;
    padding: 40px 20px;
  }

  .ftr-box {
    flex-direction: column;
  }

  .ftr-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .section_text-animation.padding-global.padding-section-large {
    min-height: 40vh;
  }

  .heading-style-h1-19 {
    font-size: 2.5rem;
  }

  .btn_33 {
    font-size: 3rem;
  }

  .btn_3_text {
    font-size: 1.25rem;
  }

  .hero-header {
    max-width: 570px;
  }

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .hero {
    padding-top: 140px;
  }

  .subheading {
    font-size: 18px;
  }

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

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero_heading-content {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .heading-1 {
    max-width: none;
    font-size: 2.5rem;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .text-size-large-3.is-hero {
    max-width: none;
    margin-bottom: 0;
  }

  .text-size-medium {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

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

  .margin-bottom.margin-xsmall {
    margin-top: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-2-copy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .respo-desi-2 {
    height: 30em;
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 28px;
    overflow: hidden;
  }

  .client-logo-copy-for-client-4-copy-for-benz {
    margin-top: 20px;
  }

  .section-19 {
    background-color: #000;
  }

  ._w-layout-stats {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .client-logo-copy-lulu {
    margin-top: 20px;
  }

  .container-benefits {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .movies-holder {
    flex-direction: column;
    align-items: center;
  }

  .respo-img {
    width: 67%;
    max-width: 67%;
    height: 57%;
    margin-top: 80px;
    top: 11%;
    right: 16.5%;
    transform: scale(1.47);
  }

  .paragraph-142 {
    line-height: 1.4;
  }

  .card-003_wrapper {
    width: 100%;
    height: auto;
  }

  .custom-intergrations {
    padding-bottom: 48px;
  }

  .respo-pix {
    height: 15em;
    padding: 38px 28px;
  }

  .reasons-webflow {
    max-height: 150px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

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

  .ani-vid {
    top: 1.6%;
    left: 1.4%;
  }

  .intro-card-heading {
    line-height: 1.1;
  }

  .intro-card-heading.intro-card-heading--tiny, .intro-card-heading.intro-cell-heading--center, .intro-card-heading.cc-dev-speed {
    font-size: 24px;
  }

  ._w-layout-grid-benefits {
    grid-row-gap: 5vw;
    grid-auto-flow: column;
    margin-bottom: 0;
  }

  .fast-load {
    padding: 38px 28px;
  }

  .intro-cell-animation {
    padding-bottom: 40px;
  }

  .code-color {
    font-size: 17px;
  }

  .right-animation {
    width: 120%;
  }

  .para-animation {
    margin-top: 12px;
    line-height: 1.4;
  }

  .fast-load-img {
    bottom: 4%;
    left: -14%;
  }

  .text-reasons {
    text-align: center;
    letter-spacing: -.015em;
    font-size: 22px;
  }

  .cta-link-reason-banner {
    margin-top: 10px;
  }

  .client-logo-copy-y-mall {
    margin-top: 20px;
  }

  .intro-card {
    border-radius: 24px;
    padding: 38px 28px;
  }

  .intro-card.cc-dev-speed {
    height: 25em;
  }

  .intro-card.cc-code {
    height: 23em;
  }

  .intro-card.intro-grid-cell--flex {
    height: 25em;
  }

  .intro-card-code-indented {
    font-size: 18px;
  }

  .client-logo-copy-for-client-4 {
    margin-top: 20px;
  }

  .movie-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .padding-global-2-copy-for-career-section-copy-for-8-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-20 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .heading-99 {
    line-height: 130%;
  }

  .heading-2-wrapper {
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content_category, .content_category.is-third {
    width: 100%;
  }

  .content_category.is-second {
    flex-flow: column;
  }

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

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

  .content_categories {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .content_heading-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .padding-section-large-2-copy-copy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-1-copy {
    max-width: none;
    font-size: 2.5rem;
  }

  .section-title-copy {
    font-size: 32px;
  }

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

  .grid-cols, .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

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

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-header-3 {
    line-height: 50px;
  }

  .padding-global-2-copy-for-career-section-copy-for-careers {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .cloneable-link-w {
    font-size: .8125rem;
  }

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid__col {
    width: 100%;
  }

  .container-13, .container-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    display: none;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-wrapper {
    width: 10rem;
  }

  .link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--white-smoke);
    border-radius: 1rem;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .navbar-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    height: 90vh;
    padding-top: 15%;
    padding-bottom: 5%;
    display: flex;
  }

  .card-grid {
    height: 50%;
  }

  .hero-content {
    align-items: center;
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .card-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 0;
  }

  .heading-hero {
    font-size: 11vw;
  }

  .text-big {
    font-size: 1.2rem;
  }

  .nav-menu {
    background-color: #f4f3f100;
    border-radius: 0;
    transform: none;
  }

  .hamburger-lottie {
    width: 1.75rem;
    height: 1.75rem;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .section-timeline {
    background-color: #000;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .view-episodes {
    text-decoration: underline;
  }

  .slide-wrapper {
    display: flex;
  }

  .slider-contols {
    display: none;
  }

  .slide-content {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }

  .slide-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .overlay--mobile-only {
    display: none;
  }

  .slide-title {
    font-size: 40px;
  }

  .slide.slide-1 {
    display: block;
  }

  .content-head-wrapper.horizontal {
    text-align: left;
  }

  .img-content-1 {
    width: 250px;
    height: 250px;
    font-size: 14px;
  }

  .img-content-1._2, .img-content-1._3 {
    width: 250px;
    height: 250px;
  }

  .img-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .head-2em {
    text-align: center;
    padding-left: 0;
  }

  .section {
    padding-bottom: 0;
  }

  .container-4.sc-2 {
    padding-bottom: 4em;
  }

  .text-size-large.text-weight-semibold {
    font-size: 1.5rem;
  }

  .cta_icon-wrap9 {
    display: none;
  }

  .cta_icon-wrap10 {
    max-width: 35px;
  }

  .cta_right-arrow {
    right: -19px;
  }

  .cta_icon-wrap7, .cta_icon-wrap4, .cta_icon-wrap2 {
    max-width: 35px;
  }

  .cta_wrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cta_icon-wrap5 {
    display: none;
  }

  .footer-link.margin-left-desktop-20 {
    margin-left: 0;
  }

  .footer-link.margin-left-desktop-20.margin-top-mobile-10, .footer-link.margin-top-mobile-10 {
    margin-top: 10px;
  }

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

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-block {
    align-items: flex-start;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

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

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

  .div-block-10 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .list-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .link-2 {
    font-size: 12px;
  }

  .footer-2 {
    background-color: #fff;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    height: 350px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .heading-style-h1-19.reveal-type {
    font-size: 1.5rem;
  }

  .btn_3_text {
    letter-spacing: -.08em;
  }

  .hero-header {
    max-width: 420px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .title-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .padding-global-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .padding-section-large-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_heading-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px #000;
    border-bottom-color: #6e6e6e26;
    padding-bottom: 1rem;
  }

  .heading-1 {
    letter-spacing: -1px;
    max-width: none;
    font-size: 2.25rem;
    font-weight: 600;
  }

  .text-size-large-3.is-hero {
    flex: none;
    height: auto;
    font-size: 1rem;
  }

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

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

  .contact-us_header_background-image {
    object-position: 50% 20%;
  }

  .section_contact-us_header {
    height: 45vh;
  }

  .text-span-12 {
    background-image: linear-gradient(105deg, #232971 24%, #06a582);
    font-weight: 700;
  }

  .padding-section-large-2-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-6 {
    background-color: #fff;
  }

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

  .smart-shopping {
    margin-top: auto;
    margin-bottom: auto;
  }

  .respo-desi-2 {
    height: 24em;
  }

  .client-logo-copy-for-client-4-copy-for-benz {
    max-width: 60px;
    max-height: 35px;
    margin-top: 15px;
  }

  .section-19 {
    background-color: #000;
  }

  .heading-150 {
    font-size: 27px;
  }

  .client-logo-copy-lulu {
    max-width: 80px;
    max-height: 40px;
    margin-top: 15px;
  }

  .text-block-29-copy-copy {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .client-logo {
    max-width: 100px;
    max-height: 30px;
    margin-top: 15px;
  }

  .movies-holder {
    align-items: center;
    padding-bottom: 20px;
  }

  .respo-img {
    width: 70%;
    max-width: 80%;
    height: 40%;
    top: 40%;
  }

  .clients-wrap {
    flex-flow: column;
    margin-bottom: 0;
  }

  .paragraph-142 {
    font-size: 18px;
  }

  .card-003_wrapper {
    height: 650px;
  }

  .custom-intergrations {
    padding-bottom: 38px;
  }

  .respo-pix {
    height: 14em;
  }

  .cta-link-icon {
    top: 4px;
  }

  .ani-vid {
    right: 1%;
  }

  .intro-card-heading {
    font-size: 24px;
  }

  ._w-layout-grid-benefits {
    margin-bottom: 0;
  }

  .fast-load {
    height: 450px;
  }

  .code-color {
    font-size: 14px;
  }

  .right-animation {
    width: 135%;
  }

  .para-animation {
    font-size: 18px;
  }

  .fast-load-img {
    left: -20%;
  }

  .text-reasons {
    font-size: .8rem;
  }

  .client-logo-copy-y-mall {
    max-width: 100px;
    max-height: 50px;
    margin-top: 15px;
  }

  .intro-card.cc-code {
    height: 24em;
  }

  .intro-card-code-indented {
    font-size: 16px;
  }

  .text-block-10, .text-block-10.is-3, .text-block-10.is--2, .text-block-10.is-4 {
    font-size: 48px;
  }

  .client-logo-copy-for-client-4 {
    max-width: 100px;
    max-height: 40px;
    margin-top: 15px;
  }

  .movies-head-copy {
    flex-flow: column;
  }

  .respo-desi-2-heading {
    font-size: 32px;
  }

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

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

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

  .heading-99 {
    font-size: 36px;
    line-height: 120%;
  }

  .button-primary-2 {
    padding: 10px 60px;
    font-size: 16px;
  }

  .contact-us-form-container {
    margin-top: 16px;
  }

  .form-input-wrapper.left-margin {
    margin-left: 0;
  }

  .form-input-wrapper.right-margin {
    margin-right: 0;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_category, .content_category.is-third, .content_category.is-second {
    align-items: center;
  }

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

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

  .aerokit_h2 {
    font-size: 1.25rem;
  }

  .content_des-title {
    font-size: 1.5rem;
  }

  .content_wrap {
    align-items: center;
  }

  .content_header {
    flex-flow: column;
    justify-content: center;
  }

  .content_heading-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .content_descrtiption {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
  }

  .padding-section-large-2-copy-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-1-copy {
    letter-spacing: -1px;
    max-width: none;
    font-size: 2.25rem;
    font-weight: 600;
  }

  .section-title-copy {
    font-size: 28px;
    line-height: 38px;
  }

  .text-lg {
    font-size: 1.13rem;
  }

  .section-21 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .title-wrapper.cc-lg {
    margin-bottom: 2rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .section-21-copy-feature-metrics, .section-22 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-3 {
    font-size: 38px;
    line-height: 44px;
  }

  .lottie-anim {
    width: auto;
  }

  .image-58, .image-59, .what-sets-us-apart {
    width: 200px;
  }

  .btn-w {
    font-size: .9375rem;
  }

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

  .card-w {
    padding: 1.5rem;
  }

  .hero-content-w {
    margin-top: 2rem;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .bismi-heading {
    font-size: 2.5rem;
  }

  .light {
    font-size: 2rem;
    font-weight: 300;
  }

  .heading-103 {
    margin-bottom: -131px;
    font-size: 2.9rem;
    line-height: 3.4rem;
  }

  .hero_grid {
    margin-bottom: 120px;
  }

  .text-size-medium-2.text-color-beige {
    font-size: 1rem;
    line-height: 1.5em;
    display: none;
  }

  .hero-image-wrap-2 {
    display: none;
  }

  .mobile-version {
    display: block;
  }

  .image-cover-2-copy-copy-cc-furnshing {
    z-index: 0;
  }

  .heading-151 {
    margin-bottom: -131px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .eleven {
    font-size: .8rem;
  }
}

#w-node-_523c17c4-7fcc-49ef-84df-67ea4f679f32-07b0fb77, #w-node-_523c17c4-7fcc-49ef-84df-67ea4f679f3b-07b0fb77, #w-node-_523c17c4-7fcc-49ef-84df-67ea4f679f45-07b0fb77, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5003-852fbd4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df7b1f12-c077-d4b3-9c77-0914677c5008-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c500d-852fbd4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df7b1f12-c077-d4b3-9c77-0914677c5012-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5017-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c501c-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5021-852fbd4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df7b1f12-c077-d4b3-9c77-0914677c5003-852fbd4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df7b1f12-c077-d4b3-9c77-0914677c5008-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c500d-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c501c-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5021-852fbd4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a18-07b0fb77 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a1b-07b0fb77 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a1d-07b0fb77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a24-07b0fb77 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a27-07b0fb77 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a37-07b0fb77 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a7ea3a1a-4639-edb9-0b2e-77db181f0a3a-07b0fb77 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-df7b1f12-c077-d4b3-9c77-0914677c5003-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5008-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c500d-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5012-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5017-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c501c-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5021-852fbd4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df7b1f12-c077-d4b3-9c77-0914677c500d-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5012-852fbd4c, #w-node-df7b1f12-c077-d4b3-9c77-0914677c5017-852fbd4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


