@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--bg-color-01: #FFFFFF;
  --colors--primary: #1F3BFF;
  --colors--primary-hover: #1730D6;
  --colors--accent: #D4FF3D;
  --_typography---font-family--primary-font-family: Inter, sans-serif;
  --colors--black: #0A0E1A;
  --_typography---body-text-p2--p2-font-size: 18px;
  --_typography---body-text-p2--p2-line-height: 1.55em;
  --_typography---font-weight--font-weight-400: 400;
  --_typography---font-family--heading-font-family: Interdisplay, Arial, sans-serif;
  --_typography---heading-01--h1-font-size: 96px;
  --_typography---heading-01--h1-line-height: 1.08em;
  --_typography---heading-01--h1-letter-spacing: -2px;
  --_typography---heading-02--h2-font-size: 84px;
  --_typography---heading-02--h2-line-height: 1.09em;
  --_typography---heading-02--h2-letter-spacing: -2px;
  --_typography---heading-h3--h3-font-size: 64px;
  --_typography---heading-h3--h3-letter-spacing: -2px;
  --_typography---heading-h4--h4-font-size: 48px;
  --_typography---heading-h4--h4-line-height: 1.16em;
  --_typography---heading-h4--h4-letter-spacing: -1px;
  --_typography---heading-h5--h5-font-size: 36px;
  --_typography---heading-h5--h5-line-height: 1.11em;
  --_typography---heading-h5--h5-letter-spacing: -.5px;
  --_typography---heading-h6--h6-font-size: 28px;
  --_typography---heading-h6--h6-line-height: 1.28em;
  --_typography---font-weight--font-weight-500: 500;
  --_typography---heading-h6--h6-letter-spacing: -.5px;
  --_typography---body-text-p1--p1-font-size: 28px;
  --_typography---body-text-p1--p1-line-height: 1.28em;
  --_typography---body-text-p1--p1-letter-spacing: -.5px;
  --_typography---body-text-lg--text-lg-font-size: 18px;
  --_typography---body-text-lg--text-lg-line-height: 1.55em;
  --_typography---p3--p3-font-size: 16px;
  --_typography---p3--p3-line-height: 1.5em;
  --_typography---p4--p4-font-size: 14px;
  --_typography---p4--p4-line-height: 1.57em;
  --_typography---heading-h3--h3-line-height: 1.09em;
  --colors--white: #FFFFFF;
  --colors--text-color-01: #4A5060;
  --colors--bg-color-02: #FFFFFF;
  --colors--text-color-02: #0A0E1A;
  --colors--text-color-03: #8A8F9C;
  --colors--stock-color-01: rgba(10, 14, 26, 0.10);
  --colors--bg-color-03: #D4FF3D;
  --_typography---p3--p3-letter-spacing: 0px;
  --colors--bg-color-05: #EFEDE6;
  --colors--text-color-04: #F6F4ED;
  --_typography---body-text-p2--p2-letter-spacing: 0px;
  --bg-color-06: #E8E5DC;
  --colors--bg-color-04: #1A2547;
  --_typography---body-text-lg--text-lg-letter-spacing: 0px;
  --_typography---p4--p4-letter-spacing: 0px;
}

body {
  background-color: var(--colors--bg-color-01);
  font-family: var(--_typography---font-family--primary-font-family);
  color: var(--colors--black);
  font-size: var(--_typography---body-text-p2--p2-font-size);
  line-height: var(--_typography---body-text-p2--p2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  --_typography---font-family--primary-font-family: Inter, sans-serif;
  --_typography---body-text-p2--p2-font-size: 18px;
  --_typography---body-text-p2--p2-line-height: 1.55em;
  --_typography---font-weight--font-weight-400: 400;
  --_typography---font-family--heading-font-family: Interdisplay, Arial, sans-serif;
  --_typography---heading-01--h1-font-size: 96px;
  --_typography---heading-01--h1-line-height: 1.08em;
  --_typography---heading-01--h1-letter-spacing: -2px;
  --_typography---heading-02--h2-font-size: 84px;
  --_typography---heading-02--h2-line-height: 1.09em;
  --_typography---heading-02--h2-letter-spacing: -2px;
  --_typography---heading-h3--h3-font-size: 64px;
  --_typography---heading-h3--h3-letter-spacing: -2px;
  --_typography---heading-h4--h4-font-size: 48px;
  --_typography---heading-h4--h4-line-height: 1.16em;
  --_typography---heading-h4--h4-letter-spacing: -1px;
  --_typography---heading-h5--h5-font-size: 36px;
  --_typography---heading-h5--h5-line-height: 1.11em;
  --_typography---heading-h5--h5-letter-spacing: -.5px;
  --_typography---heading-h6--h6-font-size: 28px;
  --_typography---heading-h6--h6-line-height: 1.28em;
  --_typography---font-weight--font-weight-500: 500;
  --_typography---heading-h6--h6-letter-spacing: -.5px;
  --_typography---body-text-p1--p1-font-size: 28px;
  --_typography---body-text-p1--p1-line-height: 1.28em;
  --_typography---body-text-p1--p1-letter-spacing: -.5px;
  --_typography---body-text-lg--text-lg-font-size: 18px;
  --_typography---body-text-lg--text-lg-line-height: 1.55em;
  --_typography---p3--p3-font-size: 16px;
  --_typography---p3--p3-line-height: 1.5em;
  --_typography---p4--p4-font-size: 14px;
  --_typography---p4--p4-line-height: 1.57em;
  --_typography---heading-h3--h3-line-height: 1.09em;
  --_typography---p3--p3-letter-spacing: 0px;
  --_typography---body-text-p2--p2-letter-spacing: 0px;
  --_typography---body-text-lg--text-lg-letter-spacing: 0px;
  --_typography---p4--p4-letter-spacing: 0px;
  --colors--primary: #1F3BFF;
  --colors--primary-hover: #1730D6;
  --colors--accent: #D4FF3D;
}

h1 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-01--h1-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-01--h1-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h3--h3-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h3--h3-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h4--h4-font-size);
  line-height: var(--_typography---heading-h4--h4-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h4--h4-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h5--h5-font-size);
  line-height: var(--_typography---heading-h5--h5-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h5--h5-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h6--h6-font-size);
  line-height: var(--_typography---heading-h6--h6-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h6--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 3px solid var(--colors--stock-color-01);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body-text-p1 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---body-text-p1--p1-font-size);
  line-height: var(--_typography---body-text-p1--p1-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---body-text-p1--p1-letter-spacing);
}

.body-text-large {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---body-text-lg--text-lg-font-size);
  line-height: var(--_typography---body-text-lg--text-lg-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  text-transform: uppercase;
}

.body-text-p2 {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---body-text-p2--p2-font-size);
  line-height: var(--_typography---body-text-p2--p2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.body-text-p3 {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.body-text-p3.difference {
  mix-blend-mode: difference;
}

.body-text-p4 {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---p4--p4-font-size);
  line-height: var(--_typography---p4--p4-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.heading-style-h2 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
}

.heading-style-h3 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h3--h3-font-size);
  line-height: var(--_typography---heading-h3--h3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h3--h3-letter-spacing);
}

.heading-style-h4 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h4--h4-font-size);
  line-height: var(--_typography---heading-h4--h4-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h4--h4-letter-spacing);
}

.heading-style-h5 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h5--h5-font-size);
  line-height: var(--_typography---heading-h5--h5-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h5--h5-letter-spacing);
}

.hero {
  grid-row-gap: 37px;
  background-color: var(--colors--bg-color-01);
  flex-flow: column;
}

.page-vertical-padding {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-contant-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 199px;
  padding-bottom: 28px;
  display: flex;
}

.hero-title-block {
  color: var(--colors--black);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-sticky-block {
  z-index: 1;
  height: 190vh;
  position: relative;
}

.hero-description-block {
  z-index: 2;
  width: 100%;
  max-width: 1104px;
  height: 90vh;
  color: var(--colors--white);
  text-align: center;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-bottom-block {
  z-index: 5;
  background-color: var(--colors--bg-color-01);
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-sticky-inner-block {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0%;
}

.hero-team-text-block {
  color: var(--colors--white);
  text-align: right;
  mix-blend-mode: difference;
}

.section-caption-block {
  grid-column-gap: 12px;
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.section-caption-block.desktop {
  mix-blend-mode: difference;
}

.section-caption-block.mobile {
  display: none;
}

.section-caption-icon {
  mix-blend-mode: difference;
  width: 11px;
}

.partners {
  background-color: var(--colors--bg-color-01);
  overflow: hidden;
}

.section-padding-large {
  padding-top: 132px;
  padding-bottom: 132px;
}

.partners-contant-wrapper {
  grid-row-gap: 168px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.partners-top-block {
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-title-block {
  max-width: 763px;
  color: var(--colors--black);
}

.partners-description-block {
  max-width: 550px;
  color: var(--colors--text-color-01);
}

.partners-marquee-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.partners-marquee-inner-block {
  grid-column-gap: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-logo-block {
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 190px;
  display: flex;
}

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

.experties-contant-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experties-right-block {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.experties-image-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 944px;
  display: grid;
}

.experties-info-block {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 620px;
  display: flex;
}

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

.marketing-title-block {
  max-width: 550px;
  color: var(--colors--black);
}

.marketing-description-block {
  color: var(--colors--text-color-01);
}

.experties-card {
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  gap: 16px;
  height: 305px;
  padding: 20px;
  display: flex;
}

.experties-card-description-block {
  color: var(--colors--text-color-01);
}

.experties-card-number-inner-box {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.experties-card-number-counter-text {
  color: var(--colors--black);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.09em;
}

.plus-icon-block {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.experties-card-icon-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.experties-card-title-block {
  color: var(--colors--black);
  margin-top: 12px;
  margin-bottom: 12px;
}

.experties-image-block {
  border-radius: 2px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.work {
  background-color: var(--colors--black);
  cursor: none;
}

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

.work-top-block {
  grid-row-gap: 130px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.work-block {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.work-right-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.work-image-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.work-number-counter-box {
  grid-column-gap: 3px;
  color: var(--colors--text-color-01);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-number-counter-inner-box {
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.work-number-counter-text._02, .work-number-counter-text._03, .work-number-counter-text._04, .work-number-counter-text._05 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.work-text-contant-block {
  flex-flow: column;
  display: flex;
}

.project-title-block {
  color: var(--colors--text-color-04) !important;
  opacity: 0.35 !important;
  transform: scale(1);
  transform-origin: left center;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.project-title-block:hover,
.project-title-block:focus,
.project-title-block.is-active {
  color: var(--colors--text-color-04) !important;
  opacity: 1 !important;
  transform: scale(1.3);
}

.project-title-block._01, .project-title-block._02, .project-title-block._03, .project-title-block._04, .project-title-block._05 {
  cursor: none;
}

.work-image-big-block {
  border-radius: 2px;
  width: 100%;
  max-width: 555px;
  height: 416px;
  position: relative;
  overflow: hidden;
}

.work-image-small-block {
  opacity: .3;
  border-radius: 2px;
  width: 214px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.project-image-block {
  border-radius: 2px;
  overflow: hidden;
}

.project-image-block._02 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.project-image-block._01 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-image-block._03 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.project-image-block._04 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.project-image-block._05 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.work-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.work-project-description-block {
  width: 440px;
  color: var(--colors--text-color-03);
}

.work-project-year-block {
  color: var(--colors--white);
}

.services {
  background-color: var(--colors--bg-color-01);
  cursor: none;
}

.services-contant-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.services-title-block {
  color: var(--colors--black);
}

.services-top-block {
  color: var(--colors--text-color-01);
  display: flex;
}

.services-items-wrapper {
  flex-flow: column;
  display: flex;
}

.services-items {
  grid-row-gap: 28px;
  border-bottom: 1px solid var(--colors--stock-color-01);
  background-color: var(--colors--bg-color-01);
  width: 100%;
  color: var(--colors--black);
  cursor: none;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-items.border-top {
  border-top: 1px solid var(--colors--stock-color-01);
}

.services-answer-block {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps {
  background-color: var(--colors--black);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.steps-contant-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.steps-top-block {
  color: var(--colors--text-color-03);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.steps-title-block {
  color: var(--colors--white);
}

.steps-block {
  background-color: var(--colors--text-color-02);
  border-radius: 999px;
  width: 586px;
  height: 586px;
  margin: 89px auto 123px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.steps-contant-block {
  z-index: 2;
  background-color: var(--colors--black);
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.steps-site-color-block {
  background-color: var(--colors--bg-color-03);
  transform-origin: 0 100%;
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.steps-site-color-block.a {
  perspective-origin: 0%;
  transform-origin: 0%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 50%;
  inset: auto 0% 0% auto;
}

.steps-site-color-block.b {
  z-index: 5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 50%;
  inset: auto 0% 0% auto;
}

.steps-site-color-block.c {
  z-index: 5;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 50%;
  inset: auto auto 0% 0%;
}

.steps-site-color-block.d {
  z-index: 5;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 100%;
  height: 50%;
  inset: 0% auto auto 0%;
}

.steps-site-color-block.b {
  z-index: 0;
  transform-origin: 0%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 50%;
  height: 100%;
  inset: auto 0% 0% auto;
}

.steps-site-color-block.c {
  z-index: 0;
  transform-origin: 0%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 50%;
  inset: auto 0% 0% auto;
}

.steps-site-color-block.d {
  z-index: 0;
  transform-origin: 0%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 50%;
  height: 100%;
  inset: auto 0% 0% auto;
}

.steps-site-color-block.e {
  transform-origin: 0%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 50%;
  inset: auto 0% 0% auto;
}

.steps-site-color-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.steps-site-color-wrapper::before {
  content: "";
  background-color: var(--colors--bg-color-03);
  opacity: 0.18;
  border-radius: 999px;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.steps-sticky-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  position: relative;
}

.steps-inner-contant-block-01 {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps-inner-contant-block-02 {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate(0, 200%);
}

.steps-inner-contant-block-03, .steps-inner-contant-block-04, .steps-inner-contant-block-05 {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: absolute;
  transform: translate(0, 200%);
}

.steps-inner-title-block {
  color: var(--colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.steps-inner-description-block {
  max-width: 358px;
  color: var(--colors--text-color-03);
  text-align: center;
}

.pricing-contant-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.pricing-top-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-title-block {
  width: 100%;
  max-width: 670px;
  color: var(--colors--black);
}

.pricing-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.pricing-card-white {
  background-color: var(--colors--bg-color-02);
  flex-flow: column;
}

.pricing-card-black {
  background-color: var(--colors--black);
}

.pricing-card-top-block {
  padding: 32px 24px;
}

.pricing-card-list-block {
  grid-row-gap: 10px;
  border-top: 1px solid var(--colors--stock-color-01);
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
}

.pricing-card-info-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.pricing-card-white-pricing-block {
  grid-column-gap: 4px;
  color: var(--colors--black);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
}

.pricing-card-white-cta-block {
  flex-flow: column;
  display: flex;
}

.pricing-card-title-block {
  color: var(--colors--black);
}

.pricing-card-white-description-block {
  color: var(--colors--text-color-01);
}

.month-text {
  font-family: var(--_typography---font-family--primary-font-family);
  color: var(--colors--text-color-01);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---p3--p3-letter-spacing);
}

.white-card-pricing-button {
  grid-column-gap: 12px;
  background-color: var(--colors--black);
  color: var(--colors--white);
  font-weight: var(--_typography---font-weight--font-weight-500);
  border-radius: 0.375rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.white-pricing-card-list-items-block {
  grid-column-gap: 8px;
  color: var(--colors--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-16px {
  width: 16px;
  height: 16px;
}

.pricing-card-black-pricing-block {
  grid-column-gap: 4px;
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
}

.black-card-month-text {
  font-family: var(--_typography---font-family--primary-font-family);
  color: var(--colors--text-color-03);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.black-card-pricing-button {
  grid-column-gap: 12px;
  background-color: var(--colors--primary);
  color: var(--colors--white);
  border-radius: 0.375rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

.black-pricing-card-list-block {
  grid-row-gap: 10px;
  border-top: 1px solid var(--colors--stock-color-01);
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
}

.black-pricing-card-list-items-block {
  grid-column-gap: 8px;
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-pricing-card-description-block {
  color: var(--colors--text-color-03);
}

.black-pricing-card-title-block {
  color: var(--colors--white);
}

.testimonial-top-block {
  color: var(--colors--text-color-01);
  display: flex;
}

.testimonials-title-block {
  color: var(--colors--black);
}

.testimonial-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.testimonial-cards-block {
  position: relative;
}

.testimonial-card {
  display: flex;
}

.testimonial-image-block {
  background-color: var(--colors--bg-color-05);
  background-image: linear-gradient(0deg, var(--colors--black), var(--colors--black));
  width: 420px;
  min-width: 323px;
  height: 420px;
}

.testimonial-image-block._01 {
  z-index: 1;
}

.testimonial-image-block._02, .testimonial-image-block._03, .testimonial-image-block._04 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonial-progress-bar-block {
  background-color: var(--colors--stock-color-01);
  width: 5px;
  height: 420px;
  margin-left: 68px;
  margin-right: 64px;
  position: relative;
  overflow: hidden;
}

.testimonial-details-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.testimonial-details-block._02, .testimonial-details-block._03, .testimonial-details-block._04 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonial-progress-bar {
  background-color: var(--colors--text-color-02);
  width: 3px;
  height: 420px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-text-block, .testimonial-name-block {
  color: var(--colors--black);
}

.testimonial-designation-block {
  color: var(--colors--text-color-01);
}

.testimonial-image-wrapper, .testimonial-details-wrapper {
  position: relative;
}

.testimonial-chnage-button-image-block {
  grid-column-gap: 8px;
  object-fit: cover;
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial-chnage-button-image-block.for-mobile {
  display: none;
  position: static;
}

.testimonial-change-image-button {
  cursor: pointer;
  object-fit: cover;
  border-radius: 999px;
  width: 48px;
  height: 48px;
}

.testimonial-change-image-button._02, .testimonial-change-image-button._03, .testimonial-change-image-button._04 {
  opacity: .2;
}

.testimonial-image {
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.why {
  background-color: var(--colors--white);
}

.why-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.why-top-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.why-card-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-card {
  background-image: url('../images/why-card-bg-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 586px;
  display: flex;
}

.why-card-top-block {
  color: var(--colors--black);
  padding: 24px;
  display: flex;
}

.why-card-bottom-block {
  width: 100%;
  color: var(--colors--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: relative;
}

.why-card-bottom-block._02 {
  height: 257px;
}

.why-card-bottom-block._03 {
  height: 310px;
}

.why-card-bottom-block._04 {
  height: 363px;
}

.why-card-bottom-block._01 {
  height: 229px;
  position: relative;
}

.icon-32px {
  width: 32px;
  height: 32px;
}

.awards {
  background-color: var(--colors--white);
}

.awards-content-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.awards-left-block {
  width: 100%;
  max-width: 369px;
  color: var(--colors--text-color-01);
  display: flex;
  position: sticky;
  top: 100px;
}

.awards-list-block {
  flex-flow: column;
  width: 100%;
  max-width: 785px;
  display: flex;
}

.awards-title-block {
  color: var(--colors--black);
  text-transform: uppercase;
}

.award-list-item {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.award-name-block {
  color: var(--colors--text-color-01);
  text-transform: uppercase;
}

.award-details-block {
  grid-row-gap: 8px;
  flex-flow: column;
  flex: none;
  width: 440px;
  display: flex;
}

.awards-project-name {
  color: var(--colors--black);
}

.blog-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.blog-title-block {
  width: 100%;
  max-width: 670px;
  color: var(--colors--black);
}

.blog-top-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-card {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.blog-card-image-block {
  border-radius: 2px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.blog-card-image-block.blog-page {
  height: 397px;
}

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

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

.blog-collection-list.blog-page {
  grid-column-gap: 20px;
  grid-row-gap: 88px;
  grid-template-columns: 1fr 1fr;
}

.blog-collection-list.one-card {
  grid-template-columns: 1fr;
}

.blog-card-bottom-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-date-and-category-block {
  grid-column-gap: 12px;
  color: var(--colors--text-color-01);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-card-devider {
  background-color: var(--colors--text-color-02);
  width: 1px;
  height: 12px;
}

.blog-card-title-block {
  color: var(--colors--black);
}

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

.faq-top-block {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title-block {
  max-width: 800px;
  color: var(--colors--black);
  text-align: center;
}

.faq-answer-block.w--open {
  background-color: #0000;
  position: relative;
}

.faq-icon-v1 {
  background-color: var(--colors--black);
  width: 16px;
  height: 2px;
  position: absolute;
}

.faq-icon-block {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-items-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-block {
  grid-column-gap: 16px;
  width: 100%;
  color: var(--colors--black);
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-icon-v2 {
  z-index: 2;
  background-color: var(--colors--black);
  width: 2px;
  height: 16px;
  position: relative;
}

.faq-item {
  z-index: 1;
  border-bottom: 1px solid var(--colors--stock-color-01);
  background-color: var(--colors--bg-color-01);
  border-radius: 2px;
  width: 100%;
  padding: 32px 24px;
  overflow: hidden;
}

.faq-answer-wrapper {
  color: var(--colors--text-color-03);
  padding-top: 16px;
  padding-bottom: 8px;
}

.footer {
  background-color: var(--colors--black);
  padding-top: 48px;
  padding-bottom: 24px;
  overflow: hidden;
}

.footer-top-block {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left-block {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.footer-title-block {
  color: var(--colors--white);
}

.footer-title-block .heading-style-h4 {
  font-size: 32px;
  line-height: 1.16em;
}

.footer-logo {
  flex: none;
  width: 72px;
  height: 72px;
}

.footer-right-block {
  grid-row-gap: 110px;
  flex-flow: column;
  width: 100%;
  max-width: 555px;
  display: flex;
}

.footer-right-cta-block {
  grid-row-gap: 28px;
  flex-flow: column;
  padding-top: 17px;
  display: flex;
}

.footer-right-cta-text-block {
  max-width: 440px;
  color: var(--colors--text-color-03);
}

.footer-links-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 174px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-row-gap: 24px;
  color: var(--colors--text-color-04);
  flex-flow: column;
  display: flex;
}

.footer-links-wrapper._03 {
  max-width: 174px;
}

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

.footer-nav-link {
  grid-column-gap: 12px;
  color: var(--colors--text-color-03);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  overflow-wrap: anywhere;
  overflow: hidden;
}

.footer-content-wrapper {
  grid-row-gap: 106px;
  flex-flow: column;
  display: flex;
}

.footer-name-block {
  overflow: hidden;
}

.project-small-image-block {
  border-radius: 2px;
  overflow: hidden;
}

.project-small-image-block._02 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.project-small-image-block._01 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-small-image-block._03 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.project-small-image-block._04 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.project-small-image-block._05 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.work-content-wrapper {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.other-page-hero {
  padding-top: 84px;
}

.other-page-hero-container {
  padding-top: 181px;
  position: relative;
}

.other-page-hero-title-block {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  color: var(--colors--white);
  mix-blend-mode: exclusion;
  margin-bottom: 88px;
  position: relative;
}

.other-page-hero-subtitle-block {
  color: var(--colors--text-color-01);
  margin-bottom: 8px;
}

.other-page-hero-description-block {
  z-index: 2;
  width: 100%;
  max-width: 669px;
  color: var(--colors--text-color-01);
  margin-top: 44px;
  position: relative;
}

.about-hero-cards-block {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
  position: relative;
}

.about-hero-card {
  grid-row-gap: 8px;
  background-color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 305px;
  padding: 20px;
  display: flex;
}

.about-hero-card-number-block {
  color: var(--colors--black);
  display: flex;
}

.about-hero-card-description-block {
  color: var(--colors--text-color-01);
}

.other-page-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 88px;
  display: flex;
}

.about-hero-scroll-down-block {
  color: var(--colors--black);
}

.client-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.client-title-block {
  color: var(--colors--black);
}

.client-cta-button {
  grid-column-gap: 8px;
  color: var(--colors--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-logo-cards-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-logo-block {
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 190px;
  display: flex;
}

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

.content-caption-block {
  opacity: .6;
  color: var(--colors--black);
  display: none;
}

.content-caption-block._01 {
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.content-caption-block._02, .content-caption-block._03, .content-caption-block._04 {
  display: block;
  position: absolute;
  transform: translate(0, 50px);
}

.content-title-block {
  width: 100%;
  max-width: 900px;
  color: var(--colors--black);
}

.cta-content-wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.cta-caption-block {
  color: var(--colors--text-color-01);
}

.cta-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-title-block {
  width: 100%;
  max-width: 850px;
  color: var(--colors--black);
}

.cta-button-block {
  grid-row-gap: 30px;
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.other-page-hero-cta-button {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.button-text {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.work-page-hero-title-block, .blog-page-hero-title-block {
  z-index: 1;
  width: 80%;
  color: var(--colors--white);
  mix-blend-mode: exclusion;
  margin-bottom: 44px;
  position: relative;
}

.work-bottom-cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.work-card {
  grid-row-gap: 24px;
  cursor: none;
  border-radius: 2px;
  flex-flow: column;
  display: flex;
}

.work-card-thumb-image-block {
  border: 8px solid var(--colors--white);
  background-color: var(--colors--white);
  border-radius: 2px;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.work-card-thumb-image-block.featured-project {
  height: 782px;
}

.work-card-description-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-card-number-block {
  color: var(--colors--text-color-01);
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-card-name-block {
  color: var(--colors--black);
}

.work-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.work-bottom-collection-list.like-section {
  grid-template-rows: auto;
}

.work-top-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 88px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.work-top-card-image {
  aspect-ratio: 247 / 142;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-cards-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

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

.work-cards, .blog-cards {
  padding-top: 88px;
  padding-bottom: 132px;
}

.blog-cards-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.blog-card-block {
  grid-row-gap: 24px;
  border-radius: 2px;
  flex-flow: column;
  display: flex;
}

.blog-top-card-image {
  aspect-ratio: 247 / 142;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card-description-block {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-card-date-block {
  grid-column-gap: 12px;
  color: var(--colors--text-color-01);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-details-hero {
  padding-top: 84px;
}

.blog-details-page-hero-content-block {
  grid-row-gap: 88px;
  flex-flow: column;
  padding-top: 179px;
  padding-bottom: 88px;
  display: flex;
}

.blog-details-hero-title-block {
  color: var(--colors--black);
}

.blog-details-card-wrapper {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-details-card {
  grid-row-gap: 8px;
  background-color: var(--colors--bg-color-02);
  border-radius: 2px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.blog-details-card-title-block {
  color: var(--colors--text-color-01);
}

.blog-details-card-value-block {
  color: var(--colors--black);
}

.blog-details-image-block {
  border-radius: 2px;
  height: 782px;
  position: relative;
  overflow: hidden;
}

.blog-details-image {
  aspect-ratio: 274 / 148;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.blog-details {
  padding-bottom: 132px;
}

.blog-details-content-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.blog-details-content-left-block {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 30%;
}

.blog-details-content-right-block {
  width: 70%;
}

.blog-description-rich-text p {
  color: var(--colors--black);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.28em;
}

.blog-description-rich-text blockquote {
  color: var(--colors--black);
  letter-spacing: -.5px;
  border: 1px #000;
  margin-bottom: 32px;
  padding: 0;
  font-size: 28px;
  line-height: 1.28em;
}

.blog-description-rich-text h6 {
  color: var(--colors--black);
  margin-bottom: 24px;
}

.blog-details-divider {
  background-color: var(--colors--stock-color-01);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details-share-block {
  grid-row-gap: 24px;
  color: var(--colors--text-color-01);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 85px;
}

.blog-details-social-icons-block {
  grid-column-gap: 12px;
  display: flex;
}

.blog-share-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.work-details-hero {
  padding-top: 227px;
}

.work-details-page-hero-content-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.work-details-page-hero-subtitle-block {
  color: var(--colors--text-color-01);
}

.work-details-hero-title-block {
  color: var(--colors--black);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.work-details-hero-card-block {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-details-hero-image-block {
  border: 8px solid var(--colors--white);
  border-radius: 2px;
  height: 782px;
  position: relative;
  overflow: hidden;
}

.work-details-hero-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.work-details-hero-image {
  aspect-ratio: 274 / 148;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-description-content-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  padding-top: 88px;
  padding-bottom: 132px;
  display: flex;
}

.work-overview-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-details-image-block {
  border: 8px solid var(--colors--white);
  border-radius: 2px;
  height: 782px;
  position: relative;
  overflow: hidden;
}

.work-details-page-caption {
  color: var(--colors--text-color-01);
}

.work-overview-content-block {
  width: 100%;
  max-width: 900px;
  color: var(--colors--black);
}

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

.work-challenge-and-solution-block {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-challenge-and-solution-content-wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.work-challenge-and-solution-content-block {
  color: var(--colors--black);
}

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

.work-details-image-wrapper {
  border: 8px solid var(--colors--white);
  border-radius: 2px;
  height: 782px;
  position: relative;
  overflow: hidden;
}

.work-result-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.work-result-content-block {
  color: var(--colors--black);
}

.work-result-list li {
  letter-spacing: -.5px;
  font-size: 28px;
  line-height: 1.28em;
}

.work-conclusion-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero {
  padding-top: 264px;
  padding-bottom: 132px;
}

.contact-hero-content-wrapper {
  flex-flow: column;
  display: flex;
}

.contact-hero-top-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-hero-caption-block {
  color: var(--colors--text-color-01);
}

.contact-hero-title-block {
  color: var(--colors--black);
}

.contact-hero-center-block {
  grid-column-gap: 20px;
  margin-top: 88px;
  margin-bottom: 88px;
  display: flex;
}

.contact-image-block {
  border: 8px solid var(--colors--white);
  border-radius: 2px;
  width: 40%;
  height: 606px;
  position: relative;
  overflow: hidden;
}

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

.contact-form-wrapper {
  grid-row-gap: 48px;
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding: 32px;
  display: flex;
}

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

.contact-form-top-block {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-support-block {
  background-color: #0000000f;
  border-radius: 2px;
  padding: 4px 10px;
}

.contact-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colors--stock-color-01);
  min-height: 68px;
  color: var(--colors--text-color-01);
  background-color: #0000;
  margin-bottom: 0;
  padding: 20px 0;
}

.contact-text-field:focus {
  border-bottom-color: var(--colors--black);
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colors--stock-color-01);
  min-height: 175px;
  color: var(--colors--text-color-01);
  background-color: #0000;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--colors--primary);
  color: var(--colors--white);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-500);
  letter-spacing: -.5px;
  text-transform: uppercase;
  border-radius: 0.375rem;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: var(--colors--primary-hover);
}

.contact-hero-location-title-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-hero-botom-block {
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.contact-hero-location-card-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-location-card {
  grid-row-gap: 72px;
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.location-name {
  color: var(--colors--black);
}

.location-address {
  color: var(--colors--text-color-01);
}

.contact-map-block {
  height: 760px;
  margin-top: 150px;
}

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

.about-page-hero-image-block {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 440px;
  height: 606px;
  position: absolute;
  inset: auto 0% 25% auto;
}

.nav-button {
  grid-column-gap: 12px;
  background-color: var(--colors--primary);
  color: var(--colors--white);
  border-radius: 0.375rem;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  line-height: 1.5em;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.nav-button:hover {
  background-color: var(--colors--primary-hover);
}

.nav-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.nav-menu-button {
  padding: 0;
}

.navbar {
  z-index: 8;
  background-color: var(--colors--bg-color-01);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-links-wrapper {
  grid-column-gap: 24px;
  flex-flow: row;
  display: flex;
}

.nav-button-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-inner-block {
  display: flex;
}

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

.nav-link {
  color: var(--colors--black);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  transition: color .2s ease-in-out;
  overflow: hidden;
}

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

.nav-button-dot {
  border-radius: 999px;
  width: 10px;
  height: 10px;
  position: relative;
}

.nav-menu-bottom-block {
  display: none;
}

.why-card-bottom-bg-block {
  border-top: 1px solid var(--colors--stock-color-01);
  background-color: var(--colors--black);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.why-card-bottom-text-block {
  z-index: 1;
  position: relative;
}

.services-item-bg-block {
  z-index: 1;
  background-color: var(--colors--black);
  opacity: 0;
  transform-origin: 50% 100%;
  color: var(--colors--white);
  position: absolute;
  inset: 0%;
}

.services-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.work-slider-wrapper {
  display: none;
}

.work-slider {
  background-color: #0000;
  width: auto;
  height: auto;
}

.work-slide-card {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

.work-slide-card-top-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.work-slide-card-number-block {
  color: var(--colors--text-color-01);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-slide-card-title-block, .work-card-number {
  color: var(--colors--white);
}

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

.experties-image-description-block-block {
  max-width: 243px;
  color: var(--colors--white);
  position: absolute;
  inset: auto 41px 30px;
}

.heading-style-h6 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h6--h6-font-size);
  line-height: var(--_typography---heading-h6--h6-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h6--h6-letter-spacing);
}

.review-author-name-text {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---body-text-p2--p2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---body-text-p2--p2-letter-spacing);
}

.body-text-p3-v2 {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---p3--p3-letter-spacing);
}

.subscribe-cta-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.award-list-item-divider-block {
  background-color: var(--colors--stock-color-01);
  width: 100%;
  height: 1px;
}

.nav-link-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block {
  overflow: hidden;
}

.teams-contant-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.teams-top-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.teams-info-block {
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 670px;
  display: flex;
}

.teams-title-block {
  color: var(--colors--black);
}

.teams-description-block {
  color: var(--colors--text-color-01);
}

.teams-cards-wrapper {
  grid-row-gap: 86px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.teams-card-image-block {
  border: 8px solid var(--colors--white);
  background-color: var(--bg-color-06);
  background-image: linear-gradient(0deg, var(--colors--black), var(--colors--black));
  mix-blend-mode: luminosity;
  border-radius: 1px;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.teams-card-info-block {
  grid-row-gap: 2px;
  color: var(--colors--text-color-01);
  flex-flow: column;
  display: flex;
}

.teams-card-image {
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}

.team-author-name {
  color: var(--colors--black);
}

.teams-inner-cards-wrapper-01 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teams-inner-cards-wrapper-02 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-number-counter {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  text-transform: uppercase;
}

.why-number-counter-block {
  display: flex;
}

.custom-button-wrapper {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.button-text-p2 {
  font-size: 16px;
  line-height: 1.5em;
}

.work-custom-cursor {
  z-index: 999;
  background-color: var(--colors--bg-color-03);
  opacity: 0;
  color: var(--colors--black);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: relative;
}

.service-page-section {
  cursor: none;
  padding-top: 88px;
  padding-bottom: 132px;
}

.service-hero-contant-wrapper {
  padding-top: 181px;
  padding-bottom: 72px;
  position: relative;
}

.service-hero-image-block {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 555px;
  height: 606px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-hero-containet-wrapper {
  padding-top: 143px;
  padding-bottom: 40px;
  position: relative;
}

.work-hero-containt-wrapper {
  padding-top: 181px;
  position: relative;
}

.work-hero-description-block {
  width: 100%;
  max-width: 669px;
  color: var(--colors--text-color-01);
}

.pricing-page {
  padding-top: 88px;
  padding-bottom: 132px;
}

.cta-button-icon {
  width: 64px;
  height: 64px;
}

.cta-button-icon.hover-in {
  transform: translate(-70px);
}

.cta-button-icon-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.button-primary {
  grid-column-gap: 12px;
  background-color: var(--colors--primary);
  color: var(--colors--white);
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-primary:hover {
  background-color: var(--colors--primary-hover);
}

.work-card-custom-cursore-wrapper {
  z-index: 999;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.work-card-cursore-block {
  background-color: var(--colors--bg-color-03);
  opacity: 0;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.icon-24px {
  width: 24px;
  height: 24px;
}

.image-overlay-block {
  background-color: var(--colors--text-color-01);
  opacity: 0;
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.experties-image-block .image-overlay-block {
  background-color: var(--colors--bg-color-03);
}
.work-card-thumb-image-block .image-overlay-block {
  background-color: var(--colors--bg-color-03);
}

.articles {
  padding-top: 132px;
  padding-bottom: 168px;
}

.articles-contant-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.articles-title-block {
  color: var(--colors--black);
}

.service-details-card {
  grid-row-gap: 8px;
  background-color: var(--colors--bg-color-02);
  box-shadow: 0 1px 2px rgba(10, 14, 26, 0.04);
  border-radius: 2px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.service-details-card-title-block {
  color: var(--colors--text-color-01);
}

.service-details-card-value-block {
  color: var(--colors--black);
}

.like-contant-wrapper {
  grid-row-gap: 88px;
  flex-flow: column;
  display: flex;
}

.like-title-block {
  color: var(--colors--black);
}

.steps-sticky-inner-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 84px;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.subscribe-form-block {
  width: 100%;
  margin-bottom: 0;
}

.subscribe-form {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form-text-field {
  background-color: var(--colors--bg-color-04);
  min-height: 48px;
  color: var(--colors--white);
  border: 1px #000;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0 20px;
}

.subscribe-form-text-field:focus {
  border-style: solid;
  border-color: var(--colors--white);
}

.steps-description-block {
  max-width: 440px;
  color: var(--colors--text-color-03);
  margin-left: auto;
}

.steps-slider-wtapper {
  display: none;
}

.steps-slider {
  background-color: #0000;
  height: auto;
}

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

.steps-card {
  background-color: var(--colors--bg-color-05);
  border-radius: 999px;
  width: 586px;
  height: 586px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.steps-inner-contant-block {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.work-hero-scroll-down-block {
  color: var(--colors--black);
  padding-top: 23px;
  padding-right: 25px;
}

.pricing-hero-image-block {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  max-width: 555px;
  height: 606px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.pricing-hero-container {
  padding-top: 149px;
  padding-bottom: 74px;
  position: relative;
}

.blog-hero-scroll-down-block {
  color: var(--colors--black);
  justify-content: flex-end;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.scroll-down-link {
  grid-column-gap: 8px;
  color: var(--colors--black);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.55em;
  display: flex;
}

.blog-bottom-cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.work-scroll-dewen-block {
  padding-right: 25px;
}

.service-hero-title-block {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  color: var(--colors--white);
  mix-blend-mode: exclusion;
  position: relative;
}

.service-hero-title-block.title-text-animation {
  max-width: 900px;
}

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

.partners-marquee-left-linear {
  background-image: linear-gradient(90deg, var(--colors--bg-color-01), var(--colors--bg-color-01) 25%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0));
  width: 80px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partners-marquee-right-linear {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.7) 50%, var(--colors--bg-color-01) 75%, var(--colors--bg-color-01));
  width: 80px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-caption-text {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---body-text-lg--text-lg-font-size);
  line-height: var(--_typography---body-text-lg--text-lg-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---body-text-lg--text-lg-letter-spacing);
  text-transform: uppercase;
  mix-blend-mode: difference;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-nav-link-line {
  border: 1px solid var(--colors--stock-color-01);
  width: 100%;
  height: 1px;
  margin-top: 2px;
  overflow: hidden;
}

.steps-contant-inner-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-right-contant-wrapper {
  grid-row-gap: 264px;
  flex-flow: column;
  display: flex;
}

.content-caption-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 40px;
  padding-top: 3px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.content-caption-inner-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 3px;
  display: flex;
  position: relative;
}

.nav-left-button {
  grid-column-gap: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-inner-dot {
  z-index: 2;
  background-color: var(--colors--bg-color-03);
  border-radius: 999px;
  width: 10px;
  height: 10px;
  position: relative;
}

.hero-image-block, .footer-name {
  width: 100%;
  height: auto;
}

.steps-bg-line-block {
  background-color: var(--colors--bg-color-05);
  display: none;
  position: absolute;
  inset: 0%;
}

._404-image-block {
  height: 100vh;
  overflow: hidden;
}

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

._404-text-contant-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-title-block {
  max-width: 442px;
  color: var(--colors--black);
  margin-left: auto;
  margin-right: auto;
}

._404-description-block {
  max-width: 354px;
  color: var(--colors--black);
  margin-top: 88px;
  margin-bottom: 24px;
}

._404-cta-block {
  flex-flow: column;
  width: 100%;
  max-width: 442px;
  display: flex;
}

.primary-button {
  grid-column-gap: 8px;
  color: var(--colors--white);
  background-color: var(--colors--primary);
  border-radius: 0.375rem;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.primary-button:hover {
  background-color: var(--colors--primary-hover);
}

.templates-content-wrapper-v2 {
  grid-column-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.buttons-block {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--colors--black);
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

.style-title {
  color: var(--colors--black);
  background-color: #f3f5f7;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.color-block {
  grid-row-gap: 8px;
  border: 1px solid var(--colors--stock-color-01);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.color-block.white {
  background-color: #fff;
}

.color-block.black {
  color: #fbfbfb;
  background-color: #000;
}

.color-block.text-color-01 {
  background-color: var(--colors--text-color-01);
  color: var(--colors--white);
}

.color-block.text-color-02 {
  background-color: var(--colors--text-color-02);
  color: var(--colors--white);
}

.color-block.text-color-03 {
  background-color: var(--colors--text-color-03);
  color: var(--colors--black);
}

.color-block.text-color-04 {
  background-color: var(--colors--text-color-04);
  color: var(--colors--black);
}

.color-block.bg-color-01 {
  background-color: var(--colors--bg-color-01);
  color: var(--colors--black);
}

.color-block.bg-color-02 {
  background-color: var(--colors--bg-color-02);
  color: var(--colors--black);
}

.color-block.bg-color-03 {
  background-color: var(--colors--bg-color-03);
  color: var(--colors--black);
}

.color-block.bg-color-04 {
  background-color: var(--colors--bg-color-04);
  color: var(--colors--white);
}

.color-block.stock-color-01 {
  background-color: var(--colors--stock-color-01);
  color: var(--colors--black);
}

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

.typography-item-block.border-bottom-none {
  border-bottom-style: none;
}

.ui-elements-block, .rich-text-block {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.colors-block {
  grid-row-gap: 56px;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.stytle-title-inner {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.templates-hero-description {
  color: var(--colors--text-color-03);
}

.templates-content-block {
  grid-row-gap: 56px;
  background-color: var(--colors--white);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 1006px;
  padding: 32px 32px 48px;
  display: flex;
}

.templates-nav-link {
  grid-column-gap: 8px;
  color: #0f0f0f;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  font-weight: 600;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.templates-nav-link:hover {
  background-color: var(--colors--bg-color-01);
  border: 1px solid #f3f5f7;
}

.templates-nav-link.w--current {
  background-color: var(--colors--bg-color-01);
  border: 1px solid #e0dfe0;
}

.templates-content {
  padding-top: 40px;
  padding-bottom: 120px;
}

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

.style-image-block {
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
}

.templates-hero-content-wrapper {
  grid-row-gap: 20px;
  max-width: 660px;
  color: var(--colors--white);
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.template-content-blocks-wrapper {
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.templates-nav-block {
  grid-row-gap: 16px;
  background-color: var(--colors--white);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 306px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 124px;
  box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #10182814;
}

.typography-block {
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.templates-hero {
  background-color: #0f0f0f;
  padding-top: 216px;
  padding-bottom: 132px;
}

.licenses-link {
  color: var(--colors--black);
}

.licenses-content-description {
  color: var(--colors--text-color-01);
}

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

.template-content-item {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.template-content-subtext {
  color: var(--colors--text-color-01);
}

.templates-content-wrapper {
  grid-row-gap: 32px;
  background-color: var(--colors--white);
  border-radius: 6px;
  flex-flow: column;
  padding: 48px;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.nav-button-inner-dot-blinck {
  z-index: 1;
  background-color: var(--colors--bg-color-03);
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.client-cta-button-wrapper {
  padding-bottom: 8px;
}

.client-cta-button-wrapper.for-mobile {
  display: none;
}

.heading-style-h3-v2 {
  font-family: var(--_typography---font-family--heading-font-family);
  font-size: var(--_typography---heading-h3--h3-font-size);
  line-height: var(--_typography---heading-h3--h3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
  letter-spacing: var(--_typography---heading-h3--h3-letter-spacing);
}

.bg-noisy {
  z-index: 999;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/bg.gif');
  background-position: 50%;
  background-size: auto;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.contact-cta-block {
  flex-flow: column;
  margin-top: 36px;
  display: flex;
}

.form-success-message {
  color: var(--colors--white);
  mix-blend-mode: difference;
  background-color: #0000;
}

.form-error-message {
  color: var(--colors--white);
  text-align: center;
  mix-blend-mode: difference;
  background-color: #0000;
}

.pricing-list-text {
  font-family: var(--_typography---font-family--primary-font-family);
  font-size: var(--_typography---p3--p3-font-size);
  line-height: var(--_typography---p3--p3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.down-icon {
  width: 16px;
  height: 16px;
}

.why-title-block {
  width: 100%;
  max-width: 670px;
  color: var(--colors--black);
}

.services-question-block {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.services-icon-line-v1 {
  border: 1.5px solid var(--colors--black);
  flex: none;
  width: 100%;
  height: 1.5px;
}

.services-icon-line-v2 {
  border: 1.5px solid var(--colors--black);
  flex: none;
  width: 1.5px;
  height: 100%;
  position: absolute;
}

.services-text-content-block {
  grid-column-gap: 40px;
  width: 100%;
  max-width: 647px;
  color: var(--colors--text-color-01);
  display: flex;
}

.services-image-block {
  border-radius: 2px;
  width: 303px;
  height: 227px;
  overflow: hidden;
}

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

.service-description-block, .service-description-list-block {
  flex: 1;
}

.service-description-list {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 16px;
}

.service-custom-cursor {
  z-index: 999;
  background-color: var(--colors--bg-color-03);
  opacity: 0;
  color: var(--colors--black);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: relative;
}

.pricing-page-title-block {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  color: var(--colors--white);
  mix-blend-mode: exclusion;
  margin-bottom: 88px;
  position: relative;
}

.contact-support-link {
  font-family: var(--_typography---font-family--primary-font-family);
  color: var(--colors--black);
  font-size: var(--_typography---body-text-p2--p2-font-size);
  line-height: var(--_typography---body-text-p2--p2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-400);
}

.featured-blog-image-block {
  height: 782px;
  position: relative;
  overflow: hidden;
}

.footer-left-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.copyright-block {
  grid-column-gap: 20px;
  color: var(--colors--text-color-01);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-link {
  color: var(--colors--white);
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .3s ease-in-out;
}

.copyright-link:hover {
  -webkit-text-decoration-color: var(--colors--white);
  text-decoration-color: var(--colors--white);
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--primary-font-family: Inter, sans-serif;
    --_typography---body-text-p2--p2-font-size: 18px;
    --_typography---body-text-p2--p2-line-height: 1.55em;
    --_typography---font-weight--font-weight-400: 400;
    --_typography---font-family--heading-font-family: Interdisplay, Arial, sans-serif;
    --_typography---heading-01--h1-font-size: 96px;
    --_typography---heading-01--h1-line-height: 1.08em;
    --_typography---heading-01--h1-letter-spacing: -2px;
    --_typography---heading-02--h2-font-size: 56px;
    --_typography---heading-02--h2-line-height: 1.09em;
    --_typography---heading-02--h2-letter-spacing: -2px;
    --_typography---heading-h3--h3-font-size: 44px;
    --_typography---heading-h3--h3-letter-spacing: -2px;
    --_typography---heading-h4--h4-font-size: 48px;
    --_typography---heading-h4--h4-line-height: 1.16em;
    --_typography---heading-h4--h4-letter-spacing: -1px;
    --_typography---heading-h5--h5-font-size: 36px;
    --_typography---heading-h5--h5-line-height: 1.11em;
    --_typography---heading-h5--h5-letter-spacing: -.5px;
    --_typography---heading-h6--h6-font-size: 28px;
    --_typography---heading-h6--h6-line-height: 1.28em;
    --_typography---font-weight--font-weight-500: 500;
    --_typography---heading-h6--h6-letter-spacing: -.5px;
    --_typography---body-text-p1--p1-font-size: 28px;
    --_typography---body-text-p1--p1-line-height: 1.28em;
    --_typography---body-text-p1--p1-letter-spacing: -.5px;
    --_typography---body-text-lg--text-lg-font-size: 18px;
    --_typography---body-text-lg--text-lg-line-height: 1.55em;
    --_typography---p3--p3-font-size: 16px;
    --_typography---p3--p3-line-height: 1.5em;
    --_typography---p4--p4-font-size: 14px;
    --_typography---p4--p4-line-height: 1.57em;
    --_typography---heading-h3--h3-line-height: 1.09em;
    --_typography---p3--p3-letter-spacing: 0px;
    --_typography---body-text-p2--p2-letter-spacing: 0px;
    --_typography---body-text-lg--text-lg-letter-spacing: 0px;
    --_typography---p4--p4-letter-spacing: 0px;
  }

  .body-text-p3.difference {
    mix-blend-mode: difference;
  }

  .page-vertical-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-contant-wrapper {
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-top: 168px;
    padding-bottom: 60px;
  }

  .hero-sticky-block {
    height: 80vh;
  }

  .hero-description-block {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .hero-sticky-inner-block {
    height: 100%;
    position: relative;
  }

  .hero-team-text-block {
    background-color: var(--colors--bg-color-01);
    text-align: center;
    mix-blend-mode: normal;
  }

  .section-caption-block {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .section-caption-block.desktop {
    display: none;
  }

  .section-caption-block.mobile {
    background-color: var(--colors--bg-color-01);
    display: flex;
  }

  .section-caption-icon {
    mix-blend-mode: difference;
  }

  .section-padding-large {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .partners-contant-wrapper {
    grid-row-gap: 84px;
  }

  .partners-top-block {
    grid-row-gap: 32px;
  }

  .partners-logo-block {
    width: 187px;
    height: 98px;
  }

  .experties-contant-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .experties-right-block {
    grid-row-gap: 56px;
  }

  .experties-image-wrapper {
    height: auto;
  }

  .experties-info-block {
    max-width: 100%;
  }

  .section-padding-smaill {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .work-top-block {
    grid-row-gap: 84px;
  }

  .work-block {
    display: none;
  }

  .services, .services-items {
    cursor: auto;
  }

  .services-items.border-top {
    grid-row-gap: 20px;
  }

  .services-answer-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .pricing-top-block {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .pricing-title-block {
    max-width: none;
    padding-top: 0;
  }

  .pricing-cards-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .pricing-card-white, .pricing-card-black {
    width: 100%;
  }

  .testimonial-card {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .testimonial-image-block {
    width: auto;
    min-width: auto;
    margin-right: 0;
  }

  .testimonial-progress-bar-block {
    display: none;
  }

  .testimonial-details-block {
    grid-row-gap: 40px;
  }

  .testimonial-details-wrapper {
    margin-left: 0;
  }

  .testimonial-chnage-button-image-block {
    display: none;
  }

  .testimonial-chnage-button-image-block.for-mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .why-top-block {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .why-card-wrapper {
    overflow-y: auto;
  }

  .why-card {
    width: 325px;
  }

  .awards-content-wrapper {
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .awards-left-block {
    width: 100%;
    position: static;
  }

  .awards-list-block {
    width: 100%;
  }

  .blog-content-wrapper {
    grid-row-gap: 56px;
  }

  .blog-top-block {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .blog-card-image-block.blog-page {
    height: 400px;
  }

  .blog-collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-collection-list.blog-page {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .blog-card-bottom-block {
    grid-row-gap: 6px;
  }

  .footer-top-block {
    grid-row-gap: 49px;
    flex-flow: column;
  }

  .footer-title-block {
    max-width: none;
  }

  .footer-right-block {
    grid-row-gap: 49px;
    max-width: none;
  }

  .footer-right-cta-block {
    grid-row-gap: 20px;
    max-width: 555px;
  }

  .footer-right-cta-text-block {
    max-width: none;
  }

  .footer-links-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-wrapper {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-wrapper._03 {
    max-width: none;
  }

  .work-content-wrapper {
    grid-row-gap: 48px;
  }

  .other-page-hero {
    padding-top: 64px;
  }

  .other-page-hero-title-block {
    width: 100%;
    margin-bottom: 338px;
  }

  .other-page-hero-description-block {
    mix-blend-mode: exclusion;
  }

  .other-page-hero-description-block.service-page {
    margin-top: 300px;
  }

  .about-hero-cards-block {
    width: 100%;
  }

  .about-hero-card {
    height: 252px;
  }

  .about-hero-scroll-down-block {
    display: none;
  }

  .client-cta-button {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .client-logo-cards-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us-content-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content-caption-block {
    display: block;
  }

  .cta-content-wrapper {
    grid-row-gap: 16px;
  }

  .cta-bottom-block {
    grid-column-gap: 20px;
    grid-row-gap: 56px;
    flex-flow: column;
  }

  .blog-page-hero-title-block {
    width: auto;
  }

  .work-card-thumb-image-block {
    height: 392px;
  }

  .work-card-thumb-image-block.featured-project {
    height: 416px;
  }

  .work-bottom-collection-list {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .work-bottom-collection-list.like-section {
    grid-template-columns: 1fr;
  }

  .work-cards-wrapper, .blog-cards-wrapper {
    grid-row-gap: 56px;
  }

  .blog-details-card-wrapper {
    grid-row-gap: 27px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-details-image-block {
    height: 500px;
  }

  .blog-details {
    padding-bottom: 84px;
  }

  .work-details-hero-card-block {
    grid-row-gap: 27px;
    grid-template-columns: 1fr;
  }

  .work-details-hero-image-block {
    height: 500px;
  }

  .work-details-hero-image {
    aspect-ratio: auto;
  }

  .work-description-content-wrapper {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .work-overview-block {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .work-details-image-block {
    height: 500px;
  }

  .work-challenge-and-solution-block {
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .work-challenge-and-solution-content-wrapper {
    grid-row-gap: 16px;
  }

  .work-details-image-wrapper {
    height: 500px;
  }

  .work-result-block, .work-conclusion-block {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .contact-hero-center-block {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .contact-image-block {
    width: 100%;
    height: auto;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-hero-botom-block {
    grid-row-gap: 37px;
  }

  .contact-hero-location-card-block {
    grid-template-columns: 1fr;
  }

  .contact-map-block {
    height: auto;
    margin-top: 56px;
    overflow: hidden;
  }

  .about-page-hero-image-block {
    height: 406px;
    top: 218px;
    bottom: auto;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-button.w--open {
    z-index: 110;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #0000;
  }

  .nav-links-wrapper {
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 1;
    width: 100%;
  }

  .nav-button-block {
    display: none;
  }

  .nav-brand {
    z-index: 10;
  }

  .nav-menu-inner-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 194px;
    padding-bottom: 12px;
    display: flex;
  }

  .nav-menu-block {
    background-color: var(--colors--white);
    height: 100vh;
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    letter-spacing: -2px;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.1em;
    display: flex;
  }

  .nav-menu-bottom-block {
    color: var(--colors--black);
    text-align: left;
    display: block;
  }

  .work-slider-wrapper {
    width: 100%;
    display: block;
  }

  .work-slider {
    padding-bottom: 55px;
  }

  .work-slide-nav {
    height: 20px;
    padding-top: 0;
    display: block;
    inset: auto 0% 0%;
  }

  .work-slide-card-image-block {
    border-radius: 2px;
    height: 450px;
    overflow: hidden;
  }

  .nav-link-line {
    margin-top: 12px;
  }

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

  .teams-top-block {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .teams-cards-wrapper {
    grid-row-gap: 20px;
  }

  .teams-inner-cards-wrapper-01 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .teams-inner-cards-wrapper-02 {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-contant-wrapper {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .service-hero-image-block {
    max-width: 307px;
    height: 450px;
    top: 120px;
    bottom: auto;
  }

  .about-hero-containet-wrapper {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .work-hero-containt-wrapper {
    padding-top: 152px;
  }

  .articles {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .steps-sticky-inner-block {
    top: 48px;
  }

  .steps-slider-wtapper {
    display: none;
  }

  .steps-slide-nav {
    padding-top: 0;
    display: block;
    inset: auto 0% -10%;
  }

  .work-hero-scroll-down-block {
    display: none;
  }

  .pricing-hero-image-block {
    height: 450px;
    bottom: 23%;
  }

  .pricing-hero-container {
    padding-bottom: 0;
  }

  .blog-hero-scroll-down-block, .work-scroll-dewen-block {
    display: none;
  }

  .service-hero-title-block {
    width: 100%;
  }

  .section-caption-text {
    letter-spacing: -.5px;
  }

  .utility-page-wrap {
    overflow: visible;
  }

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

  .about-us-right-contant-wrapper {
    grid-row-gap: 168px;
  }

  .about-us-right-contant-inner {
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .content-caption-wrapper {
    display: none;
  }

  ._404-image-block {
    height: 50vh;
  }

  ._404-text-contant-wrapper {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .templates-content-wrapper-v2 {
    grid-row-gap: 48px;
    flex-flow: column;
  }

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

  .templates-content-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .templates-content {
    padding-bottom: 80px;
  }

  .templates-nav-block {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .client-cta-button-wrapper {
    display: none;
  }

  .client-cta-button-wrapper.for-mobile {
    padding-bottom: 0;
    display: block;
  }

  .why-title-block {
    max-width: none;
    padding-top: 0;
  }

  .services-text-content-block {
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: 100%;
  }

  .services-image-block {
    order: -9999;
    width: 100%;
    height: 540px;
  }

  .partners-logo {
    height: 34px;
  }

  .pricing-page-title-block {
    width: 100%;
    margin-bottom: 338px;
  }

  .featured-blog-image-block {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--primary-font-family: Inter, sans-serif;
    --_typography---body-text-p2--p2-font-size: 16px;
    --_typography---body-text-p2--p2-line-height: 1.5em;
    --_typography---font-weight--font-weight-400: 400;
    --_typography---font-family--heading-font-family: Interdisplay, Arial, sans-serif;
    --_typography---heading-01--h1-font-size: 48px;
    --_typography---heading-01--h1-line-height: 1.08em;
    --_typography---heading-01--h1-letter-spacing: -2px;
    --_typography---heading-02--h2-font-size: 40px;
    --_typography---heading-02--h2-line-height: 1.1em;
    --_typography---heading-02--h2-letter-spacing: -2px;
    --_typography---heading-h3--h3-font-size: 36px;
    --_typography---heading-h3--h3-letter-spacing: -2px;
    --_typography---heading-h4--h4-font-size: 32px;
    --_typography---heading-h4--h4-line-height: 1.12em;
    --_typography---heading-h4--h4-letter-spacing: -1px;
    --_typography---heading-h5--h5-font-size: 28px;
    --_typography---heading-h5--h5-line-height: 1.28em;
    --_typography---heading-h5--h5-letter-spacing: -1px;
    --_typography---heading-h6--h6-font-size: 22px;
    --_typography---heading-h6--h6-line-height: 1.09em;
    --_typography---font-weight--font-weight-500: 500;
    --_typography---heading-h6--h6-letter-spacing: -.5px;
    --_typography---body-text-p1--p1-font-size: 20px;
    --_typography---body-text-p1--p1-line-height: 1.5em;
    --_typography---body-text-p1--p1-letter-spacing: -.5px;
    --_typography---body-text-lg--text-lg-font-size: 18px;
    --_typography---body-text-lg--text-lg-line-height: 1.55em;
    --_typography---p3--p3-font-size: 14px;
    --_typography---p3--p3-line-height: 1.57em;
    --_typography---p4--p4-font-size: 14px;
    --_typography---p4--p4-line-height: 1.57em;
    --_typography---heading-h3--h3-line-height: 1.11em;
    --_typography---p3--p3-letter-spacing: 0px;
    --_typography---body-text-p2--p2-letter-spacing: 0px;
    --_typography---body-text-lg--text-lg-letter-spacing: -.5px;
    --_typography---p4--p4-letter-spacing: 0px;
  }

  h5 {
    letter-spacing: -1px;
  }

  h6 {
    letter-spacing: -1px;
    font-weight: 400;
  }

  .hero {
    overflow: hidden;
  }

  .page-vertical-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-contant-wrapper {
    padding-top: 168px;
    padding-bottom: 60px;
  }

  .hero-sticky-block {
    height: 406px;
  }

  .hero-description-block {
    inset: 0%;
  }

  .hero-team-text-block {
    text-align: center;
  }

  .section-caption-block.desktop {
    display: none;
  }

  .section-caption-block.mobile {
    display: flex;
  }

  .partners-contant-wrapper {
    grid-row-gap: 84px;
  }

  .partners-top-block {
    grid-row-gap: 32px;
  }

  .partners-logo-block {
    height: 98px;
    padding: 32px;
  }

  .experties {
    overflow: hidden;
  }

  .experties-contant-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .experties-right-block {
    grid-row-gap: 56px;
  }

  .experties-image-wrapper {
    grid-column-gap: 12px;
  }

  .experties-info-block {
    grid-row-gap: 30px;
  }

  .experties-cards-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
  }

  .experties-card {
    grid-row-gap: 4px;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .experties-card-number-counter-text {
    font-size: 40px;
    line-height: 1.1em;
  }

  .experties-card-title-block {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .section-padding-smaill {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .work-project-description-block {
    width: auto;
  }

  .work-project-year-block {
    display: none;
  }

  .services {
    overflow: hidden;
  }

  .services-contant-wrapper {
    grid-row-gap: 56px;
  }

  .services-answer-block {
    flex-flow: column;
  }

  .steps {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .steps-block {
    width: 350px;
    height: 350px;
    padding: 10px;
  }

  .steps-inner-contant-block-01 {
    grid-row-gap: 24px;
  }

  .steps-inner-description-block {
    font-size: 16px;
  }

  .pricing {
    overflow: hidden;
  }

  .pricing-contant-wrapper {
    grid-row-gap: 56px;
  }

  .pricing-top-block {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .pricing-card-top-block {
    padding: 16px;
  }

  .pricing-card-list-block {
    grid-row-gap: 8px;
    padding: 16px;
  }

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

  .white-card-pricing-button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .black-pricing-card-list-block {
    grid-row-gap: 8px;
    padding: 16px;
  }

  .testimonial {
    overflow: hidden;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 56px;
  }

  .testimonial-image-block {
    height: 351px;
  }

  .testimonial-details-block {
    grid-row-gap: 40px;
  }

  .testimonial-change-image-button._01 {
    cursor: auto;
  }

  .why {
    overflow: hidden;
  }

  .why-content-wrapper {
    grid-row-gap: 56px;
  }

  .why-card {
    width: 220px;
    height: 300px;
  }

  .why-card-top-block {
    width: 100%;
  }

  .why-card-bottom-block {
    height: 200px;
  }

  .why-card-bottom-block._02 {
    height: 200px;
  }

  .why-card-bottom-block._03 {
    height: 200px;
  }

  .why-card-bottom-block._04 {
    height: 200px;
  }

  .why-card-bottom-block._01 {
    height: 200px;
  }

  .awards {
    overflow: hidden;
  }

  .award-list-item {
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .award-details-block {
    width: auto;
  }

  .blog {
    overflow: hidden;
  }

  .blog-card-image-block.blog-page {
    height: 350px;
  }

  .blog-collection-list.blog-page {
    grid-row-gap: 20px;
  }

  .faq {
    overflow: hidden;
  }

  .faq-content-wrapper {
    grid-row-gap: 56px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-answer-wrapper {
    padding: 12px 16px 0;
  }

  .footer {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .footer-right-cta-block {
    max-width: none;
    padding-top: 0;
  }

  .footer-links-block {
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-wrapper {
    grid-row-gap: 16px;
    height: 100%;
  }

  .footer-links-wrapper._03 {
    min-width: 174px;
  }

  .footer-nav-link-block {
    grid-row-gap: 8px;
  }

  .footer-content-wrapper {
    grid-row-gap: 48px;
  }

  .other-page-hero {
    padding-top: 48px;
  }

  .other-page-hero-container {
    min-height: auto;
    padding-top: 72px;
  }

  .other-page-hero-title-block {
    margin-bottom: 393px;
  }

  .other-page-hero-description-block {
    margin-top: 56px;
  }

  .other-page-hero-description-block.hide-in-mobile {
    display: none;
  }

  .other-page-hero-description-block.service-page {
    margin-top: 350px;
  }

  .about-hero-cards-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-hero-card {
    height: auto;
  }

  .about-hero-card-description-block {
    color: var(--colors--text-color-01);
  }

  .about-hero-bottom-block {
    margin-top: 56px;
  }

  .about-hero-scroll-down-block {
    display: none;
  }

  .client-content-wrapper {
    grid-row-gap: 56px;
  }

  .client-logo-cards-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo-block {
    height: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-caption-block {
    color: var(--colors--text-color-01);
  }

  .cta-title-block {
    max-width: none;
  }

  .other-page-hero-cta-button {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
  }

  .button-text {
    font-size: 14px;
    line-height: 1.28em;
  }

  .work-page-hero-title-block {
    margin-bottom: 56px;
  }

  .blog-page-hero-title-block {
    width: auto;
    margin-bottom: 56px;
  }

  .work-bottom-cards-block {
    margin-top: 20px;
  }

  .work-card {
    grid-row-gap: 8px;
  }

  .work-card-thumb-image-block {
    border-width: 4px;
    height: 351px;
  }

  .work-card-thumb-image-block.featured-project {
    height: 351px;
  }

  .work-collection-list-wrapper {
    width: 100%;
  }

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

  .work-cards-wrapper {
    grid-row-gap: 0px;
  }

  .work-collection-items {
    width: 100%;
  }

  .work-bottom-card-image {
    aspect-ratio: 1;
  }

  .work-cards, .blog-cards {
    padding-top: 56px;
    padding-bottom: 84px;
  }

  .blog-cards-wrapper {
    grid-row-gap: 20px;
  }

  .blog-card-block {
    grid-row-gap: 8px;
  }

  .blog-details-hero {
    padding-top: 48px;
  }

  .blog-details-page-hero-content-block {
    grid-row-gap: 0px;
    padding-top: 72px;
    padding-bottom: 32px;
  }

  .blog-details-card-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 56px;
    margin-bottom: 32px;
  }

  .blog-details-image-block {
    height: 352px;
  }

  .blog-details {
    padding-bottom: 84px;
  }

  .blog-details-content-wrapper {
    grid-row-gap: 55px;
    flex-flow: column;
  }

  .blog-details-content-left-block {
    width: 100%;
  }

  .blog-details-content-right-block {
    order: -1;
    width: 100%;
  }

  .blog-details-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .blog-details-share-block {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .work-details-hero {
    padding-top: 120px;
  }

  .work-details-hero-card-block {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .work-details-hero-image-block {
    border-width: 4px;
    height: 352px;
  }

  .work-details-hero-content-wrapper {
    grid-row-gap: 56px;
  }

  .work-description-content-wrapper {
    grid-row-gap: 0px;
    padding-top: 32px;
    padding-bottom: 84px;
  }

  .work-details-image-block {
    border-width: 4px;
    height: 352px;
    margin-top: 56px;
    margin-bottom: 32px;
  }

  .work-details-image-block._02 {
    margin-top: 32px;
  }

  .work-details-image {
    aspect-ratio: 1;
  }

  .work-details-images-block {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-details-image-wrapper {
    border-width: 4px;
    height: 352px;
  }

  .work-result-list li {
    font-size: 20px;
    line-height: 1.5em;
  }

  .contact-hero {
    padding-top: 120px;
    padding-bottom: 84px;
  }

  .contact-image-block {
    border-width: 4px;
  }

  .contact-form-wrapper {
    grid-row-gap: 16px;
    padding: 12px;
  }

  .contact-text-field {
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .contact-text-field.text-area {
    min-height: 175px;
  }

  .text-area {
    font-size: 16px;
    line-height: 1.5em;
  }

  .submit-button {
    margin-top: 16px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 1.28em;
  }

  .contact-hero-location-card-block {
    grid-template-columns: 1fr;
  }

  .contact-location-card {
    grid-row-gap: 48px;
    padding: 12px;
  }

  .contact-map-block {
    height: auto;
  }

  .about-page-hero-image-block {
    max-width: 348px;
    height: 348px;
    top: 180px;
  }

  .nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .services-item-bg-block {
    padding: 16px 12px;
  }

  .work-slider-wrapper {
    width: 100%;
    display: block;
  }

  .work-slider {
    width: 100%;
  }

  .work-mask {
    width: 100%;
    height: 100%;
  }

  .work-slide {
    width: 100%;
    margin-right: 40px;
  }

  .work-slide-card-image-block {
    width: 100%;
    height: 350px;
  }

  .work-collection-list {
    width: 100%;
  }

  .experties-image-description-block-block {
    bottom: 20px;
    left: 16px;
    right: 16px;
  }

  .heading-style-h6, .review-author-name-text {
    font-size: var(--_typography---body-text-lg--text-lg-font-size);
    line-height: var(--_typography---body-text-lg--text-lg-line-height);
  }

  .body-text-p3-v2 {
    font-size: var(--_typography---body-text-p2--p2-font-size);
    line-height: var(--_typography---body-text-p2--p2-line-height);
  }

  .teams-contant-wrapper {
    grid-row-gap: 56px;
  }

  .teams-info-block {
    grid-row-gap: 30px;
  }

  .teams-card-image-block {
    border-width: 4px;
    height: 245px;
  }

  .teams-card-image-block.top-image {
    height: 351px;
  }

  .teams-inner-cards-wrapper-01, .teams-inner-cards-wrapper-02 {
    grid-column-gap: 11px;
  }

  .button-text-p2 {
    font-size: 14px;
    line-height: 1.57em;
  }

  .service-page-section {
    padding-top: 56px;
    padding-bottom: 84px;
  }

  .service-hero-contant-wrapper {
    min-height: auto;
    padding-top: 72px;
  }

  .service-hero-image-block {
    max-width: 298px;
    height: 348px;
    top: 180px;
    bottom: 23%;
  }

  .about-hero-containet-wrapper {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .work-hero-containt-wrapper {
    min-height: auto;
    padding-top: 72px;
  }

  .pricing-page {
    padding-top: 56px;
    padding-bottom: 84px;
  }

  .button-primary {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .articles {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .articles-contant-wrapper, .like-contant-wrapper {
    grid-row-gap: 32px;
  }

  .subscribe-form {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .subscribe-form-text-field {
    font-size: 14px;
    line-height: 1.57em;
  }

  .steps-description-block {
    max-width: none;
  }

  .steps-slider-wtapper {
    margin-top: 175px;
    margin-bottom: 75px;
  }

  .steps-slide-nav {
    bottom: -15%;
  }

  .steps-slide {
    margin-right: 16px;
  }

  .steps-card {
    width: auto;
    max-width: 350px;
    height: 350px;
    padding: 10px;
  }

  .work-hero-scroll-down-block {
    display: none;
  }

  .pricing-hero-image-block {
    max-width: 298px;
    height: 348px;
    top: 120px;
    bottom: auto;
  }

  .pricing-hero-container {
    min-height: auto;
    padding-top: 72px;
  }

  .blog-hero-scroll-down-block {
    display: none;
  }

  .scroll-down-link {
    font-size: 16px;
    line-height: 1.5em;
  }

  .section-caption-text {
    letter-spacing: var(--_typography---body-text-lg--text-lg-letter-spacing);
  }

  ._404-text-contant-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._404-description-block {
    max-width: none;
  }

  .templates-content-wrapper-v2 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .colors-wrapper {
    grid-template-columns: 1fr;
  }

  .style-title {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .templates-content-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .template-content-blocks-wrapper {
    grid-row-gap: 48px;
  }

  .templates-nav-block {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .templates-hero {
    padding-top: 132px;
    padding-bottom: 84px;
  }

  .templates-content-wrapper {
    padding: 32px 20px;
  }

  .heading-style-h3-v2 {
    font-size: var(--_typography---heading-h5--h5-font-size);
    line-height: var(--_typography---heading-h5--h5-line-height);
    letter-spacing: var(--_typography---heading-h5--h5-letter-spacing);
  }

  .contact-cta-block {
    margin-top: 16px;
  }

  .pricing-list-text {
    font-size: var(--_typography---body-text-p2--p2-font-size);
    line-height: var(--_typography---body-text-p2--p2-line-height);
  }

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

  .pricing-page-title-block {
    margin-bottom: 320px;
  }

  .featured-blog-image-block {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .steps-block {
    width: 288px;
    height: 288px;
    padding: 10px;
  }

  .steps-inner-description-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .other-page-hero-title-block {
    margin-bottom: 330px;
  }

  .other-page-hero-description-block {
    margin-top: 260px;
  }

  .other-page-hero-description-block.service-page {
    margin-top: 270px;
  }

  .other-page-hero-description-block.blog-page {
    margin-top: 56px;
  }

  .about-page-hero-image-block {
    aspect-ratio: auto;
  }

  .work-slide-card-image-block {
    height: 245px;
  }

  .service-hero-image-block {
    aspect-ratio: auto;
  }

  .pricing-hero-image-block {
    aspect-ratio: auto;
    top: 150px;
  }

  .templates-content-block {
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .templates-content {
    overflow: hidden;
  }

  .typography-block {
    width: 100%;
  }

  .templates-hero {
    overflow: hidden;
  }

  .services-image-block {
    height: 327px;
  }

  .pricing-page-title-block {
    margin-bottom: 320px;
  }
}

#w-node-_6cf47d46-97e9-bef9-c061-a79239d2a861-9d105f90 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee15d45d-e07b-b1c8-ddfe-4486832273b6-9d105f90 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5227d60f-38e2-3e9a-3192-2428afdd1967-9d105f91 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c8995e76-a05e-744a-fb55-3f623be49443-9d105f91 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8995e76-a05e-744a-fb55-3f623be4944b-9d105f91 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c8995e76-a05e-744a-fb55-3f623be49453-9d105f91 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_281a7e8c-501d-20fa-bbbd-db7d898def1a-9d105f99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_781a040a-0bdd-1ae0-91d6-39477afd1146-9d105f90, #w-node-_401e71ac-641b-66bd-38a8-b87f72cefa58-9d105f90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a09c11cf-7158-417f-5a06-4812dcc46fb5-dcc46f8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-ce47ed4d-5607-2271-dbbe-bbde12937aef-9d105f91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5227d60f-38e2-3e9a-3192-2428afdd1967-9d105f91, #w-node-c8995e76-a05e-744a-fb55-3f623be49443-9d105f91, #w-node-c8995e76-a05e-744a-fb55-3f623be4944b-9d105f91, #w-node-c8995e76-a05e-744a-fb55-3f623be49453-9d105f91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_960a61c2-c3df-e346-4cea-1a5820c14004-9d105f9c {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee15d45d-e07b-b1c8-ddfe-4486832273b6-9d105f90 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4fd140af-b45a-1b19-4137-cc950b8eb322-9d105f90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_781a040a-0bdd-1ae0-91d6-39477afd1146-9d105f90 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_401e71ac-641b-66bd-38a8-b87f72cefa58-9d105f90 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_506dbf14-cf18-a0cc-7b87-dd48844579dd-844579c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_506dbf14-cf18-a0cc-7b87-dd48844579f7-844579c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_699f888b-efca-016d-1081-2c37a1147735-9d105f91, #w-node-b889d8c7-c1e7-9d92-2ed9-5fa861a6f187-9d105f99, #w-node-_281a7e8c-501d-20fa-bbbd-db7d898def1a-9d105f99 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
