/* ============================================
   Lateral Studio - Custom CSS
   Migrated from Webflow
   ============================================ */

/* --- Custom Fonts --- */
@font-face {
  font-family: 'Right Grotesk';
  src: url('../assets/fonts/PPRightGrotesk-TightMedium.woff2') format('woff2'),
       url('../assets/fonts/PPRightGrotesk-TightMedium.woff') format('woff'),
       url('../assets/fonts/PPRightGrotesk-TightMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* --- CSS Variables --- */
:root {
  --dark-gray: #232323;
  --burlywood: #ffc567;
  --neutral5: #ebebfa;
  --neutral10: #dadaee;
  --neutral20: #bbbbda;
  --neutral30: #9494bc;
  --neutral40: #6b6b99;
  --neutral60: #2d2d56;
  --neutral70: #1a1a3b;
  --neutral80: #0d0d26;
  --neutral90: #060619;
  --neon-blue: #0bdff9;
  --neon-green: #67f97c;
  --neon-lime: #e3f12f;
  --neon-indigo: #5252e0;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  min-height: 100%;
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  border: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

/* --- Typography --- */
.display-xl {
  font-family: 'Right Grotesk', Impact, sans-serif;
  font-size: 160px;
  font-weight: 500;
  line-height: 124px;
}

.display-l {
  color: var(--dark-gray);
  font-family: 'Right Grotesk', Impact, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: .9;
}

.display-l.neutral5-text {
  color: var(--neutral5);
}

.display-m {
  font-family: 'Right Grotesk', Impact, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 74px;
}

.display-s {
  flex: 1 0 auto;
  font-family: 'Right Grotesk', Impact, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 58px;
}

.display-s.light-text {
  color: var(--neutral5);
}

.display-xs {
  font-family: 'Right Grotesk', Impact, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 44px;
}

.body-xl {
  font-family: 'Albert Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.body-l {
  color: var(--dark-gray);
  font-family: 'Albert Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.body-l.light-text {
  color: var(--neutral5);
}

.body-m {
  font-family: 'Albert Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.body-m.light-text {
  color: var(--neutral20);
}

.body-s {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.body-xs {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.label-xl {
  font-family: 'Albert Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.label-l {
  font-family: 'Albert Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.label-m {
  font-family: 'Albert Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.label-s {
  font-family: 'Albert Sans', sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.label-xs {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-align-right {
  text-align: right;
}

/* --- Color Utilities --- */
.neutral5-text { color: var(--neutral5); }
.neutral10-text { color: var(--neutral10); }
.neutral20-text { color: var(--neutral20); }
.neutral40-text { color: var(--neutral40); }
.neutral60-text { color: var(--neutral60); }
.neutral80-text { color: var(--neutral80); }
.neon-blue-text { color: var(--neon-blue); }
.neon-green-text { color: var(--neon-green); }
.neon-lime-text { color: var(--neon-lime); }

.gradient-brand {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0bdff9, #67f97c 50%, #e3f12f 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

/* --- Background Utilities --- */
.bg-gradient-neutral-up {
  background-image: linear-gradient(#1a1a3b, #060619);
}

.bg-gradient-neutral-down {
  background-image: linear-gradient(#060619, #1a1a3b);
}

.bg-gradient-neutral {
  background-image: linear-gradient(90deg, var(--neutral90), var(--neutral5));
}

.bg-gradient-neutral-rev {
  background-image: linear-gradient(90deg, var(--neutral5), var(--neutral90));
}

.bg-gradient-brand {
  background-image: linear-gradient(90deg, var(--neon-blue), var(--neon-green) 50%, var(--neon-lime));
}

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


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

/* --- Layout --- */
.l-body {
  padding-top: 0;
}

.l-container {
  gap: 80px;
  flex-flow: column;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-s {
  width: 100%;
  height: 1px;
}

/* --- Navbar --- */
.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: transparent;
  width: 100%;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  display: inline-block;
  text-decoration: none;
}

.image-9 {
  height: 28px;
}

.nav-menu {
  gap: 80px;
  display: flex;
  list-style: none;
}

.menu-link {
  color: var(--neutral5);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.menu-link:hover {
  opacity: 0.7;
}

.menu-button-2 {
  display: none;
  background: transparent;
  cursor: pointer;
  padding: 12px;
}

.menu-button-2 .hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-button-2 .hamburger-icon span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--neutral5);
}

/* --- Hero Section --- */
.l-hero {
  padding: 0;
}

.hero-content {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.div-block-23 {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  display: flex;
}

.flex-block-4 {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}

.tech-icons {
  gap: 16px;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.div-block-25 {
  width: 64px;
}

.tech-icon {
  width: 100%;
}

.spacer {
  min-width: 1px;
  max-width: none;
  height: 40px;
}

.hero-btn {
  align-self: flex-end;
  margin-left: auto;
}

.hero-btn.table-view {
  display: none;
}

/* --- Buttons --- */
.btn-l {
  background-color: transparent;
  border: 1px solid #ebebfa;
  border-radius: 41px;
  padding: 24px 80px;
  color: var(--neutral5);
  font-family: 'Albert Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-l:hover {
  background-color: var(--neutral5);
  color: var(--neutral80);
}

.btn-m {
  background-color: transparent;
  border: 1px solid #ebebfa;
  border-radius: 33px;
  padding: 16px 64px;
  color: var(--neutral5);
  font-family: 'Albert Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-m:hover {
  background-color: var(--neutral5);
  color: var(--neutral80);
}

.btn-s {
  object-fit: fill;
  background-color: transparent;
  border: 1px solid #ebebfa;
  border-radius: 29px;
  padding: 12px 40px;
  color: var(--neutral5);
  font-family: 'Albert Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-s:hover {
  background-color: var(--neutral5);
  color: var(--neutral80);
}

/* --- What We Do Section --- */

.grid-container {
  gap: 80px;
  grid-template: ". . ." "Area Area Area" ". . ." / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.text-span {
}

.neon-green-span {
  color: var(--neon-green);
}

.neon-lime-span {
  color: var(--neon-lime);
}

.div-block-7 {
  width: 100%;
  grid-area: Area;
}

.div-block-39 {
  width: 100%;
  grid-area: Area;
}

/* --- Case Studies Section --- */

.case-studies-slider {
  background-color: transparent;
  width: 100%;
  position: relative;
}

.slider-mask {
  overflow: hidden;
  position: relative;
}

.slider-track {
  position: relative;
}

.slide {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.slide.active {
  position: relative;
  visibility: visible;
}

.grid-container-2 {
  gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-textbox {
  gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-study-title {
  margin-bottom: 0;
}

.case-study-title.label-xs {
  color: var(--neon-indigo);
  text-align: left;
  margin-bottom: 8px;
}

.case-study-title.label-xs.margin-0 {
  margin-bottom: 0;
}

.case-study-text p {
  margin-bottom: 10px;
}

.case-study-text p:last-child {
  margin-bottom: 0;
}

.tech-box {
  gap: 8px;
  flex-flow: column;
  display: flex;
}

.tech-box .case-study-title.body-m.neutral10-text.text-align-right {
  line-height: 35px;
}

.image-12 {
  width: 100%;
}

.slide-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.slide-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--neutral40);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slide-nav-dot.active {
  background-color: var(--neutral5);
}

/* --- Why Lateral Section --- */

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

.why-title.display-l {
  order: 0;
}

.why-textbox {
  padding-top: 80px;
}

.why-textbox.neutral60-text {
  max-width: 640px;
}

.div-block-9 {
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.feature-list {
  padding-top: 16px;
  padding-bottom: 16px;
}

.tradizional-list {
  width: 280px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.lateral-list {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 280px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 220px 62px #06061900, 0 141px 56px #06061903, 0 79px 48px #0606190d, 0 35px 35px #06061917, 0 9px 19px #0606191a;
}

.image-10 {
  height: 24px;
}

/* --- CTA Banner --- */
.cta-banner {
  gap: 40px;
  background-color: var(--neon-indigo);
  color: var(--neutral5);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.cta-text {
  gap: 40px;
  align-items: center;
  display: flex;
}

/* --- Partners --- */
.div-block-10 {
  text-align: center;
}

.text-block-26 {
  color: var(--neutral80);
  text-align: center;
  margin-bottom: 24px;
}

.partner-box {
  gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.partner-logo {
  color: var(--neutral40);
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 80px;
  padding: 10px 20px;
  display: flex;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* --- Process Section --- */

.div-block-14 {
  gap: 64px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.process-item {
  gap: 32px;
  text-align: left;
  display: flex;
}

.process-item.secont-item {
  justify-content: center;
  align-self: auto;
}

.process-item.third-item {
  justify-content: flex-end;
}

.step-number {
  flex-shrink: 0;
}

.step-text {
  gap: 24px;
  flex-flow: column;
  width: 560px;
  display: flex;
}

/* --- Contacts Section --- */

.div-block-15 {
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  gap: 80px;
}

.div-block-16 {
  gap: 24px;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.div-block-17 {
  width: 560px;
}

.form-3 {
  gap: 24px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.input-label {
  color: var(--neutral30);
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.input-text {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral5);
  background-color: var(--neutral70);
  color: var(--neutral5);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px 24px;
  width: 100%;
  font-family: 'Albert Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}

.input-text:focus {
  border-color: var(--neon-blue);
}

.input-text::placeholder {
  color: var(--neutral40);
}

textarea.input-text {
  min-height: 120px;
  resize: vertical;
}

.div-block-18 {
  align-self: flex-start;
}

.form-done {
  text-align: center;
  background-color: var(--neon-green);
  color: var(--neutral80);
  padding: 20px;
  border-radius: 8px;
  display: none;
}

.form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  display: none;
}

/* --- Footer --- */

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

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

.image-11 {
  height: 24px;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
  text-align: right;
}

/* --- FAQs Section --- */
.l-section-faqs {
  display: none; /* Hidden as per original site */
}

.div-block-36 {
  gap: 160px;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
}

.dropdown-toggle-2:hover {
  opacity: 0.8;
}

.arrow-accordion {
  color: var(--neutral80);
  margin-right: 40px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.dropdown-toggle-2.open .arrow-accordion {
  transform: rotate(180deg);
}

.dropdown-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.dropdown-list.open {
  max-height: 500px;
}

.accordion-text {
  background-color: var(--neutral5);
  padding: 0 40px 24px 40px;
  display: block;
  text-decoration: none;
}

/* --- Sections Padding & Layout --- */
section {
  padding: 80px 0;
}

.l-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-section-what-we-do {
  padding: 80px 0;
}

.l-section-case-studies {
  padding: 80px 0;
}

.l-section-why {
  padding: 80px 0;
}

.l-section-process {
  padding: 80px 0;
}

.l-section-contacts {
  padding: 80px 0;
}

.l-footer {
  padding: 40px 0 60px;
}

/* --- Hide/Show Utilities --- */
.hide-tablet {
  display: block;
}

/* ============================================
   Responsive Styles
   ============================================ */

/* Large screens (1920px+) */
@media screen and (min-width: 1920px) {
  .display-xs.neutral5-text {
    font-size: 64px;
    line-height: 58px;
  }

  .hero-content {
    flex-flow: row;
  }

  .grid-container-2 {
    grid-template-columns: 1fr 1.5fr .5fr;
  }

  .div-block-23 {
    flex-flow: row;
  }
}

/* Tablet (max 991px) */
@media screen and (max-width: 991px) {
  .display-xl { font-size: 120px; line-height: 110px; }
  .display-l { font-size: 80px; line-height: 74px; }
  .display-m { font-size: 64px; line-height: 58px; }
  .display-s { font-size: 48px; line-height: 44px; }
  .display-xs { font-size: 40px; line-height: 36px; }
  .body-xl { font-size: 22px; line-height: 32px; }
  .body-l { font-size: 18px; line-height: 26px; }
  .body-m { font-size: 16px; line-height: 22px; }
  .body-s { font-size: 14px; line-height: 20px; }
  .body-xs { font-size: 12px; line-height: 18px; }
  .label-l { font-size: 18px; line-height: 26px; }
  .label-xl { font-size: 22px; line-height: 32px; }
  .label-m { font-size: 16px; line-height: 22px; }
  .label-s { font-size: 14px; line-height: 20px; }
  .label-xs { font-size: 12px; line-height: 18px; }

  .l-container {
    gap: 40px;
  }

  .menu-link {
    background-color: var(--neutral20);
    color: var(--neutral80);
    padding: 8px 16px;
    border-radius: 20px;
  }

  .menu-link:hover {
    background-color: var(--neutral40);
    opacity: 1;
  }

  .hero-content {
    gap: 40px;
    flex-flow: column;
  }

  .hero-btn {
    display: none;
  }

  .hero-btn.table-view {
    display: block;
  }

  .grid-container {
    gap: 20px;
    grid-template: "." "." "." "." "." "." "." "." / 1fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: column;
  }

  /* Reorder grid items: interleave headings with paragraphs */
  .grid-container > :nth-child(1) { grid-area: 1 / 1 / 2 / 2; } /* H1 → row 1 */
  .grid-container > :nth-child(2) { grid-area: 3 / 1 / 4 / 2; } /* H2 → row 3 */
  .grid-container > :nth-child(3) { grid-area: 5 / 1 / 6 / 2; } /* H3 → row 5 */
  .grid-container > :nth-child(5) { grid-area: 2 / 1 / 3 / 2; } /* P1 → row 2 */
  .grid-container > :nth-child(6) { grid-area: 4 / 1 / 5 / 2; } /* P2 → row 4 */
  .grid-container > :nth-child(7) { grid-area: 6 / 1 / 7 / 2; } /* P3 → row 6 */
  .grid-container > :nth-child(8) { grid-area: 7 / 1 / 8 / 2; } /* divider → row 7 */
  .grid-container > :nth-child(9) { grid-area: 8 / 1 / 9 / 2; } /* divider → row 8 */

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

  .div-block-39 {
    grid-area: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-container-2 {
    gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-textbox {
    gap: 20px;
  }

  .div-block-8 {
    gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .why-textbox {
    padding-top: 0;
  }

  .list-item {
    text-align: left;
  }

  .cta-banner {
    gap: 20px;
    padding: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hide-tablet {
    display: none;
  }

  .div-block-15 {
    gap: 40px;
    flex-flow: column;
  }

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

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

  .div-block-19 {
    gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .image-12 {
    width: 70%;
  }

  .tech-icons {
    padding-top: 0;
  }

  .menu-button-2 {
    display: block;
  }

  .nav-menu {
    display: none;
    background-color: transparent;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;
  }

  .nav-menu.open {
    display: flex;
  }

  .div-block-23 {
    gap: 40px;
    flex-flow: column;
  }

  .case-studies-slider {
    min-height: auto;
  }

  .slide-nav {
    font-size: 12px;
  }
}

/* Mobile Landscape (max 767px) */
@media screen and (max-width: 767px) {
  .display-xl { font-size: 80px; line-height: 74px; }
  .display-l { font-size: 64px; line-height: 58px; }
  .display-m { font-size: 48px; line-height: 44px; }
  .display-s { font-size: 40px; line-height: 36px; }
  .display-xs { font-size: 34px; line-height: 30px; }
  .body-xl { font-size: 18px; line-height: 26px; }
  .body-l { font-size: 16px; line-height: 22px; }
  .body-m { font-size: 14px; line-height: 20px; }
  .label-l { font-size: 16px; line-height: 22px; }
  .label-xl { font-size: 18px; line-height: 26px; }
  .label-m { font-size: 14px; line-height: 20px; }
  .label-s { font-size: 12px; line-height: 18px; }

  .list-item {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .case-studies-slider {
    min-height: auto;
  }

  .grid-container-2 {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-12 {
    width: 100%;
  }

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

  .cta-text {
    text-align: center;
    width: 100%;
  }
}

/* Mobile Portrait (max 479px) */
@media screen and (max-width: 479px) {
  .display-xl { font-size: 64px; line-height: 58px; }
  .display-l { font-size: 64px; }
  .display-m { font-size: 40px; line-height: 36px; }
  .display-s { font-size: 34px; line-height: 30px; justify-content: center; }
  .display-xs { font-size: 40px; line-height: .9; }
  .body-xl { font-size: 20px; line-height: 22px; }
  .body-l { font-size: 18px; line-height: 20px; }
  .body-m { font-size: 16px; }
  .label-l { font-size: 14px; line-height: 20px; }
  .label-xl { font-size: 16px; line-height: 22px; }

  .btn-m {
    padding: 12px 48px;
  }

  .container-navbar {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 2px;
  }

  .l-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-hero,
  .l-section-what-we-do {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn.table-view {
    align-self: flex-start;
    margin-left: 0;
  }

  .grid-container,
  .grid-container-2 {
    gap: 20px;
  }

  .case-study-title.label-xs {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .tech-box {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-8 {
    gap: 16px;
  }

  .div-block-9 {
    gap: 10px;
  }

  .image-10 {
    height: 20px;
  }

  .list-item {
    font-size: 12px;
    line-height: 16px;
  }

  .list-item.body-m {
    text-align: center;
  }

  .cta-banner {
    flex-flow: column;
    justify-content: center;
  }

  .cta-text {
    text-align: center;
    width: 100%;
    flex-direction: column;
  }

  .partner-box {
    gap: 20px;
  }

  .process-item {
    gap: 12px;
    flex-flow: wrap;
  }

  .process-item.secont-item,
  .process-item.third-item {
    justify-content: flex-start;
    align-items: stretch;
  }

  .step-text {
    width: 100%;
  }

  .div-block-14 {
    gap: 40px;
  }

  .image-12 {
    width: 100%;
  }

  .tech-icons {
    gap: 8px;
    order: -1;
  }

  .tech-icon,
  .div-block-25 img {
    width: 32px;
  }

  .div-block-25 {
    width: auto;
  }

  .brand {
    padding-left: 0;
  }

  .spacer {
    height: 20px;
  }

  .flex-block-4 {
    gap: 20px;
    flex-flow: column;
  }

  .case-studies-slider {
    min-height: auto;
    height: auto;
  }
}

/* --- Webflow icon font replacement --- */
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: 400;
  font-style: normal;
}
