@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/star-icon.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Star Icon;
  src: url('../fonts/star-icon.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--800: #0b0b0b;
  --neutral--500: #aeaeae;
  --neutral--100: white;
  --neutral--600: #626262;
  --neutral--200: #fbfbfb;
  --general--shadow-01: #14142b0f;
  --bg-color-card: #121212;
  --bg-color-input: #1d1d1d;
  --bg-card-icon: #1d1d1d;
  --accent--primary-1: #0b0b0b;
  --neutral--700: #343434;
  --neutral--400: #d8d8d8;
  --neutral--300: #efefef;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-3: #4a3aff14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --color-border: #222;
  --bg-card-logos: #171717;
  --shadow-wrapper: #0606063d;
  --bg-color-card--2: #151515;
}

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--neutral--800);
  color: var(--neutral--500);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

h2 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--neutral--100);
  margin-bottom: 16px;
}

a {
  color: var(--neutral--100);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--600);
}

ul {
  color: var(--neutral--500);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5em;
}

ol {
  color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
  display: block;
}

strong {
  color: var(--neutral--200);
  font-weight: 400;
}

blockquote {
  color: var(--neutral--100);
  text-align: center;
  background-image: linear-gradient(#1d1d1d, #3c3c3c);
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 50px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper.full-page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.dive-our-work {
  grid-column-gap: 80px;
}

.grid-2-columns.hero-service-single {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1.15fr;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--800);
}

.card {
  background-color: var(--bg-color-card);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border: 1px solid #0000;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.card.form {
  background-color: var(--bg-color-input);
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.card.idea-laboratory {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 62px 32px 32px;
  display: flex;
}

.card.community-resources {
  height: 100%;
  padding-bottom: 32px;
}

.card.product-studio {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 28px 32px;
  display: flex;
}

.card.pd-68px---52px---70px {
  height: 100%;
  padding: 68px 70px 52px;
}

.card.card---bg---pd-25px---28px {
  background-color: var(--bg-card-icon);
  flex-direction: column;
  justify-content: flex-end;
  padding: 54px 28px 24px;
  display: flex;
  position: relative;
}

.card.card---image-bg---pd-25px---28px {
  background-color: var(--bg-card-icon);
  background-image: url('../images/bg-card-product-studio-tonki-labs-webflow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 24px 28px;
  display: flex;
  position: relative;
}

.card.card-center---pd-80px---100px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 320px;
  display: flex;
}

.card.pd-40px---34px {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 34px;
  display: flex;
}

.card.pd-40px---34px.center {
  text-align: center;
  align-items: center;
}

.card.pd-40px---34px.center.opacity {
  opacity: .76;
}

.card.about-studio {
  background-image: url('../images/gradient-optimizer-tonki-labs.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 198px 76px;
  display: flex;
}

.card.pd-32px---150px {
  height: 100%;
  padding: 32px 150px 32px 32px;
}

.card.pd-32px {
  height: 100%;
  padding: 32px;
}

.card.pd-32px---250px {
  height: 100%;
  padding: 32px 250px 32px 32px;
}

.card.pd-32px---bg-line-decorative {
  background-image: url('../images/bg-line-ai-essentials-tonki-labs.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding: 32px;
}

.card.pd-32px---58px {
  height: 100%;
  padding: 32px 58px 32px 32px;
}

.card.pd-68px---52px---63px {
  height: 100%;
  padding: 68px 63px 52px;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500, .color-neutral-500 p {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

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

.color-green-400 {
  color: #11845b;
}

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

.color-blue-400 {
  color: var(--system--blue-400);
}

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

.color-blue-300 {
  color: var(--system--blue-300);
}

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

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

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

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

.color-green-300 {
  color: var(--system--green-300);
}

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

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

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

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

.color-red-400 {
  color: var(--system--red-400);
}

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

.color-red-300 {
  color: var(--system--300);
}

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

.color-red-200 {
  color: var(--system--red-200);
}

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

.color-red-100 {
  color: var(--system--red-100);
}

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

.color-orange-400 {
  color: var(--system--orange-400);
}

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

.color-orange-300 {
  color: var(--system--orange-300);
}

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

.color-orange-200 {
  color: var(--system--orange-200);
}

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

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--700);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--700);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-left-8px {
  margin-left: 8px;
}

.mg-right-8px {
  margin-right: 8px;
}

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

.text-200 {
  color: var(--neutral--100);
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--neutral--100);
  font-size: 72px;
  font-weight: 400;
  line-height: 1.111em;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

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

.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--100);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.167em;
}

.display-3 {
  color: var(--neutral--100);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.222em;
}

.display-4 {
  color: var(--neutral--100);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.286em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.75em;
}

.text-400 {
  color: var(--neutral--100);
  font-size: 24px;
  line-height: 26px;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  color: var(--neutral--100);
  font-size: 22px;
  line-height: 22px;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-100 {
  color: var(--neutral--100);
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.color-neutral-500 {
  color: var(--neutral--500);
}

.text-uppercase {
  letter-spacing: .96px;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-80px---row-0px {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
}

.style---shadow-card {
  background-color: var(--neutral--700);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-3);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--bg-card-icon);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 60vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._750px {
  max-width: 750px;
}

.inner-container._750px.center {
  max-width: 752px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._840px {
  max-width: 840px;
}

.style---content-heading {
  background-color: var(--neutral--700);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-right: 18px;
}

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

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--700);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 20px;
  overflow: hidden;
}

.style---components-wrapper {
  background-color: var(--neutral--600);
  border-radius: 20px;
  overflow: hidden;
}

.style---bg-dark {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--100);
  transform: scale(1.03);
}

.btn-primary.small {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 12px 18px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 18px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.none-hover {
  transition-property: none;
}

.btn-primary.none-hover:hover {
  transform: none;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  transform: scale(1.03);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--600);
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--700);
  background-color: var(--neutral--700);
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  background-color: var(--bg-color-input);
  color: var(--neutral--100);
  background-image: linear-gradient(#313131, #282828);
  border: 1px #0000;
  border-radius: 14px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: border-color .3s, box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #0606063d;
}

.input:focus {
  color: var(--neutral--100);
}

.input::placeholder {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.large {
  min-height: 76px;
}

.input.input-subscribe-footer {
  background-color: var(--bg-color-input);
  color: var(--neutral--500);
  background-image: none;
  min-height: 60px;
  margin-bottom: 0;
  line-height: 18px;
}

.input.input-subscribe-footer:hover {
  border-color: var(--neutral--600);
  transform: none;
}

.input.input-subscribe-footer::placeholder {
  font-size: 16px;
  line-height: 18px;
}

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

.position-relative {
  position: relative;
}

.text-area {
  color: var(--neutral--100);
  background-color: #0000;
  background-image: linear-gradient(#313131, #282828);
  border: 1px #0000;
  border-radius: 14px;
  min-height: 144px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
  transition: border-color .3s, box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 12px #0606063d;
}

.text-area:focus {
  color: var(--neutral--100);
}

.text-area::placeholder {
  color: var(--neutral--500);
  font-size: 16px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 340px;
  max-width: 340px;
  height: 340px;
  max-height: 340px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 8px;
}

.square-icon.password-page {
  border-radius: 22px;
  width: 100px;
  margin-bottom: 32px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  color: var(--neutral--500);
  font-family: Social Icons Font, sans-serif;
  line-height: 20px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.line-rounded-icon {
  color: var(--neutral--100);
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 6px;
  font-size: 22px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  color: var(--neutral--500);
  font-family: Line Square Icons, sans-serif;
}

.filled-icons {
  color: var(--neutral--500);
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2, .rich-text h3 {
  margin-top: 40px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 40px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 32px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--700);
  color: var(--neutral--100);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--400);
}

.style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--800);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--100);
  background-color: #0000;
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--100);
  color: var(--neutral--100);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--700);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--700);
  background-color: var(--neutral--800);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.hero-primary.hero-v1 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.hero-primary.hero-wrapper {
  padding-top: 60px;
  padding-bottom: 28px;
}

.section.hero-primary.hero-wrapper.full-wrapper {
  flex: 1;
}

.section.hero-primary.hero-agency {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.hero-primary.hero-service-single {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-image: url('../images/bg-decorative-tonki-labs.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.section.bg---border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--bg-color-card);
  transform: translate(0);
}

.section.grid-bg-wrapper {
  position: relative;
}

.section.image-bg---border---gradient-radius {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 23%, var(--bg-color-card)), url('../images/bg-from-tonki-labs.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 110%;
  transform: translate(0);
}

.section.pd-bottom-0px {
  padding-bottom: 0;
}

.link-wrapper {
  color: var(--neutral--800);
  font-size: 16px;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.color-neutral-100 {
  color: var(--neutral--100);
}

.link-text {
  color: var(--neutral--500);
  transition: color .3s;
  display: inline-block;
}

.link-text.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h1-size {
  color: var(--neutral--100);
  font-size: 54px;
  font-weight: 400;
  line-height: 66px;
}

.heading-h2-size {
  color: var(--neutral--100);
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h3-size {
  color: var(--neutral--100);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-h4-size {
  color: var(--neutral--100);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--100);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
}

.heading-h6-size {
  color: var(--neutral--100);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--500);
  padding: 0;
  font-size: 16px;
  line-height: 1.125em;
}

.header-nav-link:hover {
  color: var(--neutral--100);
}

.header-nav-link.w--current {
  color: var(--neutral--500);
}

.header-nav-link.w--current:hover {
  color: var(--neutral--100);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.header-logo {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-bottom: 2px;
  margin-right: 12px;
}

.header-logo-link {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  align-items: center;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  transition: transform .3s, color .3s;
  display: flex;
}

.header-logo-link:hover {
  color: var(--neutral--100);
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: var(--neutral--100);
  background-color: #3324d5;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.hidden-desktop {
  display: none;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.success-mesage-horizontal {
  align-items: center;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo-wrapper {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  transition: transform .3s, color .3s;
  display: flex;
}

.footer-logo-wrapper:hover {
  color: var(--neutral--100);
  transform: scale3d(.96, .96, 1.01);
}

.success-message {
  color: var(--neutral--100);
  background-color: #0000;
  border-radius: 24px;
  padding: 338px 28px;
}

.success-message.small {
  border: 1px solid var(--neutral--600);
  border-radius: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 18px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5em;
}

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

._w-h-100 {
  width: 100%;
  height: 100%;
}

.fit-cover {
  object-fit: cover;
}

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

.cta-section {
  background-color: var(--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 48px 32px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

._404-not-found {
  color: var(--accent--primary-1);
  margin-bottom: 8px;
  font-size: 160px;
  font-weight: 700;
  line-height: 159px;
}

.text-underline {
  text-decoration: underline;
}

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

.subtitle {
  color: var(--neutral--100);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

.bg-video-wrapper {
  z-index: -1;
  position: relative;
}

.gradient-bot-video {
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, var(--neutral--800));
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-bot-video.agency {
  height: 140px;
}

.background-video {
  max-width: 100%;
  margin-top: 32px;
}

.arrow-btn {
  margin-left: 8px;
  font-family: Line Square Icons, sans-serif;
  font-size: 14px;
}

.arrow-btn.star {
  font-family: Star Icon, sans-serif;
}

.position-relative---2 {
  z-index: 2;
  position: relative;
}

.grid-4-col---cards {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: "Area Area"
  / 1fr .9fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-btn-primary {
  background-image: linear-gradient(to bottom, var(--neutral--600), transparent);
  border-radius: 12px;
  justify-content: center;
  padding: 1px;
  transition: background-color .3s, transform .3s, color .3s;
  overflow: hidden;
  transform: translate(0);
}

.border-btn-primary:hover {
  color: var(--neutral--100);
  transform: scale(1.03);
}

.border-btn-primary.button-row {
  margin-right: 18px;
}

.border-gradient-wrapper {
  background-image: linear-gradient(#313131, #161616);
  border-radius: 20px;
  padding: 1px;
  overflow: hidden;
  transform: translate(0);
}

.border-gradient-wrapper.card-note {
  z-index: 4;
  border-radius: 8px;
  width: 215px;
  display: block;
  position: absolute;
  left: -54px;
  box-shadow: 0 6px 12px #0c0c0c99;
}

.border-gradient-wrapper.opacity {
  opacity: .5;
}

.grid-logos-wrapper {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--bg-card-logos);
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: -1px;
  padding: 24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.pd-top---content-inside-card.pd-top-42px {
  padding-top: 42px;
}

.border-gradient-logo-top {
  border: 1px solid #272727;
  border-radius: 24px;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.circle-gradient-logo {
  z-index: -1;
  opacity: 0;
  filter: blur(20px);
  background-color: #2e2e2e;
  border-radius: 50%;
  width: 16%;
  height: 50px;
  position: absolute;
  inset: 62% 0% 0% 4%;
  overflow: hidden;
}

.circle-gradient-logo._2 {
  left: 23%;
}

.circle-gradient-logo._3 {
  left: 42%;
}

.circle-gradient-logo._4 {
  left: 61%;
}

.circle-gradient-logo._5 {
  left: 80%;
}

.logo-labs---white {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.card-values {
  border-left: 1px solid #262626;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 32px;
  position: relative;
  transform: translate(0);
}

.line-small-title {
  background-color: var(--neutral--100);
  width: 1px;
  height: 28px;
  position: absolute;
  inset: 95px auto auto -1px;
}

.icon-lottie {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
}

.icon-lottie.mg---size-large {
  width: 55px;
  height: 55px;
  margin-top: -18px;
  margin-left: -8px;
}

.icon-lottie.rotate {
  margin-left: -5px;
  transform: rotate(134deg);
}

.loading-bar-wrapper {
  z-index: 999;
  min-height: 1.5px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-bar {
  background-color: var(--neutral--600);
  min-height: 1.5px;
}

.image-product-studio---2 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-product-studio---3 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-left-floating {
  z-index: 4;
  max-width: 13%;
  height: 19%;
  position: absolute;
  inset: 100% 0% 0%;
}

.arrow-left-floating.left {
  width: 9%;
  max-width: none;
  height: auto;
  top: 79%;
  bottom: auto;
  left: 29%;
}

.arrow-right-floating {
  z-index: 4;
  max-width: 13%;
  height: 19%;
  position: absolute;
  inset: auto 0% -21% auto;
}

.arrow-right-floating.right {
  width: 9%;
  max-width: none;
  height: auto;
  bottom: 26%;
  right: 28%;
}

.image-product-studio {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.circle-gradient-blur {
  opacity: .39;
  filter: blur(80px);
  background-color: #242424;
  border-radius: 100%;
  width: 320px;
  height: 320px;
  position: absolute;
  inset: auto -10% -10% auto;
  overflow: hidden;
}

.open-door-image---1 {
  opacity: 1;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.grid-bg-section---1 {
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.open-door-image---2, .open-door-image---3, .open-door-image---4, .open-door-image---5 {
  opacity: 0;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-door {
  display: flex;
  position: relative;
}

.arrow-top {
  position: absolute;
  inset: 25px 25px auto auto;
}

.grid-footer-3-column {
  grid-column-gap: 18vw;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.5fr;
  align-items: center;
}

.border-input {
  background-image: linear-gradient(#454545, #0000);
  border-radius: 14px;
  justify-content: center;
  padding: 1px;
  transition: opacity .3s, color .3s;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 12px #0606063d;
}

.border-input:hover {
  opacity: .8;
}

.footer-small {
  padding-top: 70px;
  padding-bottom: 70px;
}

.link-get-touch {
  grid-column-gap: 9px;
  opacity: .6;
  color: var(--neutral--100);
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: flex;
}

.link-get-touch:hover {
  opacity: 1;
  color: var(--neutral--100);
}

.grid-2-col---form {
  grid-column-gap: 5vw;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto 1.75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.image-community-resources {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 81%;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-community-resources---1 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-community-resources---2 {
  z-index: 2;
  width: 105%;
  max-width: 105%;
  position: absolute;
  transform: rotate(0);
}

.image-community-resources---3 {
  z-index: 3;
  width: 106%;
  max-width: 106%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
}

.bg-bottom---circles {
  z-index: 5;
  background-image: linear-gradient(to top, #121212 40%, #0000);
  width: 136%;
  height: 28%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 80% auto auto;
}

.pd---32px---mg-top-32px {
  margin-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
}

.grid-bg-section---2, .grid-bg-section---3, .grid-bg-section---4 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

.icon-size-wrapper {
  border-radius: 16px;
  width: 74px;
  min-width: 74px;
  height: 74px;
  min-height: 74px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 12px #0606063d;
}

.icon-size-wrapper._64px {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.icon-size-wrapper.logo---1, .icon-size-wrapper.logo---2, .icon-size-wrapper.logo---3, .icon-size-wrapper.logo---4, .icon-size-wrapper.logo---5 {
  border-radius: 24%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.filter-video {
  background-color: var(--neutral--800);
  mix-blend-mode: screen;
  position: absolute;
  inset: 0%;
}

.max-w-520px {
  max-width: 520px;
}

.circle-moon-wrapper {
  z-index: -1;
  opacity: 1;
  width: 48%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-blur-wrapper {
  position: absolute;
  inset: auto -59% -187% auto;
}

.image-floating---2 {
  box-shadow: 0 2px 5px 0 var(--shadow-wrapper);
  border-radius: 12px;
  width: 36%;
  height: 71%;
  margin-top: 22%;
  margin-left: -20%;
}

.image-floating---1 {
  box-shadow: 0 2px 12px 0 var(--shadow-wrapper);
  border-radius: 12px;
  width: 84%;
  height: 55%;
}

.images-container {
  flex-direction: row;
  display: flex;
  position: relative;
  top: 128px;
}

.images-container.overflow---relative-75px {
  top: 75px;
  overflow: hidden;
}

.image-floating---3 {
  box-shadow: 0 2px 12px 0 var(--shadow-wrapper);
  border-radius: 12px;
  width: 100%;
}

.bg-gradient-cta {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.grid-2-col---sticky-right {
  grid-column-gap: 88px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.card-sticky-top {
  z-index: 1;
  background-color: var(--neutral--800);
  margin-top: -24px;
  margin-bottom: 54px;
  margin-left: -8px;
  padding-top: 24px;
  padding-bottom: 48px;
  padding-left: 8px;
  position: sticky;
  top: 0;
}

.btn-position-absolute-bottom {
  background-color: var(--neutral--800);
  margin-left: -8px;
  padding-top: 48px;
  padding-left: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.border-full-left {
  border-left: 1px solid var(--neutral--700);
  position: relative;
}

.rich-text-small p, .rich-text-small ol {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 1.5em;
}

.rich-text-small figcaption {
  color: var(--neutral--100);
  font-size: 16px;
  line-height: 1.5em;
}

.card-note-wrapper {
  background-color: var(--color-border);
  padding: 12px 16px;
}

.note {
  color: var(--neutral--500);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.image-note {
  cursor: help;
}

.image-product-studio---4, .image-product-studio---5 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-floating---plugins {
  z-index: 1;
  border-radius: 4%;
  width: 77%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px #060606cc;
}

.image-floating---shape-square {
  z-index: 0;
  width: 24%;
  position: absolute;
  inset: 42% auto auto 9%;
}

.image-floating---icon-gpt {
  z-index: 2;
  border-radius: 19.1%;
  width: 17%;
  position: absolute;
  inset: 10% -6% auto auto;
  overflow: hidden;
  box-shadow: 0 2px 12px #06060680;
}

.images-gpt-plugins {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.line-divider {
  background-color: var(--color-border);
  height: 1px;
}

.image-community-resources---4 {
  z-index: 3;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
}

.image-community-resources---5 {
  z-index: 3;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
}

.image-community-resources---6 {
  z-index: 3;
  width: 102%;
  max-width: 103%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
}

.image-community-resources---7 {
  z-index: 3;
  width: 113%;
  max-width: 113%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
}

.image-community-resources---user {
  z-index: 3;
  border-radius: 50%;
  width: 29%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: rotate(0);
  box-shadow: 0 2px 12px #0606063d;
}

.more-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-color-input);
  color: var(--neutral--500);
  background-image: linear-gradient(#313131, #282828);
  border: 1px #0000;
  border-radius: 14px;
  align-items: flex-start;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .3s, box-shadow .3s, color .3s, border-color .3s;
  display: flex;
  box-shadow: 0 2px 12px #0606063d;
}

.more-services:hover, .more-services:focus {
  border-style: solid;
  border-color: var(--neutral--600);
  color: var(--neutral--500);
  padding: 17px 19px;
}

.more-services::placeholder {
  color: var(--neutral--500);
  font-size: 16px;
  line-height: 18px;
}

.max-w-260px {
  max-width: 260px;
}

.position-relative---6 {
  z-index: 6;
  position: relative;
}

.filter-color-video {
  mix-blend-mode: lighten;
  flex-direction: column;
  justify-content: center;
  height: 360px;
  margin-left: -100px;
  margin-right: -100px;
}

.filter-color-video.agenct {
  height: 500px;
}

.checkbox-item {
  border-radius: 14px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 12px #0606063d;
}

.checkbox-item:hover {
  transform: translate(0, -2px);
}

.checkbox-absolute {
  z-index: 6;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.checkbox-absolute.w--redirected-checked {
  border-width: 2px;
  border-color: var(--neutral--600);
  background-color: #0000;
  background-image: none;
  border-radius: 14px;
}

.gradient-top-video {
  z-index: 1;
  background-image: linear-gradient(to top, transparent, var(--neutral--800));
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-top-video.about {
  height: 170px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.logo-footer {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-bottom: 2px;
  margin-right: 12px;
}

.dropdown-link {
  color: var(--neutral--500);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--neutral--100);
}

.dropdown-link.w--current {
  color: var(--neutral--500);
}

.dropdown-link.w--current:hover {
  color: var(--neutral--100);
}

.arrow-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.arrow-icon.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-pd {
  background-color: var(--bg-color-card);
  border-radius: 16px;
  padding: 20px 24px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--neutral--500);
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--neutral--100);
}

.dropdown-wrapper {
  color: var(--neutral--500);
  line-height: 1.125em;
}

.dropdown-border---bg {
  background-image: linear-gradient(#313131, #161616);
  border-radius: 16px;
  margin-top: 20px;
  padding: 1px;
  overflow: hidden;
  transform: translate(0);
}

.tooltip-wrapper {
  margin-left: 8px;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.dive-our-work {
    grid-column-gap: 90px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.image-bg---border---gradient-radius {
    background-size: auto, cover;
  }

  .gradient-bot-video {
    background-image: linear-gradient(to bottom, transparent, var(--neutral--800));
    height: 100px;
  }

  .background-video {
    height: 640px;
    top: -1px;
  }

  .grid-footer-3-column {
    grid-column-gap: 300px;
  }

  .grid-2-col---form {
    grid-column-gap: 3vw;
  }

  .filter-color-video {
    filter: grayscale();
    mix-blend-mode: screen;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-top-video {
    height: 100px;
    top: -1%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 46px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dive-our-work, .grid-2-columns.hero-service-single {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    padding: 54px 32px;
  }

  .card.idea-laboratory {
    padding-top: 40px;
  }

  .card.card-center---pd-80px---100px {
    padding-left: 150px;
    padding-right: 150px;
  }

  .card.about-studio {
    padding: 60px 40px 182px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

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

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .text-400 {
    font-size: 22px;
    line-height: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section, .section.hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-primary.hero-service-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper {
    display: flex;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--700);
    border-bottom: 1px solid var(--neutral--700);
    background-color: var(--neutral--800);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.05);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    background-color: var(--neutral--100);
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .flex-horizontal.align-top.start.column-mbp {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .background-video {
    margin-top: 24px;
  }

  .grid-4-col---cards {
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .border-btn-primary.header-btn-hidde-on-mb {
    margin-right: 24px;
  }

  .grid-logos-wrapper {
    flex-direction: row;
    justify-items: center;
  }

  .pd-top---content-inside-card {
    padding-top: 48px;
  }

  .grid-footer-3-column {
    grid-template-columns: 1fr;
  }

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

  .pd---32px---mg-top-32px {
    margin-top: 24px;
  }

  .container-responsive {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-moon-wrapper {
    width: 45%;
  }

  .images-container {
    margin-top: 80px;
    top: 0;
  }

  .images-container.overflow---relative-75px {
    top: auto;
  }

  .grid-2-col---sticky-right {
    grid-column-gap: 60px;
  }

  .image-floating---plugins {
    width: 70%;
  }

  .image-floating---shape-square {
    width: 22%;
    left: 2%;
  }

  .image-floating---icon-gpt {
    width: 16%;
    right: 5%;
  }

  .images-gpt-plugins {
    justify-content: center;
  }

  .filter-color-video {
    height: 250px;
  }

  .dropdown-pd {
    background-color: #0000;
    padding: 0 0 14px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-border---bg {
    background-image: none;
    border-radius: 0;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .card.form {
    padding: 32px 24px;
  }

  .card.idea-laboratory {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.community-resources {
    padding-bottom: 32px;
  }

  .card.product-studio, .card.pd-68px---52px---70px, .card.card---bg---pd-25px---28px {
    padding: 32px 24px;
  }

  .card.card---image-bg---pd-25px---28px {
    min-height: 300px;
    padding: 32px 24px;
  }

  .card.card-center---pd-80px---100px, .card.pd-40px---34px {
    padding: 32px 24px;
  }

  .card.about-studio {
    padding: 40px 24px 194px;
  }

  .card.pd-32px---150px, .card.pd-32px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-32px---250px {
    padding: 40px 24px;
  }

  .card.pd-32px---bg-line-decorative {
    background-size: cover;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-32px---58px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-68px---52px---63px {
    padding: 32px 24px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

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

  .text-200 {
    font-size: 16px;
  }

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

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

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

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .text-400 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 58px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

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

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

  .section.hero-primary.hero-service-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.mbl-pd-top-50px {
    padding-top: 50px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
    line-height: 22px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .subtitle {
    font-size: 14px;
  }

  .gradient-bot-video {
    height: 60px;
  }

  .background-video {
    height: 400px;
  }

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

  .border-btn-primary.header-btn-hidde-on-mb {
    display: none;
  }

  .grid-logos-wrapper {
    grid-column-gap: 5px;
    padding: 18px 16px;
  }

  .pd-top---content-inside-card {
    padding-top: 40px;
  }

  .card-values {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }

  .line-small-title {
    top: 70px;
  }

  .image-product-studio {
    align-self: stretch;
  }

  .open-door-image---1, .open-door-image---2, .open-door-image---3, .open-door-image---4, .open-door-image---5 {
    width: 200px;
  }

  .footer-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-community-resources {
    margin-top: 0;
    top: -7%;
  }

  .pd---32px---mg-top-32px {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-size-wrapper {
    width: 68px;
    min-width: 68px;
    height: 68px;
    min-height: 68px;
  }

  .icon-size-wrapper._64px {
    border-radius: 8px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
  }

  .icon-size-wrapper._64px.mg-right-24px {
    margin-right: 16px;
  }

  .icon-size-wrapper.logo---1, .icon-size-wrapper.logo---2, .icon-size-wrapper.logo---3, .icon-size-wrapper.logo---4, .icon-size-wrapper.logo---5 {
    width: 80%;
    min-width: 80%;
  }

  .circle-moon-wrapper {
    width: 232px;
  }

  .grid-2-col---sticky-right {
    grid-template-columns: 1fr;
  }

  .card-sticky-top {
    margin-top: 0;
    margin-bottom: 28px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .btn-position-absolute-bottom {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .border-full-left {
    border-left-style: none;
  }

  .rich-text-small blockquote {
    padding: 40px 24px;
  }

  .filter-color-video {
    height: 200px;
  }

  .filter-color-video.agenct {
    height: 380px;
  }

  .gradient-top-video {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    line-height: 34px;
  }

  .card.idea-laboratory, .card.product-studio, .card.pd-68px---52px---70px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.card---bg---pd-25px---28px, .card.card---image-bg---pd-25px---28px {
    padding: 40px 24px;
  }

  .card.card-center---pd-80px---100px, .card.pd-40px---34px, .card.about-studio, .card.pd-32px---150px, .card.pd-32px, .card.pd-32px---250px, .card.pd-32px---bg-line-decorative, .card.pd-32px---58px, .card.pd-68px---52px---63px {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

  .mg-top-48px {
    margin-top: 32px;
  }

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

  .display-3 {
    font-size: 24px;
  }

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .square-icon {
    max-width: 56px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .rich-text h2, .rich-text h3 {
    margin-top: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

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

  .section.hero-primary {
    padding-top: 48px;
  }

  .section.top {
    padding-top: 66px;
  }

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

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 34px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flex-horizontal.align-top.start.column-mbp {
    grid-row-gap: 0px;
  }

  .flex-horizontal.success-mesage-horizontal {
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .background-video {
    margin-top: 0;
  }

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

  .border-btn-primary {
    width: 100%;
  }

  .border-btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .grid-logos-wrapper {
    grid-column-gap: 0px;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    padding: 16px 12px;
  }

  .border-gradient-logo-top {
    border-radius: 16px;
  }

  .circle-gradient-logo._1 {
    width: 18%;
    left: 3.5%;
  }

  .circle-gradient-logo._2 {
    width: 18%;
    left: 22%;
  }

  .circle-gradient-logo._3 {
    width: 18%;
    left: 41%;
  }

  .circle-gradient-logo._4 {
    width: 18%;
    left: 59.5%;
  }

  .circle-gradient-logo._5 {
    width: 18%;
    left: 78.5%;
  }

  .border-input {
    width: 100%;
    margin-bottom: 16px;
  }

  .border-input.mb-mg-bot-0px {
    margin-bottom: 0;
  }

  .footer-small {
    padding-top: 80px;
  }

  .mg-bottom-20px, .mg-bottom-28px {
    margin-bottom: 16px;
  }

  .icon-size-wrapper {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .icon-size-wrapper._64px.mg-right-24px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .circle-moon-wrapper {
    width: 200px;
  }

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

  .more-services {
    font-size: 16px;
    line-height: 18px;
  }

  .more-services::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .filter-color-video {
    height: 150px;
  }

  .checkbox-item {
    box-shadow: none;
  }

  .dropdown-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-column-wrapper.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle {
    justify-content: center;
  }

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

#w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b39-ded95774 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b3d-ded95774, #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b41-ded95774, #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b45-ded95774, #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b49-ded95774, #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b4d-ded95774, #w-node-be4a6765-8500-5eea-d6e0-8e845219a120-ded95774, #w-node-_93fb81b8-3bd2-02bf-9b24-0e7e7cec6a36-ded95774, #w-node-e2362942-c37c-1857-68f3-708fa2a1246d-ded95774, #w-node-a3978af9-73a0-83ab-ea4c-0ef610dac588-ded95774, #w-node-c16b688f-f580-c625-c3dc-83ea6e37c4b0-ded95774, #w-node-_92f7e97f-4080-a183-82a6-70ace56943f1-ded95774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd721a3-1352-99b2-7ced-85dd0aff538d-ded95774 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_4d9c45a8-1d7f-cc76-428f-ef0f1d1530fc-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9c45a8-1d7f-cc76-428f-ef0f1d1530fd-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c6414fd0-f02d-0bf3-9519-03e42966235a-91dd5701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9c45a8-1d7f-cc76-428f-ef0f1d153109-91dd5701 {
  align-self: start;
}

#w-node-de020ade-8f26-3913-3231-51d3c110b751-b4043bae {
  justify-self: center;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-ded95798 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7dc09e5-7e7f-8039-7bd8-86fdfa7549d1-79701fb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7c649a5-1383-59ef-b456-ea322131b1a2-79701fb4, #w-node-c6410fc9-afc0-061b-50e8-7d20903cb3d2-79701fb4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0cf1b2b5-ab7f-8fe4-b16e-369f0d583ee3-79701fb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84788d0a-bc3f-7436-636d-c27e2417116f-79701fb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2058ca0-4ec3-b549-d827-25bda47c4b74-79701fb4 {
  align-self: stretch;
}

#w-node-e67176ba-54ba-5f12-fa54-77360bc51af3-79701fb4, #w-node-c5b95126-d496-78b8-34ac-66a5aa28b1b2-79701fb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8b35261-e70e-79a2-1024-9d1a742ac0d4-79701fb4 {
  justify-self: start;
}

#w-node-_1f8f86f1-1d7a-ed8e-f47e-592d18d002fd-4fd7d869 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e3545ea1-1b2a-ac53-1d47-a59f5dd85e56-79701fb4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b61-ded95774, #w-node-_2cf7d977-e9b9-b45b-d23d-cf400f5d3b79-ded95774 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abd721a3-1352-99b2-7ced-85dd0aff538d-ded95774 {
    order: 9999;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-ded95798, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-ded95798, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-ded95798, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-ded95798, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-ded95798, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-ded95798, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-ded95798, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-ded95798, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-ded95798, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-ded95798, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-ded95798, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-ded95798, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-ded95798, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-ded95798, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-ded95798, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-ded95798, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-ded95798, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-ded95798, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-ded95798, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-ded95798, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-ded95798, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-ded95798, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-ded95798, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-ded95798, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-ded95798, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-ded95798 {
    order: -9999;
  }

  #w-node-c7c649a5-1383-59ef-b456-ea322131b1a2-79701fb4, #w-node-c6410fc9-afc0-061b-50e8-7d20903cb3d2-79701fb4 {
    grid-column: span 2 / span 2;
  }

  #w-node-c2058ca0-4ec3-b549-d827-25bda47c4b74-79701fb4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e67176ba-54ba-5f12-fa54-77360bc51af3-79701fb4, #w-node-c5b95126-d496-78b8-34ac-66a5aa28b1b2-79701fb4 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/star-icon.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Star Icon';
  src: url('../fonts/star-icon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}