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

@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Joyride Alternate;
  src: url('../fonts/Joyride-Alternate.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Joyride Extended;
  src: url('../fonts/Joyride-Extended.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #F5F5F5;
  --brand-color-6: #6D28D9;
  --brand-color-1: #1A1A1A;
  --color: #0A0A0A;
  --brand-color-2: #1a3d2e;
  --brand-color-lines\<deleted\|variable-c96b9a97-675e-f88b-4f20-d64e409498b0\>: #fff0;
  --brand-color-3: #7C3AED;
  --white: white;
  --background-color-1\<deleted\|variable-4d1b5800-d9eb-9cf3-5202-396ffaf6c67f\>: #141414;
  --empty: #fff0;
  --brand-color-8: rgba(255,255,255,0.06);
  --gradient: #ff6314;
  --button-hover-color: #888888;
  --brand-color-5: #ffd9b6;
  --brand-color-7: #333333;
  --color-9: rgba(255,255,255,0.06);
  --green: #11ac78;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #0A0A0A;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #0F0F0F;
  border: 1px solid rgba(255,255,255,0.06);
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #0F0F0F;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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 {
  color: #F5F5F5;
  background-color: #0A0A0A;
  font-family: Satoshi Variable, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

p {
  color: #888888;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

a {
  color: var(--brand-color-6);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

blockquote {
  background-color: var(--brand-color-1);
  color: var(--black);
  border: 1px #000;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 100px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.417em;
}

.mg-bottom-16px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  font-weight: 400;
  display: flex;
}

.sub-headline-wrapper {
  flex: none;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.sub-headline-wrapper._800px {
  overflow-wrap: normal;
}

.subhead {
  color: #888888;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 1;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  overflow: visible;
}

.hero {
  z-index: 5;
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 5;
  color: #F5F5F5;
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5em;
  position: relative;
}

.container.hero {
  z-index: 6;
  background-color: transparent;
  border-radius: 0;
  padding: 80px 2.5em 48px;
}

.container.no-margins {
  padding-top: 0;
  padding-bottom: 0;
}

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

.container.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.container.footer {
  padding-top: 0;
  padding-bottom: 4em;
}

.container.heightnew {
  padding-bottom: 1em;
}

.overflow-headline {
  flex-flow: row;
  order: 0;
  display: block;
  overflow: visible;
}

.hero-center-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.btn-primary {
  border: none;
  background-color: #7C3AED;
  color: #fff;
  border-radius: 100px;
  height: auto;
  padding: 14px 32px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #6D28D9;
  color: #fff;
  border: none;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(124,58,237,0.3);
}

.btn-primary.w--current {
  color: #fff;
  background-color: #000;
}

.btn-primary.green {
  background-color: #11ac78;
}

.hero-image-card-right {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 40px 40px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.bg-image-fulldwith {
  filter: brightness(80%);
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bg-image-fulldwith._2-row {
  background-image: none;
  background-color: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.mg-bottom-64px {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.hero-image-card-left {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid.line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none;
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.team-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
}

.team-info-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.team-absolut-img {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block.expertise .team-absolut-img::after {
  content: "";
  position: absolute;
  inset: 0%;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ── Expertise Cards: Apple-style redesign ── */
.team-card:has(.expertise) {
  background: #0F0F0F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 32px;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.team-card:has(.expertise):hover {
  border-color: rgba(124, 58, 237, 0.4);
  background: #121212;
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.08);
}

/* Hide old image block, repurpose as accent bar */
.team-card:has(.expertise) .div-block.expertise {
  height: auto;
  width: auto;
  position: static;
  background-color: transparent;
  background-image: none;
}

.team-card:has(.expertise) .div-block.expertise .team-absolut-img {
  position: static;
  inset: auto;
  width: 32px;
  height: 3px;
  background: #7C3AED;
  border-radius: 2px;
  overflow: visible;
}

.team-card:has(.expertise) .div-block.expertise .team-absolut-img::after {
  display: none;
}

.team-card:has(.expertise) .div-block.expertise .team-absolut-img img {
  display: none;
}

/* Info area */
.team-card:has(.expertise) .team-info-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.team-card:has(.expertise) .team-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.team-card:has(.expertise) .flex-h.bottom-border {
  border: none;
  padding: 0;
  margin: 0;
}

/* Title */
.team-card:has(.expertise) .team-name {
  font-size: 20px;
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* Tags container */
.team-card:has(.expertise) .div-block-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.team-card:has(.expertise) .div-block-3 .mg-bottom-24px {
  margin-bottom: 0;
}

/* Tags */
.team-card:has(.expertise) .topheading.pill.main,
.team-card:has(.expertise) .topheading.pill.main.secondary {
  display: inline-flex;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: #9B7AE8;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  line-height: 1.4;
}
/* Content z-index above pattern */
.team-card:has(.expertise) .div-block.expertise,
.team-card:has(.expertise) .team-info-div {
  position: relative;
  z-index: 1;
}

/* ── Expertise SVG Background Patterns ── */
.team-grid.line > .team-card:nth-child(1)::before,
.team-grid.line > .team-card:nth-child(2)::before,
.team-grid.line > .team-card:nth-child(3)::before,
.team-grid.line > .team-card:nth-child(4)::before,
.team-grid.line > .team-card:nth-child(5)::before,
.team-grid.line > .team-card:nth-child(6)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}

.team-grid.line > .team-card:nth-child(1):hover::before,
.team-grid.line > .team-card:nth-child(2):hover::before,
.team-grid.line > .team-card:nth-child(3):hover::before,
.team-grid.line > .team-card:nth-child(4):hover::before,
.team-grid.line > .team-card:nth-child(5):hover::before,
.team-grid.line > .team-card:nth-child(6):hover::before {
  opacity: 0.2;
}

/* Card 1 — AI Strategy & Audit: topographic contour lines */
.team-grid.line > .team-card:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cellipse cx='200' cy='200' rx='180' ry='120' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3Cellipse cx='200' cy='200' rx='140' ry='90' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3Cellipse cx='200' cy='200' rx='100' ry='60' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3Cellipse cx='200' cy='200' rx='60' ry='35' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3Cellipse cx='200' cy='200' rx='25' ry='15' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3C/svg%3E");
}

/* Card 2 — AI Agents & Automation: diagonal lines */
.team-grid.line > .team-card:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cline x1='0' y1='20' x2='20' y2='0' stroke='%237C3AED' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: repeat;
}

/* Card 3 — Data Analysis & Reporting: dot grid */
.team-grid.line > .team-card:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%237C3AED'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: repeat;
}

/* Card 4 — AI Staffing & Teams: hexagonal honeycomb */
.team-grid.line > .team-card:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66Z' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3Cpath d='M28 166L0 150L0 116L28 100L56 116L56 150L28 166Z' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 56px 100px;
  background-repeat: repeat;
}

/* Card 5 — LLM Integration: circuit nodes */
.team-grid.line > .team-card:nth-child(5)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='40' cy='40' r='4' fill='%237C3AED'/%3E%3Ccircle cx='160' cy='40' r='4' fill='%237C3AED'/%3E%3Ccircle cx='100' cy='100' r='6' fill='%237C3AED'/%3E%3Ccircle cx='40' cy='160' r='4' fill='%237C3AED'/%3E%3Ccircle cx='160' cy='160' r='4' fill='%237C3AED'/%3E%3Cline x1='40' y1='40' x2='100' y2='100' stroke='%237C3AED' stroke-width='1'/%3E%3Cline x1='160' y1='40' x2='100' y2='100' stroke='%237C3AED' stroke-width='1'/%3E%3Cline x1='40' y1='160' x2='100' y2='100' stroke='%237C3AED' stroke-width='1'/%3E%3Cline x1='160' y1='160' x2='100' y2='100' stroke='%237C3AED' stroke-width='1'/%3E%3Cline x1='40' y1='40' x2='160' y2='40' stroke='%237C3AED' stroke-width='0.5'/%3E%3Cline x1='40' y1='160' x2='160' y2='160' stroke='%237C3AED' stroke-width='0.5'/%3E%3Cline x1='40' y1='40' x2='40' y2='160' stroke='%237C3AED' stroke-width='0.5'/%3E%3Cline x1='160' y1='40' x2='160' y2='160' stroke='%237C3AED' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
}

/* Card 6 — Process Automation: sinusoidal waves */
.team-grid.line > .team-card:nth-child(6)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='40'%3E%3Cpath d='M0 20 Q25 0 50 20 Q75 40 100 20 Q125 0 150 20 Q175 40 200 20' fill='none' stroke='%237C3AED' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  background-repeat: repeat;
}
/* ── End Expertise Cards ── */

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

.team-text {
  color: #888888;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.div-block {
  width: 100%;
  height: 400px;
  position: relative;
}

.div-block.expertise {
  height: 200px;
  background-color: #0F0F0F;
}

.section {
  z-index: 5;
  padding: 72px 0;
  position: relative;
}

.section.gray {
  background-color: var(--background-color-1\<deleted\|variable-4d1b5800-d9eb-9cf3-5202-396ffaf6c67f\>);
}

.section.orange {
  background-color: #0A0A0A;
}

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

.section.pink {
  background-color: #0A0A0A;
  background-image: none;
  overflow: hidden;
}

.section.hero {
  flex-flow: column;
}

.team-card {
  background-color: #161616;
  border: 1px solid #2A2A2A;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.flex-h.bottom-border {
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.team-name {
  color: #F5F5F5;
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.display-1 {
  color: var(--black);
  letter-spacing: -.04em;
  white-space: normal;
  object-fit: fill;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2px;
  font-size: 10vw;
  line-height: 1em;
  overflow: visible;
}

.section-hero {
  background-color: #0A0A0A;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 0 40px;
  position: relative;
}

.section-hero.pages {
  background-color: var(--brand-color-1);
  padding-top: 0;
  padding-bottom: 0;
}

.section-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.no-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
}

.section-title.white {
  color: var(--black);
  flex-flow: row;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
}

.topheading {
  background-color: transparent;
  color: #888888;
  border: 1px solid rgba(255,255,255,0.1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}

.topheading._2 {
  background-color: rgba(124,58,237,0.1);
  border: 1px solid rgba(124,58,237,0.2);
  color: #9B7AE8;
  -webkit-text-stroke-color: transparent;
}

.topheading.tech {
  border: 1px solid rgba(255,255,255,0.1);
  background-color: transparent;
}

.topheading.pill.main {
  background-color: #252525;
  color: #9B9B9B;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.topheading.pill.main.secondary {
  background-color: #252525;
  color: #9B9B9B;
}

.hero-headline {
  margin-bottom: 0;
  line-height: 1.0;
  letter-spacing: -0.04em;
}

.divider-line {
  background-color: rgba(255,255,255,0.06);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: none;
  margin-bottom: 16px;
  font-size: 80px;
  font-weight: 500;
  line-height: .971;
}

.color-shade-card {
  color: #F5F5F5;
  text-align: left;
  background-color: #0F0F0F;
  border: 1px #000;
  flex: 1;
  padding: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  display: flex;
}

.text-small {
  color: #F5F5F5;
  line-height: 150%;
}

.paragraph-small {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.color-block {
  background-color: #0F0F0F;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 100px;
  padding: 20px;
  display: flex;
}

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

.color-block._7 {
  background-color: var(--black);
  border: 1px #cedad6;
}

.color-block._4 {
  background-color: var(--gradient);
}

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

.color-block._8 {
  background-color: var(--button-hover-color);
}

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

.color-block._3 {
  background-color: var(--brand-color-1);
  border: 1px #dadada;
  border-radius: 0;
}

.color-block._1 {
  background-color: var(--brand-color-6);
  border-radius: 0;
}

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

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

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

.button-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.button-wrapper.white {
  color: #20d7dd;
  background-color: #0F0F0F;
}

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.paragraph-big {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.483em;
}

.paragraph-big.white {
  color: var(--white);
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.card-component {
  border: 1px solid var(--brand-color-8);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button {
  border: none;
  background-color: #7C3AED;
  color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: all 0.2s ease;
  display: flex;
  position: relative;
  box-shadow: none;
}

.primary-button:hover {
  background-color: #6D28D9;
  box-shadow: 0 8px 32px rgba(124,58,237,0.3);
  color: #fff;
  text-decoration: none;
}

.primary-button._2 {
  border: 1px solid rgba(255,255,255,0.1);
  background-color: transparent;
  color: #888888;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.primary-button._2:hover {
  border-color: var(--brand-color-3);
  background-color: var(--brand-color-3);
  color: var(--white);
}

.primary-button.mobile {
  display: none;
}

.font-grid {
  grid-template-rows: auto;
}

.animation-wrapper {
  background-color: #0A0A0A;
  border: 1px #000;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mg-bottom-80px {
  margin-bottom: 0;
}

.insights-grid-3-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr 2fr 1.8fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.insight-center-block {
  z-index: 5;
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: visible;
}

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

.feature-card {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #F5F5F5;
  text-align: left;
  flex-direction: column;
  flex: 270px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.icon-box {
  background-color: var(--color);
  border: 1px #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  display: flex;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  filter: brightness(0) invert(1);
}

.service-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.grid-insights {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: auto;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.grid-insights.horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.grid-block-item {
  text-align: center;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
}

.grid-block-item.no-line {
  border: 1px #000;
}

.newsletter-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form.footer {
  width: 100%;
}

.newsletterl-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.bg-success {
  color: #000;
  background-color: #41eb4c;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.form-feedback.bg-error {
  background-color: red;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.form-input {
  color: #F5F5F5;
  background-color: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #7C3AED;
}

.form-input::placeholder {
  color: var(--button-hover-color);
}

.form-input.newsletter {
  background-color: var(--color);
  color: var(--button-hover-color);
  border-style: none;
  border-bottom-width: 0;
  border-bottom-color: #cedad600;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
}

.testimonials-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.testimonials-left-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-testimonilas-block {
  border-bottom: 1px solid var(--brand-color-1);
  padding: 20px 32px;
  font-weight: 500;
}

.center-section-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.social-button {
  background-color: var(--brand-color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform .2s;
  display: flex;
}

.social-button:hover {
  transform: scale(1.1);
}

.testimonials-content-block {
  color: var(--black);
  flex: 1;
  padding: 32px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  line-height: 1.475;
}

.social-icon {
  filter: invert(100%) brightness(80%);
  width: 16px;
  height: 16px;
}

.card {
  border: 1px solid rgba(255,255,255,0.06);
  color: #888888;
  background-color: #0F0F0F;
  border-radius: 16px;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.top-testimonials-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-testimonials-block.row-align-center {
  color: var(--button-hover-color);
  justify-content: space-between;
  align-items: center;
}

.testimonails-name {
  color: var(--black);
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.417em;
}

.testimonials-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.more-templates {
  z-index: 1000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #F5F5F5;
  letter-spacing: -.05px;
  background-color: #0F0F0F;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.06);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 10px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 25px 40px auto;
  box-shadow: 0 2px 10px #0006;
}

.white-logo-testimonials {
  opacity: 1;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonials-card-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.star {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(24%) sepia(95%) saturate(5500%) hue-rotate(258deg) brightness(96%) contrast(93%);
  margin-left: 2px;
  margin-right: 2px;
}

.graphic-testimonials-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-info {
  position: relative;
}

.heading {
  letter-spacing: -1.3px;
}

.mg-top-80px {
  margin-bottom: 80px;
}

.page-wrapper {
  overflow: hidden;
  padding-top: 64px;
}

.color {
  color: var(--brand-color-7);
  margin-left: 16px;
}

.color-light-oragne {
  color: var(--brand-color-2);
  margin-left: 16px;
}

._16px-text {
  color: var(--button-hover-color);
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.mg-bottom-24px {
  margin-bottom: 0;
}

.image-blog {
  background-color: #5956fd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
}

.image-blog.taller {
  width: 100px;
  height: 100px;
}

.image-blog.taller.home {
  border-radius: 0;
  width: 120px;
  height: 120px;
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 0;
}

.info-div-wrapper.side-bar {
  border: 1px #000;
  width: 100%;
  padding: 0;
}

.info-div-wrapper.side-bar.fixed-size {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: none;
  flex-flow: column;
  height: auto;
  padding: 0;
  display: flex;
}

.info-div-wrapper.side-bar.fixed-size:hover {
  background-color: #0000;
}

.blog-link {
  color: #F5F5F5;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

.blog-link:hover {
  color: #888888;
}

.blog-link.paddings {
  color: #F5F5F5;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-link.paddings:hover {
  text-decoration: none;
}

.title-post {
  color: #F5F5F5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.313em;
  transition: color .4s;
}

.title-post:hover {
  color: var(--button-hover-color);
}

.title-post.smaller {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.title-post.smaller:hover {
  color: var(--button-hover-color);
}

.icon-header {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.blog-card {
  width: 100%;
  font-family: Satoshi Variable, sans-serif;
  text-decoration: none;
}

.blog-card:hover {
  text-decoration: none;
}

.color-gray-text {
  color: #888888;
}

.flex-h-start {
  align-items: center;
  display: flex;
}

.flex-h-start.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.blog-post-card-image-wrapper {
  background-color: #0F0F0F;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.image-fulldwith {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.post-2-grid-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-label {
  color: #888888;
  border: 1px solid #333333;
  border-radius: 4px;
  margin-right: 0;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: inline-block;
}

.blog-label:hover {
  color: #fff;
  background-color: #7C3AED;
  border-color: #7C3AED;
  font-size: 14px;
}

.blog-label.w--current {
  color: #fff;
  background-color: #33af38;
  border-color: #33af38;
}

.blog-label.orange {
  background-color: var(--color);
  color: var(--black);
  border-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blog-side-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0F0F0F;
  color: #F5F5F5;
  border: 0 #f4edff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  margin-right: 0;
  padding: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  transition: box-shadow 40ms;
  display: flex;
}

.blog-side-bar:hover {
  box-shadow: 0 6px 12px #0000004d;
}

.blog-side-bar.no-padding {
  margin-bottom: 0;
}

.post-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--brand-color-1);
  background-color: var(--brand-color-8);
  border-radius: 0;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.footer-flex-container {
  z-index: 2;
  color: #888888;
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-logo-link {
  color: var(--white);
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

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

.social-footer-link {
  background-color: rgba(255,255,255,0.04);
  opacity: 1;
  color: #888;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  background-color: rgba(255,255,255,0.08);
}

.social-footer-link.tech {
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 8px;
  padding: 0;
}

.cta-title {
  margin-bottom: 0;
}

.footer-section {
  background-color: #0000;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.overlay-img {
  position: absolute;
  inset: 0%;
}

.overlay-img.green {
  z-index: 1;
  background-color: #bbf092;
  left: auto;
}

.section-block {
  z-index: 1;
  height: 65%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-block {
  background-color: #0F0F0F;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.text-block-footer {
  color: #F5F5F5;
  text-align: left;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom {
  z-index: 2;
  background-color: #0A0A0A;
  color: #F5F5F5;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.grid-two-row {
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: transparent;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.grid-two-row.transparent {
  background-color: var(--empty);
}

.footer-title-block {
  color: #F5F5F5;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-link {
  color: #888888;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

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

.bazaar-social-icon {
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0) invert(1);
  opacity: 1;
  object-fit: contain;
}

.social-footer-link.tech {
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0;
}

.cta-in-container {
  background-color: #0F0F0F;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cta-in-container:hover {
  border-color: rgba(124,58,237,0.3);
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}

.footer-copyright {
  color: #888888;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-column {
  color: #F5F5F5;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-side {
  color: #f8ffd9;
  flex-flow: column;
  width: 35%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side {
  border-left: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: #F5F5F5;
  border: 1px #000;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 65%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.relative-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #888888;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 0;
  font-family: Satoshi Variable, sans-serif;
  display: flex;
}

.section-cta {
  background-color: #0A0A0A;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.content-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.dashboard-image {
  object-fit: cover;
  border: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cta-in-container:hover .dashboard-image {
  filter: grayscale(0%);
}

.cta-in-container .content-card {
  padding: 32px;
}

.cta-in-container .cta-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cta-in-container .paragraph-3 {
  font-size: 14px;
  color: #888888;
  line-height: 1.6;
}

.cta-in-container .paragraph {
  font-size: 12px;
  color: #888888;
}

.left-side-image {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.right-side-images {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.subpages-section {
  background-color: var(--color);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bazaar-text-center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bazaar-text-center._70 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #F5F5F5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.hero-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-post-2-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-post-2-row.small-posts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-post {
  height: 600px;
}

.content-wrapper {
  z-index: 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.category-section {
  background-color: #fff0;
  border: 1px #000;
  padding: 0;
  position: relative;
}

.categories-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.categories-label {
  border: 1px solid var(--color-9);
  color: var(--black);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.115em;
  text-decoration: none;
  display: block;
}

.categories-label:hover {
  text-decoration: none;
}

.categories-label.w--current {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--color);
}

.categories-label.w--current:hover {
  background-color: var(--brand-color-6);
}

.collection-item {
  border-style: none;
  padding: 0;
}

.section-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.wrapper-about-left {
  z-index: 2;
  direction: ltr;
  max-width: 500px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

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

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

.contact-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.error-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: red;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 14px;
  font-weight: 400;
}

.card-form-contact {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.form {
  background-color: var(--background-color-1\<deleted\|variable-4d1b5800-d9eb-9cf3-5202-396ffaf6c67f\>);
  width: 100%;
  padding: 60px;
}

.text-field {
  float: none;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--brand-color-7);
  color: var(--black);
  background-color: #fff0;
  border-radius: 0;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #333333;
}

.text-field:focus {
  color: #F5F5F5;
  background-color: #1A1A1A;
  border-color: #333333;
}

.text-field::placeholder {
  color: #888888;
}

.text-field.message {
  border-radius: 0;
  height: 150px;
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0dcc43;
  border-radius: 8px;
  width: 100%;
  font-family: Droid Serif, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.inner-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #F5F5F5;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-20px {
  color: #F5F5F5;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.logo-statick-logo {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.logo-row-image {
  margin: 12px 24px;
}

.logo-row-image.no-left-space {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 12px;
}

.toggle-name {
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.toggle-questions-faq {
  color: #fff;
  cursor: pointer;
  border: 1px #252525;
  border-top: 1px solid #0003;
  border-bottom: 1px solid #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 14px 20px;
  font-weight: 400;
  transition: opacity .2s, background-color .6s;
  display: flex;
}

.toggle-wrapper-div {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 80%;
  height: auto;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper-div:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.minus {
  color: #F5F5F5;
  background-color: #F5F5F5;
  width: 15px;
  height: 2px;
  position: absolute;
}

.plus {
  color: #F5F5F5;
  background-color: #F5F5F5;
  width: 15px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

._900px-wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-icon {
  border: 1px solid var(--brand-color-2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  padding: 0;
  display: flex;
}

.toggle-answer {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.toggle-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 16px;
  display: flex;
}

.toggle-info:hover {
  background-color: #0000;
  border: 1px #000;
}

.grid-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.project-div-block {
  background-image: url('../images/Rectangle-4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.project-div-block._2-row {
  width: 100%;
  height: 500px;
}

.project-div-block.backg {
  object-fit: cover;
  background-image: url('../images/Rectangle-8.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 700px;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.project-div-block.backg2 {
  background-image: url('../images/Rectangle-11.jpg');
  overflow: visible;
}

.project-div-block.backg3 {
  background-image: url('../images/Rectangle-10.jpg');
}

.project-div-block.backg4 {
  background-image: url('../images/Rectangle-8.jpg');
}

.project-div-block.backg5 {
  background-image: url('../images/Rectangle-11.jpg');
}

.hero-project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  height: 800px;
  margin-top: 100px;
}

.project-info-card {
  z-index: 2;
  background-color: #0F0F0F;
  justify-content: space-between;
  width: 80%;
  height: auto;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px 40px;
  display: flex;
  position: relative;
}

.information-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-info {
  color: var(--button-hover-color);
  margin-bottom: 6px;
  font-size: 24px;
}

.bg-wrapper {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.animation-bottom-box {
  z-index: 2;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  position: relative;
}

.line-1 {
  border-right: 1px solid var(--color);
  width: 10%;
  height: 100%;
}

.line-1.white-line {
  border-right-color: var(--white);
}

.nav-link {
  color: #888888;
  border-radius: 0;
  padding: 6px 14px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow: visible;
}

.nav-link:hover {
  background-color: transparent;
  color: #F5F5F5;
  text-decoration: none;
}

.nav-link.w--current {
  color: #F5F5F5;
  -webkit-text-fill-color: inherit;
  background-color: transparent;
  background-clip: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

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

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: relative;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.logo-type {
  letter-spacing: -.7px;
  margin-bottom: 0;
  font-family: Joyride Extended, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.logo-type:hover {
  text-decoration: none;
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 1000;
  background-color: rgba(10,10,10,0.85);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  color: #F5F5F5;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-logo-link {
  color: #F5F5F5;
  text-decoration: none;
}

.nav-logo-link:hover {
  text-decoration: none;
}

.grid-project-2-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-links {
  opacity: .76;
  color: #9b9b9b;
  text-align: center;
  font-size: 44px;
  line-height: 56px;
  text-decoration: none;
  transition: opacity .4s;
  overflow: hidden;
}

.logo-links:hover {
  opacity: 1;
}

.qs-images {
  width: 600px;
  padding: 0;
}

.component-wrapper-block {
  color: #F5F5F5;
  text-align: left;
  border: 1px rgba(255,255,255,0.06);
  border-top-color: rgba(255,255,255,0.06);
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 60px 100px;
}

.blog-image {
  background-image: url('../images/team-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.blog-image._5 {
  background-image: url('../images/Image-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog-image._6 {
  background-image: url('../images/project-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog-image._2 {
  background-image: url('../images/Image-9.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog-image._1 {
  background-image: url('../images/Image-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.blog-image._3 {
  background-image: url('../images/team-3.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-1em {
  color: #F5F5F5;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-40px:hover {
  text-decoration: none;
}

.licenses-paragraph {
  color: #F5F5F5;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.logotypes-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.icons {
  background-color: var(--brand-color-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.changelog {
  background-image: linear-gradient(#fff0, #000000a1), url('../images/Image-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
}

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

.form-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0F0F0F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  color: var(--black);
  flex-flow: column;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.133em;
  display: flex;
  position: relative;
}

.form-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #888888;
  justify-content: space-between;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.field-label {
  color: var(--black);
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
}

.log-in-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.checkbox-field {
  margin-bottom: 10px;
}

.lock-icon {
  width: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.block-header {
  text-align: center;
  border-style: none;
  justify-content: center;
  align-items: baseline;
  padding: 0;
}

.block-content {
  border: 1px #000;
  padding: 0;
}

.user-account-form {
  border: 0 #000;
}

.wrapper-buttons-user {
  margin-top: 20px;
  display: flex;
}

.resset-password {
  color: var(--black);
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.paragraph-big-5 {
  color: #F5F5F5;
  margin-bottom: 14px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

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

.mg-60px {
  width: 100%;
  height: 60px;
}

.pricing-card-vr-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand-color-2);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 32px 32px;
  display: grid;
}

.pricing-card-vr-2.dark {
  background-color: var(--brand-color-1);
  color: var(--black);
  border-radius: 0;
}

.pricing-feature-wrapper {
  grid-column-gap: 16px;
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.top-price-content-card {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.black-line-pricing-card {
  border: 10px #000;
  border-radius: 10px;
  position: sticky;
  top: 60px;
}

.price-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.price-features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: block;
}

.price-features-wrapper._30px-overall-padding {
  background-color: #0F0F0F;
  border-radius: 0;
  padding: 30px;
}

.white {
  color: #fff;
}

.description-copy {
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  line-height: 1.333em;
}

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

.pricing-grid._2 {
  border-radius: 10px;
  grid-template-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.top-content-card {
  text-align: center;
}

.top-content-card.left {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-list-text {
  color: #F5F5F5;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.price-list-text.dark {
  color: var(--black);
  line-height: 1.375em;
}

.checkmark-circle {
  border: 1px solid rgba(255,255,255,0.06);
  background-color: #0F0F0F;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.link-post-categorie {
  text-decoration: none;
}

.scroll-link {
  background-color: #242227;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.circle-btn {
  background-color: var(--brand-color-3);
  border-radius: 100%;
  width: 101%;
  height: 101%;
  position: absolute;
  transform: scale(0);
}

.mouse-scroll {
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.mouse-dot {
  background-color: #fff;
  width: 3px;
  height: 6px;
  margin-top: 5px;
}

.animation-gradient.left {
  z-index: 4;
  background-image: linear-gradient(90deg, #0A0A0A 40%, #fff0);
  width: 120px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.animation-gradient.right {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, #0A0A0A 40%);
  width: 120px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gallery-content {
  color: #F5F5F5;
  border: 0 #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.project-info-card-2 {
  grid-column-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border: 1px solid #2d2a31;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 700px;
  margin-top: 20px;
  padding: 40px 6%;
  overflow: hidden;
}

.project-info-card-2.in-project {
  background-color: #1e1c20b3;
  width: auto;
  margin: 20px;
}

.counter {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counter.centered {
  text-align: center;
  align-items: center;
}

.info-title {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.counter-text {
  color: var(--brand-color-7);
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.gallery-link-post {
  color: #fff;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-link-post:hover {
  text-decoration: none;
}

.mbl-projects {
  display: none;
}

.project-link-post {
  width: 100%;
  height: 100%;
}

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

.utility-page-content {
  z-index: 2;
  background-color: #0F0F0F;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  width: 460px;
  padding: 60px;
  font-family: Satoshi, sans-serif;
  display: flex;
  position: relative;
}

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

.sg-elements-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.uppercase {
  text-transform: uppercase;
}

.undeline {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

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

.side-img-overlay {
  z-index: 2;
  background-color: var(--brand-color-1);
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.brand-image-2, .brand-image-3 {
  border-radius: 100px;
  width: 40px;
  filter: brightness(0) invert(1);
}

.sponsor-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  height: auto;
  display: grid;
}

.sponsor-flex {
  flex: none;
  width: auto;
  display: flex;
}

.img-sponsor {
  text-align: center;
  width: 50%;
  max-width: none;
  height: auto;
  filter: brightness(0) invert(1) opacity(0.3);
  transition: filter 0.2s ease;
}

.img-sponsor:hover {
  filter: brightness(0) invert(1) opacity(0.7);
}

.cta-in-container-color {
  background-color: #0F0F0F;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 60px 0 60px 60px;
  position: relative;
  overflow: hidden;
}

.cta-in-container-color.testimonial {
  background-color: #0F0F0F;
  border-radius: 12px;
  padding-right: 60px;
}

.video {
  border: 0 solid #000;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  color: var(--brand-color-3);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.paragraph.green {
  color: var(--green);
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #AAAAAA;
  margin-bottom: 0;
}

.paragraph-3 {
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.btn-secondary {
  background-color: var(--empty);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.btn-secondary:hover {
  text-decoration: none;
}

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

.heading-2 {
  color: #F5F5F5;
  margin-bottom: 0;
}

.heading-2.margin {
  color: #F5F5F5;
  text-align: left;
}

.maincolor {
  color: var(--brand-color-3);
}

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

.heading-1.change {
  color: var(--white);
}

.heading-1.change:hover {
  text-decoration: none;
}

.list-item {
  color: var(--white);
}

.link-block {
  text-align: center;
  max-width: none;
  height: auto;
}

.collection-item-2 {
  max-width: 100%;
}

.collection-list-wrapper-2, .collection-list-3, .collection-item-3 {
  width: 100%;
  height: 100%;
}

.image-2, .image-3 {
  max-height: 100%;
}

.rich-text-block {
  margin-bottom: 40px;
}

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

.collection-list-wrapper-4 {
  background-image: url('../images/Rectangle-4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: auto;
  display: flex;
}

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

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

.image-4 {
  border-radius: 1000px;
  width: 60px;
  height: 60px;
}

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

.image-5 {
  width: 170px;
}

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

  .flex-h.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-2 {
    font-size: 80px;
  }

  .color-block._3 {
    background-color: #0F0F0F;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-wrapper.white {
    background-color: #0F0F0F;
  }

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

  .primary-button {
    display: block;
  }

  .primary-button.mobile {
    display: none;
  }

  .image-blog.taller.home {
    width: 100px;
    height: 100px;
  }

  .title-post.smaller {
    font-size: 22px;
  }

  .blog-post-card-image-wrapper {
    height: 400px;
  }

  .post-2-grid-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr .75fr;
  }

  .blog-side-bar {
    border-color: rgba(255,255,255,0.06);
    border-radius: 8px;
    height: auto;
    margin-bottom: 32px;
    padding: 20px;
  }

  .subpages-section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-20px {
    font-weight: 500;
  }

  .toggle-questions-faq:hover {
    background-image: linear-gradient(140deg, #000 55%, #fff0), url('../images/image-1.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 300px;
  }

  .project-div-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .logo-links {
    height: auto;
  }

  .paragraph-1em, .licenses-paragraph {
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-color: var(--brand-color-2);
  }

  .container {
    background-color: var(--brand-color-lines\<deleted\|variable-c96b9a97-675e-f88b-4f20-d64e409498b0\>);
    max-width: 1400px;
  }

  .team-text {
    color: #888888;
  }

  .section.hero {
    background-color: #0A0A0A;
  }

  .flex-h.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .team-name {
    color: #F5F5F5;
    font-size: 30px;
  }

  .display-1 {
    font-size: 120px;
  }

  .divider-line {
    background-color: rgba(255,255,255,0.06);
    background-image: url('../images/Line.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 9px;
    height: 1px;
  }

  .component-wrapper {
    background-image: none;
  }

  .primary-button {
    display: block;
  }

  .primary-button.mobile {
    display: none;
  }

  .post-2-grid-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr .75fr;
  }

  .blog-side-bar {
    border-color: rgba(255,255,255,0.06);
    margin-bottom: 32px;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .bazaar-text-center {
    flex-flow: row;
  }

  .toggle-questions-faq:hover {
    background-image: linear-gradient(138deg, #000 55%, #fff0), url('../images/image-1.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 300px;
  }

  .minus, .plus {
    background-color: #F5F5F5;
    width: 22px;
  }

  .toggle-icon {
    color: #F5F5F5;
  }

  .toggle-info {
    border: 1px #000;
  }

  .toggle-info:hover {
    background-color: #0000;
  }

  .project-div-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .mg-bottom-16px {
    justify-content: center;
    align-items: flex-start;
  }

  .subhead {
    font-family: Satoshi Variable, sans-serif;
  }

  .hero {
    background-color: var(--color);
    padding-top: 0;
  }

  .container {
    box-shadow: none;
    color: var(--black);
    background-color: #fff0;
    overflow: visible;
  }

  .container.hero {
    padding-top: 6em;
  }

  .container.cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .overflow-headline {
    width: auto;
  }

  .hero-center-text {
    justify-content: center;
    align-items: center;
    max-width: 900px;
  }

  .btn-primary {
    color: var(--white);
  }

  .hero-image-card-right {
    width: auto;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .bg-image-fulldwith {
    filter: brightness(110%);
    height: 700px;
  }

  .bg-image-fulldwith._2-row {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 500px;
  }

  .hero-image-card-left {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .team-grid.line {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-grid-content {
    grid-row-gap: 12px;
  }

  .section {
    background-color: #0A0A0A;
  }

  .section.purple {
    background-color: #0A0A0A;
  }

  .section.hero {
    background-color: #0A0A0A;
  }

  .team-card {
    border-bottom-style: none;
  }

  .flex-h.bottom-border {
    border: 1px #000;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .display-1 {
    font-size: 120px;
  }

  .section-hero {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 80px;
  }

  .topheading._2 {
    color: var(--black);
  }

  .divider-line {
    background-color: rgba(255,255,255,0.06);
    background-image: none;
    height: 1px;
  }

  .display-2 {
    line-height: 1.2;
  }

  .paragraph-small {
    color: #888888;
    font-size: 14px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .component-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .card-component {
    border: 0 #fff;
  }

  .mg-bottom-80px {
    width: 100%;
  }

  .feature-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-card {
    color: #F5F5F5;
  }

  .icon-box {
    background-color: #1A1A1A;
    box-shadow: none;
  }

  .grid-insights {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-block-item {
    border: 1px #000;
    padding-bottom: 10px;
  }

  .grid-block-item.no-line {
    padding-bottom: 10px;
  }

  .newsletter-form {
    width: 70%;
  }

  .form-input.newsletter {
    border-style: none;
  }

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

  .center-section-content {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

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

  .card {
    border-style: none;
  }

  .white-logo-testimonials {
    filter: none;
  }

  .graphic-testimonials-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .heading {
    letter-spacing: -1.3px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .blog-post-card-image-wrapper {
    background-color: #0F0F0F;
    box-shadow: none;
    border-radius: 0;
    height: 400px;
    padding: 0;
  }

  .post-2-grid-content {
    grid-template-columns: 1fr .75fr;
  }

  .blog-side-bar {
    background-color: #0F0F0F;
    border: 0 rgba(255,255,255,0.06);
    border-radius: 0;
    margin-bottom: 32px;
  }

  .post-content-wrapper {
    padding: 32px;
  }

  .social-footer-link {
    background-color: rgba(255,255,255,0.04);
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .social-footer-link.tech {
    border-width: 1px;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-block {
    background-color: #0A0A0A;
  }

  .footer-block {
    background-color: #0F0F0F;
  }

  .footer-bottom {
    background-color: #0A0A0A;
    border-style: none;
    border-color: #000;
    padding: 20px;
  }

  .grid-two-row.transparent {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-link {
    color: var(--white);
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-link.w--current {
    color: var(--white);
    margin-bottom: 0;
  }

  .cta-in-container {
    background-color: #0F0F0F;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 400;
  }

  .footer-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-side {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-side.flex-side.light {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .relative-box {
    max-width: none;
    display: block;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 16px;
    padding-left: 0;
    display: flex;
  }

  .section-cta {
    background-color: #0A0A0A;
    border: 1px #000;
  }

  .content-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-right: 60px;
    display: flex;
  }

  .social-icons-wrapper {
    flex-flow: wrap;
  }

  .dashboard-image {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
  }

  .subpages-section {
    background-color: #0A0A0A;
    border-style: none;
    border-color: rgba(255,255,255,0.06);
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bazaar-text-center._70 {
    border-radius: 20px;
  }

  .hero-content-center {
    border-radius: 100px;
  }

  .image-post {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 800px;
  }

  .content-wrapper {
    width: 80%;
  }

  .category-section {
    background-color: #fff0;
    padding: 0;
  }

  .categories-label {
    border: 1px solid var(--color-9);
    padding: 12px 20px;
    display: block;
  }

  .categories-label.w--current {
    border: 1px solid var(--color-9);
    border-radius: 20px;
    padding: 12px 22px 10px;
    text-decoration: none;
    display: block;
  }

  .collection-item {
    border-style: none;
    padding: 0;
  }

  .testimonials-paragraph {
    color: var(--button-hover-color);
    font-size: 16px;
    font-weight: 400;
  }

  .top-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .card-form-contact {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .form {
    padding: 60px;
  }

  .text-field {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--brand-color-6);
    margin-bottom: 10px;
  }

  .text-field.message {
    margin-bottom: 10px;
  }

  .contact-form-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mg-bottom-100px {
    color: #F5F5F5;
  }

  .inner-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-right: 0;
  }

  .toggle-questions-faq {
    background-color: #fff0;
    border-top-color: #0003;
    border-left-color: #131313;
  }

  .toggle-questions-faq:hover {
    background-image: linear-gradient(#ffffff12, #fff0);
  }

  .minus, .plus {
    background-color: #F5F5F5;
    width: 15px;
  }

  .toggle-icon {
    padding: 6px;
  }

  .project-div-block {
    background-image: url('../images/Rectangle-4.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 900px;
    height: 700px;
    display: flex;
  }

  .project-div-block._2-row {
    width: 100%;
    height: 500px;
  }

  .project-div-block.backg {
    background-image: url('../images/Rectangle-4.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 700px;
    max-width: 100%;
    height: 500px;
    display: block;
    overflow: visible;
  }

  .information-block {
    width: 100%;
  }

  .animation-bottom-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .nav-container {
    max-width: 1400px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

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

  .logo-type.footerlogo {
    color: var(--white);
    width: 100%;
    font-size: 100%;
  }

  .navigation {
    background-color: #0A0A0A;
  }

  .grid-project-2-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-links {
    overflow: hidden;
  }

  .component-wrapper-block {
    border-style: solid none none;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 49px;
  }

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

  .user {
    background-color: #0A0A0A;
  }

  .form-block {
    z-index: 2;
    background-color: #0F0F0F;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px;
  }

  .form-footer {
    font-size: 18px;
    line-height: 1.375em;
  }

  .block-header {
    text-align: center;
  }

  .paragraph-big-5 {
    color: #F5F5F5;
    text-align: left;
    font-style: normal;
  }

  .pricing-card-vr-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 50% 55%;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .pricing-card-vr-2.dark {
    align-items: center;
  }

  .top-price-content-card {
    padding-right: 40px;
  }

  .price-features-wrapper {
    margin-top: 0;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
  }

  .top-content-card.left {
    text-align: left;
  }

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

  .animation-gradient.left {
    background-image: linear-gradient(90deg, #0A0A0A 40%, #fff0);
    width: 160px;
  }

  .animation-gradient.right {
    background-image: linear-gradient(90deg, #fff0, #0A0A0A 40%);
    width: 160px;
  }

  .project-link-post {
    width: auto;
  }

  .brand-image-2, .brand-image-3 {
    width: 32px;
  }

  .sponsor-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sponsor-flex {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .img-sponsor {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .cta-in-container-color {
    background-color: var(--brand-color-2);
  }

  .btn-secondary {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-1.change {
    color: var(--white);
  }

  .heading-1.change:hover {
    border: 1px none var(--white);
    text-decoration: underline;
  }

  .image {
    width: 100%;
  }

  .list-item {
    margin-bottom: 0;
  }

  .link-block {
    text-align: center;
    max-width: none;
  }

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

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

  .link-block-2 {
    text-align: center;
  }

  .image-4 {
    border-radius: 1000px;
    width: 60px;
    height: 60px;
  }

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

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

@media screen and (max-width: 991px) {
  h3 {
    font-size: 26px;
  }

  .subhead {
    flex: 0 auto;
    margin-right: 0;
    font-size: 22px;
  }

  .container {
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .hero-center-text {
    max-width: 100%;
  }

  .hero-image-card-right {
    display: none;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .hero-image-card-left {
    display: none;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-grid.line {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .team-grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .flex-h.bottom-border {
    width: 100%;
  }

  .display-1 {
    font-size: 90px;
    line-height: 120%;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .component-wrapper {
    padding-bottom: 40px;
  }

  .card-component {
    padding: 0;
  }

  .insights-grid-3-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
    display: flex;
    position: relative;
  }

  .insight-center-block {
    flex-flow: column;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .form-input {
    box-shadow: 1px 1px 3px #0000;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .top-testimonilas-block, .testimonials-content-block {
    padding: 32px;
  }

  .testimonials-avatar {
    width: 72px;
    height: 72px;
  }

  .white-logo-testimonials {
    height: 42px;
  }

  .graphic-testimonials-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mg-bottom-24px {
    margin-bottom: 24px;
  }

  .image-blog {
    text-align: left;
    margin-left: auto;
  }

  .image-blog.taller {
    width: 100%;
  }

  .image-blog.taller.home {
    width: 100%;
    height: 340px;
  }

  .info-div-wrapper.side-bar {
    padding: 30px 30px 30px 0;
  }

  .info-div-wrapper.side-bar.fixed-size {
    height: auto;
    padding-left: 0;
  }

  .blog-link {
    width: 100%;
  }

  .title-post {
    transition: color .4s;
  }

  .title-post:hover {
    color: #7C3AED;
  }

  .icon-header {
    width: 100%;
  }

  .flex-h-start {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .flex-h-start.gap-16px {
    flex-direction: row;
    align-items: center;
  }

  .image-fulldwith {
    height: 100%;
  }

  .post-2-grid-content {
    grid-template-columns: 1fr;
  }

  .blog-label {
    transition: background-color .4s, color .4s;
  }

  .blog-side-bar {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-two-row {
    grid-template-columns: 1fr;
  }

  .cta-in-container {
    padding-top: 0;
    padding-left: 60px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-side {
    width: 100%;
    padding-right: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .section-cta {
    padding-bottom: 104px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-card {
    width: 100%;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .dashboard-image {
    left: auto;
  }

  .left-side-image, .right-side-images {
    width: 75%;
    height: 650px;
  }

  .bazaar-text-center {
    flex-wrap: wrap;
  }

  .bazaar-text-center._70 {
    width: 90%;
  }

  .hero-content-center {
    flex-direction: column;
  }

  .grid-post-2-row {
    grid-template-columns: 1fr;
  }

  .image-post {
    height: 500px;
  }

  .section-about {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .wrapper-about-left {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card-form-contact {
    padding: 0;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .inner-content {
    margin-left: auto;
    margin-right: auto;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .toggle-wrapper-div, ._900px-wrapper {
    width: 100%;
  }

  .project-div-block {
    width: 500px;
    height: 400px;
  }

  .project-info-card {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .title-info {
    font-size: 22px;
  }

  .line-1, .line-1.white-line {
    width: 20%;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    color: #F5F5F5;
    background-color: #0F0F0F;
    border: 1px solid #ffffff14;
    border-radius: 0;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu.w--open {
    background-color: #0F0F0F;
    border-color: #fff;
  }

  .nav-menu-button {
    background-color: var(--brand-color-3);
    border-radius: 8px;
    padding: 9px;
    font-family: Satoshi Variable, sans-serif;
  }

  .nav-menu-button:hover, .nav-menu-button.w--open {
    background-color: var(--brand-color-6);
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .icon-hamburger {
    color: #fff;
  }

  .navigation-button-wrapper {
    grid-column-gap: 10px;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .nav-logo-link {
    margin-right: 0;
  }

  .qs-images {
    width: 100%;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
  }

  .logotypes-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .pricing-feature-wrapper {
    text-align: left;
  }

  .price-features-wrapper._30px-overall-padding {
    padding: 20px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid._2 {
    width: 100%;
    padding: 0;
  }

  .scroll-link {
    width: 80px;
    height: 80px;
  }

  .project-info-card-2.in-project {
    grid-template-columns: 1fr;
  }

  .counter {
    align-items: center;
  }

  .info-title {
    font-size: 14px;
  }

  .counter-text {
    font-size: 15px;
    line-height: 20px;
  }

  .mbl-projects {
    display: block;
  }

  .project-link-post {
    width: 100%;
  }

  .utility-page-wrap {
    background-color: var(--brand-color-2);
  }

  .utility-page-content {
    width: 460px;
  }

  .cta-in-container-color {
    padding-top: 0;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 17px;
    line-height: 1.5em;
  }

  blockquote {
    padding: 60px;
    font-size: 29px;
  }

  .subhead {
    font-size: 20px;
  }

  .container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero-image-card-right {
    align-items: center;
    display: none;
  }

  .mg-bottom-64px {
    margin-bottom: 32px;
  }

  .hero-image-card-left {
    align-items: center;
    display: none;
  }

  .team-grid.line {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .team-grid-content {
    justify-items: start;
  }

  .display-1 {
    font-size: 80px;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .display-2 {
    font-size: 68px;
  }

  .color-shade-card {
    padding: 16px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .component-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-component {
    padding: 0;
  }

  .font-grid {
    grid-template-columns: 1fr;
  }

  .insights-grid-3-row {
    top: auto;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .feature-card {
    width: 100%;
  }

  .newsletter-form {
    width: 95%;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .top-testimonilas-block, .testimonials-content-block {
    padding: 32px;
  }

  .testimonials-avatar {
    width: 60px;
    height: 60px;
  }

  .more-templates {
    bottom: 10px;
    right: 10px;
  }

  ._16px-text {
    font-size: 14px;
    line-height: 18px;
  }

  .image-blog.taller {
    width: 100%;
    height: 200px;
  }

  .image-blog.taller.home {
    height: 260px;
    margin-left: 0;
  }

  .info-div-wrapper.side-bar.fixed-size {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .blog-link {
    width: 100%;
  }

  .title-post.smaller {
    font-size: 21px;
  }

  .blog-post-card-image-wrapper {
    height: 320px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-in-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    flex-flow: column;
    width: 100%;
    padding-top: 60px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .section-cta {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .left-side-image, .right-side-images {
    width: 100%;
    height: 500px;
  }

  .grid-post-2-row {
    grid-template-columns: 1fr;
  }

  .image-post {
    height: 400px;
  }

  .content-wrapper {
    width: 95%;
  }

  .categories-wrapper {
    flex-flow: column;
  }

  .card-form-contact {
    width: 100%;
    min-height: 560px;
    padding: 0;
  }

  .form {
    padding: 42px;
  }

  .inner-content {
    width: 100%;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .project-div-block {
    width: 300px;
    height: 200px;
  }

  .project-info-card {
    text-align: center;
  }

  .title-info {
    font-size: 20px;
  }

  .nav-link:hover {
    color: #09aaaf;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #0F0F0F;
  }

  .nav-menu-button:hover {
    background-color: #003f41;
  }

  .nav-menu-button.w--open {
    background-color: #09aaaf;
    background-image: none;
  }

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

  .grid-project-2-row {
    grid-template-columns: 1fr;
  }

  .component-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .logotypes-2 {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-block {
    width: auto;
    padding: 80px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .pricing-card-vr-2 {
    grid-template-columns: 1fr;
  }

  .price-features-wrapper._30px-overall-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-link {
    width: 70px;
    height: 70px;
  }

  .mouse-scroll {
    width: 20px;
    height: 30px;
  }

  .animation-gradient.left, .animation-gradient.right, .animation-gradient.left, .animation-gradient.right {
    width: 100px;
  }

  .project-info-card-2 {
    grid-column-gap: 28px;
  }

  .project-info-card-2.in-project {
    grid-template-columns: 1fr;
  }

  .cta-in-container-color {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  blockquote {
    padding: 40px;
    font-size: 25px;
  }

  .subhead {
    font-size: 18px;
  }

  .container {
    flex-flow: column;
    padding: 7em 1.6em;
    display: flex;
  }

  .btn-primary {
    text-align: center;
    height: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .hero-image-card-right {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mg-bottom-64px {
    margin-bottom: 0;
  }

  .hero-image-card-left {
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-grid.line {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-info-div {
    flex-direction: column;
  }

  .div-block {
    height: 300px;
  }

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

  .team-card {
    display: flex;
    overflow: hidden;
  }

  .team-card:has(.expertise) {
    aspect-ratio: auto;
    padding: 24px;
  }

  .display-1 {
    font-size: 55px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .topheading {
    margin-bottom: 0;
  }

  .hero-headline {
    font-size: 39px;
  }

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .display-2 {
    font-size: 46px;
  }

  .color-shade-card {
    padding: 12px;
  }

  .style-guide-buttons, .grid-colors {
    grid-template-columns: 1fr;
  }

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .paragraph-big {
    font-size: 1rem;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .primary-button.mobile {
    display: block;
  }

  .mg-bottom-80px {
    overflow: visible;
  }

  .insights-grid-3-row {
    top: auto;
  }

  .feature-card {
    width: 100%;
  }

  .icon-box {
    width: 80px;
    height: 80px;
  }

  .icon-2 {
    width: 30px;
  }

  .service-title {
    font-size: 16px;
  }

  .grid-insights.horizontal {
    flex-flow: column;
  }

  .grid-block-item {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletterl-form {
    flex-direction: column;
  }

  .form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .testimonials-left-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .top-testimonilas-block, .testimonials-content-block {
    padding: 20px;
  }

  .white-logo-testimonials {
    height: 31px;
  }

  ._16px-text {
    font-size: 12px;
  }

  .mg-bottom-24px {
    flex-flow: row;
    margin-bottom: 0;
    display: block;
  }

  .image-blog.taller.home {
    height: 180px;
    margin-left: 0;
  }

  .info-div-wrapper.side-bar {
    padding: 20px 0;
  }

  .info-div-wrapper.side-bar.fixed-size {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-post {
    font-size: 1.5em;
  }

  .title-post.smaller {
    font-size: 19px;
  }

  .blog-label {
    padding: 4px 10px;
    font-size: 12px;
  }

  .blog-label.w--current {
    padding: 4px 10px;
  }

  .blog-side-bar {
    width: 100%;
  }

  .post-content-wrapper {
    padding: 25px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .cta-title {
    width: auto;
    font-size: 26px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-two-row {
    width: 100%;
    padding: 0 16px 30px;
  }

  .grid-two-row.transparent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-link {
    margin-bottom: 0;
  }

  .bazaar-social-icon {
    width: 16px;
  }

  .cta-in-container {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .section-cta {
    padding: 30px 0%;
  }

  .content-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .social-icons-wrapper {
    flex-flow: wrap;
  }

  .dashboard-image {
    width: 100%;
  }

  .left-side-image, .right-side-images {
    width: 100%;
    height: 350px;
  }

  .bazaar-text-center._70 {
    width: auto;
  }

  .image-post {
    height: 200px;
  }

  .categories-wrapper {
    flex-flow: column;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .wrapper-about-left {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card-form-contact {
    padding: 0;
  }

  .form {
    padding: 32px;
  }

  .inner-content {
    width: 100%;
  }

  .paragraph-20px {
    font-size: 1rem;
  }

  .toggle-questions-faq {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .toggle-icon {
    margin-right: 0;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-project-image {
    height: 400px;
  }

  .project-info-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .line-1 {
    width: 20%;
  }

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

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .nav-menu-button.w--open {
    background-color: var(--brand-color-3);
    color: var(--black);
  }

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

  .logo-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .qs-images {
    width: 100%;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .paragraph-1em {
    font-size: 1rem;
  }

  .mg-bottom-40px {
    margin-bottom: 0;
  }

  .licenses-paragraph {
    font-size: 1rem;
  }

  .logotypes-2 {
    grid-column-gap: 140px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    padding: 40px;
  }

  .form-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 16px;
  }

  .paragraph-big-5 {
    font-size: 1rem;
  }

  .pricing-card-vr-2 {
    padding: 20px;
  }

  .pricing-feature-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
    align-items: flex-start;
  }

  .price-features-wrapper._30px-overall-padding {
    padding: 24px 10px;
  }

  .description-copy {
    font-size: 18px;
  }

  .pricing-grid._2 {
    padding: 0;
  }

  .checkmark-circle {
    width: 21px;
    height: 21px;
  }

  .scroll-link {
    display: none;
  }

  .animation-gradient.left, .animation-gradient.right, .animation-gradient.left, .animation-gradient.right {
    width: 80px;
  }

  .project-info-card-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .project-info-card-2.in-project {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    padding: 20px 2%;
  }

  .info-title {
    font-size: 16px;
  }

  .licenses-link {
    width: 100%;
  }

  .utility-page-content {
    width: auto;
    padding: 40px;
  }

  .brand-image-2, .brand-image-3 {
    width: 24px;
    height: 24px;
  }

  .cta-in-container-color {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-in-container-color.testimonial {
    margin-bottom: 0;
    padding: 30px 0 0;
  }

  .heading-2.margin {
    overflow: visible;
  }

  .list-item {
    margin-bottom: 8px;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    margin-bottom: 16px;
  }

  .list-item-2 {
    margin-bottom: 0;
  }

  .list-item-3, .list-item-4, .list-item-5 {
    margin-bottom: 8px;
  }

  .heading-3 {
    text-align: left;
  }
}

#w-node-_89b3b716-80ff-bdeb-5fc7-da3984d0f3ee-1066ae78 {
  place-self: center;
}

#w-node-bbe6d3da-aa49-df57-518e-981e1a62757d-1066ae78, #w-node-b0d7f7bf-f30e-a788-e636-089a202486ee-1066ae78 {
  align-self: center;
}

#w-node-_360efe3b-409a-2cf2-30f6-bde4cfd78de3-1066ae78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee20ff84-b6f8-43f3-7e13-006a61bd64cf-1066ae78 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_021531e1-f89f-427e-74e6-5952b2dae2bd-1066ae78, #w-node-_4a730eb1-065d-8483-a498-ff46b63da972-1066ae78, #w-node-_436d60de-089c-d97a-cbd3-f1123abb33ba-1066ae78, #w-node-_08e52422-5e2d-5db3-a534-9c617627b006-1066ae78, #w-node-_212f3544-35b8-1818-3c4d-2408ae3ed493-1066ae78, #w-node-e41e42eb-d043-458b-14b7-409f92882507-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb564c-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5662-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5678-1066ae78 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_07430fab-2540-d8e9-a617-b652f85a896e-1066ae7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca1-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca3-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca5-1066ae7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca7-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca9-1066ae7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_380f0555-e4a2-e15b-a149-75abfd9f8cab-1066ae7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_380f0555-e4a2-e15b-a149-75abfd9f8cad-1066ae7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca009961-cc98-b8af-dc66-2b0d64296b85-1066ae7f {
  place-self: center;
}

#w-node-ab324e29-0073-b343-caed-824119791f5a-1066ae7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232705-1066ae7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f392-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3ab-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3c4-1066ae7f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f8f-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f91-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f93-1066ae80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f95-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f97-1066ae80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f99-1066ae80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f9b-1066ae80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_735c2060-1d2d-f2b7-16af-c15c01446d24-1066ae80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_735c2060-1d2d-f2b7-16af-c15c01446d3b-1066ae80 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e6e-1066ae81 {
  place-self: center;
}

#w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e7a-1066ae81, #w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e86-1066ae81 {
  align-self: center;
}

#w-node-ca009961-cc98-b8af-dc66-2b0d64296b85-1066ae83 {
  place-self: center;
}

#w-node-_392b8670-ca38-2061-2ae1-f6db924de919-1066ae83, #w-node-_392b8670-ca38-2061-2ae1-f6db924de924-1066ae83, #w-node-_392b8670-ca38-2061-2ae1-f6db924de92f-1066ae83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e129-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e13b-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e14d-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e162-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e177-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e189-1066ae84 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3e9084e5-83a1-ed61-b806-3fd5e6ab3cd0-1066ae85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d78aaff3-16ff-653b-b591-84b1592b5d4f-1066ae85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1683b181-2c47-af7f-84bb-6e6807bc868f-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8691-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8693-1066ae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1683b181-2c47-af7f-84bb-6e6807bc8695-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8697-1066ae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1683b181-2c47-af7f-84bb-6e6807bc8699-1066ae85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1683b181-2c47-af7f-84bb-6e6807bc869b-1066ae85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e74347e1-ac4d-d730-7345-7e75b9dcf93a-1066ae86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e74347e1-ac4d-d730-7345-7e75b9dcf941-1066ae86 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_51bea075-dc06-5d51-57c4-e12e32bbdf0a-1066ae86, #w-node-_51bea075-dc06-5d51-57c4-e12e32bbdf15-1066ae86, #w-node-_51bea075-dc06-5d51-57c4-e12e32bbdf20-1066ae86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_89b3b716-80ff-bdeb-5fc7-da3984d0f3ee-1066ae78 {
    justify-self: center;
  }

  #w-node-bbe6d3da-aa49-df57-518e-981e1a62757d-1066ae78 {
    justify-self: auto;
  }

  #w-node-b0d7f7bf-f30e-a788-e636-089a202486ee-1066ae78 {
    justify-self: center;
  }

  #w-node-_57343f60-297b-1277-cbdb-87534a906226-1066ae78 {
    place-self: auto;
  }

  #w-node-_021531e1-f89f-427e-74e6-5952b2dae2bd-1066ae78, #w-node-_4a730eb1-065d-8483-a498-ff46b63da972-1066ae78, #w-node-_436d60de-089c-d97a-cbd3-f1123abb33ba-1066ae78, #w-node-_08e52422-5e2d-5db3-a534-9c617627b006-1066ae78, #w-node-_212f3544-35b8-1818-3c4d-2408ae3ed493-1066ae78, #w-node-e41e42eb-d043-458b-14b7-409f92882507-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb564c-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5662-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5678-1066ae78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232705-1066ae7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f392-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3ab-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3c4-1066ae7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f9b-1066ae80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e6e-1066ae81 {
    justify-self: center;
  }

  #w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e7a-1066ae81 {
    justify-self: auto;
  }

  #w-node-b37a8bca-8b9c-01a4-08db-2c7de44e0e86-1066ae81 {
    justify-self: center;
  }

  #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e129-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e13b-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e14d-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e162-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e177-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e189-1066ae84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_021531e1-f89f-427e-74e6-5952b2dae2bd-1066ae78, #w-node-_4a730eb1-065d-8483-a498-ff46b63da972-1066ae78, #w-node-_436d60de-089c-d97a-cbd3-f1123abb33ba-1066ae78, #w-node-_08e52422-5e2d-5db3-a534-9c617627b006-1066ae78, #w-node-_212f3544-35b8-1818-3c4d-2408ae3ed493-1066ae78, #w-node-e41e42eb-d043-458b-14b7-409f92882507-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb564c-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5662-1066ae78, #w-node-a35d1d2f-7bce-e28d-a7b1-3a08c5cb5678-1066ae78, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f392-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3ab-1066ae7f, #w-node-_42de8a67-95f6-cb9f-69d1-c44ddd46f3c4-1066ae7f, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e129-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e13b-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e14d-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e162-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e177-1066ae84, #w-node-_93789da3-e09f-0c1d-12a4-2a5e1b31e189-1066ae84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8cb4-1066ae7b, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9fa2-1066ae80, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc86a2-1066ae85 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e2326fa-1066ae7f, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232705-1066ae7f, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232710-1066ae7f, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e23271b-1066ae7f, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232726-1066ae7f, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e232731-1066ae7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d78aaff3-16ff-653b-b591-84b1592b5d4f-1066ae85 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca1-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca3-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca5-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca7-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8ca9-1066ae7b, #w-node-_380f0555-e4a2-e15b-a149-75abfd9f8cab-1066ae7b, #w-node-_45ae94bd-f759-bb20-fbf0-ba8d0e2326fa-1066ae7f, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f8f-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f91-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f93-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f95-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f97-1066ae80, #w-node-aaa8e6c5-2184-ddd5-cf30-ffea750e9f99-1066ae80 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e9084e5-83a1-ed61-b806-3fd5e6ab3cd0-1066ae85, #w-node-d78aaff3-16ff-653b-b591-84b1592b5d4f-1066ae85 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1683b181-2c47-af7f-84bb-6e6807bc868f-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8691-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8693-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8695-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8697-1066ae85, #w-node-_1683b181-2c47-af7f-84bb-6e6807bc8699-1066ae85 {
    grid-column: span 1 / span 1;
  }
}

/* ═══════════════════════════════════════════
   TEAM MEMBER CARDS — Apple-style redesign
   ═══════════════════════════════════════════ */

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.team-member-card {
  background: #0F0F0F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.team-member-card:hover {
  border-color: rgba(124,58,237,0.25);
  transform: translateY(-4px);
}

.team-member-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #1A1A1A;
}

.team-member-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #0F0F0F 0%, rgba(15,15,15,0.8) 40%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.team-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(15%);
  transition: filter 0.3s ease;
}

.team-member-card:hover .team-member-img {
  filter: grayscale(0%);
}

.team-member-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C3AED;
  font-size: 72px;
  font-weight: 700;
  font-family: Satoshi Variable, sans-serif;
  letter-spacing: -2px;
  background-color: #1A1A1A;
}

.team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  text-align: left;
  z-index: 2;
}

.team-member-name {
  font-size: 18px;
  font-weight: 600;
  color: #F5F5F5;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.team-member-role {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
}

.team-member-socials {
  display: flex;
  gap: 8px;
}

.team-social-link {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

.team-social-link:hover {
  background: rgba(124,58,237,0.3);
  text-decoration: none;
}

.team-social-icon {
  filter: brightness(0) invert(1);
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 991px) {
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .team-members-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .team-member-info {
    padding: 20px;
  }
}

/* ═══════════════════════════════════════════
   FOOTER — Apple-style 3-column redesign
   ═══════════════════════════════════════════ */

.site-footer {
  background: #0A0A0A;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 64px 40px 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 32px;
}

.footer-col-brand,
.footer-col-nav,
.footer-col-contact {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}

.footer-cta {
  display: inline-flex;
  margin-top: 8px;
  background: #7C3AED;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 100px;
  transition: all 0.2s ease;
  width: fit-content;
  font-family: Satoshi Variable, sans-serif;
}

.footer-cta:hover {
  background: #6D28D9;
  transform: translateY(-1px);
  text-decoration: none;
  color: white;
}

.footer-logo-img {
  height: 24px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}

.footer-tagline {
  font-size: 13px;
  color: #444444;
  margin: 0;
  letter-spacing: -0.01em;
}

.footer-col-title {
  font-size: 10px;
  color: #444444;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.footer-nav-link {
  font-size: 14px;
  color: #888888;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: color 0.2s ease;
  font-family: Satoshi Variable, sans-serif;
}

.footer-nav-link:hover {
  color: #F5F5F5;
  text-decoration: none;
}

.footer-social-row {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-copyright-text {
  font-size: 12px;
  color: #333333;
  font-family: Satoshi Variable, sans-serif;
}

.footer-built-badge {
  font-size: 11px;
  color: #444444;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 100px;
  padding: 4px 12px;
  font-family: Satoshi Variable, sans-serif;
}

@media screen and (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-col-brand {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 479px) {
  .site-footer {
    padding: 48px 20px 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — Tablet (768px)
   ═══════════════════════════════════════════ */

@media (max-width: 768px) {
  .navigation {
    padding: 0 20px;
    height: 56px;
  }

  .hero {
    padding-top: 56px;
  }

  .container.hero {
    padding: 60px 20px 40px;
    text-align: center;
  }

  .hero-center-text {
    align-items: center;
  }

  h1 {
    font-size: clamp(40px, 10vw, 64px) !important;
    letter-spacing: -0.03em;
  }

  .subhead {
    font-size: 16px;
    max-width: 100%;
  }

  .section, .section-cta {
    padding: 56px 20px !important;
  }

  .container {
    padding: 0 20px;
  }

  .team-grid.line {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .team-members-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .cta-in-container .grid-two-row {
    grid-template-columns: 1fr !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .grid-insights {
    flex-direction: column !important;
    gap: 24px !important;
    text-align: center;
  }

  .page-wrapper {
    padding-top: 56px;
  }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — Mobile (480px)
   ═══════════════════════════════════════════ */

@media (max-width: 480px) {

  /* Nav — hide menu, Webflow button, hamburger; keep logo + CTA */
  .nav-menu,
  .w-nav-menu {
    display: none !important;
  }
  .nav-menu-button,
  .w-nav-button,
  .w-icon-nav-menu,
  .hamburger {
    display: none !important;
  }
  .nav-wrapper {
    display: none !important;
  }
  .navigation {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
    height: 56px !important;
  }
  .nav-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
  }
  .navigation-button-wrapper {
    display: none !important;
  }

  /* 1. HERO — center everything */
  .hero-center-text {
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .top-wrapper {
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
  }
  h1 {
    font-size: clamp(36px, 11vw, 52px) !important;
    line-height: 1.05 !important;
  }
  .sub-headline-wrapper {
    max-width: 100% !important;
    padding: 0 4px;
  }
  .subhead {
    max-width: 100% !important;
    font-size: 15px !important;
  }
  .scroll-link {
    margin: 0 auto !important;
  }
  .primary-button.mobile {
    margin: 0 auto !important;
    width: 100%;
  }

  /* 2. EXPERTISE CARDS */
  .team-grid.line {
    grid-template-columns: 1fr !important;
  }
  .team-card:has(.expertise) {
    background: #0F0F0F !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 0 !important;
    min-height: 160px !important;
    aspect-ratio: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  /* 3. TEAM CARDS */
  .team-members-grid {
    grid-template-columns: 1fr !important;
  }
  .team-member-card {
    aspect-ratio: auto !important;
    height: auto !important;
  }
  .team-member-photo {
    aspect-ratio: 4/3 !important;
  }
  .team-member-initials {
    width: 100% !important;
    height: 200px !important;
    background: #0F0F0F !important;
    border: 1px solid rgba(124,58,237,0.2) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #7C3AED !important;
  }

  /* 4. TESTIMONIAL */
  .cta-in-container-color.testimonial {
    padding: 24px !important;
    border-radius: 16px !important;
  }
  .cta-in-container-color.testimonial .grid-two-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .cta-in-container-color .image-4 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
  }
  .paragraph-2 {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* 5. FOOTER CTA */
  .footer-cta {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 14px 20px !important;
  }
  .footer-bottom-bar {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }

  /* 6. SECTION LABELS — center */
  .topheading,
  .topheading._2 {
    margin: 0 auto 16px !important;
    display: block !important;
    width: fit-content !important;
  }

  /* 7. SECTION TITLES h2 — center */
  h2 {
    text-align: center !important;
    font-size: clamp(28px, 8vw, 40px) !important;
  }
  .heading-2.margin {
    text-align: center !important;
  }

  /* 8. STATS */
  .grid-block-item {
    padding: 24px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    width: 100% !important;
    text-align: center !important;
  }
  .grid-block-item.no-line {
    border-bottom: none !important;
  }
  .display-2 {
    font-size: 48px !important;
  }

  /* Sections */
  .section, .section-cta {
    padding: 48px 20px !important;
  }

  /* Buttons full width */
  .btn-primary {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }

  /* CTA in project cards */
  .cta-in-container .grid-two-row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Cursor off */
  .custom-cursor { display: none !important; }
  * { cursor: auto !important; }
}

/* ── Hide Webflow default nav button globally ── */
.w-nav-button,
.w-icon-nav-menu,
.nav-menu-button,
.hamburger {
  display: none !important;
}

/* ── Menu toggle button (≡) ── */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

/* ── Fullscreen overlay menu ── */
.fullmenu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #0A0A0A;
  z-index: 9998;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.fullmenu-overlay.open {
  display: flex;
  opacity: 1;
}

.fullmenu-header {
  position: absolute;
  top: 20px;
  right: 24px;
}
.fullmenu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.fullmenu-close:hover { opacity: 1; }

.fullmenu-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fullmenu-nav a {
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #F5F5F5;
  text-decoration: none;
  letter-spacing: -0.03em;
  line-height: 1.2;
  padding: 8px 0;
  transition: color 0.2s ease, opacity 0.2s ease;
  opacity: 0.5;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transform: translateY(16px);
}
.fullmenu-nav a:last-child { border-bottom: none; }
.fullmenu-nav a:hover { color: #F5F5F5; opacity: 1; text-decoration: none; }

.fullmenu-cta {
  margin-top: 48px;
  display: inline-flex;
  background: #7C3AED;
  color: white;
  text-decoration: none;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 100px;
  width: fit-content;
  transition: background 0.2s ease;
}
.fullmenu-cta:hover { background: #6D28D9; text-decoration: none; color: white; }

/* Show toggle + hide desktop nav on mobile/tablet */
@media (max-width: 768px) {
  .menu-toggle { display: flex !important; }
  .nav-wrapper { display: none !important; }
}

/* ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   ANIMATIONS — Apple-style premium
   ═══════════════════════════════════════════ */

/* Scroll fade-up */
.animate-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hero — fade in on load */
.hero-animate {
  animation: heroFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero stagger delays */
.hero-badge  { animation-delay: 0.1s; opacity: 0; animation-fill-mode: forwards; }
.hero-title  { animation-delay: 0.2s; opacity: 0; animation-fill-mode: forwards; }
.hero-subtitle { animation-delay: 0.35s; opacity: 0; animation-fill-mode: forwards; }
.hero-cta    { animation-delay: 0.5s; opacity: 0; animation-fill-mode: forwards; }

/* Navbar slide down */
.navigation {
  animation: navSlideDown 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes navSlideDown {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* CTA button glow on hover */
.btn-primary {
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btn-primary:hover::after {
  opacity: 1;
}

/* Custom cursor */
* { cursor: none !important; }
.custom-cursor {
  width: 10px;
  height: 10px;
  background: #F5F5F5;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  mix-blend-mode: difference;
  opacity: 0;
}
body:hover .custom-cursor {
  opacity: 1;
}
.custom-cursor.hovering {
  transform: scale(4);
  background: #7C3AED;
  mix-blend-mode: normal;
  opacity: 0.6;
}

/* Disable custom cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
  * { cursor: auto !important; }
  .custom-cursor { display: none; }
}

/* ═══════════════════════════════════════════ */