:root {
  --color--white: white;
  --font-family: "Schibsted Grotesk", sans-serif;
  --color--grey-02: #4f4f4f;
  --font-size--text-18px: 1.125rem;
  --_typography---line-hight-1-5: 150%;
  --_typography---font-weight--nomal: 400;
  --color--black: black;
  --font-size--h1: 6vw;
  --_typography---line-hight-1-0: 100%;
  --_typography---font-weight--semi-bold: 600;
  --_spacing-responsive---letter-spacing--l-h1: -5px;
  --font-size--inner-h2: 3.5rem;
  --_typography---line-hight-1-2: 120%;
  --_typography---font-weight--medium: 500;
  --_spacing-responsive---letter-spacing--l-h2: -4px;
  --font-size--h3: 2.1875rem;
  --_spacing-responsive---letter-spacing--l-h3: -2px;
  --font-size--h4: 1.44rem;
  --_spacing-responsive---letter-spacing--l-h4: -1px;
  --font-size--h5: 1.875rem;
  --_spacing-responsive---letter-spacing--l-h5: -1px;
  --font-size--paragraph-18px: 1.125rem;
  --color--bg: #f7f7f7;
  --_spacing-responsive---container--container-top-padding: 5em;
  --_spacing-responsive---container--container-side-padding: 2em;
  --_spacing-responsive---section--gap: 80px;
  --_spacing-responsive---section--gap-24px: 24px;
  --font-size--radious--radious-01: 20px;
  --color--grey-06: #f2f2f2;
  --font-size--text-1: 6.75rem;
  --_typography---line-hight-1-4: 140%;
  --_spacing-responsive---letter-spacing--l-text-107: -4px;
  --font-size--text-2: 3rem;
  --_spacing-responsive---letter-spacing--l-text-55: -3px;
  --font-size--text-3: 2.125rem;
  --_spacing-responsive---letter-spacing--l-text-35: -2px;
  --font-size--text-4: 1.5rem;
  --_spacing-responsive---letter-spacing--l-text-24: -1px;
  --font-size--text-16-px: 1rem;
  --color--grey-04: #bdbdbd;
  --font-size--text-28px: 1.75rem;
  --color--grey-01: #333;
  --font-size--display-l: 6vw;
  --font-size--text-86px: 5.375rem;
  --_spacing-responsive---letter-spacing--l-text-86: -2px;
  --_spacing-responsive---section--gap-20px: 20px;
  --color--grey-05: #e0e0e0;
  --color--brand: #cff363;
  --color--bg-black: #313131;
  --_spacing-responsive---section--gap-16px: 16px;
  --_spacing-responsive---section--gap-8px: 8px;
  --font-size--radious--button-radious: 60px;
  --_spacing-responsive---section--section-heading: 24px;
  --font-size--radious--radious-100: 100%;
  --_spacing-responsive---section--gap-60px: 60px;
  --_spacing-responsive---section--gap-40px: 40px;
  --_spacing-responsive---section--card-grid-gap: 40px;
  --_spacing-responsive---section--gap-18px: 18px;
  --_spacing-responsive---section--gap-30px: 30px;
  --_typography---line-hight-1-8: 180%;
  --font-size--h2: 3.5rem;
  --_spacing-responsive---section--gap-32px: 32px;
  --_spacing-responsive---section--padding-120px: 120px;
  --font-size--radious--radious-03: 24px;
  --_spacing-responsive---section--gap-12px: 12px;
  --_spacing-responsive---section--gap-4px: 4px;
  --_spacing-responsive---section--gap-48px: 48px;
  --font-size--text-24-px: 1.5rem;
  --_typography---font-weight--bold: 700;
  --_spacing-responsive---section--big-gap: 140px;
  --font-size--radious--radious-02: 8px;
  --font-size--text-30px: 1.875rem;
  --font-size--radious--radious-6: 80px;
  --_typography---line-hight-2-0: 200%;
  --font-size--radious--radious-5: 50px;
  --_spacing-responsive---grid--service-gap: 100px;
  --font-size--radious--radious-7: 40px;
  --color--buton-brand: #c9ee7d;
  --font-size--radious--radious-04: 10px;
  --font-size--text-20-px: 20px;
  --_spacing-responsive---section--gap-10px: 10px;
  --_spacing-responsive---section--button-padding: 8px;
  --font-size--inner-page-h1: 4rem;
  --_typography---line-hight-1-1: 110%;
  --_spacing-responsive---letter-spacing--l-inner-h1: -5px;
  --_spacing-responsive---letter-spacing--l-inner-h2: -3px;
  --font-size--text-40px: 2.5rem;
  --_spacing-responsive---letter-spacing--l-text-40: -2px;
  --_spacing-responsive---section--padding-6-px: 6px;
  --_spacing-responsive---section--bread-cum: 22px;
  --_spacing-responsive---radious--radious-01: 8px;
  --font-size--text-44px: 2.75rem;
  --font-size--text-medium: 4.25rem;
  --font-size--text-69-px: 4.31rem;
  --color--hero-bg: #fff9f7;
  --color--nav-text: #d9d9d9;
  --color--hero: #fbfcf6;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
}

h1 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--h1);
  line-height: var(--_typography---line-hight-1-0);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-h1);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--inner-h2);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-h2);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--h3);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-h3);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--h4);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-h4);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--h5);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-h5);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
  margin-bottom: 0;
}

a {
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--nomal);
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide {
  background-color: var(--color--bg);
}

.container {
  padding: var(--_spacing-responsive---container--container-top-padding) var(--_spacing-responsive---container--container-side-padding);
  width: 100%;
  max-width: 1400px;
}

.container.about-me {
  max-width: none;
  padding: 0;
}

.container.testimonial, .container.experience, .container.service {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.service.padding {
  padding-bottom: 0;
}

.style-guide-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-heading {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.grey-text {
  color: var(--color--grey-02);
  font-weight: var(--_typography---font-weight--medium);
}

.grey-text.semibold {
  font-weight: var(--_typography---font-weight--semi-bold);
}

.typography-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.typography-card {
  padding: var(--_spacing-responsive---section--gap-24px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--grey-06);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-107px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-1);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-107);
}

.text-55px {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-2);
  line-height: var(--_typography---line-hight-1-0);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-55);
}

.text-55px.left-align {
  text-align: left;
  line-height: 1.2;
}

.text-55px.left-align.white {
  line-height: var(--_typography---line-hight-1-2);
}

.text-55px.white {
  color: var(--color--white);
  line-height: 1.2;
}

.text-55px.white.pricing, .text-55px.white.philosofy {
  line-height: var(--_typography---line-hight-1-2);
}

.text-55px.black {
  color: var(--color--black);
  text-align: left;
}

.text-35px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-3);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-35);
}

.text-35px.cta {
  color: var(--color--white);
}

.text-24px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-4);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--nomal);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-24);
}

.text-24px.grey-01 {
  color: var(--color--grey-02);
}

.text-24px.grey-01.medium, .text-24px.medium {
  font-weight: var(--_typography---font-weight--medium);
}

.body-text {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
  margin-bottom: 0;
}

.body-text.black {
  color: var(--color--black);
}

.body-text.why-cooose {
  text-align: center;
}

.body-text.experience {
  text-align: center;
  max-width: 600px;
}

.body-text.recent-work {
  max-width: 500px;
}

.body-text.cat {
  color: var(--color--grey-06);
}

.body-text.service {
  max-width: 567px;
}

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

.text-18px {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
}

.text-18px.footer {
  text-align: right;
}

.text-18px.black {
  color: var(--color--black);
}

.text-18px.black.medium {
  font-weight: 500;
}

.text-18px.medium, .text-18px.medium.black {
  font-weight: var(--_typography---font-weight--medium);
}

.text-18px.medium.black.brand {
  font-weight: var(--_typography---font-weight--nomal);
}

.text-18px.case-study {
  text-align: center;
  max-width: 650px;
}

.text-18px.instruction-text {
  line-height: var(--_typography---line-hight-1-5);
}

.text-18px.semi-bold {
  color: var(--color--black);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.text-18px.grey-02 {
  color: var(--color--grey-02);
}

.text-18px.white {
  color: var(--color--white);
}

.text-18px.white.medium {
  font-weight: var(--_typography---font-weight--medium);
}

.text-18px.white.work {
  text-align: center;
  max-width: 60px;
}

.text-18px.grey {
  color: var(--color--bg);
}

.text-18px.grey-04 {
  color: var(--color--grey-04);
}

.text-28px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-28px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
  letter-spacing: normal;
}

.text-28px.medium {
  font-weight: var(--_typography---font-weight--medium);
}

.text-28px.grey-01 {
  color: var(--color--grey-01);
  letter-spacing: -1px;
}

.text-28px.white {
  color: var(--color--white);
}

.text-28px.semi-bold {
  font-weight: var(--_typography---font-weight--semi-bold);
}

.text-69px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--display-l);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.text-86px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-86px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-86);
}

.text-86px.footer-heading {
  letter-spacing: -4px;
  text-transform: capitalize;
}

.color-card {
  background-color: var(--color--grey-06);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.color-wrapper {
  padding: var(--_spacing-responsive---section--gap-20px);
  flex-flow: column;
  display: flex;
}

.color {
  min-height: 150px;
}

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

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

.color.grey-color {
  background-color: var(--color--grey-02);
}

.color.grey-6 {
  border: .5px solid var(--color--grey-02);
  background-color: var(--color--grey-06);
}

.color.grey-04 {
  background-color: var(--color--grey-04);
}

.color.bg-color {
  background-color: var(--color--bg);
}

.color.grey-05 {
  background-color: var(--color--grey-05);
}

.color.brand-color {
  background-color: var(--color--brand);
}

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

.color-discription {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--grey-06);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.hire-me-button-wrap {
  padding: var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hire-me-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  line-height: 1.2;
}

.button-text.is-relative {
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--nomal);
  position: relative;
}

.button-text.is-absolute {
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--nomal);
  position: absolute;
}

.button-icon {
  color: var(--color--white);
  min-width: 20px;
  min-height: 20px;
  position: relative;
  overflow: hidden;
}

.hire-me-icon {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.hire-me-icon.is-relative {
  position: relative;
}

.hire-me-icon.is-absolute {
  position: absolute;
}

.video-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  line-height: 1.2;
}

.video-button-wrap {
  padding: var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-icon {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.video-icon.is-relative {
  color: var(--color--black);
  position: relative;
}

.video-icon.is-absolute {
  color: var(--color--black);
  position: absolute;
}

.video-text.is-relative {
  color: var(--color--black);
  line-height: var(--_typography---line-hight-1-2);
  position: relative;
}

.video-text.is-absolute {
  color: var(--color--black);
  line-height: var(--_typography---line-hight-1-2);
  position: absolute;
}

.navbar {
  z-index: 9999;
  padding-right: var(--_spacing-responsive---container--container-side-padding);
  padding-left: var(--_spacing-responsive---container--container-side-padding);
  border-bottom: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  min-height: 77px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar-brand {
  max-width: 220px;
  height: 38px;
}

.navbar-brand.w--current {
  max-width: 180px;
  max-height: 42px;
  overflow: clip;
}

.nav-link-text.is-relative {
  font-family: var(--font-family);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  position: relative;
}

.navbar-wrapper {
  padding-right: var(--_spacing-responsive---section--gap-16px);
  padding-left: var(--_spacing-responsive---section--gap-16px);
  -webkit-backdrop-filter: blur(65px);
  backdrop-filter: blur(65px);
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 75px;
}

.image {
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.container-regular {
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 1400px;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-section {
  background-image: url('../images/F-BG_1F BG.webp'), linear-gradient(360deg, #fff0 60%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  overflow: clip;
}

.footer-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 126px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1000px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-contact-top {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--button-radious);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-media:hover {
  color: var(--color--black);
}

.contact-box {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-100);
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.contact-number {
  flex-flow: column;
  display: flex;
}

.footer-contact-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-social-media-wrapper {
  padding: var(--_spacing-responsive---section--gap-8px) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  justify-content: center;
  align-self: center;
  align-items: center;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.footer-copyright-wrapper {
  padding-top: var(--_spacing-responsive---section--gap-20px);
  padding-bottom: var(--_spacing-responsive---section--gap-20px);
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color--grey-04);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-page-link {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-2);
  white-space: nowrap;
  text-decoration: none;
  transition: color .3s;
}

.footer-page-link:hover {
  color: var(--color--black);
}

.link, .link-2, .link-3 {
  color: var(--color--grey-02);
  text-decoration: underline;
}

.hero-social-media {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--color--grey-05);
  background-color: var(--color--bg);
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-18px);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.brand-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand-marquee-section {
  overflow: hidden;
}

.brand-marquee-section.second {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.marque-wrap-big-oppsite {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-text-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  align-items: center;
  min-height: 40px;
  margin-right: 100px;
  display: flex;
}

.home-brand-wrapper {
  opacity: .7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

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

.brand-right-shadow {
  background-image: linear-gradient(90deg, #fff0, var(--color--white) 70%);
  min-width: 245px;
  max-width: 245px;
  max-height: 40px;
  position: absolute;
  inset: 0% -1% 0% auto;
}

.brand-left-shadow {
  background-image: linear-gradient(90deg, var(--color--white), #fff0 70%);
  min-width: 245px;
  max-width: 245px;
  max-height: 40px;
  position: absolute;
  inset: 0% auto 0% -1%;
}

.about-me-section {
  overflow: hidden;
}

.about-me-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.about-me-grid {
  margin: var(--_spacing-responsive---container--container-top-padding) auto;
  padding-right: var(--_spacing-responsive---container--container-side-padding);
  padding-left: var(--_spacing-responsive---container--container-side-padding);
  grid-column-gap: var(--_spacing-responsive---section--gap-60px);
  grid-row-gap: var(--_spacing-responsive---section--gap-60px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
}

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

.about-me-content.tablet {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
}

.about-me-content-header {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-3);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  letter-spacing: -1px;
}

.about-me-content-header.about-me-inner-page {
  color: var(--color--black);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: left;
}

.about-me-content-picture {
  overflow: clip;
}

.about-me-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-me-experience-wrapper {
  padding: var(--_spacing-responsive---container--container-top-padding) var(--_spacing-responsive---container--container-side-padding);
  background-color: var(--color--bg-black);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.about-me-experience-main-grid {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

.about-me-video-loop {
  z-index: 10;
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-me-contact-icon {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-100);
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  display: flex;
}

.about-me-contact-icon.white {
  border-color: var(--color--white);
  background-color: var(--color--white);
}

.about-me-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about-me-contact-box {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-count-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.number-count-grid.about-me {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.number-count {
  padding-right: var(--_spacing-responsive---section--gap-24px);
  padding-left: var(--_spacing-responsive---section--gap-24px);
  border-left: 1px solid var(--color--grey-04);
}

.number-count.inner-page {
  padding-top: var(--_spacing-responsive---section--card-grid-gap);
  padding-bottom: var(--_spacing-responsive---section--gap-20px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--bg);
  border-left-style: none;
}

.number-count.about-page {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.counter-text {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-2);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.counter-text.black {
  color: var(--color--black);
  font-size: var(--font-size--text-2);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.service-header-wrapper {
  margin-bottom: var(--_spacing-responsive---section--gap);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.services-wrapper {
  width: 100%;
  min-width: 100%;
}

.service-item {
  border-bottom: .5px solid var(--color--grey-05);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.service-heading-left {
  padding-top: var(--_spacing-responsive---section--gap-18px);
  padding-bottom: var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.service-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: -10%;
}

.service-holder {
  padding: var(--_spacing-responsive---container--container-top-padding) var(--_spacing-responsive---container--container-side-padding);
  width: 100%;
  max-width: 1400px;
}

.dervice-bottom {
  margin-top: var(--_spacing-responsive---section--gap-16px);
  padding-right: var(--_spacing-responsive---section--gap-30px);
  padding-bottom: var(--_spacing-responsive---section--gap-40px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
  transform: none;
}

.my-service-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.service-h3-heading {
  transform-origin: 0 0;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  transform: scale(1.3);
}

.service-h3-heading.third {
  font-size: var(--font-size--h3);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.service-h3-heading.first {
  color: var(--color--black);
  font-size: var(--font-size--h3);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.service-h3-heading.second, .service-h3-heading.fourth {
  font-size: var(--font-size--h3);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.srvice-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-8);
  font-weight: var(--_typography---font-weight--nomal);
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.service-heading {
  font-size: var(--font-size--h2);
  line-height: var(--_typography---line-hight-1-0);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-left-part {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.primary-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.service-section {
  height: 400vh;
  overflow: clip;
}

.service-image {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  max-width: 420px;
  max-height: 170px;
  position: relative;
  transform: none;
}

.service-heading-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-heading-main-bottom-wrapper {
  align-self: stretch;
  height: 0;
  overflow: hidden;
}

.my-service-heading {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-choose-me-section {
  overflow: hidden;
}

.why-choose-me-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.why-choose-me-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-choose-me.inner-page-h2 {
  font-size: var(--font-size--inner-h2);
}

.why-choose-tab-description {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-height: 110px;
  display: flex;
}

.testimonial-tab {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  justify-content: space-between;
  display: flex;
}

.tabs-content {
  display: none;
}

.tab-content-why-choose-wrapper {
  align-self: stretch;
}

.tab-content-why-choose-icon {
  align-self: flex-start;
  width: 42px;
  height: 42px;
}

.tab-content-why-choose {
  padding: var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.why-choose-icon {
  object-fit: cover;
  width: 96px;
}

.why-choose-link {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-01);
  background-color: #0000;
  flex: none;
  width: 18%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .85s;
  display: flex;
  overflow: hidden;
}

.why-choose-link.w--current {
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-01);
  background-image: linear-gradient(#e0e0e033, #e0e0e033), url('../images/Why-Choose-BG_1Why Choose BG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 43%;
  min-height: 337px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .85s;
  display: flex;
  overflow: hidden;
}

.text-28px-why-choose {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-28px);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--nomal);
  letter-spacing: normal;
}

.philosophy-section {
  background-color: var(--color--bg);
  position: relative;
}

.philosophy-section.extra-padding {
  background-color: var(--color--bg-black);
  margin-top: 2em;
  margin-bottom: 2em;
}

.philosophy-wrapper {
  padding: var(--_spacing-responsive---section--padding-120px) var(--_spacing-responsive---section--gap-20px);
  flex-flow: column;
  display: flex;
}

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

.text-shadow {
  background-color: #313131a6;
  position: absolute;
  inset: 0%;
}

.black-text {
  color: var(--color--black);
}

.case-study-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.case-study-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.case-study-card {
  z-index: 1;
  padding: var(--_spacing-responsive---section--gap-32px);
  border: 1px solid var(--color--grey-05);
  border-radius: 24px;
  position: sticky;
  top: 10px;
}

.case-study-card.first {
  border-radius: var(--font-size--radious--radious-03);
}

.case-study-card-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.case-study-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.case-study-image-wrapper.hide-mobile {
  border-radius: var(--font-size--radious--radious-01);
}

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

.case-study-image.hide-tablet {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-image.hide-tablet.right-align {
  justify-content: flex-end;
  align-items: center;
}

.case-study-content-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-study-card-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  display: flex;
}

.case-study-small-card-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
}

.case-study-grid-card {
  padding: var(--_spacing-responsive---section--gap-8px) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-width: 1px;
  border-color: var(--color--grey-04);
  border-left-style: solid;
  flex-flow: column;
  display: flex;
}

.case-study-list {
  padding-left: var(--_spacing-responsive---section--gap-20px);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  margin-bottom: 0;
  line-height: 1.8;
}

.list-item {
  font-size: var(--font-size--text-18px);
}

.case-study-second-card {
  z-index: 2;
  padding: var(--_spacing-responsive---section--gap-32px);
  border: 1px solid var(--color--grey-05);
  background-color: var(--color--bg);
  border-radius: 24px;
  position: sticky;
  top: 20px;
}

.case-study-second-card.third-card {
  background-color: var(--color--bg-black);
  top: 0;
}

.case-study-second-card.second {
  top: 15%;
}

.my-creative-edge-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.my-creative-edge-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.my-creative-edge {
  letter-spacing: -4px;
}

.skill {
  padding: var(--_spacing-responsive---section--gap-8px) var(--_spacing-responsive---section--gap-12px);
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--button-radious);
  color: var(--color--white);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
}

.skill:hover {
  background-color: var(--color--grey-05);
  color: #000;
}

.phone-holder-shadow {
  z-index: -52;
  filter: none;
  transform-style: preserve-3d;
  background-color: #12121233;
  border-radius: 30px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: translate3d(.8px, .8px, 1px)translate3d(0, 0, -200px);
}

.mockup-image {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  position: relative;
}

.skill-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.phone-holder-wrapper {
  z-index: 22;
  position: relative;
}

.mobile-mockup-sticky {
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.how-it-work-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
}

.how-it-work-card {
  z-index: 100;
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.phone-holder {
  justify-content: center;
  align-items: center;
  max-width: 25em;
  display: flex;
  position: relative;
}

.how-it-work-content {
  padding-left: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-mockup {
  padding-top: 18.5em;
  padding-bottom: 18.5em;
  position: relative;
}

.mobile-mockup.mobile {
  padding-top: 17em;
  padding-bottom: 17em;
}

.how-it-work-card-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mobile-mockup-image {
  z-index: 50;
  border-radius: var(--font-size--radious--radious-01);
  position: relative;
  overflow: hidden;
}

.creative-edge-description {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.testimonial-section {
  background-color: var(--color--bg);
  overflow: hidden;
}

.testimonial-section.extra-padding {
  margin-top: var(--_spacing-responsive---container--container-top-padding);
  margin-bottom: var(--_spacing-responsive---container--container-top-padding);
  background-color: #f5f5f540;
  background-image: url('../images/Testimonial-BG-Light_1Testimonial BG Light.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.testimonial-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-ink {
  border: 1px solid var(--color--grey-05);
  background-color: #0000;
  border-radius: 16px;
  flex: none;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .85s;
  display: flex;
  overflow: hidden;
}

.testimonial-ink.w--current {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--color--grey-05);
  background-color: #0000;
  background-image: url('../images/Why-Choose-BG_1Why Choose BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  min-height: 337px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: width .85s;
  display: flex;
  overflow: hidden;
}

.experience-achievements-section {
  overflow: hidden;
}

.experience-achievements-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.experience-achievements-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.experience-achievements {
  text-align: center;
}

.experience-accordion {
  border: 1px solid var(--color--grey-05);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
}

.experience-dropdown-header {
  grid-column-gap: var(--_spacing-responsive---section--gap-4px);
  grid-row-gap: var(--_spacing-responsive---section--gap-4px);
  flex-flow: column;
  display: flex;
}

.my-recent-work-section {
  overflow: clip;
}

.my-recent-work-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.my-recent-work-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.my-creative-edge-card-wrapper {
  background-color: var(--color--white);
  position: sticky;
  top: 10%;
}

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

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

.testimonial-slider-mask {
  width: 516px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.testimonial-slide {
  margin-right: var(--_spacing-responsive---section--gap-24px);
}

.testimonial-card-wrapper {
  padding: var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  display: flex;
  box-shadow: 0 14px 32px #0003;
}

.testimonial-icon-wrapper {
  justify-content: space-between;
  display: flex;
}

.testimonial-paragraph-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-client-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-icon {
  width: 42px;
  height: 42px;
}

.testimonial-quote-icon {
  object-fit: cover;
  width: 50px;
  height: 42px;
}

.testimonial-client-picture {
  margin-top: var(--_spacing-responsive---section--gap);
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.testimonial-client-image-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: inline-flex;
  position: relative;
}

.testimonial-client-name {
  padding: var(--_spacing-responsive---section--gap-8px) var(--_spacing-responsive---section--gap-16px);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-18px);
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 40px;
  line-height: 1.2;
  position: absolute;
  top: -50px;
}

.testimonial-client-name.client-1 {
  line-height: var(--_typography---line-hight-1-2);
}

.testimonial-client-name.client-2, .testimonial-client-name.client-3, .testimonial-client-name.client-4, .testimonial-client-name.client-5 {
  opacity: 0;
}

.icon-license {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--font-size--radious--radious-03);
  background-color: var(--color--bg);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  max-width: 450px;
  padding: 24px;
  display: flex;
}

.license-heading {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-picture {
  border-radius: var(--font-size--radious--radious-03);
  object-fit: cover;
  width: 281px;
  height: 328px;
}

.license-paragrapg {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  margin-bottom: 0;
}

.image-license-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-license {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--bg);
  border-radius: 28px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.license-image {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.license-link {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--semi-bold);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-heading {
  color: var(--color--black);
  align-self: center;
}

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

.license {
  color: var(--color--black);
  font-size: var(--font-size--text-24-px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
}

.image-license-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  display: flex;
}

.license-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icons-and-font-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.license-icon {
  object-fit: cover;
  width: 32px;
  height: 32px;
}

.changelog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.changelog-headind {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-card {
  padding: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  background-color: var(--color--bg);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.version-heading {
  color: var(--color--black);
}

.text-18px-2 {
  color: #ababab;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.text-18px-2._404 {
  text-align: center;
  align-self: center;
}

._404-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

._404-text {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--bold);
  text-align: center;
}

.instruction-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.instructio-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instruction {
  align-self: center;
}

.instruction-holder {
  padding: var(--_spacing-responsive---section--gap-32px);
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  background-color: var(--color--bg);
  border-radius: 16px;
  flex-flow: column;
  display: flex;
}

.instruction-card {
  padding-left: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  display: flex;
}

.icon, .icon-2 {
  overflow: clip;
}

.philosophy-bg {
  height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ratings-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 6px 16px 6px 6px;
  display: flex;
}

.avatar-group-component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: .5rem;
  display: flex;
}

.avatar-group-item {
  border: 1px solid var(--color--white);
  border-radius: var(--font-size--radious--radious-100);
  width: 3rem;
  height: 3rem;
  margin-right: -1rem;
}

.avatar-group-item:hover {
  z-index: 2;
  position: relative;
}

.ratings-wrapper {
  padding-right: var(--_spacing-responsive---section--gap-40px);
  grid-column-gap: var(--_spacing-responsive---section--gap-4px);
  grid-row-gap: var(--_spacing-responsive---section--gap-4px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client-holder {
  border: 1px solid var(--color--white);
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: -1rem;
  display: flex;
}

.about-me-title-wrapper {
  align-self: center;
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrapper {
  padding: var(--_spacing-responsive---section--gap);
  grid-column-gap: var(--_spacing-responsive---section--big-gap);
  grid-row-gap: var(--_spacing-responsive---section--big-gap);
  border-radius: var(--font-size--radious--radious-01);
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/BG_1BG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-header-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-30px);
  grid-row-gap: var(--_spacing-responsive---section--gap-30px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

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

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

.about-me-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

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

.mask {
  max-width: 294px;
  overflow: visible;
}

.slide {
  margin-right: var(--_spacing-responsive---section--gap-24px);
  height: 380px;
}

.about-me-slider-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.slide-nav-3 {
  inset: auto 0% -14%;
}

.recent-work-card {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recent-work-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.text-24-px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-24-px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
}

.text-24-px.white {
  color: var(--color--white);
}

.about-me-experience-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  min-width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-details-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-rows: auto;
}

.cta-details-text {
  max-width: 400px;
}

.cta-project-wrapper {
  display: flex;
}

.cta-project-grid {
  grid-template-rows: auto;
}

.cts-project-card {
  padding-right: var(--_spacing-responsive---section--gap-16px);
  padding-left: var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background-video {
  border-radius: var(--font-size--radious--radious-02);
  width: 300px;
  max-width: 300px;
  height: 158px;
}

.lightbox-link {
  position: relative;
}

.work-project-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-me-contact-wrap {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-me-contact-wrap.about {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
}

.award-wrapper {
  flex-flow: column;
  display: flex;
}

.award-card-wrapper {
  padding: var(--_spacing-responsive---section--gap-16px) var(--_spacing-responsive---section--gap-20px);
  border-bottom: 1px solid var(--color--grey-05);
  border-right-width: 1px;
  border-right-color: var(--color--grey-05);
  border-left-width: 1px;
  border-left-color: var(--color--grey-05);
  justify-content: space-between;
  align-items: center;
  transition: background-color .5s, padding .5s;
  display: flex;
  position: relative;
}

.award-card-wrapper:hover {
  border-bottom-color: var(--color--grey-04);
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
}

.award-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

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

.award-image.hide-tablet {
  z-index: 1;
  display: none;
  position: relative;
  transform: rotate(17deg);
}

.award-heading-wrapper {
  z-index: 1;
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.award-icon {
  border-radius: var(--font-size--radious--radious-02);
  max-height: 64px;
}

.award-duration-wrapper {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-30px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-30px);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.footer-form {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  min-width: 450px;
  min-height: 53.5972px;
  display: grid;
}

.success-message {
  background-color: var(--color--white);
  border-radius: 16px;
  padding: 1.5rem;
}

.success-message.blog {
  background-color: var(--color--bg);
}

.form-input {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-6);
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  height: 100%;
  margin-bottom: 0;
  padding: 8px 16px;
  transition: all .3s;
}

.form-input:focus {
  border-style: solid;
  border-color: var(--color--grey-05);
  color: var(--color--grey-02);
}

.form-input::placeholder {
  color: var(--color--grey-02);
}

.form-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--color--bg-black);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.form-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.form-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-button.is-button-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--font-size--radious--radious-6);
  background-color: var(--color--bg-black);
  box-shadow: none;
  font-family: var(--font-family);
  font-size: var(--font-size--text-18px);
  font-weight: var(--_typography---font-weight--nomal);
  border: 0 #0000;
  padding: 16px 32px;
}

.footer-form-block {
  min-width: 450px;
  margin-bottom: 0;
}

.error-message {
  background-color: var(--color--white);
  border-radius: 16px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-message.blog {
  background-color: var(--color--bg);
}

.text-16px {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
}

.text-16px.white {
  color: var(--color--white);
}

.text-16px.grey {
  color: var(--color--bg);
}

.text-16px.black {
  color: var(--color--black);
}

.text-16px.section-title {
  color: var(--color--black);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
}

.text-16px.section-title.white {
  color: var(--color--white);
}

.text-16px.medium {
  font-weight: var(--_typography---font-weight--medium);
}

.hero-social-media-holder {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000008c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 52px;
  min-height: 52px;
  display: flex;
}

.brand-main-wrapper {
  padding: 0em var(--_spacing-responsive---container--container-side-padding) var(--_spacing-responsive---container--container-top-padding);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.brand-grid {
  z-index: 12;
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.hero-location {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.pagelink-section-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.page-header-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.breadcrumbs-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-section {
  background-color: #f7f7f7;
}

.blog-section-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.blog-collection-list {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-wrapper {
  z-index: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-collection-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.blog-card-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: column;
  display: flex;
}

.blog-category-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-blog-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.single-blog-header-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-self: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-category-link {
  text-decoration: none;
}

.single-page-link {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 1.4;
}

.single-blog-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .6fr;
}

.single-blog-content-wraaper {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  display: flex;
}

.single-blog-main-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rich-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font-family);
  font-size: var(--font-size--text-16-px);
  flex-flow: column;
  padding-top: 0;
  line-height: 1.5;
  display: flex;
}

.rich-text blockquote {
  padding: var(--_spacing-responsive---section--gap-24px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--nomal);
  border-left-style: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.rich-text ul {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-2-0);
  font-weight: var(--_typography---font-weight--nomal);
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text.case-study {
  line-height: var(--_typography---line-hight-1-5);
  margin-top: -16px;
}

.rich-text.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  line-height: var(--_typography---line-hight-1-5);
  margin-top: -16px;
}

.rich-text.work {
  grid-row-gap: 16px;
  line-height: var(--_typography---line-hight-1-5);
}

.single-blog-image-grid {
  grid-template-rows: auto;
}

.single-blog-right-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  display: flex;
}

.explore-category-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  border-radius: var(--font-size--radious--radious-01);
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.collection-list {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.single-blog-category-wrapper {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--button-radious);
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.featured-post-category {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0%;
}

.collection-list-2 {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-post-card {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  text-decoration: none;
  display: flex;
}

.feature-image {
  border-radius: var(--font-size--radious--radious-02);
  object-fit: cover;
  max-width: 106px;
}

.feature-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.single-blog-tags {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.share-social-media {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  display: flex;
}

.single-blog-social-link {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-100);
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.single-blog-social-link:hover {
  background-color: var(--color--grey-05);
  transform: translate(0, -2px);
}

.form {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  display: flex;
}

.input-field {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-02);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  height: 60px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.input-field:focus {
  border-color: #e0e0e0;
}

.form-wrapper {
  margin-top: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  display: flex;
}

.single-blog-button-bg {
  border-radius: 50px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 1px;
}

.input-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  display: flex;
}

.submit-button {
  padding: var(--_spacing-responsive---section--gap-18px) var(--_spacing-responsive---section--gap-40px);
  border-radius: var(--font-size--radious--radious-5);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-4);
  align-self: flex-start;
  transition: background-color .35s;
}

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

.text-area {
  border: 1px solid var(--color--grey-05);
  border-radius: var(--font-size--radious--radious-02);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  min-height: 172px;
  max-height: 172px;
  padding-top: 12px;
  padding-left: 24px;
  line-height: 1.4;
}

.text-area:focus {
  border-color: #e0e0e0;
}

.sigle-block-other-category {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.single-work-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  display: flex;
}

.single-work-heading-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .7fr;
}

.single-work-heading-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.single-work-client-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.single-work-client-grid {
  grid-template-rows: auto;
}

.single-work-client-card {
  padding-left: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.single-work-main-inage {
  border-radius: var(--font-size--radious--radious-01);
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.project-details {
  grid-column-gap: var(--_spacing-responsive---section--gap-60px);
  grid-row-gap: var(--_spacing-responsive---section--gap-60px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-tool {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.single-project-images {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

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

.work-collection-list {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.similer-project-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.case-study-hero-section {
  background-color: #f7f7f7;
}

.case-study-page-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.case-study-collection-list {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-link-wrapper {
  text-decoration: none;
  display: flex;
}

.case-study-link-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-stydy-page-link {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.single-case-study-section-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  display: flex;
}

.sevice-big-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-details-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-study-text {
  max-width: 450px;
}

.case-study-details {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  display: flex;
}

.case-study-detail-card {
  border-left: 1px solid var(--color--grey-04);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.problem-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-rows: auto;
}

.process-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.solution-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-columns: 1fr 1fr 1fr;
}

.soolution-big-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-result-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.case-study-result-hlder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-result-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7f7;
  border: .5px solid #eaeaea;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  transition: background-color .5s;
  display: flex;
}

.case-study-result-card:hover {
  background-color: var(--color--brand);
}

.case-study-result-card._1st {
  border-top-left-radius: var(--font-size--radious--radious-01);
  border-bottom-left-radius: 16px;
}

.case-study-result-card._4th {
  border-top-right-radius: var(--font-size--radious--radious-01);
  border-bottom-right-radius: var(--font-size--radious--radious-01);
}

.next-case-study-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.next-case-study-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.next-case-study-heading-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.section-page-hero {
  background-color: #f7f7f7;
}

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

.service-page-card-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  border-radius: 24px;
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2em;
  display: flex;
}

.service-page-card-wrapper.top {
  padding-top: 0;
}

.service-page-grid {
  grid-column-gap: var(--_spacing-responsive---grid--service-gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.service-page-card-left-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-tags-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.case-study-pager-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  max-width: 90%;
  height: 100%;
}

.service-pricing-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.service-pricing-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-pricing-card {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-01);
  padding: 30px 20px;
}

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

.service-pricing-card-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  flex-flow: column;
  display: flex;
}

.service-pricing {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-pricing-content {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-pricing-content-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.pricing-white-card-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.pricing-button-link {
  padding: var(--_spacing-responsive---section--gap-16px) var(--_spacing-responsive---section--gap-24px);
  border-radius: var(--font-size--radious--radious-7);
  background-color: var(--color--grey-05);
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: center;
  align-items: stretch;
  min-height: 56px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-button-link.white {
  background-color: var(--color--brand);
  min-height: 56px;
}

.pricing-button-text.is-relative {
  position: relative;
}

.pricing-button-text.is-absolute {
  position: absolute;
}

.pricing-cta-wrapper {
  padding: var(--_spacing-responsive---section--gap-60px) var(--_spacing-responsive---section--gap-30px);
  border-radius: var(--font-size--radious--radious-01);
  background-image: linear-gradient(#313131b3, #313131b3), url('../images/e9dd7158af52d9dc0c6368a90864642881a9e168_1e9dd7158af52d9dc0c6368a90864642881a9e168.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-cta-header-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.industries-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.industries-header-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.industries-header-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.industries-grid {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.industries-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-height: 470px;
  display: flex;
}

.industries-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

.industries-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 407px;
}

.industries-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.conatct-page-hero {
  background-color: #f7f7f7;
}

.contact-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.contact-study-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-input {
  border-radius: var(--font-size--radious--radious-02);
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
  border: 1px solid #d2d2d2;
  height: auto;
  min-height: 62px;
  margin-bottom: 0;
  padding: 18px;
  transition: all .3s;
}

.contact-input:focus {
  color: var(--color--grey-02);
  border-color: #d2d2d2;
}

.contact-input::placeholder {
  color: var(--color--grey-02);
}

.contact-input.text-area {
  border-radius: var(--font-size--radious--radious-02);
  min-height: 278px;
  max-height: 278px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.form-field-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  flex-flow: column;
  display: flex;
  position: relative;
}

.button-form {
  padding: var(--_spacing-responsive---section--gap-16px) var(--_spacing-responsive---section--gap-30px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
}

.button-form:hover, .button-form:focus {
  background-color: var(--color--black);
}

.contact-form-wrapper {
  padding: var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  background-color: #f4f4f4;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
}

.contact-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
}

.contact-form-main-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.contact-form {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 538px;
  display: grid;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.contact-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  max-height: 560px;
  overflow: hidden;
}

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

.reach-out-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.reach-out-card {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reach-out-inner-card {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--bg);
  flex-flow: column;
  padding: 20px;
  transition: background-color .5s;
  display: flex;
}

.reach-out-inner-card:hover {
  background-color: var(--color--buton-brand);
}

.reach-out-icon-wrapper {
  border: 1px solid var(--color--grey-02);
  border-radius: var(--font-size--radious--radious-100);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.reach-out-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.about-me-hero-section {
  background-color: #f7f7f7;
}

.about-me-description-wrapper {
  flex-flow: column;
}

.description-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-60px);
  grid-row-gap: var(--_spacing-responsive---section--gap-60px);
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  height: 100%;
  min-height: 443px;
}

.description-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

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

.description-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.description-top-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.description-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.about-me-experience-section {
  background-color: var(--color--bg-black);
}

.about-me-page-experience {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.about-me-page-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-60px);
  grid-row-gap: var(--_spacing-responsive---section--gap-60px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.experience-video-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-me-page-experience-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-me-brand-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-me-brand-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  grid-template-columns: 1fr;
  align-self: stretch;
}

.about-me-first-brand {
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.brand-card {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-04);
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 54px;
  padding: 20px;
  display: flex;
}

.brand-image {
  max-width: 80%;
}

.about-me-second-brand {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-me-second-brand.hide {
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
}

.hero-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-30px);
  grid-row-gap: var(--_spacing-responsive---section--gap-30px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
}

.hero-intero-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-image-wrapper {
  padding: var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--white);
  flex-flow: column;
  display: flex;
  position: relative;
  box-shadow: 0 20px 34px #0000000f;
}

.hero-skill-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.hero-name-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  font-size: var(--font-size--h1);
  line-height: var(--_typography---line-hight-1-0);
}

.hero-image-holder {
  z-index: 10;
  border-radius: var(--font-size--radious--radious-01);
  position: relative;
  overflow: hidden;
}

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

.hero-social-icon-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 30px 22px auto auto;
}

.hero-social {
  border: 1px solid var(--color--white);
  border-radius: var(--font-size--radious--radious-100);
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.hero-icon {
  color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.375rem;
  display: flex;
}

.hero-profession-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  max-width: 296px;
  display: flex;
}

.client-big-text {
  color: var(--color--black);
  font-size: var(--font-size--text-30px);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.text-20-px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-20-px);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
}

.text-20-px.grey-01 {
  color: var(--color--grey-01);
}

.text-20-px.grey-01.hero-award {
  font-weight: var(--_typography---font-weight--nomal);
}

.hero-availability {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-availability-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.red-dot {
  background-color: var(--color--brand);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.nav-link {
  padding-right: var(--_spacing-responsive---section--gap-10px);
  padding-left: var(--_spacing-responsive---section--gap-10px);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--medium);
  text-decoration: none;
  transition: color .3s;
  position: relative;
  overflow: clip;
}

.nav-link:hover {
  color: var(--color--black);
}

.nav-link.w--current {
  color: var(--color--black);
  font-size: var(--font-size--text-18px);
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  max-height: 77px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.hero-button {
  padding: var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-text-wrapper {
  z-index: 99;
  position: relative;
}

.hero-button-arrow-wrapper {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--buton-brand);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-button-text.is-relative {
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  position: relative;
}

.hero-button-text.is-absolute {
  font-size: var(--font-size--text-16-px);
  position: absolute;
}

.trusted-brands {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-me-content-text {
  font-family: var(--font-family);
  font-size: var(--font-size--text-3);
  font-weight: 600;
  line-height: 1.2;
}

.about-me-content-text.white {
  font-family: var(--font-family);
  color: var(--color--white);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: -1px;
}

.about-me-content-text.center {
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: -1px;
}

.inner-page-h1 {
  font-size: var(--font-size--inner-page-h1);
  line-height: var(--_typography---line-hight-1-1);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-inner-h1);
}

.inner-page-h1.center {
  line-height: var(--_typography---line-hight-1-1);
  text-align: center;
  align-self: center;
}

.inner-page-h1.center-align {
  text-align: center;
}

.inner-page-heading-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.text-3 {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-3);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
}

.service-tag-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

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

.service-tag-icon {
  width: 20px;
  height: 20px;
}

.service-black-card-wrapper {
  background-color: var(--color--bg-black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-header-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-professional-card {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.best-price-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.best-price {
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--white);
  padding: 8px 12px;
}

.inner-page-h2 {
  font-size: var(--font-size--inner-h2);
  line-height: var(--_typography---line-hight-1-2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-inner-h2);
}

.ptimary-button-bg {
  background-color: var(--color--buton-brand);
  border-radius: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.primary-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.primary-arrow.is-relative {
  color: var(--color--black);
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.primary-arrow.is-absolute {
  color: var(--color--white);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.secondary-button-arrow-wrapper {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondry-button {
  padding: var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--brand);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondry-button.tablet {
  background-color: var(--color--buton-brand);
  padding: 7px 7px 7px 18px;
}

.secondry-button.desktop {
  display: none;
}

.secondary-button-bg {
  background-color: var(--color--bg-black);
  border-radius: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secondary-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.secondary-arrow.is-relative {
  color: var(--color--white);
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.secondary-arrow.is-absolute {
  color: var(--color--black);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.secondary-button-text.is-relative {
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  position: relative;
}

.secondary-button-text.is-absolute {
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  position: absolute;
}

.project-button {
  z-index: 5;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.text-40px {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-40px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_spacing-responsive---letter-spacing--l-text-40);
}

.text-40px.white {
  color: var(--color--white);
}

.text-40px.grey-02 {
  color: var(--color--grey-02);
}

.text-40px.grey-02.line-hight, .text-40px.grey-04.line-hight {
  line-height: 1.2;
}

.hero-right-text-wrapper {
  border-left: 1px solid var(--color--grey-04);
  padding-left: 12px;
}

.hero-client-component {
  padding-top: var(--_spacing-responsive---section--padding-6-px);
  padding-bottom: var(--_spacing-responsive---section--padding-6-px);
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.about-me-content-holder {
  display: flex;
  position: relative;
  overflow: hidden;
}

.grey-04 {
  color: var(--color--grey-04);
}

.work-button-wrapper {
  align-self: center;
}

.award-overlay {
  background-color: var(--color--buton-brand);
  width: 0%;
  display: none;
  position: absolute;
  inset: 0%;
}

.case-study-overlay {
  background-color: #0000004d;
  border-radius: 16px;
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-button {
  padding: var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--buton-brand);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta-button-bg {
  background-color: var(--color--white);
  border-radius: 60px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-button-text.is-relative {
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  position: relative;
}

.cta-button-text.is-absolute {
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  position: absolute;
}

.cta-button-arrow-wrapper {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.cta-arrow.is-relative {
  color: var(--color--white);
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.cta-arrow.is-absolute {
  color: var(--color--white);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.road-map-image {
  border-radius: 6px;
}

.road-map-image.full-width.autofit {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
}

.advertise-content-text-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  flex-flow: column;
  align-self: flex-start;
  max-width: 50%;
  display: flex;
}

.about-me-timeline-section {
  color: #f7f7f7;
  background-color: #f7f7f7;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.advertise-content-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dotted-line {
  border: 1px solid #c5c5c5;
  flex: 1;
  width: 1px;
  height: 100%;
  min-height: 112%;
}

.advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.advertise-content.margin-bottom-twenty {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
}

.advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advertise-icon-wrapper {
  color: #150438;
  border: 1px solid #c5c5c5;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  position: relative;
}

.advertise-icon-wrapper.icon-three {
  border-radius: var(--font-size--radious--radious-100);
}

.advertise-icon-wrapper.icon-two {
  border-radius: var(--font-size--radious--radious-100);
  background-color: #c5c5c5;
  border-color: #c5c5c5;
}

.advertise-icon-wrapper.icon-one {
  border-radius: var(--font-size--radious--radious-100);
  border-color: #c5c5c5;
}

.advertise-content-icon-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.work-process-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.work-progress-heading-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.work-process-card {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  display: flex;
}

.work-process-small-circle {
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  color: var(--color--black);
  width: 12px;
  height: 12px;
}

.single-case-study-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-publish {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teanding {
  font-family: var(--font-family);
  color: var(--color--black);
  line-height: var(--_typography---line-hight-1-4);
}

.single-service-image-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.case-study-explained {
  grid-column-gap: var(--_spacing-responsive---section--gap-48px);
  grid-row-gap: var(--_spacing-responsive---section--gap-48px);
  flex-flow: column;
  display: flex;
}

.single-page-header {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.video-button {
  max-height: 360px;
  position: absolute;
  inset: 0%;
}

.blog-button {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-overlay {
  background-color: #0000004d;
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.case-study-image-holder {
  border-radius: var(--font-size--radious--radious-01);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-button {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.single-service-big-image {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

.solution-big-image {
  border-radius: var(--font-size--radious--radious-01);
  width: 100%;
  overflow: hidden;
}

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

.problem-lightbox, .process-lightbox {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

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

.solution-lightbox {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

.single-solution-small-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-work-main-image-wrapper, .blog-main-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

.blog-lightbox {
  border-radius: var(--font-size--radious--radious-01);
  min-height: 260px;
  overflow: hidden;
}

.single-blog-lightbox-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recent-case-study-white-heading, .case-study-subheading {
  color: var(--color--white);
}

.pricing-top-header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-page-heading-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  max-width: 750px;
  display: flex;
}

.breadcum-card {
  padding: var(--_spacing-responsive---section--gap-10px) var(--_spacing-responsive---section--bread-cum);
  grid-column-gap: var(--_spacing-responsive---section--gap-4px);
  grid-row-gap: var(--_spacing-responsive---section--gap-4px);
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-7);
  align-items: center;
  display: flex;
}

.breadcum-home {
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
  text-decoration: none;
  transition: color .3s;
}

.breadcum-home:hover {
  color: var(--color--black);
}

.breadcum-home.w--current {
  color: var(--color--grey-02);
}

.breadcum-divider {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  overflow: hidden;
}

.breadcum-page {
  font-family: var(--font-family);
  color: var(--color--black);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
  text-decoration: none;
}

.breadcum-page.w--current {
  color: var(--color--grey-01);
}

.single-work-image-content-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  flex-flow: column;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap);
  grid-row-gap: var(--_spacing-responsive---section--gap);
  flex-flow: column;
  display: flex;
}

.faq-list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

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

.accordion-icon-vertical-line {
  background-color: #767676;
  border-radius: 1px;
  width: 1.5px;
  height: .75rem;
  position: absolute;
}

.faq-component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-accordion {
  border-bottom: 1px solid var(--color--grey-04);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.space-medium {
  width: 100%;
  min-height: 2rem;
}

.faq-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.accordion-icon-horizontal-line {
  background-color: #767676;
  border-radius: 1px;
  width: .75rem;
  height: 1.5px;
  position: absolute;
}

.accordion-icon-component {
  border-radius: var(--font-size--radious--radious-100);
  border: 1px solid #767676;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-icon-wrapper {
  color: var(--color--black);
}

.faq-answer {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq-question {
  padding-top: var(--_spacing-responsive---section--gap-32px);
  padding-bottom: var(--_spacing-responsive---section--gap-32px);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.faq-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.blog-contact-heading {
  grid-column-gap: var(--_spacing-responsive---section--gap-20px);
  grid-row-gap: var(--_spacing-responsive---section--gap-20px);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.award-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
}

.award-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

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

.case-study-page-link-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-section-wrapper {
  padding: var(--_spacing-responsive---section--padding-6-px) var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--radious-5);
  border: 1px solid #bbb;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-section-buttlet-point {
  background-color: var(--color--bg-black);
  width: 6px;
  height: 6px;
}

.small-section-buttlet-point.white {
  background-color: var(--color--white);
}

.breadcum-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.breadcum-icon.is-relative {
  color: var(--color--black);
  width: 1rem;
  height: 1rem;
  position: relative;
}

.breadcum-icon.is-absolute {
  color: var(--color--black);
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.service-card-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-card-header-holder {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.service-card-top-content, .service-card-skill-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.service-skill-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: wrap;
  max-width: 450px;
  display: flex;
}

.service-skill {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--button-radious);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.service-process-caed {
  padding-top: var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  border-bottom: 1px solid var(--color--grey-04);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-description {
  padding-bottom: var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-blog-section {
  overflow: hidden;
}

.home-blog-header {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-blog-slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow-4 {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-100);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -25% 5% auto auto;
}

.right-arrow-4 {
  border: 1px solid var(--color--grey-04);
  border-radius: var(--font-size--radious--radious-100);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  inset: -25% 0% auto auto;
}

.slide-nav-4 {
  display: none;
}

.blog-mask {
  max-width: 450px;
  overflow: visible;
}

.home-blog-card {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.homeblog-card-content {
  grid-column-gap: var(--_spacing-responsive---section--gap-12px);
  grid-row-gap: var(--_spacing-responsive---section--gap-12px);
  flex-flow: column;
  display: flex;
}

.slide-2 {
  margin-right: var(--_spacing-responsive---section--gap-24px);
}

.slide-3, .slide-4, .slide-5 {
  margin-right: 24px;
}

.home-blog-button {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.counter-box {
  justify-content: flex-start;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

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

.counter-train {
  justify-content: flex-start;
  align-items: flex-end;
}

.counter-number {
  color: #191b1d;
  letter-spacing: 1.6px;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.counter-number.home-counter {
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--inner-page-h1);
  line-height: var(--_typography---line-hight-1-4);
  font-weight: var(--_typography---font-weight--medium);
}

.counter-number.home-counter.black {
  color: var(--color--black);
}

.number-counter {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-arrow {
  width: 1rem;
  height: 1rem;
}

.service-page-hero-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.service-page-hero-image-wrapper {
  border-radius: var(--font-size--radious--radious-01);
  overflow: hidden;
}

.service-process-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  flex-flow: column;
  display: flex;
}

.case-study-pager-top-image {
  border-radius: var(--font-size--radious--radious-01);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.about-me-description-heading {
  align-self: flex-start;
}

.about-me-description-heading.white {
  color: var(--color--white);
  font-size: var(--font-size--inner-h2);
}

.about-me-description-header-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.aboout-me-description-header-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.about-me-page-video {
  z-index: 9999;
  width: 100%;
  max-height: 300px;
}

.blog-hero-button-wrapper {
  margin-left: auto;
  margin-right: 0;
}

.home-blog-collection-wrap {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  display: flex;
}

.blog-category-collection-list {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-button {
  padding: var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--bg-black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-button-text.is-relative {
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  position: relative;
}

.black-button-text.is-absolute {
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  position: absolute;
}

.black-button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.black-button-arrow.is-relative {
  color: var(--color--black);
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.black-button-arrow.is-absolute {
  color: var(--color--black);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.black-button-white-arrow-wrapper {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--white);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-button {
  padding: var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--button-padding) var(--_spacing-responsive---section--gap-16px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--button-radious);
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--paragraph-18px);
  line-height: var(--_typography---line-hight-1-2);
  justify-content: center;
  align-items: center;
  max-height: 55.375px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-button-text.is-relative {
  color: var(--color--black);
  position: relative;
}

.white-button-text.is-absolute {
  color: var(--color--black);
  position: absolute;
}

.white-botton-arrow-wrapper {
  z-index: 99;
  border-radius: var(--font-size--radious--radious-100);
  background-color: var(--color--bg-black);
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-button-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.white-button-arrow.is-relative {
  position: relative;
}

.white-button-arrow.is-absolute {
  position: absolute;
}

.industries-grid-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  flex-flow: column;
  display: flex;
}

.industries-bottom-gridgrid {
  grid-column-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-row-gap: var(--_spacing-responsive---section--card-grid-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.pagelink-section-wrapper-blog {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-social-media-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.pagelink-section-wrapper-about-me {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-work-progess-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--section-heading);
  grid-row-gap: var(--_spacing-responsive---section--section-heading);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-mobile-shadow.hide-desktop {
  display: none;
}

.pagelink-section-wrapper-blog-category {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.recent-work-image-gallary {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: column;
  display: flex;
}

.single-project-first-image-gallery {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.single-project-second-image-gallery {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.my-service-video-intro {
  border-radius: var(--font-size--radious--radious-01);
  width: 100%;
  max-height: 360px;
  overflow: hidden;
}

.video-thumbnail {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.my-service-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.checkout-hero-section {
  background-color: #f7f7f7;
}

.checkoit-grid {
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  grid-template-rows: auto;
}

.order-wrapper {
  padding: var(--_spacing-responsive---section--gap-20px);
  grid-column-gap: var(--_spacing-responsive---section--gap-40px);
  grid-row-gap: var(--_spacing-responsive---section--gap-40px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--bg);
  flex-flow: column;
  display: flex;
}

.project-budget-wrapper {
  grid-column-gap: var(--_spacing-responsive---section--gap-16px);
  grid-row-gap: var(--_spacing-responsive---section--gap-16px);
  flex-flow: wrap;
  display: flex;
}

.checkbox-text.text-16px {
  z-index: 2;
  font-weight: var(--_typography---font-weight--nomal);
  position: relative;
}

.contact-form-input {
  padding: var(--_spacing-responsive---section--gap-16px);
  border: 1px solid var(--color--bg);
  border-radius: var(--font-size--radious--radious-02);
  background-color: var(--color--white);
  font-family: var(--font-family);
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
  line-height: var(--_typography---line-hight-1-5);
  min-height: 54px;
  margin-bottom: 0;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.contact-form-input:focus {
  box-shadow: none;
  border-color: #0000;
}

.contact-form-input::placeholder {
  color: var(--color--grey-02);
  font-size: var(--font-size--text-16-px);
}

.contact-form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.checked-item {
  border-radius: var(--font-size--radious--radious-02);
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checked-item.w--redirected-checked {
  border: 1px solid var(--color--grey-05);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--color--white), var(--color--white));
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin: 0;
  inset: 0%;
}

.checked-item.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.checkbox-field {
  border: 1px solid var(--color--bg);
  border-radius: var(--font-size--radious--radious-02);
  margin-bottom: 0;
  padding: 16px;
  position: relative;
}

.contact-form-button {
  padding: var(--_spacing-responsive---section--gap-12px) var(--_spacing-responsive---section--gap-24px);
  grid-column-gap: var(--_spacing-responsive---section--gap-8px);
  grid-row-gap: var(--_spacing-responsive---section--gap-8px);
  border-radius: var(--font-size--radious--radious-02);
  background-color: var(--color--black);
  font-family: var(--font-family);
  color: var(--color--white);
  font-size: var(--font-size--text-16-px);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.contact-form-button:hover, .contact-form-button:focus, .contact-form-button:focus-visible, .contact-form-button[data-wf-focus-visible] {
  box-shadow: none;
  background-color: #000;
}

.contact-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-field-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-contact-form {
  grid-column-gap: var(--_spacing-responsive---section--gap-30px);
  grid-row-gap: var(--_spacing-responsive---section--gap-30px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-secvices {
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  flex-flow: column;
  display: flex;
}

.pricing-service-card {
  padding: var(--_spacing-responsive---section--gap-20px) var(--_spacing-responsive---section--gap-20px) var(--_spacing-responsive---section--gap-8px) var(--_spacing-responsive---section--card-grid-gap);
  grid-column-gap: var(--_spacing-responsive---section--gap-24px);
  grid-row-gap: var(--_spacing-responsive---section--gap-24px);
  border-radius: var(--font-size--radious--radious-01);
  background-color: var(--color--bg);
  flex-flow: column;
  display: flex;
}

.pricing-service-icon {
  border-radius: var(--font-size--radious--radious-01);
}

.about-me-section-button {
  margin-top: 20px;
}

.order-wrapper-holder {
  grid-column-gap: var(--_spacing-responsive---section--gap-32px);
  grid-row-gap: var(--_spacing-responsive---section--gap-32px);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 0%;
}

.bold-text {
  font-size: var(--font-size--text-18px);
  line-height: var(--_typography---line-hight-1-5);
  font-weight: var(--_typography---font-weight--bold);
}

@media screen and (min-width: 1280px) {
  .service-pricing-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .industries-card {
    height: 470px;
  }

  .nav-list-item-2 {
    margin-right: 150px;
  }
}

@media screen and (min-width: 1440px) {
  .case-study-result-hlder {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-study-result-card {
    align-items: center;
  }

  .nav-list-item-2 {
    margin-right: 175px;
  }

  .service-page-hero-image-wrapper {
    max-height: 440px;
  }

  .pricing-contact-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .service-h3-heading {
    white-space: normal;
  }

  .advertise-image-wrapper {
    border-radius: 6px;
  }

  .service-page-hero-image-wrapper {
    max-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1.125rem;
    --color--black: black;
    --font-size--h1: 8vw;
    --font-size--inner-h2: 2.5rem;
    --font-size--h3: 2rem;
    --font-size--h4: 1.375rem;
    --font-size--h5: 1.875rem;
    --font-size--paragraph-18px: 1.125rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 5.25rem;
    --font-size--text-2: 38px;
    --font-size--text-3: 2.125rem;
    --font-size--text-4: 1.375rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.5625rem;
    --color--grey-01: #333;
    --font-size--display-l: 6vw;
    --font-size--text-86px: 4rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 3.5rem;
    --font-size--radious--radious-03: 24px;
    --font-size--text-24-px: 1.5rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.65rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 3rem;
    --font-size--text-40px: 2.25rem;
    --font-size--text-44px: 2.25rem;
    --font-size--text-medium: 3rem;
    --font-size--text-69-px: 3rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -4px;
    --_spacing-responsive---letter-spacing--l-h2: -3px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 4em;
    --_spacing-responsive---container--container-side-padding: 2em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: 0px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 24px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 60px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -3px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 22px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .text-55px.left-align {
    letter-spacing: -3px;
    font-size: 2.5rem;
  }

  .text-55px.left-align.white {
    letter-spacing: -2px;
  }

  .text-55px.white.pricing {
    font-size: 48px;
  }

  .text-55px.white.philosofy {
    font-size: 32px;
  }

  .text-55px.black-text.pricing {
    font-size: 48px;
  }

  .text-55px.black.hero {
    font-size: 50px;
  }

  .text-35px.cta {
    letter-spacing: -2px;
  }

  .body-text.cat {
    max-width: 75%;
  }

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

  .body-text.pricing {
    font-size: var(--font-size--text-16-px);
  }

  .text-18px.medium.grey-04 {
    font-size: 1.125rem;
  }

  .text-18px.white.work {
    font-size: 14px;
  }

  .text-86px.footer-heading {
    text-align: center;
    letter-spacing: -3px;
  }

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

  .hire-me-button-wrap {
    max-height: 47px;
  }

  .video-button-wrap {
    font-size: var(--font-size--text-16-px);
    max-height: 47px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu.tablet {
    background-color: var(--color--white);
    background-color: var(--color--bg-black);
    border-radius: 8px;
    padding: 8px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-wrapper.tablet {
    border-radius: 20px;
    margin-top: 10px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .footer-section {
    background-image: linear-gradient(360deg, #fff0 60%, #fff), url('../images/F-BG_1F BG.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-header {
    margin-bottom: 80px;
  }

  .footer-contact-wrapper {
    margin-bottom: 55px;
  }

  .footer-contact-top {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-copyright-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
  }

  .body {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1.125rem;
    --color--black: black;
    --font-size--h1: 8vw;
    --font-size--inner-h2: 2.5rem;
    --font-size--h3: 2rem;
    --font-size--h4: 1.375rem;
    --font-size--h5: 1.875rem;
    --font-size--paragraph-18px: 1.125rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 5.25rem;
    --font-size--text-2: 38px;
    --font-size--text-3: 2.125rem;
    --font-size--text-4: 1.375rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.5625rem;
    --color--grey-01: #333;
    --font-size--display-l: 6vw;
    --font-size--text-86px: 4rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 3.5rem;
    --font-size--radious--radious-03: 24px;
    --font-size--text-24-px: 1.5rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.65rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 3rem;
    --font-size--text-40px: 2.25rem;
    --font-size--text-44px: 2.25rem;
    --font-size--text-medium: 3rem;
    --font-size--text-69-px: 3rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -4px;
    --_spacing-responsive---letter-spacing--l-h2: -3px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 4em;
    --_spacing-responsive---container--container-side-padding: 2em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: 0px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 24px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 60px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -3px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 22px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .brand-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .marque-text-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-right: 100px;
  }

  .about-me-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .about-me-content, .about-me-content.tablet {
    justify-content: center;
    align-items: center;
  }

  .about-me-content-header.about-me-inner-page {
    text-align: center;
  }

  .about-me-experience-main-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .about-me-video-loop, .number-count-wrapper, .number-count-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .service-header-wrapper {
    grid-column-gap: var(--_spacing-responsive---section--section-heading);
    grid-row-gap: var(--_spacing-responsive---section--section-heading);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item {
    padding-top: 0;
  }

  .service-main-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .dervice-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-right: 0;
  }

  .service-h3-heading.first {
    font-size: var(--font-size--h3);
  }

  .srvice-list {
    padding-left: 20px;
  }

  .service-heading {
    letter-spacing: -4px;
  }

  .primary-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-section {
    height: auto;
    padding-top: 0;
  }

  .service-image {
    max-width: 250px;
    min-height: 170px;
    max-height: 170px;
  }

  .service-heading-main-bottom-wrapper {
    height: auto;
  }

  .why-choose-me {
    letter-spacing: -3px;
  }

  .testimonial-tab {
    flex-flow: wrap;
    justify-content: center;
  }

  .tab-content-why-choose-wrapper {
    align-self: stretch;
  }

  .tab-content-why-choose {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .why-choose-link {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    min-height: 250px;
  }

  .why-choose-link.w--current {
    width: 100%;
    min-height: 250px;
    position: static;
  }

  .recent-case-study {
    letter-spacing: -3px;
  }

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

  .case-study-image-wrapper.hide-mobile, .case-study-image.hide-tablet {
    display: none;
  }

  .my-creative-edge {
    letter-spacing: -3px;
  }

  .skill-wrapper {
    flex-flow: wrap;
  }

  .how-it-work-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .phone-holder {
    max-width: 16em;
  }

  .how-it-work-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .how-it-work-card-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mobile-mockup-image {
    min-width: auto;
    min-height: auto;
  }

  .testimonial-header {
    justify-content: flex-start;
    align-items: center;
    max-width: 650px;
  }

  .client-testimonial {
    letter-spacing: -3px;
  }

  .testimonial-ink {
    background-image: url('../images/Why-Choose-BG_1Why Choose BG.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 280px;
  }

  .testimonial-ink.w--current {
    width: 100%;
    min-height: 250px;
    position: static;
  }

  .experience-achievements {
    letter-spacing: -3px;
  }

  .my-creative-edge-card-wrapper {
    min-height: auto;
    padding-top: 2em;
  }

  .license-link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .philosophy-bg {
    height: 35%;
  }

  .ratings-component {
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .ratings-wrapper {
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .cta-wrapper {
    padding: 40px;
  }

  .cta-header-wrapper {
    width: 86%;
  }

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

  .work-project-wrapper {
    max-width: 200px;
  }

  .about-me-contact-wrap {
    margin-left: auto;
    margin-right: auto;
  }

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

  .award-card-wrapper {
    border-top-color: var(--color--grey-05);
  }

  .award-content-wrapper {
    max-width: 100%;
  }

  .award-image.hide-tablet {
    display: none;
  }

  .footer-form-block {
    min-width: auto;
  }

  .text-16px.black.available {
    font-size: 18px;
  }

  .hero-social-media-holder {
    min-width: 42px;
    min-height: 42px;
  }

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

  .pagelink-section-wrapper {
    grid-column-gap: var(--_spacing-responsive---section--gap-40px);
    grid-row-gap: var(--_spacing-responsive---section--gap-40px);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-section-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

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

  .single-blog-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.4fr;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .single-work-heading-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .single-work-client-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .project-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

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

  .case-study-collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .case-study-link-holder {
    border-radius: var(--font-size--radious--radious-01);
    flex-flow: row;
  }

  .case-study-link-image {
    border-radius: 12px;
  }

  .case-study-details-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-study-text {
    max-width: none;
  }

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

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

  .case-study-result-hlder {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-result-card {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .case-study-result-card._1st {
    border-bottom-left-radius: 0;
  }

  .case-study-result-card._4th {
    border-top-right-radius: 0;
  }

  .case-study-result-card._2nd {
    border-top-right-radius: 16px;
  }

  .case-study-result-card._3rd {
    border-bottom-left-radius: 16px;
  }

  .service-page-card-wrapper {
    padding-bottom: 20px;
  }

  .service-page-card-wrapper.top-margin {
    padding-top: 20px;
  }

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

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

  .service-pricing {
    flex: 1;
  }

  .pricing-button-link {
    align-items: center;
    min-height: 47px;
    max-height: 47px;
  }

  .pricing-button-link.white {
    align-items: center;
    min-height: 47px;
  }

  .pricing-cta-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .industries-header-holder {
    max-width: 600px;
  }

  .industries-grid {
    grid-template-columns: 1.4fr 1fr;
  }

  .industries-card {
    height: auto;
  }

  .industries-image-wrapper {
    border-radius: 12px;
  }

  .industries-content {
    align-items: flex-start;
  }

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

  .reach-out-inner-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: stretch;
  }

  .reach-out-icon-wrapper {
    width: 48px;
    height: 48px;
  }

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

  .description-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .about-me-page-experience-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .about-me-brand-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-me-brand-grid {
    grid-template-rows: auto;
  }

  .about-me-first-brand {
    flex-flow: wrap;
  }

  .about-me-second-brand.hide {
    display: none;
  }

  .hero-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    padding: 20px;
  }

  .hero-skill-wrapper {
    align-items: center;
  }

  .hero-name-wrapper {
    max-width: 531px;
  }

  .hero-heading {
    font-size: var(--font-size--h1);
    letter-spacing: -3px;
  }

  .hero-profession-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .lottie-animation-2 {
    color: var(--color--white);
    width: 32px;
    height: 32px;
  }

  .nav-link {
    color: var(--color--grey-05);
  }

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

  .nav-list-item-2 {
    margin-right: 0;
  }

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

  .hero-button-arrow-wrapper {
    min-width: 35px;
    min-height: 35px;
  }

  .trusted-brands {
    border-right-style: none;
    display: block;
  }

  .about-me-content-text.white, .about-me-content-text.center {
    text-align: center;
  }

  .inner-page-h1 {
    font-size: var(--font-size--inner-page-h1);
  }

  .service-black-card-wrapper {
    padding-top: 20px;
  }

  .service-black-card-wrapper.bottom-margin {
    padding-bottom: 44px;
  }

  .inner-page-h2.center {
    text-align: center;
  }

  .secondary-button-arrow-wrapper {
    min-width: 35px;
    min-height: 35px;
  }

  .secondry-button.tablet {
    display: none;
  }

  .secondry-button.desktop {
    padding: 6px 6px 6px 18px;
    display: flex;
  }

  .project-button {
    width: 80px;
    height: 80px;
  }

  .hero-right-text-wrapper.tablet {
    order: 1;
  }

  .hero-right-text-wrapper.tablet.hero {
    border-left-style: none;
  }

  .hero-client-component {
    border-right-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-me-content-holder {
    justify-content: center;
  }

  .cta-button.desktop-nav {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    display: flex;
  }

  .cta-button-arrow-wrapper {
    min-width: 35px;
    min-height: 35px;
  }

  .road-map-image.full-width.autofit {
    width: 100%;
    height: 100%;
  }

  .advertise-content-text-wrapper {
    max-width: none;
  }

  .advertise-content-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .work-process-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-button {
    width: 80px;
    height: 80px;
  }

  .case-study-image-holder {
    max-height: 240px;
  }

  .case-study-button {
    width: 80px;
    height: 80px;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .faq-accordion {
    border-bottom: 1px solid var(--color--grey-04);
  }

  .service-page-button {
    align-self: flex-start;
  }

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

  .case-study-page-link-wrapper {
    flex-flow: column;
    height: 100%;
  }

  .service-card-header-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .service-process-caed.top {
    padding-top: 0;
  }

  .left-arrow-4 {
    right: 8%;
  }

  .home-blog-button {
    width: 80px;
    height: 80px;
  }

  .case-study-bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .counter-box {
    height: 60px;
  }

  .counter-number {
    letter-spacing: 1.4px;
    font-size: 70px;
    line-height: 80px;
  }

  .counter-number.home-counter {
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 60px;
  }

  .service-page-hero-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-page-hero-image-wrapper {
    max-height: none;
  }

  .about-me-description-header-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .blog-hero-button-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

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

  .black-button-white-arrow-wrapper {
    min-width: 35px;
    min-height: 35px;
  }

  .industries-bottom-gridgrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1.4fr;
  }

  .pagelink-section-wrapper-blog, .pagelink-section-wrapper-about-me, .pagelink-section-wrapper-blog-category {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-thumbnail {
    max-width: none;
  }

  .my-service-lightbox {
    height: 100%;
  }

  .checkoit-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .order-wrapper {
    position: static;
  }

  .contact-component {
    max-width: none;
  }

  .about-me-section-button {
    margin-top: 0;
  }

  .order-wrapper-holder {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .style-guide {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1rem;
    --color--black: black;
    --font-size--h1: 7vw;
    --font-size--inner-h2: 2.25rem;
    --font-size--h3: 2rem;
    --font-size--h4: 1.25rem;
    --font-size--h5: 1.875rem;
    --font-size--paragraph-18px: 1rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 4.25rem;
    --font-size--text-2: 1.617rem;
    --font-size--text-3: 1.625rem;
    --font-size--text-4: 1.25rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.375rem;
    --color--grey-01: #333;
    --font-size--display-l: 6vw;
    --font-size--text-86px: 3.125rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 3rem;
    --font-size--radious--radious-03: 24px;
    --font-size--text-24-px: 1.375rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.5rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 3rem;
    --font-size--text-40px: 2rem;
    --font-size--text-44px: 1.875rem;
    --font-size--text-medium: 3rem;
    --font-size--text-69-px: 2rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -3px;
    --_spacing-responsive---letter-spacing--l-h2: -3px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 4em;
    --_spacing-responsive---container--container-side-padding: 1em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: -1px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 16px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 30px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -3px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 22px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .text-55px.left-align {
    font-size: var(--font-size--text-2);
    letter-spacing: -1px;
  }

  .text-55px.black.hero {
    font-size: 38px;
  }

  .text-35px {
    font-size: 1.5rem;
  }

  .text-35px.cta {
    letter-spacing: -1px;
    font-size: 1.25rem;
  }

  .body-text.recent-work {
    max-width: 350px;
  }

  .body-text.cat {
    max-width: 100%;
  }

  .text-18px.footer {
    text-align: center;
    max-width: 500px;
    line-height: 1.5;
  }

  .text-18px.semi-bold.share {
    font-size: 1.125rem;
  }

  .text-18px.left {
    text-align: left;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-menu.tablet {
    background-color: var(--color--white);
    z-index: 99999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--color--bg-black);
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }

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

  .navbar-brand {
    height: 32px;
    padding-left: 0;
  }

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

  .nav-menu-wrapper.tablet {
    z-index: 999999;
  }

  .footer-header {
    margin-bottom: 60px;
  }

  .footer-contact-top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }

  .footer-copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .body {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1rem;
    --color--black: black;
    --font-size--h1: 7vw;
    --font-size--inner-h2: 2.25rem;
    --font-size--h3: 2rem;
    --font-size--h4: 1.25rem;
    --font-size--h5: 1.875rem;
    --font-size--paragraph-18px: 1rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 4.25rem;
    --font-size--text-2: 1.617rem;
    --font-size--text-3: 1.625rem;
    --font-size--text-4: 1.25rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.375rem;
    --color--grey-01: #333;
    --font-size--display-l: 6vw;
    --font-size--text-86px: 3.125rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 3rem;
    --font-size--radious--radious-03: 24px;
    --font-size--text-24-px: 1.375rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.5rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 3rem;
    --font-size--text-40px: 2rem;
    --font-size--text-44px: 1.875rem;
    --font-size--text-medium: 3rem;
    --font-size--text-69-px: 2rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -3px;
    --_spacing-responsive---letter-spacing--l-h2: -3px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 4em;
    --_spacing-responsive---container--container-side-padding: 1em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: -1px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 16px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 30px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -3px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 22px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .home-brand-wrapper {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .brand-right-shadow, .brand-left-shadow {
    min-width: 150px;
  }

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

  .about-me-content-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .service-header-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .service-main-wrapper {
    padding-bottom: 0;
  }

  .dervice-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-bottom: 16px;
  }

  .my-service-button-wrapper {
    align-self: flex-start;
  }

  .service-heading {
    letter-spacing: -3px;
  }

  .bottom-left-part {
    max-width: none;
  }

  .service-image {
    border-radius: var(--font-size--radious--radious-01);
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: none;
    transform: none;
  }

  .tab-content-why-choose {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .why-choose-link, .why-choose-link.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .philosophy-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-card-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .case-study-small-card-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .how-it-work-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mobile-mockup.mobile {
    padding-bottom: 7em;
  }

  .testimonial-header {
    max-width: 550px;
  }

  .testimonial-ink, .testimonial-ink.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .icon-license {
    margin-left: auto;
    margin-right: auto;
  }

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

  .icons-and-font-holder {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .ratings-component {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .ratings-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .cta-header-wrapper {
    width: 90%;
  }

  .about-me-experience-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .background-video {
    border-radius: 10px;
    width: 190px;
  }

  .work-project-wrapper {
    max-width: 300px;
  }

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

  .form-button {
    font-size: 1rem;
  }

  .form-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .form-button.is-button-small:hover {
    background-color: var(--color--black);
  }

  .text-16px.section-title {
    font-size: .875rem;
  }

  .hero-social-media-holder {
    min-width: 34px;
    min-height: 34px;
  }

  .breadcrumbs-wrapper.blog-page {
    margin-left: 0;
  }

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

  .blog-image-wrapper {
    width: 100%;
  }

  .single-blog-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .single-blog-header-wrapper {
    align-items: flex-start;
  }

  .single-blog-image-grid {
    grid-template-columns: 1fr;
  }

  .single-blog-tags {
    margin-left: 0;
    margin-right: auto;
  }

  .single-work-heading-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .work-collection-list, .case-study-collection-list {
    grid-template-columns: 1fr;
  }

  .service-page-card-wrapper, .service-page-card-wrapper.top {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pricing-cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
  }

  .industries-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .industries-image-wrapper {
    border-radius: 12px;
  }

  .contact-study-header {
    justify-content: flex-start;
    align-items: center;
  }

  .button-form {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1rem;
  }

  .button-form:hover {
    background-color: var(--color--black);
  }

  .contact-form-wrapper {
    padding: 24px;
  }

  .reach-out-card {
    grid-template-columns: 1fr;
  }

  .about-me-page-experience {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-me-page-grid {
    width: 100%;
  }

  .hero-skill-wrapper {
    align-items: center;
  }

  .hero-heading {
    letter-spacing: -2px;
  }

  .hero-profession-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-20-px.left.loved-by {
    font-size: 18px;
  }

  .inner-page-h1.center-align.left {
    text-align: left;
  }

  .text-40px {
    font-size: 1.5rem;
  }

  .hero-right-text-wrapper.tablet {
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .hero-client-component {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .single-case-study-header {
    align-items: flex-start;
  }

  .case-study-explained {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-page-header {
    align-items: flex-start;
  }

  .breadcum-divider.hide-mobile, .breadcum-page.hide-mobile {
    display: none;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .space-medium {
    min-height: 1.5rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .service-card-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-skill-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .left-arrow-4 {
    right: 10%;
  }

  .blog-mask {
    max-width: 100%;
  }

  .about-me-description-header-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .aboout-me-description-header-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .industries-bottom-gridgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagelink-section-wrapper-blog, .pagelink-section-wrapper-about-me, .pagelink-section-wrapper-blog-category {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .recent-work-image-gallary {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .single-project-first-image-gallery, .single-project-second-image-gallery {
    grid-template-columns: 1fr;
  }

  .my-service-lightbox {
    width: 100%;
  }

  .contact-form-button {
    font-size: 1rem;
  }

  .pricing-service-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1rem;
    --color--black: black;
    --font-size--h1: 12vw;
    --font-size--inner-h2: 2rem;
    --font-size--h3: 1.5rem;
    --font-size--h4: 1.125rem;
    --font-size--h5: 1.625rem;
    --font-size--paragraph-18px: 1rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 3.5rem;
    --font-size--text-2: 1.617rem;
    --font-size--text-3: 1.375rem;
    --font-size--text-4: 1.125rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.25rem;
    --color--grey-01: #333;
    --font-size--display-l: 12vw;
    --font-size--text-86px: 2.25rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 2.5rem;
    --font-size--radious--radious-03: 16px;
    --font-size--text-24-px: 1.25rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.5rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 2rem;
    --font-size--text-40px: 1.875rem;
    --font-size--text-44px: 1.625rem;
    --font-size--text-medium: 2rem;
    --font-size--text-69-px: 2rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -2px;
    --_spacing-responsive---letter-spacing--l-h2: -2px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 3em;
    --_spacing-responsive---container--container-side-padding: 1em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: -1px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 16px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 30px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -1px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 16px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .container.hero {
    padding-top: 1em;
  }

  .text-55px.white.philosofy {
    font-size: 26px;
  }

  .text-55px.black {
    font-size: 24px;
  }

  .text-55px.black.hero {
    font-size: 32px;
  }

  .body-text.black {
    text-align: center;
  }

  .body-text.why-cooose, .body-text.experience {
    text-align: left;
  }

  .body-text.cat {
    max-width: 100%;
  }

  .text-18px.footer {
    line-height: 2;
  }

  .text-18px.case-study {
    text-align: left;
  }

  .text-18px.semi-bold.share {
    font-size: 1.125rem;
  }

  .text-18px.center {
    text-align: center;
  }

  .text-28px.grey-01 {
    font-size: 1.5rem;
  }

  .text-86px {
    text-align: center;
  }

  .text-86px.footer-heading {
    letter-spacing: -2px;
  }

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

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

  .primary-button-wrap {
    flex: 1;
    align-self: center;
  }

  .hire-me-button-wrap, .hire-me-button-wrapper, .video-button-wrapper {
    align-self: stretch;
  }

  .video-button-wrap {
    align-self: stretch;
    height: 52px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navbar-brand {
    max-width: 180px;
    height: 36px;
    max-height: 36px;
  }

  .navbar-brand.w--current {
    max-width: 180px;
    height: 36px;
    max-height: 36px;
    overflow: visible;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .footer-section {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .footer-header {
    margin-bottom: 60px;
  }

  .footer-contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .footer-contact-top {
    padding-left: 0;
  }

  .contact-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .footer-contact-icon {
    width: 20px;
    height: 20px;
  }

  .footer-social-media-wrapper {
    flex-flow: wrap;
  }

  .footer-page-link-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .body {
    --color--white: white;
    --font-family: "Schibsted Grotesk", sans-serif;
    --color--grey-02: #4f4f4f;
    --font-size--text-18px: 1rem;
    --color--black: black;
    --font-size--h1: 12vw;
    --font-size--inner-h2: 2rem;
    --font-size--h3: 1.5rem;
    --font-size--h4: 1.125rem;
    --font-size--h5: 1.625rem;
    --font-size--paragraph-18px: 1rem;
    --color--bg: #f7f7f7;
    --font-size--radious--radious-01: 12px;
    --color--grey-06: #f2f2f2;
    --font-size--text-1: 3.5rem;
    --font-size--text-2: 1.617rem;
    --font-size--text-3: 1.375rem;
    --font-size--text-4: 1.125rem;
    --font-size--text-16-px: 1rem;
    --color--grey-04: #bdbdbd;
    --font-size--text-28px: 1.25rem;
    --color--grey-01: #333;
    --font-size--display-l: 12vw;
    --font-size--text-86px: 2.25rem;
    --color--grey-05: #e0e0e0;
    --color--brand: #cff363;
    --color--bg-black: #313131;
    --font-size--radious--button-radious: 60px;
    --font-size--radious--radious-100: 100%;
    --font-size--h2: 2.5rem;
    --font-size--radious--radious-03: 16px;
    --font-size--text-24-px: 1.25rem;
    --font-size--radious--radious-02: 8px;
    --font-size--text-30px: 1.5rem;
    --font-size--radious--radious-6: 80px;
    --font-size--radious--radious-5: 50px;
    --font-size--radious--radious-7: 40px;
    --color--buton-brand: #c9ee7d;
    --font-size--radious--radious-04: 10px;
    --font-size--text-20-px: 20px;
    --font-size--inner-page-h1: 2rem;
    --font-size--text-40px: 1.875rem;
    --font-size--text-44px: 1.625rem;
    --font-size--text-medium: 2rem;
    --font-size--text-69-px: 2rem;
    --color--hero-bg: #fff9f7;
    --color--nav-text: #d9d9d9;
    --color--hero: #fbfcf6;
    --_spacing-responsive---letter-spacing--l-h1: -2px;
    --_spacing-responsive---letter-spacing--l-h2: -2px;
    --_spacing-responsive---letter-spacing--l-h3: 0px;
    --_spacing-responsive---letter-spacing--l-h4: 0px;
    --_spacing-responsive---letter-spacing--l-h5: -1px;
    --_spacing-responsive---container--container-top-padding: 3em;
    --_spacing-responsive---container--container-side-padding: 1em;
    --_spacing-responsive---section--gap: 60px;
    --_spacing-responsive---section--gap-24px: 24px;
    --_spacing-responsive---letter-spacing--l-text-107: 0px;
    --_spacing-responsive---letter-spacing--l-text-55: -1px;
    --_spacing-responsive---letter-spacing--l-text-35: 0px;
    --_spacing-responsive---letter-spacing--l-text-24: 0px;
    --_spacing-responsive---letter-spacing--l-text-86: 0px;
    --_spacing-responsive---section--gap-20px: 20px;
    --_spacing-responsive---section--gap-16px: 16px;
    --_spacing-responsive---section--gap-8px: 8px;
    --_spacing-responsive---section--section-heading: 16px;
    --_spacing-responsive---section--gap-60px: 60px;
    --_spacing-responsive---section--gap-40px: 40px;
    --_spacing-responsive---section--card-grid-gap: 24px;
    --_spacing-responsive---section--gap-18px: 18px;
    --_spacing-responsive---section--gap-30px: 30px;
    --_spacing-responsive---section--gap-32px: 32px;
    --_spacing-responsive---section--padding-120px: 30px;
    --_spacing-responsive---section--gap-12px: 12px;
    --_spacing-responsive---section--gap-4px: 4px;
    --_spacing-responsive---section--gap-48px: 48px;
    --_spacing-responsive---section--big-gap: 60px;
    --_spacing-responsive---grid--service-gap: 100px;
    --_spacing-responsive---section--gap-10px: 10px;
    --_spacing-responsive---section--button-padding: 6px;
    --_spacing-responsive---letter-spacing--l-inner-h1: -1px;
    --_spacing-responsive---letter-spacing--l-inner-h2: -2px;
    --_spacing-responsive---letter-spacing--l-text-40: 0px;
    --_spacing-responsive---section--padding-6-px: 6px;
    --_spacing-responsive---section--bread-cum: 16px;
    --_spacing-responsive---radious--radious-01: 8px;
  }

  .hero-social-media {
    justify-content: center;
    align-items: flex-start;
  }

  .marque-text-two {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-right: 60px;
  }

  .brand-right-shadow, .brand-left-shadow {
    min-width: 50px;
  }

  .about-me-content.tablet {
    justify-content: center;
    align-items: flex-start;
  }

  .about-me-content-wrapper {
    margin-top: -20px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-me-experience-main-grid {
    grid-template-rows: auto auto;
  }

  .about-me-video-loop {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .about-me-contact-icon {
    min-width: 48px;
    min-height: 48px;
  }

  .about-me-icon {
    width: 20px;
    height: 20px;
  }

  .number-count-wrapper {
    margin-left: 0;
  }

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

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

  .service-item {
    background-color: var(--color--white);
    padding-top: 24px;
    position: sticky;
    top: 10%;
  }

  .service-item.top {
    padding-top: 0;
  }

  .service-heading-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 0;
  }

  .dervice-bottom {
    margin-top: 0;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .my-service-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
  }

  .service-h3-heading {
    white-space: normal;
  }

  .service-h3-heading.first {
    font-size: var(--font-size--h3);
    line-height: 1.2;
  }

  .service-h3-heading.fourth {
    white-space: normal;
  }

  .srvice-list {
    padding-left: 20px;
  }

  .service-heading {
    letter-spacing: -2px;
  }

  .bottom-left-part {
    padding-left: 0;
  }

  .primary-button-2 {
    flex: 1;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-image {
    border-radius: 16px;
    margin-left: 0;
  }

  .service-heading-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .why-choose-me-header {
    justify-content: center;
    align-items: flex-start;
  }

  .why-choose-me {
    letter-spacing: -2px;
  }

  .tab-content-why-choose {
    min-height: 250px;
  }

  .why-choose-icon {
    width: 100%;
    height: 100%;
  }

  .why-choose-link {
    border-radius: 16px;
    flex-flow: column;
    position: static;
  }

  .why-choose-link.w--current {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    position: static;
  }

  .text-28px-why-choose {
    font-weight: 500;
  }

  .philosophy-section.extra-padding {
    overflow: clip;
  }

  .philosophy-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .recent-case-study {
    letter-spacing: -2px;
  }

  .case-study-card.first {
    border-radius: 16px;
    padding: 32px 20px;
    position: static;
  }

  .case-study-second-card.third-card {
    border-radius: 16px;
    padding: 32px 20px;
  }

  .case-study-second-card.second {
    border-radius: 16px;
    padding: 32px 20px;
    position: static;
  }

  .my-creative-edge-header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .my-creative-edge {
    letter-spacing: -2px;
  }

  .my-creative-edge.center {
    text-align: center;
  }

  .my-creative-edge.center.left {
    text-align: left;
  }

  .mockup-image {
    border-radius: 16px;
    max-width: 180px;
    max-height: 300px;
    transform: rotate(-8deg);
  }

  .how-it-work-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .how-it-work-card {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone-holder {
    max-width: 45vw;
  }

  .mobile-mockup {
    padding-bottom: 8em;
  }

  .mobile-mockup.mobile {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .how-it-work-card-holder {
    height: auto;
  }

  .mobile-mockup-image {
    border-radius: 16px;
    min-width: 182px;
    max-width: none;
    min-height: 300px;
    max-height: 300px;
    overflow: visible;
  }

  .creative-edge-description {
    height: auto;
  }

  .testimonial-header {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-testimonial {
    letter-spacing: -2px;
  }

  .testimonial-ink {
    border-radius: 26px;
    flex-flow: column;
    min-height: 400px;
    position: static;
  }

  .testimonial-ink.w--current {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 26px;
    flex-flow: column;
    position: static;
  }

  .experience-achievements-header {
    justify-content: center;
    align-items: flex-start;
    max-width: 90vw;
  }

  .experience-achievements {
    text-align: left;
    letter-spacing: -2px;
  }

  .my-recent-work {
    letter-spacing: -2px;
  }

  .my-creative-edge-card-wrapper {
    padding-bottom: 0;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .testimonial-client-picture {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .testimonial-client-image-wrap, .testimonial-client-image-wrap.client-1 {
    width: 42px;
    height: 42px;
  }

  .license-link {
    text-align: center;
  }

  .philosophy-bg {
    bottom: -7%;
  }

  .ratings-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .ratings-wrapper {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-wrapper {
    padding: 30px 20px;
  }

  .cta-header-wrapper {
    width: 97%;
  }

  .about-me-slider-image-wrapper {
    border-radius: 16px;
  }

  .slide-nav-3 {
    display: none;
  }

  .about-me-experience-holder {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 160px;
  }

  .lightbox-link {
    width: 100%;
  }

  .work-project-wrapper {
    max-width: 180px;
  }

  .about-me-contact-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .award-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .award-card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .award-card-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .award-heading-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .award-icon {
    max-height: 48px;
  }

  .award-duration-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-form {
    flex-direction: column;
    grid-template-columns: 1fr;
    min-width: auto;
  }

  .form-input, .form-button.is-button-small {
    min-height: 52px;
  }

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

  .text-16px.black.available {
    font-size: 14px;
  }

  .single-blog-header-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .single-blog-tags {
    margin-left: 0;
    margin-right: auto;
  }

  .form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .input-wrapper {
    flex-flow: column;
  }

  .single-work-client-card {
    padding-left: 12px;
  }

  .project-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study-link-holder {
    flex-flow: column;
  }

  .case-stydy-page-link {
    max-width: none;
  }

  .case-study-details {
    flex-flow: wrap;
  }

  .case-study-detail-card {
    padding-left: 12px;
  }

  .problem-grid, .process-grid {
    grid-template-columns: 1fr;
  }

  .contact-study-header {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-input {
    min-height: 52px;
    max-height: 52px;
  }

  .button-form {
    max-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-form-wrapper {
    border-radius: 20px;
    padding: 24px 0;
  }

  .about-me-description-section, .about-me-experience-section {
    margin-bottom: 3em;
  }

  .about-me-page-experience-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .hero-skill-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-name-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-heading {
    letter-spacing: -2px;
  }

  .hero-image-holder {
    z-index: 1;
  }

  .hero-social-icon-wrapper {
    z-index: 2;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    inset: auto 0% 16px;
  }

  .hero-social {
    border-width: .5px;
    width: 40px;
    height: 40px;
  }

  .hero-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .hero-profession-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-20-px.grey-01 {
    font-size: 16px;
  }

  .text-20-px.grey-01.hero-award {
    text-align: center;
  }

  .text-20-px.left {
    text-align: left;
  }

  .trusted-brands {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .about-me-content-text.white, .about-me-content-text.center.left, .inner-page-h1.center-align.left {
    text-align: left;
  }

  .hero-right-text-wrapper.tablet {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .hero-client-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .dotted-line {
    display: none;
  }

  .advertise-content {
    flex-direction: column;
  }

  .case-study-image-holder {
    max-height: none;
  }

  .case-study-button {
    width: 80px;
    height: 80px;
  }

  .breadcum-divider {
    padding-left: 4px;
    padding-right: 4px;
  }

  .breadcum-divider.hide-mobile, .breadcum-page.hide-mobile {
    display: none;
  }

  .faq-component {
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question.top-padding-0 {
    padding-right: 0;
  }

  .case-study-page-link-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-skill {
    padding: 6px 14px;
  }

  .service-process-caed {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-blog-header {
    justify-content: center;
    align-items: flex-start;
  }

  .left-arrow-4 {
    right: 18%;
  }

  .case-study-bottom-wrapper {
    flex-flow: row;
    height: auto;
  }

  .counter-number.home-counter {
    font-size: 42px;
  }

  .about-me-page-video {
    max-height: 200px;
  }

  .hero-mobile-shadow {
    height: 75px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-mobile-shadow.hide-desktop {
    background-image: linear-gradient(360deg, #000000d9, #0000 96%);
    display: block;
  }

  .my-service-video-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .project-budget-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-field-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

#w-node-_6e7afe08-1a5c-96fb-18fd-07e2c5b2e9cb-7e5461ed {
  align-self: start;
}

#w-node-b77733a1-d842-6e29-7682-613bc112fc26-7e5461ed {
  place-self: center end;
}

#w-node-_644e77af-fbb6-a507-217e-2ab67ecb7359-7e5461ed {
  align-self: end;
}

#w-node-_6950fb80-96bb-57e5-ef86-b823c857bac5-7e5461ed, #w-node-_6950fb80-96bb-57e5-ef86-b823c857ba58-7e5461ed {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_14a4c5c6-82ef-1464-c463-d74219fea456-7e5461f7 {
  justify-self: end;
}

#w-node-_3bb5c276-48df-c01a-eaa8-8c3252473474-7e5461f9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5e8592b4-3f39-19dc-bd6f-eca3d3748738-7e5461fa {
  align-self: start;
}

#w-node-ed8bbe20-63f4-d1ea-7e40-1faaa42d723e-7e5461fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed8bbe20-63f4-d1ea-7e40-1faaa42d723f-7e5461fa {
  justify-self: center;
}

#w-node-_2126e4b6-a7aa-e809-73e2-c7c173b3704f-7e5461fb {
  align-self: center;
}

#w-node-aa5147c1-3b84-b3f6-898e-81b7063ec0f2-7e5461fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa5147c1-3b84-b3f6-898e-81b7063ec0f3-7e5461fc {
  justify-self: start;
}

#w-node-e76bc7db-6c86-4a34-f5d1-c1e211530ca4-7e5461fd {
  place-self: end center;
}

@media screen and (max-width: 991px) {
  #w-node-_6e7afe08-1a5c-96fb-18fd-07e2c5b2e9cb-7e5461ed {
    justify-self: center;
  }

  #w-node-dc77123e-390a-c5a0-41ef-9b611a6c18e7-7e5461ed {
    justify-self: stretch;
  }

  #w-node-_14a4c5c6-82ef-1464-c463-d74219fea456-7e5461f7 {
    justify-self: start;
  }

  #w-node-_6bb83750-e84c-be18-2c9b-2874b9a1b689-7e5461fb, #w-node-_491ad22e-38fc-7f33-25d0-b9a62af59270-7e5461fb {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bb5c276-48df-c01a-eaa8-8c3252473474-7e5461f9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6950fb80-96bb-57e5-ef86-b823c857bac5-7e5461ed {
    order: -9999;
    grid-row: span 1 / span 1;
  }
}


