:root {
  --floral-white: white;
  --light-blue: #000;
  --background-1: #dfa5a4;
  --honeydew\<deleted\|variable-5512e545\>: #e6c98f;
  --background-3: #a8aeda;
  --background-2: #a7dce1;
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dark-grey: #9b9b9b;
}

body {
  background-color: var(--floral-white);
  color: var(--light-blue);
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  opacity: .75;
  color: var(--light-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
}

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

li {
  padding-bottom: 4px;
  font-size: 15px;
}

blockquote {
  border-left: 1px solid var(--light-blue);
  color: var(--light-blue);
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.input {
  border: 2px solid var(--light-blue);
  background-color: var(--floral-white);
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:hover {
  border-color: #111314;
}

.input:focus {
  color: #444;
  border-color: #111314;
}

.input::placeholder {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 500;
}

.margin-15px {
  margin-top: 15px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.3;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: var(--light-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

.color-block {
  background-color: var(--light-blue);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--background-1);
  color: #3d3d3d;
}

.section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.section.rounded-top {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.section.dark {
  min-height: 1000px;
}

.margin-25px {
  margin-top: 25px;
}

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.title-1.left {
  text-align: left;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

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

.container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.button {
  background-color: var(--light-blue);
  color: var(--floral-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--light-blue);
  color: #fff;
}

.button.full {
  width: 100%;
}

.button.full.margin {
  margin-top: 7px;
}

.page-content {
  background-color: var(--floral-white);
}

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

.licensing-content {
  display: flex;
}

.margin-30px {
  margin-top: 30px;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-link {
  color: var(--light-blue);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.dark-link:hover {
  color: #000;
}

.copyright-dot {
  background-color: var(--light-blue);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.heading {
  font-weight: 600;
}

.page-wrapper {
  background-image: url('../images/hero.jpg');
  background-position: 50% 0;
  background-size: contain;
}

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

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.photo-line-animation {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.margin-100px {
  margin-top: 100px;
}

.margin-100px._60px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photo-move-2 {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-move {
  max-width: 95%;
  position: relative;
  overflow: hidden;
}

.line-divider {
  background-color: var(--light-blue);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.uppercase {
  color: var(--light-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.project-grid-main {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.info-flex {
  background-color: #f7f7fc;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 47px 50px;
  display: flex;
}

.project-line-divider {
  background-color: var(--light-blue);
  opacity: .13;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.rounded-image {
  border-radius: 30px;
}

.rich-text-minus-20px {
  text-align: left;
  margin-top: 100px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.info-content {
  grid-column-gap: 50px;
  border-bottom: 1px solid var(--light-blue);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 5px;
  display: flex;
}

.title-tag {
  color: var(--floral-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
}

.title-tag.big {
  font-size: 40px;
  font-weight: 600;
}

.title-tag.big.add-bottom {
  margin-bottom: 20px;
  font-size: 20px;
}

.card-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block.second {
  height: 40svh;
}

.button-underline {
  color: var(--light-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.photo-animation-1 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.checkout-form {
  padding-top: 71px;
  padding-bottom: 71px;
}

.contact-link {
  z-index: 2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.social-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  background-color: var(--honeydew\<deleted\|variable-5512e545\>);
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

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

.pricing-card {
  grid-row-gap: .6em;
  text-align: left;
  background-color: #f7f7fc;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-part-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  overflow: hidden;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.main-pricing-title {
  color: var(--light-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.feature-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.feature-grid.center {
  text-align: center;
  justify-items: start;
  margin-top: 0;
}

.feature-big-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.feature-big-title.dark {
  color: var(--light-blue);
  margin-bottom: 5px;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.paragraph-product {
  opacity: 1;
  color: var(--light-blue);
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.feature-second {
  color: var(--light-blue);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.pricing-center-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero {
  background-image: url('../images/hero_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.hero.for-inner {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 220px;
  padding-bottom: 160px;
}

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

.social-wrapper.center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.social-wrapper.absolute-right {
  flex-direction: row;
  justify-content: flex-start;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  filter: invert();
  width: 20px;
  position: relative;
}

.social-circle {
  background-color: var(--background-1);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-liner {
  color: var(--light-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.display-1 {
  color: var(--floral-white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.display-1.on-project-page {
  color: var(--floral-white);
  text-align: center;
  font-size: 60px;
  line-height: 1.3;
}

.hero-title-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-gray {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-wrapper-first {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.flex-left.add-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-title-tag {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}

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

.gray-link {
  color: var(--light-blue);
  text-decoration: none;
  display: inline;
}

.copyright {
  color: var(--light-blue);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.link-no-overline {
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-tag {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.margin-70px {
  margin-top: 70px;
}

.link-underline {
  border-bottom: 2px solid var(--light-blue);
  color: var(--light-blue);
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.link-underline._0px {
  margin-bottom: 0;
}

.visit-grid {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  display: flex;
}

.flex-tag-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 11px 20px;
  display: flex;
}

.flex-tag-footer.white {
  border-width: 2px;
  border-color: var(--light-blue);
  color: #000;
  border-width: 2px;
  border-color: #000;
  flex: none;
  font-weight: 600;
}

.team-name-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-wrapper {
  margin-bottom: 0;
}

.team-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.job-role {
  opacity: .8;
  color: var(--floral-white);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.job-role.color {
  color: var(--light-blue);
  text-align: center;
  flex: 1;
  align-self: auto;
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.team-grid.xyz {
  margin-bottom: 48px;
}

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

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 70%;
  padding-right: 70px;
  display: flex;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.category-tag {
  border: 2px solid var(--light-blue);
  color: var(--light-blue);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.category-tag:hover {
  background-color: var(--light-blue);
  color: var(--floral-white);
}

.blog-title {
  color: var(--light-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}

.contact-link-cta {
  z-index: 2;
  background-color: #f5e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 27px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-text-wrapper {
  z-index: 5;
  height: 29px;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper._20px {
  height: 20px;
}

.verical-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

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

.navigation-line {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  height: 110px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text {
  color: var(--floral-white);
  text-transform: uppercase;
  height: 34px;
  font-size: 17px;
  line-height: 32px;
}

.button-text.red {
  color: var(--floral-white);
}

.button-text.red.small {
  color: var(--light-blue);
}

.button-text.small {
  height: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.nav-menu {
  order: -1;
}

.button-rounded {
  border: 2px solid var(--floral-white);
  color: var(--floral-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  padding: 9px 21px 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-rounded:hover {
  background-color: var(--floral-white);
}

.vertical-line-1 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.navar {
  z-index: 999;
  background-color: #0000;
  padding: 30px 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-navigation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  display: flex;
}

.container-nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-overlay {
  z-index: 2;
  background-color: var(--light-blue);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.photo-animation {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
}

.card-block-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-120px {
  margin-top: 120px;
}

.section-take {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section-take.take-off {
  cursor: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 79px 0%;
  display: flex;
}

.project-circle-black {
  z-index: 10;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
}

.project-circle-black.black {
  background-color: var(--background-1);
  cursor: none;
  cursor: none;
  background-color: #dfa5a4;
  background-image: linear-gradient(18deg, #60087d, #7a07e9 50%, #ef4e15);
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

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

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1;
}

.start-icon {
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: 19px;
  margin-right: 19px;
}

.brand {
  order: -1;
}

.bureau-logo {
  width: 110px;
  transform: translate(0);
}

.max-w-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-center._700px {
  max-width: 720px;
  margin-top: 40px;
}

.play-video {
  z-index: 2;
  background-color: var(--floral-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: visible;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
}

.flex-tag {
  grid-column-gap: 10px;
  background-color: var(--light-blue);
  border-width: 2px;
  border-color: #c7c3cf;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 20px;
  display: flex;
}

.margin-150px {
  margin-top: 150px;
}

.work-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.logo-main {
  z-index: 1;
  border: 1px solid #3b3b3b;
  flex: 0 33.333%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: -1px;
  margin-left: -1px;
  display: flex;
  position: relative;
}

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

.logo-center {
  order: 1;
}

.order-confirmation {
  color: var(--light-blue);
}

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

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.scroll-down {
  width: 20px;
}

.subhead-main {
  opacity: 1;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.with-px {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 54px;
  font-weight: 600;
}

.subhead-main.dark {
  color: var(--light-blue);
}

.subhead-main.dark.smaller {
  line-height: 1.3;
}

.subhead-main.smaller {
  pointer-events: none;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  display: block;
}

.gray-color {
  opacity: .5;
}

.gray-color.color-1 {
  opacity: 1;
  color: var(--background-3);
}

.gray-color.color-2 {
  opacity: 1;
  color: var(--background-1);
}

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

.button-flex.add-to-center {
  flex-direction: column;
  justify-content: center;
}

.button-with-animation {
  background-color: var(--background-1);
  color: var(--light-blue);
  border-radius: 40px;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-animation.dark {
  background-color: var(--light-blue);
  color: var(--floral-white);
}

.text-button {
  color: var(--floral-white);
}

.arrow-button {
  filter: invert();
  direction: ltr;
  white-space: normal;
  width: 26px;
  position: absolute;
}

.arrow-button.filter {
  filter: none;
}

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

.service-wrapper {
  background-color: #f7f7fc;
  background-image: url('../images/work-6.jpg'), linear-gradient(#856ff0, #fff);
  background-position: 0 0, 0 0;
  background-size: 900px, auto;
  border-radius: 30px;
  min-height: 500px;
  padding: 35px 39px;
}

.service-wrapper.second {
  background-image: url('../images/work-4.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 900px;
  background-attachment: scroll;
}

.main-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.main-text.showreel-text {
  font-size: 14px;
  font-weight: 600;
}

.text-rotator-move {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
  position: relative;
}

.text-rotator-move._1 {
  grid-column-gap: 10px;
}

.text-rotator-main {
  grid-column-gap: 25px;
  filter: invert();
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.light-line {
  font-weight: 300;
}

.lightbox-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-image: radial-gradient(circle farthest-side at 0 0, #fe5a1d, #6f00ff);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  min-height: 40px;
  margin-right: auto;
  padding: 10px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-title-flex {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

.project-arrow {
  width: 60px;
}

.grid-3-columns {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-3-columns._2 {
  grid-column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation-main {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.title-flex-2 {
  flex-direction: column;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.top-text {
  color: var(--light-blue);
  text-transform: capitalize;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

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

.text-wrapper.for-project {
  grid-row-gap: 25px;
  color: #000;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
}

.project-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.heading-overlay-2 {
  z-index: 2;
  background-color: var(--light-blue);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay-2._2 {
  transform: translate(0%, 100%);
}

.project-title-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.error-message-2 {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.contact-grid {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: #fff;
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.success-message-2 {
  color: #89cff0;
  background-color: #f1f4ff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.contact-wrapper {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.input-main {
  color: var(--floral-white);
  background-color: #fff;
  border: 1px #000;
  border-radius: 30px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px 16px 27px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.input-main::placeholder {
  color: #686868;
  font-size: 15px;
  font-weight: 600;
}

.quick-stack {
  padding: 0;
}

.left-part {
  -webkit-text-fill-color: inherit;
  background-color: #f7f7fc;
  background-image: url('../images/grouppic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 30px;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-size: 14px;
  line-height: 24px;
}

.service-item {
  background-color: #f7f7fc;
  border-radius: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 50px;
  display: flex;
  position: relative;
}

.icon-main {
  background-color: var(--background-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  font-size: 48px;
  display: flex;
}

.icon-main._2 {
  background-color: var(--background-1);
}

.icon-main._3 {
  background-color: var(--background-2);
}

.icon-main._4 {
  background-color: #a8dab4;
}

.title-main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.client-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  color: var(--background-1);
  text-align: center;
  flex-direction: column;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.margin-50px-2 {
  z-index: 10;
  margin-top: 50px;
  position: relative;
}

.margim-150px {
  margin-top: 150px;
}

.title-4 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.title-4.fun-text {
  color: var(--light-blue);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
}

.number-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.remove-button {
  background-color: #ff0e0e;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 27px auto auto 160px;
}

.close-button {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.subtotal.white {
  color: #fff;
}

.table-price {
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
}

.cart-line-item {
  align-items: center;
}

.cart-circle {
  color: #fff;
  background-color: #4d4d4d;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.x-button {
  width: 20px;
  position: relative;
}

.x-button.remove {
  width: 7px;
}

.apple-pay {
  border-radius: 3px;
  height: 48px;
}

.cart-header {
  border-bottom-color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.cart {
  transition: all .3s;
}

.paypal {
  margin-bottom: 5px;
}

.no-item-2 {
  color: #f1f1f7;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.cart-image {
  filter: invert();
  width: 22px;
  position: relative;
}

.cart-container {
  box-shadow: none;
  background-color: #222;
  border: 1px solid #333;
  max-width: 520px;
}

.cart-wrapper {
  z-index: 9995;
  background-color: #000000e6;
}

.price-tag-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag-2.small {
  color: #ccc;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.social-overlay {
  background-color: #4d4d4d;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cart-item {
  align-items: center;
}

.cart-footer {
  border-top-color: #333;
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.your-cart {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.empty-state {
  flex-direction: column;
}

.cart-quantity-2 {
  color: #4d4d4d;
  background-color: #fff;
  width: 50px;
  font-weight: 500;
}

.flex-right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  order: -1;
  align-items: center;
  display: flex;
}

.text-span {
  color: #c7acac;
}

.text-block {
  color: var(--light-blue);
  font-size: 29px;
  font-weight: 500;
}

.text-span-2 {
  color: var(--light-blue);
  text-transform: none;
  font-weight: 600;
}

.text-span-3 {
  color: var(--light-blue);
}

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

.text-span-4 {
  color: var(--background-1);
}

.text-block-2 {
  color: var(--background-3);
  -webkit-text-stroke-color: var(--floral-white);
}

.text-block-3, .text-block-4 {
  color: var(--background-1);
  font-size: 20px;
}

.text-block-5 {
  color: var(--background-3);
}

.text-span-7 {
  color: #e15252;
}

.text-span-8, .text-span-9 {
  color: var(--background-1);
}

.text-span-10 {
  word-break: keep-all;
}

.image-2 {
  border-radius: 0;
}

.link-underline-2 {
  color: #000;
  border-bottom: 2px solid #000;
  height: .2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-underline-2._0px {
  margin-bottom: 0;
}

.container-4 {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.copyright-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.footer-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visit-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-circle-3 {
  background-color: #dfa5a4;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer-2-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  display: flex;
}

.footer-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-underline-3 {
  color: #000;
  border-bottom: 2px solid #000;
  height: .2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.link-underline-3.link-underline-2 {
  height: .2px;
  line-height: 1.6;
  display: inline;
}

.bluespan {
  color: #000;
}

.paragraph {
  color: var(--light-blue);
  text-align: left;
  letter-spacing: .2px;
  word-break: normal;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  line-height: 1.3;
}

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

.text-block-6, .text-block-7, .paragraph-3 {
  text-align: center;
  margin-bottom: 20px;
}

.bold-text {
  letter-spacing: 1.6px;
  font-size: 15px;
  line-height: 1.6px;
}

.list-2, .list-3 {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
}

.social-circle-4 {
  background-color: #dfa5a4;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.copyright-4 {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.visit-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-5 {
  z-index: 20;
  text-align: justify;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-5.mt-40 {
  margin-top: 100px;
}

.footer-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0% 40px;
  display: flex;
}

.link-underline-4 {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-underline-4._0px {
  margin-bottom: 0;
}

.gray-link-2 {
  color: #000;
  text-decoration: none;
  display: inline;
}

.social-circle-5 {
  background-color: #dfa5a4;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.copyright-5 {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.gray-link-3, .gray-link-4, .gray-link-5, .gray-link-6, .gray-link-7 {
  color: #000;
  text-decoration: none;
  display: inline;
}

.paragraph-4 {
  text-align: left;
  letter-spacing: .2px;
  padding-left: 40px;
  font-family: Inter Tight, sans-serif;
  line-height: 1.3;
}

.paragraph-4.padding-left {
  padding-left: 0;
}

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

.linkblue {
  color: var(--light-blue);
  text-decoration: none;
}

.columns {
  border: 1px solid #000;
  padding-top: 16px;
}

.section-2 {
  padding: 30px 40px;
}

.text-block-9 {
  font-size: 24px;
}

.underline {
  text-decoration: underline;
}

.nolinkcolor {
  color: var(--light-blue);
  text-decoration: underline;
}

.link-underline-2-copy {
  color: #000;
  border-bottom: 2px solid #000;
  height: .2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-underline-2-copy._0px {
  margin-bottom: 0;
}

.paragraph-5 {
  letter-spacing: .2px;
}

.paragraph-4-copy {
  letter-spacing: .2px;
  letter-spacing: .2px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

.bold-text-3 {
  font-weight: 500;
}

.text-span-11 {
  color: var(--light-blue);
}

.text-span-12 {
  font-weight: 300;
}

.text-span-16 {
  font-weight: 400;
}

.text-span-17 {
  font-weight: 300;
}

.text-span-18, .text-span-19, .text-span-20 {
  font-weight: 600;
}

.text-span-23 {
  float: none;
  clear: none;
  color: var(--floral-white);
  text-align: left;
  letter-spacing: normal;
  font-size: 29px;
  display: inline;
}

.text-span-24 {
  color: var(--background-1);
}

.text-span-25 {
  color: #e15252;
}

.text-span-27 {
  text-align: left;
  font-family: Inter Tight, sans-serif;
}

.text-rotator-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}

.service-wrapper-2 {
  background-color: #f7f7fc;
  background-image: url('../images/image-6.png'), linear-gradient(#856ff0, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  border-radius: 30px;
  min-height: 500px;
  margin-bottom: 0;
  padding: 35px 39px;
}

.service-wrapper-2.second {
  background-image: url('../images/image-5.png');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 500px;
  padding-bottom: 35px;
}

.service-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.text-span-30, .text-span-31 {
  font-size: 23px;
  font-weight: 300;
}

.text-span-32 {
  font-size: 28px;
  font-weight: 600;
}

.text-span-33 {
  font-size: 23px;
  font-weight: 300;
}

.text-span-34 {
  font-size: 28px;
  font-weight: 600;
}

.text-span-35 {
  font-size: 23px;
}

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

.div-block-4 {
  text-align: left;
  margin-top: -100px;
  font-size: 14px;
}

.container-6 {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.visit-grid-5 {
  grid-column-gap: 18px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navar-2 {
  z-index: 999;
  background-color: #0000;
  padding: 30px 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.display-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.display-4.on-project-page {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 1.3;
}

.div-block-5 {
  text-align: left;
  margin-top: -100px;
  font-size: 14px;
}

.display-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

.project-line-divider-2 {
  opacity: .13;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-underline-5 {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.footer-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  display: flex;
}

.text-span-36 {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  font-size: 29px;
  display: inline;
}

.text-span-37 {
  color: #000;
}

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

.text-block-10 {
  color: #000;
  font-size: 29px;
  font-weight: 500;
}

.container-nav-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright-6 {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.text-rotator-3 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}

.container-7 {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.display-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
}

.display-6.on-project-page {
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 1.3;
}

.container-8 {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-6 {
  text-align: left;
  margin-top: -10px;
  font-size: 14px;
}

.display-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-11 {
  color: #000;
  font-size: 29px;
  font-weight: 500;
}

.text-span-38 {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  font-size: 29px;
  display: inline;
}

.team-circles {
  background-color: var(--floral-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 1px 30px 80px;
  position: relative;
}

.container-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1119px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 10%;
  width: 434px;
  height: 328px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.top-text-2 {
  color: #000;
  text-transform: capitalize;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

.paragraph-6 {
  margin-bottom: 10px;
}

.container-copy {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-slider {
  background-color: var(--floral-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1a1b1f;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.top-text-3, .top-text-4, .top-text-5, .top-text-6, .top-text-7, .top-text-8, .top-text-9 {
  color: #000;
  text-transform: capitalize;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-12, .text-block-13, .bold-text-5, .text-block-14, .text-block-15 {
  font-weight: 600;
}

.team-circles-2 {
  background-color: var(--floral-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 1px 30px 80px;
  position: relative;
}

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

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 18%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1a1b1f;
  flex-direction: row;
  flex: none;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  flex: 1;
  order: -1;
  font-size: 14px;
  font-weight: 600;
}

.top-text-10 {
  color: #000;
  text-transform: capitalize;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

.team-block-info-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-link-arrow-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1b1f;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  text-align: center;
  flex: none;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.top-text-11 {
  color: #000;
  text-transform: capitalize;
  border: 2px solid #000;
  border-radius: 40px;
  flex: none;
  padding: 9px 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 15px;
  font-weight: 800;
  display: inline-block;
}

.button-with-animation-2 {
  color: #000;
  background-color: #fff0;
  border: 1.5px solid #ffffff63;
  border-radius: 40px;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-button-2 {
  filter: none;
  width: 26px;
  position: absolute;
}

.text-button-2 {
  color: var(--floral-white);
}

.paragraph-7 {
  margin-bottom: 31px;
}

.team-grid-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.team-grid-copy.xyz, .team-grid-copy.xyz-copy {
  margin-bottom: 48px;
}

.team-wrapper-copy, .team-wrapper-copy.teamwrapperacbc {
  margin-bottom: 0;
}

.privacy-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0% 40px;
  display: flex;
}

.para-spacing {
  text-align: justify;
  letter-spacing: .2px;
}

.none-style-link {
  color: var(--light-blue);
  text-decoration: none;
}

.list-5 {
  padding-left: 50px;
}

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

.h1 {
  letter-spacing: -2.4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

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

.h2 {
  letter-spacing: -2.4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.h2.weight-500 {
  font-weight: 500;
}

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

.h2.text-white.wwedwe {
  background-image: url('../images/stars.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.para-20 {
  letter-spacing: -1px;
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

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

.para-20.text-white.hero-desc {
  color: #ffffff80;
  width: 540px;
  max-width: 720px;
  line-height: 1.4;
}

.para-20.text-white.hero-desc-mob {
  max-width: 720px;
  line-height: 1.4;
}

.para-20.text-dark-grey {
  color: #3e3e3e;
}

.para-20.text-black-60.mob-hide {
  color: #000c;
}

.para-20.text-grey-60.weight-400 {
  font-weight: 400;
}

.para-20.weight-500.text-grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#9f2bed, #3121e5);
  -webkit-background-clip: text;
  background-clip: text;
}

.new-nav {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.new-hero-section {
  background-color: #000;
}

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

.padding-global.height-100vh {
  height: 100%;
}

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

.main-container.center {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-container.height-100 {
  height: 100%;
}

.new-hero-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.new-body {
  text-transform: none;
  background-color: #ebebeb;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  padding-top: 40px;
  display: flex;
}

.section-opportunites {
  background-image: url('../images/Trial-2_2-1.svg');
  background-position: 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

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

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

.oppo-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.oppo-tab-menu.w--current {
  color: #fff;
  background-image: linear-gradient(28deg, #2f41e3 50%, #db6ee9);
}

.oppo-tab-menu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

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

.oppo-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oppo-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.para-24 {
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 1.2;
}

.para-24.weight-500 {
  font-weight: 500;
}

.para-24.sub-heading-color {
  color: #939393;
}

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

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

.text-price-card {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #3d4ff3, #c23bd4);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  line-height: 1.2;
}

.button-apply {
  color: #000;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 100px;
  padding: 15px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-apply:hover {
  color: #fff;
  background-image: linear-gradient(20deg, #2f41e3 48%, #db6ee9);
  border-color: #0000;
}

.card-deco-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-started {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #ffffff26;
  border: 1px solid #8585854d;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.weight-500 {
  font-weight: 500;
}

.weight-500.text-white.hide {
  display: none;
}

.benefit-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.benefit-card-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.benefit-left-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.benefit-left-top {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #ffffffb3;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  height: 330px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-black-60 {
  color: #0009;
}

.text-black-60.mt-6 {
  margin-top: 6px;
}

.image-4 {
  width: 380px;
  height: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.meet-image {
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-right-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.benefit-right-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: 265px;
  display: flex;
}

.benefit-right-left-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffffb3;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding: 20px;
  display: flex;
}

.benefit-right-right-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffffb3;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  transform: translate(0, 59px)scale(1.3);
}

.benefit-right-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: 358px;
  display: flex;
}

.benefit-left-bottom {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #ffffffb3;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 293px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-opportunity {
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(1.3);
}

.benefit-right-bottom-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffffb3;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.community-wrap.text-white.hero-new {
  width: 976px;
  margin-top: 40px;
}

.para-32 {
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 1.2;
}

.para-32.weight-500 {
  color: #000;
}

.para-32.weight-500.text-white {
  color: #fff;
}

.comunity-number-wrap {
  justify-content: space-between;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

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

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-stories {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.stories-soul-ai {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.stories-left-wrap {
  flex: none;
  width: 658px;
}

.stories-right-wrap {
  flex: none;
  width: 590px;
}

.image-5 {
  width: 377px;
  transition: all .4s;
}

.image-5:hover {
  transform: scale(1.04);
}

.image-6 {
  backface-visibility: hidden;
  width: 225px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-7 {
  width: 225px;
}

.div-block-12 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-13 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.stories-right-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 100px;
  display: flex;
}

.image-8 {
  flex: none;
  width: 300px;
  transition: all .4s;
}

.image-8:hover {
  transform: scale(1.04);
}

.right-top-images {
  flex: none;
  width: 245px;
  transition: all .4s;
}

.right-top-images:hover {
  transform: scale(1.04);
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 245px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 395px;
  display: flex;
}

.image-9 {
  width: 245px;
  transition: all .4s;
}

.image-9:hover {
  transform: scale(1.04);
}

.image-10 {
  width: 225px;
}

.image-11 {
  width: 395px;
  transition: all .4s;
}

.image-11:hover {
  transform: scale(1.04);
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  display: flex;
}

.image-12 {
  width: 330px;
  transition: all .4s;
}

.image-12:hover {
  transform: scale(1.04);
}

.div-block-18 {
  margin-top: 16px;
}

.image-13 {
  position: absolute;
  inset: auto 0% 0%;
}

.section-how {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  display: flex;
}

.how-wrappers {
  flex: none;
}

.how-tab-work {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.tab-fake-menu {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 395px;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  border: 1px solid #8585854d;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.link-block-3.white {
  color: #fff;
}

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

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

.tabs-menu {
  flex-flow: column;
  width: 378px;
  margin-right: 50px;
  display: flex;
}

.tabs-menu.hide {
  display: none;
}

.tab-link-tab-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-left: 4px solid #d9d9d9;
  flex-flow: column;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-left-color: #2218e1;
}

.div-block-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 378px;
  display: flex;
  position: relative;
}

.tab-menu-wraper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1b1b1b8c;
  cursor: pointer;
  display: flex;
  position: relative;
}

.tab-menu-wraper.desc {
  color: #000;
}

.div-block-23 {
  background-color: #d9d9d9;
  width: 4px;
}

.div-block-24 {
  background-image: linear-gradient(#b247ff, #2218e1);
  width: 4px;
}

.div-block-25 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab-pane-tab-1 {
  border-radius: 12px 0 0 12px;
  height: 630px;
  overflow: hidden;
}

.section-about {
  background-image: url('../images/Trial-2_2-1.png');
  background-position: 0 20%;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.about-heading-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.faq-wrappers {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
}

.div-block-27 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar.first {
  padding-top: 0;
}

.faq-paragraph {
  color: #3e3e3e;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
}

.question-title {
  color: #151515;
  letter-spacing: -1px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.section-cta {
  background-color: #101010;
}

.cta-wrapper {
  background-image: url('../images/Trial-2_2-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
}

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

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

.section-footer {
  background-color: #101010;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-sub-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  display: flex;
}

.footer-left-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.text-light-white {
  color: #bfbfbf;
}

.text-white {
  color: #fff;
}

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

.div-block-31 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-32 {
  margin-top: 8px;
}

.footer-right-wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

.div-block-34 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 267px;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.div-block-36 {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

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

.section-campus {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.marquee-dow {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 5000px;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  background-image: linear-gradient(90deg, #ebebeb, #fff0);
  min-width: 14rem;
  min-height: 5rem;
  position: absolute;
  inset: -16px auto 0% 0%;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, #ebebeb, #fff0);
  left: auto;
  right: 0%;
}

.loop-collection {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee.hide {
  display: none;
}

.track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-42 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loop-collectionleft {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.section-train-ai {
  background-color: #101010;
  padding-top: 80px;
  padding-bottom: 80px;
}

.train-ai-wrap {
  width: 100%;
}

.div-block-43 {
  width: 100%;
  margin-top: 64px;
}

.retail-tab {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 12px;
  display: flex;
}

.retail-content-tab {
  flex: none;
}

.image-159 {
  width: 100%;
  height: 510px;
}

.retail-menu-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 440px;
  max-width: 440px;
  margin-left: 40px;
  padding-bottom: 16px;
  display: flex;
}

.retail-tab-menu-wrap {
  opacity: .4;
  background-color: #0000;
  padding: 12px 0;
}

.retail-tab-menu-wrap.w--current {
  opacity: 1;
  background-color: #0000;
}

.para-32px {
  color: #fdfdfd;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 1.2;
}

.para-32px.text-black {
  color: #0a0a0a;
}

.train-tab {
  background-color: #0000;
  border-radius: 12px;
  display: flex;
}

.text-grey-tab {
  color: #adadad;
  margin-top: 12px;
}

.tab-desc {
  color: #adadad;
  margin-top: 12px;
  display: none;
}

.sub-tab-link {
  color: #fff;
  letter-spacing: -1px;
  background-color: #282828;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 186px;
  padding: 10px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-tab-link.w--current {
  background-color: #3f3f3f;
}

.section_scroll-animation {
  z-index: 1;
  background-color: var(--light-blue);
  width: 100vw;
  height: 400vh;
  position: relative;
}

.lotties {
  display: none;
}

.scroll-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.scroll-block.hide {
  display: none;
}

.lottie-loader {
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.sticky-scroll {
  position: sticky;
  top: 0;
}

.dummy-scroll {
  height: 100vh;
}

.styles {
  z-index: -100;
  position: absolute;
}

.scroll-blocks {
  z-index: 1;
  min-height: 100vh;
  position: sticky;
  top: 1px;
}

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

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

.hero-title.new-hero {
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.hero-title.abs {
  z-index: 1;
  position: relative;
}

.section-content {
  z-index: 2;
  position: absolute;
}

.section-content.is-1 {
  z-index: 3;
  flex-flow: column;
  height: 100%;
}

.hero-lottie, .section-lottie {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-aaply-now {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #ffffff03;
  border: 1px solid #fff3;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 18px 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 38.4px #ffffff38;
}

.code-embed-2 {
  filter: blur(23px);
  width: 300px;
  height: 80px;
  position: absolute;
  inset: 28% -18% auto auto;
}

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

.gradient-text-linear {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(85deg, #8591ff, #d574e2);
  -webkit-background-clip: text;
  background-clip: text;
}

.sec-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 932px;
  display: flex;
}

.div-block-44 {
  background-color: #3f3f3f;
  border-radius: 0 14px 14px;
  width: 800px;
  height: 471px;
  padding: .625rem;
}

.tabs {
  width: 100%;
}

.nav-menu-link {
  color: #adadad;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 500;
  transition: all .3s;
}

.nav-menu-link:hover {
  transform: scale(1.04);
}

.nav-menu-link.w--current {
  color: #adadad;
}

.div-block-46 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link-block-4 {
  color: #fffc;
  letter-spacing: -.478px;
  cursor: pointer;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block-4.tab-hide.white {
  color: #000;
  border-color: #38383826;
}

.div-block-47 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bubbles {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bubble {
  position: absolute;
}

.quarter {
  position: relative;
}

.gradient-text-linear-dark {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(200deg, #3c18b9, #ae1dec);
  -webkit-background-clip: text;
  background-clip: text;
}

.work-tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-left: 4px solid #d9d9d9;
  flex-flow: column;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.work-tab-menu.w--current {
  background-color: #0000;
  border-left-color: #2218e1;
}

.div-block-49 {
  z-index: 1;
  background-color: #d9d9d9;
  width: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pro-fill {
  background-image: linear-gradient(#b247ff, #2218e1);
  border-radius: 2px;
  width: 4px;
  height: 100%;
}

.section-topper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-middle, .section-bottom {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-3 {
  position: relative;
}

.div-block-50 {
  z-index: 1;
  width: 100%;
  height: 400vh;
  position: absolute;
  inset: 0%;
}

.lottie-animation-4 {
  content-visibility: visible;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.div-block-51 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block-52 {
  display: none;
}

.login-tab-wrapo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.image-162 {
  width: 80px;
}

.mobile-how-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.static-hero-sec {
  display: none;
}

.mob-hero-wrap-cont {
  z-index: 2;
  position: absolute;
}

.section-second-fold-hero {
  display: none;
}

.second-fold-conte {
  z-index: 2;
  position: absolute;
}

.div-block-54 {
  padding-left: 40px;
}

.sub-list-list {
  padding-left: 80px;
}

.list-item-7 {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.list-6 {
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
}

.list-item-8 {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}

.image-163 {
  width: 800px;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--accessible-components--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_number {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_text {
  text-align: center;
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.code-embed-4 {
  filter: blur(23px);
  width: 300px;
  height: 80px;
  position: absolute;
  inset: 28% -18% auto auto;
}

.static-hero-sec-2 {
  display: none;
}

.div-block-55 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.section-second-fold-hero-2 {
  display: none;
}

.hamburger_7_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_7_line {
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  width: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_7_line.is-short {
  width: 70%;
}

.hamburger_embed {
  position: absolute;
}

.back-filt-wrap {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(0deg, #c1d8ff1a, #272d3626);
  position: absolute;
  inset: 0%;
}

.brand-2 {
  cursor: pointer;
}

.hero-banner-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 13px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.para-20px {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.para-20px.text-white.mobile {
  font-size: 14px;
}

.para-20px.white-70 {
  color: #fdfdfdb3;
  padding-top: 1px;
  display: block;
  overflow: hidden;
}

.para-20px.text-white-80 {
  color: #fdfdfdcc;
}

.hero-banner-wrap-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

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

.para-28 {
  font-size: 28px;
  line-height: 1.2;
}

.text-grey-60 {
  color: #ffffff80;
}

.para-30 {
  font-size: 30px;
  line-height: 1.2;
}

.div-block-58 {
  background-color: #fff3;
  height: 1px;
  margin-top: 24px;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 20px;
}

.bold-text-6 {
  letter-spacing: 1.6px;
  font-size: 15px;
  line-height: 1.6px;
}

.list-8 {
  text-transform: none;
  font-size: 17px;
}

.list-item-9 {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-9 {
  color: #000;
  text-align: left;
  letter-spacing: .2px;
  word-break: normal;
  padding-left: 0;
  line-height: 1.3;
}

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

.sub-list-list-2 {
  padding-left: 80px;
}

.paragraph-10 {
  text-align: left;
  letter-spacing: .2px;
  padding-left: 40px;
  line-height: 1.3;
}

.text-block-19 {
  text-align: center;
  margin-bottom: 20px;
}

.footer-2-copy-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 40px;
  display: flex;
}

.div-block-198 {
  padding-left: 40px;
}

.image-172 {
  width: 800px;
}

.link-block-5 {
  cursor: pointer;
}

.expert-hero-wrap {
  height: 100vh;
}

.expert-hero-section {
  background-color: #101010;
  position: relative;
  overflow: hidden;
}

.expert-nav {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0e0e0e66;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #99999940;
}

.expert-nav.whitwe {
  background-color: #fff;
}

.expert-nav.black {
  background-color: #000;
}

.expert-hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 670px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expert-hero-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 180px;
  display: flex;
}

.expert-hero-left-upper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.expert-hiring-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.64px;
  text-transform: none;
  background-color: #ffffff03;
  border: 1px solid #fff3;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 38px #ffffff05;
}

.div-block-199 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.div-block-200 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.code-embed-5 {
  position: absolute;
  inset: auto -2% -13% auto;
}

.expert-hero-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 117px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marq-vert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.expert-hero-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(68px);
  backdrop-filter: blur(68px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.expert-profile {
  border-radius: 100px;
  width: 57px;
  height: 57px;
  overflow: hidden;
}

.para-16 {
  letter-spacing: -1.1px;
  text-transform: none;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-202 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-203 {
  color: #fff;
  text-transform: none;
  background-color: #ffffff12;
  border-radius: 50px;
  padding: 8px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.div-block-204 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 8px;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: none;
  background-color: #ffffff05;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 9px 9px auto auto;
}

.image-173 {
  z-index: 3;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-206 {
  background-color: #ffffff4a;
  width: 3px;
  height: 100%;
}

.expert-count {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-207 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

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

.talent-tabs {
  width: 100%;
}

.talent-tab-menu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.talent-tab-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.talent-marquee-upper, .talent-marquee-bottom {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.talent-marquee-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #0000001c;
  border-radius: 10px;
  flex-flow: column;
  width: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 28px #0000000d;
}

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

.div-block-209 {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.para-18 {
  font-size: 18px;
}

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

.div-block-210 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-211 {
  background-image: linear-gradient(#3d4ff31a, #c23bd41a);
  border-radius: 50px;
  padding: 6px 12px;
}

.div-block-212 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.div-block-213 {
  background-color: #00000017;
  height: 1px;
}

.hide {
  display: none;
}

.expert-how-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

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

.div-block-214 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.div-block-215 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.image-174 {
  height: 111px;
}

.image-174.last {
  height: 90px;
}

.div-block-217 {
  background-color: #0000002e;
  width: 170px;
  height: 2px;
  position: absolute;
  inset: 50px -31% 0% auto;
}

.last-line-grey {
  background-color: #0000002e;
  width: 150px;
  height: 2px;
  position: absolute;
  inset: 50px -17% 0% auto;
}

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

.diff-table-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.features-wrap {
  flex: none;
  width: 350px;
  padding-top: 32px;
}

.icon-flex {
  justify-content: center;
  align-items: center;
  height: 33px;
  display: flex;
}

.div-block-218 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-219 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.div-block-220 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-221 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.div-block-222 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.soul-ai-feat {
  background-color: #ffffffd6;
  border: 1px solid #0000001f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 184px;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.soul-feat {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  margin-top: 27px;
  display: flex;
}

.benefit-section {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.benefit-tab-menu {
  background-color: #fff6;
  border: 8px solid #ffffff26;
  border-radius: 40px;
}

.benefit-tab-content {
  width: 100%;
  margin-top: 40px;
}

.benefit-tab-link {
  background-color: #0000;
  border-radius: 40px;
  padding: 12px 24px;
}

.benefit-tab-link.w--current {
  color: #fff;
  background-image: linear-gradient(28deg, #2f41e3 47%, #db6ee9);
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-224 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-225 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.div-block-226 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 265px;
  padding: 10px;
  display: flex;
}

.div-block-227 {
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  padding: 20px;
  display: flex;
}

.div-block-228 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 68px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  display: flex;
  box-shadow: 0 4px 60px #00000014;
}

.div-block-229 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefit-text-wrappers {
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(28deg, #2f41e3 40%, #db6ee9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

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

.div-block-231 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-232 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.benefit-left-wrappers {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 265px;
  display: flex;
}

.link-block-6 {
  cursor: pointer;
  transition: all .3s;
}

.link-block-6:hover {
  transform: translate(0, -4px);
}

.section-home-hero {
  background-image: url('../images/Frame-1171287175_1Frame 1171287175.avif');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.home0-hero-wrap {
  height: 100vh;
}

.home-hero-second {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bubble-static-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-span-41 {
  color: #d574e2;
}

.div-block-233 {
  color: #fff;
  letter-spacing: -1px;
  background-color: #ffffff17;
  border: 1px solid #fff6;
  border-radius: 48px;
  padding: 8px 24px;
  font-size: 18px;
  position: absolute;
  inset: 0% auto auto 2%;
}

.div-block-233._2 {
  top: 25%;
  left: 5%;
}

.div-block-233._3 {
  inset: auto auto 20% 0%;
}

.div-block-233._4 {
  inset: 0% 10% auto auto;
}

.div-block-233._5 {
  left: 40%;
}

.div-block-233._6 {
  top: 46%;
}

.div-block-233._7 {
  inset: auto 5% 15% auto;
}

.benefit-left-bottom-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 358px;
  padding: 20px;
  display: flex;
}

.cont-supp-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding: 20px;
  display: flex;
}

.cont-supp-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quality-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 329px;
  padding: 20px;
  display: flex;
}

.quality-rel-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexible-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 294px;
  margin-top: 12px;
  padding: 20px;
  display: flex;
}

.talent-box-first {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  height: 358px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.talent-box-first-cont {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.image-175 {
  position: absolute;
  inset: 0% 0% auto;
}

.comp-bottom-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 265px;
  padding: 20px;
  display: flex;
}

.cont-imp-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 265px;
  padding: 20px;
  display: flex;
}

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

.vibe-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 277px;
  padding: 20px;
  display: flex;
}

.exclu-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff9;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: 346px;
  margin-top: 12px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-176 {
  position: absolute;
  inset: 0% 0% auto;
}

.benfits-pods {
  width: 100%;
  margin-top: 16px;
}

.section-dream-team {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.dream-team-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-dream-cont {
  border-radius: 12px 0 0 12px;
  height: 450px;
}

.dream-team-menu-fake {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tab-dream-fake-menu {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.dream-team-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.expert-faq-section {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq-tabs {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.faq-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  width: 225px;
  margin-right: 32px;
  display: flex;
}

.faq-tab-link {
  letter-spacing: -.8px;
  background-color: #0000;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-tab-link.w--current {
  color: #fff;
  background-image: linear-gradient(10deg, #2f41e3e6 52%, #db6ee9e6);
}

.faq-content, .faq-content-wrap {
  width: 100%;
}

.expert-nav-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fffc;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
}

.expert-nav-link.white {
  color: #000;
}

.expert-nav-link.black {
  color: #fffc;
}

.image-177 {
  width: 16px;
}

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

.config-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.config-s1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  grid-auto-columns: 1fr;
  height: 60vh;
  display: grid;
}

.div-block-234 {
  height: 240vh;
  position: sticky;
  top: 0;
}

.para-36 {
  font-size: 36px;
  line-height: 1.2;
}

.div-block-235 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

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

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

.support-div {
  position: absolute;
  inset: auto 0% 15% auto;
}

.para-32px-2 {
  color: #fdfdfd;
  font-size: 32px;
  line-height: 90%;
}

.uc-link-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 0;
  display: flex;
}

.teaser-img {
  z-index: 4;
  border-radius: 12px;
  align-self: center;
  width: auto;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.teaser-img._5 {
  z-index: 2;
}

.teaser-img._2 {
  z-index: 5;
}

.teaser-img._3 {
  z-index: 4;
}

.teaser-img._4 {
  z-index: 3;
}

.teaser-img._6 {
  z-index: 1;
}

.teaser-img._1 {
  z-index: 6;
}

.support-div-last {
  position: absolute;
  inset: auto 0% 0% auto;
}

.p-teaser-image-wrap {
  flex-flow: row;
  justify-content: flex-end;
  height: 75vh;
  display: flex;
  position: sticky;
  top: 20vh;
  overflow: visible;
}

.uc-icon {
  width: 42px;
}

.uc-link-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-bottom: 12px;
  display: flex;
}

.uc-link-content.relate, .teaser-column {
  position: relative;
}

.teaser-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  grid-auto-columns: 1fr;
  display: none;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.button-style-2 {
  z-index: 0;
  color: #fff;
  cursor: pointer;
  background-color: #175fff;
  border-radius: 8px;
  padding: 20px 28px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.black-grad {
  text-align: left;
  -webkit-text-fill-color: transparent;
  vertical-align: baseline;
  background-image: linear-gradient(135deg, #adc2f2, #3775ff);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
  overflow: visible;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0a0a0a;
  flex-flow: column;
  padding: 8px 20px 0;
  display: flex;
}

.tab-link.w--current {
  object-fit: fill;
  background-color: #fdfdfd0a;
  border: 1px solid #fdfdfd66;
  border-radius: 16px;
  flex: 1;
}

.use-case-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: relative;
}

.para-32px-3 {
  color: #fdfdfd;
  font-size: 32px;
  line-height: 90%;
}

.uc-image-wrapper {
  flex-flow: column;
}

.swiper-slide {
  min-width: 400px;
}

.uc-image {
  border-radius: 12px;
}

.div-block-238 {
  z-index: 1;
  background-image: linear-gradient(0deg, #0a0a0a 23%, #0a0a0a4d);
  width: 47%;
  height: 20%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tabs-menu-3 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.tabs-menu-3.tabs-no-padding {
  padding-top: 0%;
}

.heading-h2 {
  font-size: 52px;
  line-height: 1.2;
}

.heading-h2.white {
  color: #fff;
  min-width: 0;
}

.teaser-img-2 {
  z-index: 4;
  background-color: #ebebeb;
  border-radius: 12px;
  align-self: center;
  width: auto;
  height: 432px;
  position: static;
  inset: 0% 10% 0% auto;
}

.teaser-img-2._5 {
  z-index: 2;
}

.teaser-img-2._2 {
  z-index: 5;
}

.teaser-img-2._3 {
  z-index: 4;
}

.teaser-img-2._4 {
  z-index: 3;
}

.teaser-img-2._6 {
  z-index: 1;
}

.teaser-img-2._1 {
  z-index: 6;
}

.swiper_slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.section_home-usecase {
  padding-top: 50px;
  padding-bottom: 120px;
}

.padding-global-2 {
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.gradinet {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(120deg, #175fff, #022779);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-content-3 {
  background-color: #0a0a0a;
  width: 50%;
  height: 400px;
  margin-right: auto;
  position: sticky;
  top: 20vh;
  overflow: visible;
}

.swiper-button-next-2 {
  z-index: 5;
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -98px);
}

.swiper-button-next-2:focus-visible, .swiper-button-next-2[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-prev-2 {
  z-index: 5;
  opacity: .5;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(-60px, -98px);
}

.swiper-button-prev-2:focus-visible, .swiper-button-prev-2[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.slider-wrapper {
  width: 100%;
}

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

.swiper_component {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.offering-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.offering-header.bpo {
  z-index: 7;
  background-color: #0a0a0a;
  padding-top: 30px;
  position: sticky;
  top: 73px;
}

.teaser-column-2 {
  width: 50%;
  position: relative;
}

.teaser-column-2.right {
  width: 45%;
  height: 75vh;
  margin-right: auto;
}

.swiper-wrapper {
  display: flex;
}

.use-case-tab {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.teaser-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.comp-div {
  position: absolute;
  inset: 0% 0% auto auto;
}

.tags {
  color: #fdfdfd;
  background-color: #252525;
  border-radius: 24px;
  padding: 16px;
}

.main-container-2 {
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-114 {
  border-radius: 12px;
}

.use-case-cards {
  display: none;
}

.scroll-snap-section {
  height: 400px;
}

.snap-item {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.teaser-columns {
  height: 75vh;
  margin-right: auto;
  position: relative;
}

.teaser-columns.right {
  width: 45%;
  height: 75vh;
  margin-right: auto;
}

.left-box {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-box.hideleft {
  opacity: 0;
  transition: all .3s;
  display: none;
  transform: translate(0, 50px);
}

.left-box.hideleft.showleft {
  opacity: 1;
  display: block;
  transform: translate(0);
}

.right-box {
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 75vh;
  display: flex;
}

.div-block-239 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.div-block-240 {
  width: 350px;
}

.slider {
  background-color: #0000;
  height: 75vh;
  position: relative;
}

.div-block-241 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slide-nav {
  flex-flow: column;
  display: flex;
  inset: 0% auto 0% -60px;
}

.slider_nav {
  flex-flow: column;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  inset: 0% auto 0% -60px;
}

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

.congig-lottie {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.congig-lottie.hideleft {
  opacity: 0;
  transition: all .3s;
  display: none;
  transform: translate(0, 50px);
}

.congig-lottie.hideleft.showleft {
  opacity: 1;
  display: block;
  transform: translate(0);
}

.config-left-box {
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 75vh;
  display: flex;
}

.configure-sections {
  padding-top: 70px;
  padding-bottom: 70px;
}

.slider-2 {
  background-color: #0000;
  height: 600px;
  position: relative;
}

.div-block-242 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-243 {
  justify-content: center;
  align-items: center;
  height: 440px;
  display: flex;
}

.brand-3 {
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-3.white {
  filter: invert();
}

.right-arrow {
  cursor: pointer;
  background-image: linear-gradient(150deg, #b18ff6, #251a9d 57%);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 50px;
}

.right-arrow.hide, .right-arrow.desk-hide {
  display: none;
}

.left-arrow {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow.hide, .left-arrow.dek-hide {
  display: none;
}

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

.nav-menu-3.black {
  color: #fff;
}

.chip-grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3d4ff3, #c23bd4);
  -webkit-background-clip: text;
  background-clip: text;
}

.her-count-pods {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.count-wrap-pods {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.para-14 {
  font-size: 14px;
  font-weight: 400;
}

.code-embed-6 {
  display: none;
}

.marq-vert-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-244 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.code-embed-7 {
  color: #666;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dream-tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  border-left: 4px solid #d9d9d9;
  flex-flow: column;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dream-tab-menu.w--current {
  background-color: #0000;
  border-left-color: #2218e1;
}

.div-block-246.mob-show, .div-block-250 {
  display: none;
}

.div-block-257 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  display: flex;
}

.imae-mob {
  display: none;
}

.form-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
}

.radio-button-field-2 {
  margin-bottom: 0;
}

.field-label-2 {
  display: none;
}

.role-requirement {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.section_contact-hero {
  padding-top: 120px;
}

.form-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.code-embed-8 {
  width: 100%;
}

.radio-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.form-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-field-wrapper.hide {
  display: none;
}

.email-error-message {
  color: #ff6f6f;
  display: none;
}

.para-12 {
  font-size: 12px;
}

.para-12.text-error {
  color: #ff6f6f !important;
}

.dropdown-new {
  width: 100%;
}

.form-field {
  color: #0a0a0a;
  text-align: left;
  background-color: #0000;
  border: 1px solid #0a0a0a1a;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.form-field:hover {
  color: #0a0a0a80;
}

.form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: #0a0a0a;
}

.form-field::placeholder {
  color: #0a0a0a66;
}

.div-block-184 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
  height: 100%;
  display: block;
}

.toggle-text {
  white-space: normal;
}

.dropdown-toggle-new {
  text-transform: none;
  border: 1px solid #0a0a0a1a;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: none;
}

.div-block-101.mt-0 {
  margin-top: 0;
  display: flex;
}

.padding-global-3 {
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-h1 {
  color: #333;
  flex: 1;
  padding-left: 0;
  font-size: 64px;
  line-height: 1.2;
  display: block;
}

.text-field-6 {
  display: none;
}

.success-thanks {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.para-16px {
  color: #0a0a0aa1;
  font-size: 16px;
  line-height: 1.4;
}

.para-16px.text-black {
  color: #000;
}

.para-16px._6b6b6b {
  color: #6b6b6b;
}

.para-16px.text-black {
  color: #000;
  overflow: hidden;
}

.para-16px.text-black.desc-truncate {
  color: #000c;
  letter-spacing: -.8px;
}

.popup-image {
  object-fit: contain;
  max-height: 100%;
}

.field-label {
  color: #0a0a0acc;
  text-transform: none;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.radio-button-2 {
  margin-top: 0;
  margin-left: 0;
}

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

.drodpown-list-new {
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 5px #0003;
}

.submit-button {
  text-transform: none;
  background-color: #175fff;
  border-radius: 8px;
  padding: 18px 40px;
}

.succcess-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-hero-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-bottom: 1px solid #0a0a0a33;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-bottom: 80px;
  display: grid;
}

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

.contact-usimage {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.expert-human-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: none;
}

.ai-enabled-wrap {
  display: none;
}

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

.div-block-100 {
  position: absolute;
  inset: 0%;
}

.div-block-260 {
  display: none;
}

.div-block-261, .div-block-262 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.request-pop {
  z-index: 1000;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0000007d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.request-pop.white-bg {
  z-index: 1000;
  background-color: #0009;
  display: none;
}

.div-block-263 {
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  width: 520px;
  height: 540px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.div-block-264 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-265 {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #29292908;
  position: absolute;
  inset: 0%;
}

.div-block-265.white-bg {
  background-color: #5c5c5c08;
}

.div-block-266 {
  z-index: 1;
  position: relative;
}

.div-block-267 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-268 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-field-7 {
  color: #fff;
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  width: 280px;
  margin-bottom: 0;
}

.form-block-3 {
  margin-top: 20px;
}

.checkbox-field {
  color: #ffffffb3;
  font-size: 12px;
}

.checkbox {
  background-color: #ffffff08;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
}

.div-block-269 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.div-block-270 {
  flex-flow: column;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #fff3;
  border-radius: 60px;
  padding: 16px 20px;
  text-decoration: none;
}

.div-block-271 {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.div-block-272 {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 12px;
  display: none;
}

.image-182 {
  display: none;
}

.div-block-273 {
  position: relative;
  overflow: hidden;
}

.image-183 {
  position: absolute;
  inset: -12% 0% 0%;
}

.div-block-274 {
  position: relative;
  overflow: hidden;
}

.grad-rotate-bg {
  position: absolute;
  inset: 3% -13% 0% auto;
  transform: rotate(180deg);
}

.div-block-275 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-3 {
  background-color: #0000;
}

.div-block-277 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-278 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.div-block-279 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-185 {
  width: 150px;
}

.padding-global-4 {
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.research-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 570px 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: 55vh;
  display: grid;
}

.section_reserach-hero {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.text-white-70 {
  color: #ffffffb3;
}

.text-white-70.title {
  text-transform: uppercase;
}

.image-188 {
  transform: translate(0, 38px);
}

.section_pods-blog-hero {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-pods-blog-cont {
  padding-top: 80px;
  padding-bottom: 80px;
}

.para-24px {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}

.para-24px.text-black {
  color: #0a0a0a;
}

.para-24px.text-black.resources-head {
  letter-spacing: -1px;
  max-height: 67.1875px;
}

.div-block-281 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.div-block-282 {
  height: 270px;
}

.read-btn {
  z-index: 0;
  border: 1px solid #0a0a0a66;
  border-radius: 8px;
  margin-top: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.read-btn:hover {
  color: #fff;
  border-color: #0000;
}

.link-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0a0a;
  border: 1px solid #0a0a0a1a;
  border-radius: 16px;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-7:hover {
  color: #fff;
}

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

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

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.csd-hero-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-content {
  color: #222;
}

.rich-content h2 {
  color: #131313;
  letter-spacing: -1px;
  font-size: 24px;
}

.rich-content h3 {
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3d4ff3, #c23bd4);
  -webkit-background-clip: text;
  background-clip: text;
}

.rich-content p {
  opacity: 1;
  color: #000000b3;
  letter-spacing: -1px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rich-content ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000000b3;
  flex-flow: column;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
}

.rich-content ol {
  color: #000000b3;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 1.3;
}

.rich-content li {
  color: #000000b3;
  letter-spacing: -1px;
  font-size: 20px;
}

.rich-content figure {
  color: #222;
}

.rich-content figcaption {
  color: #000000b3;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}

.csd-hero-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.team-image {
  width: 24px;
}

.dotcenter {
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  font-size: 32px;
  line-height: .3;
  display: block;
  overflow: hidden;
}

.team-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.bd-image {
  width: 100%;
}

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

.div-block-201 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.csd-hero-image {
  border-radius: 16px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 56px;
  overflow: hidden;
}

.share-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.url-hunter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.para-18px {
  color: #0a0a0ab3;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
}

.para-18px._50--opacity {
  color: #0a0a0a80;
  margin-bottom: 0;
}

.para-18px.link {
  color: #0a0a0a;
  text-decoration: underline;
}

.mid-line {
  background-color: #0a0a0a4d;
  width: 1px;
}

.csd-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0a0a0a33;
  border-bottom: 1px solid #0a0a0a33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.date-wrapper {
  display: flex;
}

.section_bd-hero {
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link-text {
  color: var(--light-blue);
  text-decoration: none;
}

.menu-link-text.white {
  color: #fffc;
}

.collection-list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.section_blog-hero {
  background-color: #101010;
  position: relative;
}

.collection-item-2 {
  height: 100%;
}

.blog-hero-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.collection-list-3 {
  width: 100%;
  height: 100%;
}

.blog-featured {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 64px;
  display: grid;
}

.padding-global-6 {
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.blog-hero-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  display: flex;
}

.image-190 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-191 {
  width: 16px;
}

.text-white-50 {
  color: #ffffff80;
}

.section-featured {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.div-block-285 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-286 {
  cursor: pointer;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
  padding: 8px;
  display: flex;
}

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

.footer-left-wrap-pods {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.figure-caption {
  color: #000000b3;
  text-transform: none;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .project-grid-main {
    grid-template-areas: ". Area";
  }

  .link-underline {
    text-align: left;
    text-decoration: none;
  }

  .max-w-center._700px {
    margin-top: 40px;
  }

  .delete-me {
    display: none;
  }

  .button-with-animation {
    flex: 0 auto;
    order: -1;
  }

  .service-wrapper.second {
    background-image: url('../images/work-4.jpg');
  }

  .big-title-flex {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .project-arrow {
    flex: none;
  }

  .left-part {
    background-image: url('../images/grouppic.png');
  }

  .service-item {
    flex: 1;
  }

  .icon-main {
    font-size: 48px;
  }

  .text-block {
    color: var(--light-blue);
    font-size: 29px;
  }

  .text-span-3 {
    color: var(--light-blue);
    text-decoration: none;
  }

  .link {
    display: inline;
  }

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

  .text-span-4 {
    color: var(--background-1);
  }

  .text-block-3, .text-block-4 {
    color: var(--background-1);
    font-size: 20px;
  }

  .text-span-7 {
    color: #e15252;
  }

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

  .link-underline-3 {
    text-align: left;
    text-decoration: none;
  }

  .text-block-6, .text-block-7, .paragraph-3 {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .list-2 {
    text-transform: none;
    font-family: Inter Tight, sans-serif;
    font-weight: 400;
    list-style-type: lower-roman;
  }

  .footer-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-span-16 {
    font-weight: 300;
  }

  .text-span-24 {
    color: var(--background-1);
  }

  .text-span-25 {
    color: #e15252;
  }

  .service-wrapper-2 {
    background-image: url('../images/image-6.png'), linear-gradient(#856ff0, #fff);
  }

  .service-wrapper-2.second {
    background-image: url('../images/image-5.png');
  }

  .link-underline-5 {
    text-align: left;
    text-decoration: none;
  }

  .text-span-37 {
    color: #000;
    text-decoration: none;
  }

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

  .text-block-10, .text-block-11 {
    color: #000;
    font-size: 29px;
  }

  .privacy-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-how {
    padding-left: 80px;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .text-block-19 {
    text-align: center;
    margin-bottom: 20px;
  }

  .black-grad {
    display: inline;
  }

  .tab-link, .tab-link.w--current {
    align-self: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .section.rounded-top {
    letter-spacing: normal;
    overflow-wrap: break-word;
  }

  .section.dark {
    overflow-wrap: normal;
  }

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

  .hero {
    background-position: 100% 100%;
    background-size: cover;
  }

  .text-rotator {
    font-size: 2vh;
    font-weight: 500;
  }

  .max-w-center._700px {
    margin-top: 40px;
  }

  .subhead-main.smaller {
    font-weight: 300;
  }

  .button-with-animation {
    background-color: var(--background-1);
    object-fit: fill;
    flex-direction: column;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button-with-animation.dark {
    flex: 0 auto;
  }

  .text-button {
    flex: none;
    order: 0;
    display: flex;
  }

  .arrow-button {
    direction: ltr;
    text-transform: none;
    white-space: normal;
    flex: 0 auto;
    text-decoration: none;
    display: block;
  }

  .service-wrapper.second {
    background-image: url('../images/work-4.jpg');
    background-size: 900px;
  }

  .text-rotator-move._1 {
    margin-left: 10px;
  }

  .big-title-flex {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .project-arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: none;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100px;
    display: block;
  }

  .contact-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .left-part {
    background-image: url('../images/grouppic.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .icon-main {
    font-size: 48px;
  }

  .title-main {
    letter-spacing: 0;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .text-block {
    color: var(--light-blue);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--light-blue);
    border: 5px #000;
    border-radius: 0;
    font-family: Unbounded, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .text-span-4 {
    color: var(--background-1);
  }

  .image {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3, .text-block-4 {
    color: var(--background-1);
    font-size: 24px;
  }

  .text-block-5 {
    color: var(--background-1);
  }

  .text-span-5 {
    color: #f29d9d;
  }

  .text-span-6 {
    color: #fff;
  }

  .text-span-7 {
    color: #e15252;
  }

  .cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .container-4 {
    margin-bottom: 20px;
  }

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

  .paragraph {
    padding-top: 10px;
  }

  .text-block-6, .text-block-7 {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .paragraph-2, .paragraph-3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .list-2 {
    text-transform: none;
    font-family: Inter Tight, sans-serif;
    font-weight: 400;
    list-style-type: lower-roman;
  }

  .list-3 {
    text-transform: none;
    font-family: Inter Tight, sans-serif;
    font-weight: 400;
  }

  .linkblue {
    text-decoration: underline;
  }

  .link-underline-2-copy {
    text-decoration: none;
  }

  .text-span-13, .text-span-14, .text-span-22 {
    font-weight: 300;
  }

  .text-span-24 {
    color: var(--background-1);
  }

  .text-span-25 {
    color: #e15252;
  }

  .service-wrapper-2.second {
    background-image: url('../images/image-5.png');
    background-size: cover;
  }

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

  .text-block-10 {
    color: #000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    border: 5px #000;
    border-radius: 0;
    font-family: Unbounded, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .container-7, .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-11 {
    color: #000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    border: 5px #000;
    border-radius: 0;
    font-family: Unbounded, sans-serif;
    font-size: 32px;
    font-weight: 500;
  }

  .container-9 {
    max-width: 1170px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

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

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .button-with-animation-2 {
    text-align: center;
  }

  .paragraph-7 {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .button-started {
    color: #000;
    padding: 16px 24px;
    text-decoration: none;
  }

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

  .div-block-48 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: linear-gradient(52deg, #ebebeb00, #ebebeb0f);
    width: 100%;
    height: 190px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-topper {
    overflow: hidden;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-9 {
    padding-top: 10px;
  }

  .text-block-19 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-231.width-adj {
    width: 292px;
  }

  .div-block-233 {
    top: 9%;
  }

  .div-block-233._3 {
    left: 4%;
  }

  .div-block-233._4 {
    top: 7%;
  }

  .div-block-233._8 {
    top: 14%;
    left: 25%;
  }

  .div-block-233._9 {
    top: 20%;
    left: 67%;
  }

  .div-block-233._10 {
    inset: 20% 5% auto auto;
  }

  .div-block-233._11 {
    inset: auto 28% 25% auto;
  }

  .div-block-233._12 {
    inset: auto 6% 40% auto;
  }

  .div-block-233._13 {
    inset: auto auto 29% 17%;
  }

  .div-block-233._14 {
    inset: auto auto 18% 34%;
  }

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

  .teaser-grid {
    display: none;
  }

  .button-style-2:hover {
    background-color: #0059ff;
  }

  .slide-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider_nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider-2 {
    position: relative;
  }

  .nav-menu-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .email-error-message {
    display: none;
  }

  .image-183 {
    top: -21%;
    left: -8%;
  }

  .grad-rotate-bg {
    top: -14%;
  }

  .research-wrapper {
    place-items: start stretch;
  }

  .section_reserach-hero {
    overflow: hidden;
  }

  .div-block-280 {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .image-188 {
    transform: translate(0, 70px);
  }

  .section_pods-blog-hero {
    overflow: hidden;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .section.rounded-top {
    background-image: url('../images/image-5.png'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
  }

  .flex-navigation {
    font-size: 14px;
  }

  .subhead-main.smaller {
    font-weight: 300;
  }

  .button-with-animation {
    flex-direction: column;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 14px;
  }

  .arrow-button {
    flex: auto;
    order: 0;
    align-self: auto;
  }

  .left-part {
    background-image: url('../images/grouppic.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .title-main {
    column-count: auto;
    overflow-wrap: normal;
  }

  .bluespan {
    color: var(--light-blue);
  }

  .paragraph {
    text-align: left;
    text-transform: none;
    font-family: Inter Tight, sans-serif;
  }

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

  .list {
    text-align: left;
    font-style: normal;
  }

  .list-item {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
  }

  .list-item-2 {
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
  }

  .list-item-2-copy {
    text-transform: none;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 400;
    list-style-type: lower-roman;
  }

  .list-item-3 {
    text-transform: none;
  }

  .list-2 {
    list-style-type: decimal;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    font-size: 17px;
    list-style-type: lower-roman;
  }

  .list-4 {
    text-transform: none;
    font-family: Inter Tight, sans-serif;
    font-size: 17px;
    font-weight: 400;
    list-style-type: lower-roman;
  }

  .paragraph-4 {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .columns {
    font-family: Inter Tight, sans-serif;
  }

  .section-2 {
    text-align: left;
  }

  .text-block-9 {
    font-size: 24px;
  }

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

  .div-block {
    word-break: normal;
  }

  .paragraph-5 {
    text-align: left;
  }

  .paragraph-4-copy {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .div-block-2 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .text-span-15 {
    text-align: left;
    text-transform: none;
  }

  .text-span-21 {
    font-weight: 300;
  }

  .text-span-24 {
    color: var(--background-1);
  }

  .link-3, .text-span-26 {
    text-decoration: none;
  }

  .service-wrapper-2.second {
    background-image: url('../images/image-5.png'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .container-9 {
    max-width: 1197px;
  }

  .button-with-animation-2 {
    flex: none;
    margin-top: 0;
  }

  .text-button-2 {
    font-size: 16px;
  }

  .paragraph-7 {
    margin-bottom: 2px;
    font-size: 17px;
  }

  .paragraph-9 {
    text-align: left;
    text-transform: none;
  }

  .paragraph-10 {
    text-align: left;
  }

  .heading-h2.white {
    direction: ltr;
    overflow-wrap: normal;
    min-width: 620px;
  }

  .main-container-2 {
    min-width: 0;
  }

  .div-block-280 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .color-block-parent {
    width: 33.3333%;
  }

  .title-3 {
    line-height: 1.2;
  }

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

  .licensing-block {
    width: 100%;
  }

  .page-wrapper {
    background-size: 1000px;
  }

  .services-wrapper {
    width: 70%;
  }

  .margin-100px._60px {
    margin-top: 60px;
  }

  .project-grid-main {
    flex-direction: column;
    display: flex;
  }

  .info-flex {
    width: 100%;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .card-block.second {
    height: 32svh;
  }

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

  .hero {
    aspect-ratio: 2 / 3;
    object-fit: fill;
    height: auto;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 188px;
  }

  .hero.for-inner {
    aspect-ratio: auto;
    aspect-ratio: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-1.on-project-page {
    font-size: 50px;
  }

  .hero-title-flex {
    flex-direction: column;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .category-tag {
    font-size: 13px;
  }

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

  .verical-line-2 {
    background-color: var(--floral-white);
    height: 2px;
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

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

  .button-text.small {
    color: var(--light-blue);
  }

  .nav-menu {
    background-color: var(--floral-white);
    padding-left: 2%;
    padding-right: 2%;
  }

  .button-rounded {
    border-color: var(--light-blue);
    color: var(--light-blue);
  }

  .vertical-line-1 {
    background-color: var(--floral-white);
    height: 2px;
  }

  .navar {
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .line-wrapper {
    align-items: center;
  }

  .flex-navigation {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-nav {
    flex-direction: row;
    grid-template-columns: 1fr .5fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .project-circle-black {
    width: 80px;
    height: 80px;
  }

  .project-circle-black.black {
    width: 100px;
    height: 100px;
  }

  .text-rotator {
    font-size: 90px;
  }

  .brand {
    order: -1;
  }

  .display-2 {
    font-size: 45px;
  }

  .display-2.for-fade {
    font-size: 40px;
  }

  .logo-center {
    order: -1;
  }

  .subhead-main.with-px {
    max-width: 95%;
    font-size: 43px;
    line-height: 1.3;
  }

  .button-flex.add-to-center {
    justify-content: center;
  }

  .button-with-animation {
    order: 1;
    padding: 12px 16px;
  }

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

  .service-wrapper.second {
    background-size: 900px;
  }

  .lightbox-link {
    width: 87%;
  }

  .big-title-flex {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .display-3 {
    font-size: 70px;
  }

  .grid-3-columns._2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

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

  .contact-wrapper {
    min-height: auto;
    padding: 50px;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .left-part {
    background-size: 350px;
  }

  .service-item {
    padding: 24px;
  }

  .title-main {
    font-size: 17px;
    line-height: 1.2;
  }

  .title-4 {
    line-height: 1;
  }

  .cart {
    flex: none;
  }

  .flex-right {
    order: 1;
  }

  .text-block {
    color: var(--light-blue);
  }

  .footer-grid-2, .footer-grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .list-2 {
    list-style-type: lower-roman;
  }

  .paragraph-4 {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .text-rotator-2 {
    font-size: 90px;
  }

  .service-wrapper-2.second {
    background-size: cover;
  }

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

  .navar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .display-4 {
    font-size: 70px;
  }

  .display-4.on-project-page {
    font-size: 50px;
  }

  .display-5 {
    font-size: 70px;
  }

  .project-line-divider-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .text-block-10 {
    color: #000;
  }

  .container-nav-2 {
    flex-direction: row;
    grid-template-columns: 1fr .5fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-rotator-3 {
    font-size: 90px;
  }

  .display-6 {
    font-size: 70px;
  }

  .display-6.on-project-page {
    font-size: 50px;
  }

  .display-7 {
    font-size: 70px;
  }

  .text-block-11 {
    color: #000;
  }

  .container-9 {
    max-width: 753px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-slider-wrapper {
    max-width: 708px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-10, .container-11 {
    max-width: 728px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .button-with-animation-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: none;
    order: 1;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-7 {
    margin-bottom: 17px;
    font-size: 13px;
  }

  .team-grid-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .oppo-tab-menu {
    flex: none;
  }

  .oppo-tab-menu-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .oppo-tab-content-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-wrap {
    margin-top: 60px;
  }

  .benefit-card-layout {
    flex-flow: column;
  }

  .benefit-left-layout {
    flex-flow: row;
    width: 100%;
  }

  .benefit-right-layout {
    width: 100%;
  }

  .benefit-left-bottom {
    height: auto;
  }

  .comunity-number-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stories-left-wrap, .stories-right-wrap {
    width: auto;
  }

  .image-5 {
    width: 193px;
  }

  .image-6, .image-7 {
    width: 116px;
  }

  .image-8 {
    width: 170px;
  }

  .right-top-images {
    width: 125px;
  }

  .div-block-15, .div-block-16 {
    width: auto;
  }

  .image-9 {
    width: 125px;
  }

  .image-10 {
    width: 115px;
  }

  .image-11 {
    width: 202px;
  }

  .image-12 {
    width: 169px;
  }

  .image-13 {
    bottom: 4%;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-sub-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-36 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .white-gradiant-overlay-div {
    background-image: linear-gradient(99deg, #fff, #fff0);
  }

  .white-gradiant-overlay-div._1 {
    background-image: linear-gradient(264deg, #fff, #fff0);
  }

  .retail-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .retail-content-tab {
    width: 100%;
  }

  .image-159 {
    height: auto;
  }

  .retail-menu-tab {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .para-32px {
    font-size: 24px;
  }

  .train-tab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-44 {
    width: auto;
    height: auto;
  }

  .tabs {
    width: 100vw;
    overflow: hidden;
  }

  .nav-menu-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .div-block-45 {
    flex: none;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #000;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
  }

  .div-block-46 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-4.tab-hide, .link-block-4.tab-hide.white {
    display: flex;
  }

  .link-block-4.white {
    color: #000;
    border-color: #53525226;
  }

  .div-block-47 {
    margin-right: 40px;
  }

  .image-160 {
    width: 260px;
  }

  .login-tab-wrapo {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .lottie-animation-5 {
    width: 42px;
  }

  .menu-button-2 {
    z-index: 2;
    color: #fff;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    inset: 10px 10px 0% auto;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    width: 32px;
    height: 32px;
    position: absolute;
    inset: 10px 0 0% auto;
  }

  .brand-2 {
    z-index: 2;
  }

  .close-image {
    display: none;
  }

  .hero-banner-wrap {
    position: static;
  }

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

  .hero-banner-wrap-2 {
    position: static;
  }

  .paragraph-9, .paragraph-10 {
    text-align: left;
  }

  .expert-hero-wrap {
    height: auto;
  }

  .expert-hero-grid {
    grid-template-columns: 1fr;
  }

  .expert-hero-left {
    padding-top: 100px;
  }

  .div-block-199 {
    display: none;
  }

  .expert-hero-right {
    height: 600px;
    padding-top: 60px;
  }

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

  .talent-tabs {
    overflow: hidden;
  }

  .talent-tab-menu-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .talent-tab-marquee {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-214 {
    grid-template-columns: 1fr;
  }

  .div-block-214.mob-hide {
    display: none;
  }

  .div-block-215 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-216 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-174 {
    width: 90px;
    height: auto;
  }

  .image-174._4 {
    transform: scale(1.06);
  }

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

  .last-line-grey {
    width: 2px;
    height: 60px;
    position: static;
  }

  .diff-table-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-wrap {
    width: auto;
  }

  .div-block-218 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 150px;
  }

  .div-block-220 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-221.mobile-hide {
    display: none;
  }

  .div-block-222 {
    grid-column-gap: 93px;
    grid-row-gap: 93px;
  }

  .soul-ai-feat {
    width: 100%;
  }

  .soul-feat {
    grid-column-gap: 93px;
    grid-row-gap: 93px;
  }

  .div-block-224 {
    grid-template-columns: 1fr;
  }

  .flexible-card {
    height: auto;
    margin-top: 0;
  }

  .dream-team-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .para-32px-2 {
    font-size: 24px;
  }

  .uc-link-header {
    justify-content: flex-start;
    align-items: center;
  }

  .teaser-img {
    right: 0%;
  }

  .p-teaser-image-wrap {
    height: 60vh;
  }

  .uc-icon {
    width: 24px;
  }

  .teaser-copy-wrap {
    height: 60vh;
  }

  .para-32px-3 {
    font-size: 24px;
  }

  .swiper-slide {
    flex-basis: 32rem;
    min-width: 280px;
  }

  .div-block-238 {
    width: 100%;
    height: 20%;
    bottom: 0%;
  }

  .tabs-menu-3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    overflow: hidden;
  }

  .heading-h2 {
    font-size: 40px;
  }

  .teaser-img-2 {
    right: 0%;
  }

  .section_home-usecase {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .tabs-content-3 {
    z-index: 1;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
    transform: translate(-16px, -87px);
  }

  .swiper-button-prev-2 {
    width: 2.5rem;
    height: 2.5rem;
    transform: translate(-60px, -87px);
  }

  .offering-header {
    align-items: center;
  }

  .use-case-tab {
    flex-flow: column;
    height: auto;
  }

  .right-box {
    height: 60vh;
  }

  .div-block-241 {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

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

  .config-left-box {
    height: 60vh;
  }

  .right-arrow.desk-hide, .left-arrow.dek-hide {
    display: flex;
  }

  .nav-menu-3 {
    z-index: 1;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    inset: 0%;
  }

  .nav-menu-3.white {
    background-color: #fff;
  }

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

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

  .div-block-246.mob-show {
    margin-top: 40px;
    display: flex;
  }

  .div-block-247 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    display: flex;
  }

  .div-block-248 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-249 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .div-block-250 {
    margin-top: 60px;
    display: none;
    overflow: auto;
  }

  .div-block-251 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: none;
    display: flex;
  }

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

  .div-block-253 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .div-block-254 {
    flex: none;
  }

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

  .div-block-256 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-usimage {
    display: block;
  }

  .div-block-260 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-260.hide {
    display: none;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .research-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .section_reserach-hero, .section_pods-blog-hero {
    height: 123vh;
    padding-top: 160px;
  }

  .para-24px.text-black.resources-head {
    max-height: none;
  }

  .div-block-282 {
    height: auto;
  }

  .csd-hero-wrapper {
    max-width: none;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-link-text {
    padding-left: 20px;
    display: flex;
  }

  .menu-link-text.white {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .blog-hero-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .blog-featured {
    grid-template-columns: 2fr;
  }

  .padding-global-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-hero-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .code-embed-9 {
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-9.black {
    color: #000;
  }

  .menu-button-3 {
    z-index: 2;
    padding: 16px;
  }

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

  .div-block-284 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .title-3 {
    font-size: 40px;
    line-height: 1.1;
  }

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

  .section.rounded-top {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

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

  .services-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }

  .project-grid-main {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .card-block.second {
    height: 37svh;
  }

  .contact-link {
    margin-top: 40px;
  }

  .hero {
    padding-bottom: 155px;
    position: relative;
  }

  .hero.for-inner {
    aspect-ratio: auto;
    aspect-ratio: auto;
    background-size: 150px;
    padding-bottom: 99px;
  }

  .display-1.on-project-page {
    font-size: 6vw;
  }

  .hero-title-flex {
    max-width: 100%;
  }

  .copyright-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .team-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .navigation-line {
    flex: 0 50%;
  }

  .flex-navigation {
    grid-column-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-nav {
    grid-template-columns: minmax(200px, .5fr) 1.5fr minmax(200px, .5fr);
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .section-take {
    padding-top: 21px;
  }

  .project-circle-black {
    display: none;
  }

  .project-circle-black.black {
    display: flex;
  }

  .text-rotator {
    font-size: 70px;
  }

  .brand {
    padding-left: 0;
  }

  .play-video {
    margin-top: 40px;
  }

  .display-2.for-fade {
    font-size: 26px;
  }

  .logo-main {
    flex-basis: 50%;
    height: 8.9em;
  }

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

  .subhead-main {
    font-size: 28px;
  }

  .button-with-animation {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: 15px;
  }

  .lightbox-link {
    width: 100%;
  }

  .big-title-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .display-3 {
    overflow-wrap: break-word;
    font-size: 50px;
    position: relative;
  }

  .project-arrow {
    width: 50px;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

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

  .label {
    max-width: 95%;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .left-part {
    background-image: url('../images/grouppic.png');
    background-size: 350px;
    min-height: 500px;
  }

  .service-item {
    width: 100%;
  }

  .title-4 {
    font-size: 10vw;
  }

  .text-block {
    font-size: 29px;
  }

  .text-block-3, .text-block-4 {
    font-size: 15px;
  }

  .paragraph, .paragraph-4 {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .text-span-23 {
    font-size: 28px;
    line-height: 19px;
  }

  .text-rotator-2 {
    font-size: 70px;
  }

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

  .display-4.on-project-page {
    font-size: 6vw;
  }

  .display-5 {
    overflow-wrap: break-word;
    font-size: 50px;
    position: relative;
  }

  .container-nav-2 {
    grid-template-columns: minmax(200px, .5fr) 1.5fr minmax(200px, .5fr);
  }

  .text-rotator-3 {
    font-size: 70px;
  }

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

  .display-6.on-project-page {
    font-size: 6vw;
  }

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

  .display-7 {
    overflow-wrap: break-word;
    font-size: 50px;
    position: relative;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

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

  .team-slider {
    padding: 60px 15px;
  }

  .team-slider-wrapper {
    max-width: 538px;
  }

  .team-slider-2, .team-circles-2 {
    padding: 60px 15px;
  }

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

  .paragraph-7 {
    font-size: 13px;
  }

  .team-grid-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    letter-spacing: -2px;
    font-size: 32px;
  }

  .para-20.text-white.hero-desc {
    width: auto;
  }

  .section-opportunites {
    background-position: 100% 0;
    background-size: auto;
  }

  .div-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .oppo-tab-menu {
    flex: none;
    font-size: 16px;
  }

  .oppo-tab-content-wrap {
    grid-template-columns: 1fr;
  }

  .button-started.white {
    background-color: #fff;
    border-color: #8585854d;
  }

  .benefit-wrap {
    margin-top: 100px;
  }

  .stories-soul-ai, .image-13 {
    display: none;
  }

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

  .white-gradiant-overlay-div {
    display: none;
  }

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

  .div-block-43 {
    margin-top: 32px;
  }

  .retail-menu-tab {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .retail-tab-menu-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .para-32px {
    font-size: 22px;
  }

  .sub-tab-link {
    width: 110px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .scroll-blocks {
    height: 100vh;
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .white-icon {
    display: none;
  }

  .div-block-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
    position: relative;
  }

  .image-161 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 39px;
  }

  .text-block-18 {
    white-space: nowrap;
  }

  .static-hero-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .lottie-animation-6 {
    position: absolute;
    inset: 0%;
  }

  .sec-fold-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .static-hero-sec-2 {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .section-second-fold-hero-2 {
    background-color: #101010;
    height: 100vh;
    display: none;
  }

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

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

  .paragraph-9, .paragraph-10 {
    text-align: left;
  }

  .image-173 {
    height: 140px;
  }

  .section-talent {
    background-position: 100% 0;
    background-size: auto;
  }

  .talent-tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .para-32px-2 {
    font-size: 22px;
  }

  .uc-icon {
    width: 22px;
  }

  .teaser-grid {
    display: none;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .para-32px-3 {
    font-size: 22px;
  }

  .swiper-slide {
    flex-basis: 100%;
    min-width: 100%;
  }

  .div-block-238 {
    display: none;
  }

  .tabs-menu-3 {
    width: 100%;
    margin-left: 0;
  }

  .heading-h2 {
    font-size: 36px;
  }

  .section_home-usecase {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .tabs-content-3 {
    width: auto;
  }

  .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
    inset: auto 0% 0% auto;
    transform: translate(0, 90px);
  }

  .swiper-button-prev-2 {
    width: 2.5rem;
    height: 2.5rem;
    inset: auto auto 0% 0%;
    transform: translate(0, 90px);
  }

  .offering-header.bpo {
    padding-top: 0;
    position: static;
  }

  .use-case-tab, .teaser-grid-2 {
    display: none;
  }

  .tags {
    padding: 14px;
    font-size: 12px;
  }

  .use-case-cards {
    flex-flow: column;
    display: flex;
  }

  .configure-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section_contact-hero {
    padding-top: 120px;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-h1 {
    font-size: 36px;
  }

  .para-16px {
    font-size: 14px;
  }

  .contact-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-usimage {
    display: none;
  }

  .div-block-278 {
    margin-top: 32px;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_reserach-hero, .section_pods-blog-hero {
    height: 110vh;
    padding-top: 120px;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .para-18px {
    font-size: 16px;
    line-height: 1.4;
  }

  .section_bd-hero {
    padding-top: 180px;
  }

  .blog-featured {
    padding-bottom: 32px;
  }

  .padding-global-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-hero-header {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

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

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

  .licensing-content {
    flex-direction: column;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .copyright-dot {
    display: none;
  }

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

  .services-wrapper {
    width: 100%;
  }

  .photo-move-2, .photo-move {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .uppercase {
    font-size: 15px;
  }

  .project-grid-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .info-flex {
    padding: 29px 16px;
  }

  .rich-text-minus-20px {
    margin-top: 0;
    font-size: 14px;
  }

  .info-content {
    grid-column-gap: 15px;
    justify-content: flex-start;
  }

  .title-tag.big {
    font-size: 36px;
  }

  .card-block.second {
    height: 26svh;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .pricing-card {
    padding: 30px 20px;
  }

  .pricing-center-wrapper {
    font-size: 18px;
  }

  .hero {
    aspect-ratio: 9 / 16;
    padding-top: 120px;
    padding-bottom: 115px;
    padding-right: 5%;
  }

  .hero.for-inner {
    aspect-ratio: 2 / 3;
    aspect-ratio: 2 / 3;
    background-image: none;
    padding-top: 100px;
    padding-bottom: 81px;
  }

  .display-1 {
    font-size: 41px;
  }

  .display-1.on-project-page {
    text-align: center;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 1.3;
  }

  .hero-title-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
  }

  .footer-title-tag {
    font-size: 11px;
    line-height: 1.4;
  }

  .visit-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 20px;
  }

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

  .collection-item {
    width: 100%;
  }

  .scroll-down-wrapper {
    justify-content: center;
    padding-top: 10px;
    bottom: 15px;
  }

  .blog-content {
    padding-top: 20px;
  }

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

  .menu-button {
    border-right-style: none;
    padding-right: 10px;
  }

  .navar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-wrapper {
    align-items: flex-end;
  }

  .container-nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 2fr 1fr;
  }

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

  .section-take.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text-rotator {
    font-size: 46px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bureau-logo {
    width: 120px;
  }

  .max-w-center._700px {
    padding-top: 0;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-2.for-fade {
    font-size: 24px;
  }

  .logo-main {
    flex-basis: 100%;
    min-width: 35vw;
    height: 8em;
  }

  .invert-color {
    width: 40px;
  }

  .subhead-main {
    max-width: 100%;
    font-size: 20px;
  }

  .subhead-main.with-px {
    font-size: 28px;
  }

  .subhead-main.smaller {
    font-size: 16px;
    line-height: 1.5;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-with-animation {
    font-size: 17px;
  }

  .text-button {
    text-align: center;
    order: 0;
    font-size: 12px;
  }

  .service-wrapper {
    background-image: linear-gradient(#4558ea, #fff);
    min-height: auto;
    padding: 30px 16px;
  }

  .service-wrapper.second {
    background-image: linear-gradient(#e49b34, #fff);
    background-position: 0 0;
    padding-bottom: 30px;
  }

  .main-text {
    font-size: 40px;
  }

  .text-rotator-move {
    top: 0;
  }

  .text-rotator-main {
    max-width: 90%;
  }

  .lightbox-link {
    width: 80%;
  }

  .big-title-flex {
    flex-direction: column;
  }

  .display-3 {
    text-align: center;
    font-size: 25px;
  }

  .project-title-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .label {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-wrapper {
    padding: 40px 25px;
  }

  .input-main {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-main::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .left-part {
    background-image: url('../images/grouppic.png');
    background-position: 50% 100%;
    background-size: contain;
    flex: 0 auto;
    order: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    display: block;
  }

  .service-item {
    min-height: 270px;
  }

  .title-main {
    font-size: 16px;
  }

  .margin-50px-2 {
    margin-top: 30px;
  }

  .margim-150px {
    margin-top: 100px;
  }

  .title-4 {
    font-size: 12vw;
  }

  .title-4.fun-text {
    font-size: 60px;
  }

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

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .table-price {
    font-size: 16px;
  }

  .price-tag-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag-2.small {
    font-size: 16px;
  }

  .flex-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block {
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    overflow-wrap: normal;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }

  .visit-grid-3 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-2-copy {
    padding-bottom: 20px;
  }

  .paragraph {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .visit-grid-4 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .footer-2 {
    padding-bottom: 20px;
  }

  .paragraph-4, .section-2, .paragraph-4-copy {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .text-span-12, .text-span-17 {
    font-size: 18px;
  }

  .text-span-23 {
    font-size: 22px;
    line-height: 19px;
  }

  .bold-text-4 {
    text-align: left;
    font-family: Inter Tight, sans-serif;
  }

  .text-span-28, .text-span-29 {
    font-size: 18px;
  }

  .text-rotator-2 {
    font-size: 46px;
  }

  .service-wrapper-2 {
    background-image: url('../images/image-6.png'), linear-gradient(#4558ea, #fff);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    border-radius: 16px;
    min-height: auto;
    padding: 30px 16px 40px;
  }

  .service-wrapper-2.second {
    background-image: url('../images/image-5.png');
    background-position: 50%;
    background-size: cover;
    min-height: 320px;
    padding-bottom: 30px;
  }

  .text-span-30 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
  }

  .text-span-31 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-span-32 {
    font-size: 26px;
  }

  .text-span-33 {
    font-size: 15px;
    font-weight: 400;
  }

  .text-span-34 {
    font-size: 26px;
  }

  .text-span-35 {
    font-size: 15px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .visit-grid-5 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .display-4 {
    font-size: 41px;
  }

  .display-4.on-project-page {
    text-align: center;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 1.3;
  }

  .display-5 {
    font-size: 25px;
  }

  .footer-3 {
    padding-bottom: 20px;
  }

  .text-span-36 {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 18px;
    font-weight: 500;
  }

  .container-nav-2 {
    grid-template-columns: 2fr 1fr;
  }

  .text-rotator-3 {
    font-size: 46px;
  }

  .display-6 {
    font-size: 41px;
  }

  .display-6.on-project-page {
    text-align: center;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 1.3;
  }

  .div-block-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .display-7 {
    font-size: 25px;
  }

  .text-block-11 {
    font-size: 18px;
    font-weight: 500;
  }

  .text-span-38 {
    font-size: 20px;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-slider-wrapper {
    order: 0;
    max-width: 290px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-10 {
    max-width: none;
  }

  .team-circles-2 {
    padding-top: 1px;
  }

  .container-11 {
    max-width: none;
  }

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

  .team-member-image-2 {
    object-fit: cover;
    width: 288px;
    height: 288px;
  }

  .text-block-17 {
    font-size: 14px;
    font-weight: 600;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
    text-align: center;
    font-size: 30px;
  }

  .button-with-animation-2 {
    padding: 10px 16px;
    font-size: 17px;
  }

  .text-button-2 {
    font-size: 10px;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
  }

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

  .privacy-wrapper {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2.weight-500.text-center {
    text-align: center;
  }

  .h2.text-white.scrollheighlight.upper {
    position: absolute;
    inset: 0%;
  }

  .para-20, .para-20.text-white.hero-desc {
    font-size: 16px;
  }

  .para-20.text-white.hero-desc, .para-20.text-white.hero-desc-mob {
    color: #ffffff80;
    font-size: 16px;
  }

  .para-20.text-white.hero-card-title {
    font-size: 12px;
  }

  .para-20.text-black-60.mob-hide {
    display: none;
  }

  .para-20.text-black-60.comp {
    font-size: 12px;
  }

  .para-20.text-black-60.inc-line {
    line-height: 1.4;
  }

  .para-20.mob-hide {
    display: none;
  }

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

  .new-hero-section {
    display: none;
  }

  .oppo-tab-menu-wrap {
    overflow: scroll;
  }

  .oppo-card {
    padding: 24px;
  }

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

  .para-24.weight-500.bene {
    font-size: 16px;
  }

  .para-24.weight-500.inc-line {
    line-height: 1.4;
  }

  .card-details-wrap {
    flex-flow: wrap;
  }

  .benefit-left-top {
    height: 220px;
    padding: 16px 12px;
  }

  .text-black-60.para-16 {
    font-size: 10px;
    line-height: 1.3;
  }

  .image-4 {
    width: auto;
    height: auto;
  }

  .benefit-right-top {
    height: auto;
  }

  .benefit-right-left-card {
    width: 43%;
  }

  .benefit-right-right-card {
    width: 55%;
  }

  .lottie-animation {
    transform: translate(0)scale(1.3);
  }

  .benefit-right-bottom {
    height: auto;
  }

  .benefit-left-bottom {
    padding: 16px 12px;
  }

  .big-opportunity {
    transform: none;
  }

  .benefit-right-bottom-card {
    width: 55%;
  }

  .community-wrap.text-white.hero-new {
    z-index: 3;
    width: auto;
    margin-top: 0;
    position: relative;
  }

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

  .comunity-number-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .section-how {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 60px 16px;
  }

  .how-tab-work {
    order: -1;
  }

  .tab-fake-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    width: auto;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-21 {
    width: auto;
  }

  .tabs-content {
    display: none;
  }

  .tab-pane-tab-1 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: auto;
    overflow: hidden;
  }

  .lottie-animation-2 {
    width: 100%;
    height: 100%;
  }

  .faq-wrappers {
    padding-top: 80px;
  }

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-paragraph {
    font-size: 14px;
  }

  .question-title {
    flex: 1;
    font-size: 16px;
  }

  .section-cta {
    background-image: url('../images/Trial-2_2-2.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .cta-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 400px;
  }

  .div-block-29 {
    text-align: center;
  }

  .footer-left-wrap {
    max-width: none;
  }

  .footer-right-wrap {
    width: auto;
  }

  .div-block-37 {
    flex-flow: wrap;
  }

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

  .div-block-38 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .div-block-42 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .retail-tab-menu-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section_scroll-animation, .scroll-block.mob-hide {
    display: none;
  }

  .scroll-blocks {
    height: 100vh;
  }

  .loader-lottie, .hero-lottie {
    display: none;
  }

  .sec-content {
    position: relative;
  }

  .nav-menu-link.mob-hide {
    display: none;
  }

  .nav-menu-2 {
    inset: 0%;
  }

  .link-block-4 {
    padding: 8px 16px;
    font-size: 14px;
  }

  .bubbles {
    display: none;
  }

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

  .text-block-18 {
    white-space: normal;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .mobile-how-header {
    order: -1;
    display: flex;
  }

  .lottie-animation-5 {
    width: 42px;
    transform: scale(1.8);
  }

  .menu-button-2 {
    background-color: #0000;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 0;
    top: 10px;
    right: 0;
    overflow: hidden;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    top: 10px;
    right: 0;
  }

  .static-hero-sec {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .static-hero-wrap {
    justify-content: space-around;
    padding-top: 20%;
  }

  .lottie-animation-6 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .mob-hero-wrap-cont {
    position: relative;
  }

  .section-second-fold-hero {
    background-color: #000;
    height: 100vh;
    display: none;
  }

  .sec-fold-wrapper {
    height: 60vh;
  }

  .second-fold-conte {
    position: static;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .static-hero-sec-2 {
    display: block;
  }

  .section-second-fold-hero-2 {
    height: 60vh;
    display: block;
  }

  .hamburger_7_wrap {
    grid-row-gap: 8px;
  }

  .hamburger_7_line {
    height: 2px;
  }

  .hamburger_7_line.is-short {
    width: 80%;
  }

  .back-filt-wrap {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .tab-menu-2 {
    display: flex;
  }

  .text-span-39, .text-span-40 {
    color: #d574e2;
  }

  .hero-banner-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
  }

  .para-20px {
    min-width: 0;
  }

  .para-20px.text-white.mobile {
    font-size: 12px;
  }

  .hero-banner-wrap-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
    padding: 8px 18px;
  }

  .image-171 {
    margin-top: 4px;
  }

  .text-grey-60.mob {
    font-size: 14px;
  }

  .para-30 {
    font-size: 24px;
  }

  .list-7 {
    padding-left: 20px;
  }

  .list-item-9, .paragraph-9 {
    text-align: left;
  }

  .sub-list-list-2 {
    padding-left: 10px;
  }

  .paragraph-10 {
    text-align: left;
  }

  .footer-2-copy-2 {
    padding-bottom: 20px;
  }

  .div-block-198 {
    padding-left: 0;
  }

  .list-9 {
    padding-left: 20px;
  }

  .text-block-20 {
    opacity: .5;
    text-align: center;
    position: absolute;
    inset: auto 0% 0%;
  }

  .expert-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .expert-hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .expert-hero-left {
    z-index: 3;
    padding-top: 120px;
    position: relative;
  }

  .expert-hero-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 500px;
    padding-top: 20px;
    display: grid;
  }

  .marq-vert {
    width: auto;
  }

  .expert-hero-card {
    width: auto;
    padding: 14px;
  }

  .expert-profile {
    width: 34px;
    height: 34px;
  }

  .para-16 {
    font-size: 14px;
  }

  .para-16.text-grey-60.her-card-desc {
    font-size: 10px;
  }

  .div-block-202 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-204 {
    margin-top: 0;
  }

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

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

  .talent-tab-menu-wrap {
    overflow: scroll;
  }

  .talent-tab-marquee {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .talent-marquee-card {
    padding: 16px;
  }

  .talent-detail-wrap {
    flex-flow: wrap;
  }

  .div-block-212 {
    margin-top: 10px;
  }

  .div-block-213 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .expert-how-section {
    padding-bottom: 60px;
  }

  .diff-table-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-218 {
    width: 120px;
  }

  .div-block-220 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-221 {
    text-align: center;
  }

  .div-block-221.mobile-hide {
    display: none;
  }

  .div-block-222 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .soul-ai-feat {
    width: 100%;
    padding-top: 30px;
  }

  .soul-feat {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: 32px;
  }

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

  .benefit-tab-menu {
    display: flex;
  }

  .div-block-226 {
    width: 50%;
    height: auto;
    padding: 18px;
  }

  .div-block-227 {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .div-block-228 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 124px;
    padding: 12px 20px;
  }

  .div-block-229 {
    flex-flow: column;
    align-items: stretch;
  }

  .benefit-text-wrappers {
    font-size: 22px;
  }

  .div-block-231 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-231.center {
    text-align: center;
  }

  .section-home-hero {
    display: none;
  }

  .benefit-left-bottom-wrap {
    width: 50%;
    height: auto;
  }

  .cont-supp-card {
    width: 50%;
    padding: 21px;
  }

  .quality-card {
    width: 50%;
    height: auto;
  }

  .quality-rel-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flexible-card {
    width: 50%;
  }

  .talent-box-first {
    width: 50%;
    height: auto;
  }

  .talent-box-first-cont {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .comp-bottom-wrap {
    height: auto;
  }

  .cont-imp-card {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .impact-image {
    justify-content: center;
    align-items: center;
  }

  .vibe-card {
    width: 50%;
    height: auto;
  }

  .exclu-card {
    width: 50%;
    height: auto;
    margin-top: 0;
  }

  .section-dream-team {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .tab-dream-cont {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: auto;
    overflow: hidden;
  }

  .dream-team-menu-fake {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .tab-dream-fake-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    width: auto;
  }

  .dream-team-header {
    margin-bottom: 40px;
  }

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

  .faq-tabs {
    flex-flow: column;
    margin-top: 40px;
  }

  .faq-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    width: 100%;
    margin-right: 0;
    overflow: auto;
  }

  .faq-tab-link {
    background-color: #fffc;
    flex: none;
    font-size: 16px;
  }

  .faq-content-wrap {
    margin-top: 20px;
  }

  .para-36 {
    font-size: 24px;
  }

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

  .uc-link-header {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-left: 10px;
  }

  .uc-icon {
    width: 30px;
  }

  .uc-link-content {
    padding-bottom: 0;
  }

  .button-style-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .black-grad {
    display: inline;
  }

  .tab-link {
    padding-right: 8px;
  }

  .tag-text {
    font-size: 12px;
  }

  .uc-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .use-case-card {
    pointer-events: auto;
  }

  .swiper-slide {
    z-index: 2;
    min-width: 100%;
    position: relative;
  }

  .div-block-238 {
    display: none;
  }

  .tabs-menu-3 {
    padding-top: 30%;
  }

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

  .heading-h2.white {
    min-width: 0;
  }

  .section_home-usecase {
    padding-bottom: 120px;
  }

  .padding-global-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-content-3 {
    z-index: auto;
  }

  .swiper-button-next-2 {
    opacity: .5;
    right: 15px;
    transform: translate(0, 60px);
  }

  .swiper-button-prev-2 {
    opacity: .5;
    left: 15px;
    transform: translate(0, 60px);
  }

  .swiper_component {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .offering-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .swiper-container.swiper-2 {
    padding-left: 0;
  }

  .swiper-wrapper {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    mix-blend-mode: normal;
  }

  .offering-mob-image {
    border-radius: 12px;
  }

  .use-case-tab {
    display: none;
  }

  .main-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-width: 0;
    display: flex;
  }

  .use-case-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-241 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .configure-section {
    padding-bottom: 120px;
  }

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

  .slider-2 {
    height: auto;
  }

  .div-block-242 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-243 {
    width: 300px;
    height: 200px;
  }

  .right-arrow {
    inset: auto 0% -32px auto;
  }

  .right-arrow.desk-hide {
    width: 32px;
    height: 32px;
    bottom: -60px;
  }

  .left-arrow {
    inset: auto 50px -32px auto;
  }

  .left-arrow.dek-hide {
    width: 32px;
    height: 32px;
    bottom: -60px;
    right: 40px;
  }

  .nav-menu-3 {
    z-index: 1;
    inset: 0%;
  }

  .marq-vert-right {
    width: auto;
  }

  .div-block-250 {
    display: none;
  }

  .div-block-253 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-255 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .div-block-256 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .image-179 {
    width: 80px;
  }

  .imae-mob {
    display: block;
  }

  .image-180 {
    display: none;
  }

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

  .form-header {
    margin-bottom: 32px;
  }

  .radio-button-field-2 {
    width: 100%;
  }

  .section_contact-hero {
    padding-top: 120px;
  }

  .form-main {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
    display: flex;
  }

  .radio-button {
    flex: 0 auto;
  }

  .form-field-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-field {
    padding: 12px;
  }

  .div-block-184 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-global-3 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-h1 {
    direction: ltr;
    letter-spacing: -2px;
    font-size: 36px;
  }

  .popup-image {
    opacity: 1;
    display: block;
    position: static;
    overflow: visible;
  }

  .submit-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .contact-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .radio-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-usimage {
    height: 200%;
    display: none;
  }

  .request-pop {
    padding: 20px;
  }

  .div-block-263 {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .div-block-268 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-field-7 {
    width: 100%;
  }

  .div-block-271 {
    z-index: 3;
  }

  .div-block-272 {
    margin-top: 20px;
    display: none;
  }

  .image-182 {
    z-index: 2;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 26% 0% auto;
  }

  .image-184 {
    height: 48px;
  }

  .div-block-276 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .div-block-277 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-279 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-185 {
    width: 105px;
  }

  .padding-global-4 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-186 {
    width: 118px;
  }

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

  .image-187 {
    width: 80px;
  }

  .image-188 {
    transform: translate(0, 11px);
  }

  .section_pods-blog-hero {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .para-24px {
    font-size: 18px;
  }

  .read-btn {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 10px 16px;
    font-size: 14px;
    display: flex;
  }

  .team-date-sharelink {
    flex-flow: wrap;
  }

  .csd-hero-wrapper {
    max-width: 100%;
  }

  .padding-global-5 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .csd-hero-image {
    border-radius: 12px;
  }

  .para-18px {
    font-size: 14px;
  }

  .para-18px._50--opacity {
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }

  .section_bd-hero {
    padding-top: 120px;
  }

  .padding-global-6 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .featured-wrappers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-285 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-286 {
    width: 200px;
    height: auto;
  }

  .footer-left-wrap-pods {
    flex-flow: column;
    max-width: none;
  }
}

#w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-afaa5691-be51-32a6-944a-4521947e7864-08bf5e85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


