:root {
  --_color---color--background: #fbf7f1;
  --_text-style---font-family--body: Figtree, sans-serif;
  --_text-style---body-text--text-color: var(--_color---color--black);
  --_text-style---body-text--font-size: var(--_text-style---text-m--font-size);
  --_text-style---body-text--line-height: var(--line-height--1-4);
  --_text-style---body-text--font-weight: var(--font-weight--400);
  --_text-style---body-text--letter-spacing: var(--others--normal);
  --_text-style---heading-xxl--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-xxl--font-size: 3.5rem;
  --_text-style---heading-xxl--line-height: var(--line-height--1-2);
  --_text-style---heading-xxl--font-weight: var(--font-weight--700);
  --_text-style---heading-xxl--letter-spacing: -.025em;
  --_text-style---heading-xl--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-xl--font-size: 3rem;
  --_text-style---heading-xl--line-height: var(--line-height--1-2);
  --_text-style---heading-xl--font-weight: var(--font-weight--700);
  --_text-style---heading-xl--letter-spacing: -.025em;
  --_text-style---heading-l--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-l--font-size: 2.5rem;
  --_text-style---heading-l--line-height: var(--line-height--1-2);
  --_text-style---heading-l--font-weight: var(--font-weight--700);
  --_text-style---heading-l--letter-spacing: -.025em;
  --_text-style---heading-m--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-m--font-size: 2rem;
  --_text-style---heading-m--line-height: var(--line-height--1-2);
  --_text-style---heading-m--font-weight: var(--font-weight--400);
  --_text-style---heading-m--letter-spacing: -.025em;
  --_text-style---heading-s--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-s--font-size: 1.5rem;
  --_text-style---heading-s--line-height: var(--line-height--1-2);
  --_text-style---heading-s--font-weight: var(--font-weight--400);
  --_text-style---heading-s--letter-spacing: -.025em;
  --_text-style---heading-xs--font-family: var(--_text-style---font-family--titles);
  --_text-style---heading-xs--font-size: 1.25rem;
  --_text-style---heading-xs--line-height: var(--line-height--1-2);
  --_text-style---heading-xs--font-weight: var(--font-weight--400);
  --_text-style---heading-xs--letter-spacing: var(--others--normal);
  --_container---container-size--container: 85rem;
  --_container---container-horizontal-padding--padding: 40px;
  --_color---color--primary: #233dff;
  --_color---color--white: white;
  --_color---color--tertiary: #3549a4;
  --_color---color--secondary: #fed33b;
  --_text-style---text-xxl--font-family: var(--_text-style---font-family--body);
  --_text-style---text-xxl--font-size: 2rem;
  --_text-style---text-xxl--line-height: var(--line-height--1-2);
  --_text-style---text-xxl--font-weight: var(--font-weight--400);
  --_text-style---text-xxl--letter-spacing: 0px;
  --_text-style---text-xl--font-family: var(--_text-style---font-family--body);
  --_text-style---text-xl--font-size: 1.5rem;
  --_text-style---text-xl--line-height: var(--line-height--1-2);
  --_text-style---text-xl--font-weight: var(--font-weight--400);
  --_text-style---text-xl--letter-spacing: var(--others--normal);
  --_text-style---text-l--font-family: var(--_text-style---font-family--body);
  --_text-style---text-l--font-size: 1.25rem;
  --_text-style---text-l--line-height: var(--line-height--1-4);
  --_text-style---text-l--font-weight: var(--font-weight--400);
  --_text-style---text-l--letter-spacing: var(--others--normal);
  --_text-style---text-m--font-family: var(--_text-style---font-family--body);
  --_text-style---text-m--font-size: 1.125rem;
  --_text-style---text-m--line-height: var(--line-height--1-4);
  --_text-style---text-m--font-weight: var(--font-weight--400);
  --_text-style---text-m--letter-spacing: var(--others--normal);
  --_text-style---text-s--font-family: var(--_text-style---font-family--body);
  --_text-style---text-s--font-size: 1rem;
  --_text-style---text-s--line-height: var(--line-height--1-2);
  --_text-style---text-s--font-weight: var(--font-weight--400);
  --_text-style---text-s--letter-spacing: var(--others--normal);
  --_text-style---text-xs--font-family: var(--_text-style---font-family--body);
  --_text-style---text-xs--font-size: .875rem;
  --_text-style---text-xs--line-height: var(--line-height--1-2);
  --_text-style---text-xs--font-weight: var(--font-weight--400);
  --_text-style---text-xs--letter-spacing: var(--others--normal);
  --_text-style---text-xxs--font-family: var(--_text-style---font-family--body);
  --_text-style---text-xxs--font-size: .75rem;
  --_text-style---text-xxs--line-height: var(--line-height--1-2);
  --_text-style---text-xxs--font-weight: var(--font-weight--400);
  --_text-style---text-xxs--letter-spacing: var(--others--normal);
  --_color---color--neutral-1: #ddd;
  --_color---color--neutral-2: #bbb;
  --_color---color--neutral-3: #999;
  --_color---color--black: #000;
  --_buttons---border-color: var(--_buttons---background);
  --_buttons---background: var(--_color---color--primary);
  --_buttons---text-color: var(--_color---color--white);
  --_buttons---font-size: var(--_text-style---text-m--font-size);
  --_buttons---hover-border-color: var(--_color---color--primary);
  --_buttons---hover-background: var(--_color---color--white);
  --_buttons---hover-text-color: var(--_color---color--primary);
  --_color---color--light-blue-2: #a6dfff;
  --spacing--space-112: 112px;
  --spacing--space-96: 96px;
  --spacing--space-80: 80px;
  --spacing--space-64: 64px;
  --spacing--space-56: 56px;
  --spacing--space-48: 48px;
  --spacing--space-40: 40px;
  --spacing--space-32: 32px;
  --spacing--space-24: 24px;
  --spacing--space-16: 16px;
  --spacing--space-8: 8px;
  --spacing--space-4: 4px;
  --_text-style---font-family--titles: "Plus Jakarta Sans", sans-serif;
  --_color---color--red: #ff6421;
  --font-weight--700: 700;
  --_color---color--neutral-4: gray;
  --_buttons---font-family: var(--_text-style---font-family--body);
  --_buttons---line-height: var(--line-height--1-2);
  --_buttons---font-weight: var(--font-weight--400);
  --_buttons---letter-spacing: var(--others--normal);
  --_buttons---vertical-padding: 12px;
  --_buttons---horizontal-padding: 32px;
  --_buttons---border-radius: 0px;
  --_grid---grid--grid-gap: 16px;
  --_color---color--light-blue: #0fa0eb;
  --line-height--1: 1;
  --line-height--1-2: 1.2;
  --line-height--1-25: 1.25;
  --line-height--1-3: 1.3;
  --line-height--1-4: 1.4;
  --line-height--1-5: 1.5;
  --line-height--1-6: 1.6;
  --line-height--1-75: 1.75;
  --line-height--2: 2;
  --font-weight--100: 100;
  --font-weight--200: 200;
  --font-weight--300: 300;
  --font-weight--400: 400;
  --font-weight--500: 500;
  --font-weight--600: 600;
  --font-weight--800: 800;
  --font-weight--900: 900;
  --_text-style---body-text--font-family: var(--_text-style---font-family--body);
  --others--inherit: 0px;
  --others--normal: 0px;
  --spacing--space-0: 0px;
  --spacing--space-1: 1px;
  --spacing--space-2: 2px;
  --spacing--space-6: 6px;
  --spacing--space-10: 10px;
  --spacing--space-12: 12px;
  --spacing--space-14: 14px;
  --spacing--space-20: 20px;
  --spacing--space-28: 28px;
  --spacing--space-36: 36px;
  --spacing--space-104: 104px;
  --spacing--space-120: 120px;
  --spacing--space-128: 128px;
  --spacing--space-136: 136px;
  --spacing--space-144: 144px;
  --spacing--space-160: 160px;
  --spacing--space-176: 176px;
  --spacing--space-192: 192px;
  --spacing--space-208: 208px;
  --spacing--space-224: 224px;
  --spacing--space-240: 240px;
  --spacing--space-256: 256px;
}

.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(--_color---color--background);
  font-family: var(--_text-style---font-family--body);
  color: var(--_text-style---body-text--text-color);
  font-size: var(--_text-style---body-text--font-size);
  line-height: var(--_text-style---body-text--line-height);
  font-weight: var(--_text-style---body-text--font-weight);
  letter-spacing: var(--_text-style---body-text--letter-spacing);
}

h1 {
  font-family: var(--_text-style---heading-xxl--font-family);
  font-size: var(--_text-style---heading-xxl--font-size);
  line-height: var(--_text-style---heading-xxl--line-height);
  font-weight: var(--_text-style---heading-xxl--font-weight);
  letter-spacing: var(--_text-style---heading-xxl--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_text-style---heading-xl--font-family);
  font-size: var(--_text-style---heading-xl--font-size);
  line-height: var(--_text-style---heading-xl--line-height);
  font-weight: var(--_text-style---heading-xl--font-weight);
  letter-spacing: var(--_text-style---heading-xl--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_text-style---heading-l--font-family);
  font-size: var(--_text-style---heading-l--font-size);
  line-height: var(--_text-style---heading-l--line-height);
  font-weight: var(--_text-style---heading-l--font-weight);
  letter-spacing: var(--_text-style---heading-l--letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

p {
  font-family: var(--_text-style---font-family--body);
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

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

label {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.container {
  width: 100%;
  max-width: var(--_container---container-size--container);
  padding-right: var(--_container---container-horizontal-padding--padding);
  padding-left: var(--_container---container-horizontal-padding--padding);
  margin-left: auto;
  margin-right: auto;
}

.styleguide-heading-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.styleguide-section {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.styleguide-category-wrapper {
  background-color: var(--_color---color--primary);
  width: 100%;
  color: var(--_color---color--white);
  border-radius: 4px;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}

.styleguide-category-wrapper.tablet {
  background-color: var(--_color---color--tertiary);
}

.styleguide-subcategory-wrapper {
  background-color: var(--_color---color--secondary);
  color: var(--_color---color--white);
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: .75rem 2rem;
}

.styleguide-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-xl {
  font-family: var(--_text-style---heading-xl--font-family);
  font-size: var(--_text-style---heading-xl--font-size);
  line-height: var(--_text-style---heading-xl--line-height);
  font-weight: var(--_text-style---heading-xl--font-weight);
  letter-spacing: var(--_text-style---heading-xl--letter-spacing);
}

.class {
  color: var(--_color---color--white);
  white-space: nowrap;
  background-color: #3b79c3;
  border-radius: 4px;
  align-self: flex-start;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline;
}

.styleguide-section-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.heading-l {
  font-family: var(--_text-style---heading-l--font-family);
  font-size: var(--_text-style---heading-l--font-size);
  line-height: var(--_text-style---heading-l--line-height);
  font-weight: var(--_text-style---heading-l--font-weight);
  letter-spacing: var(--_text-style---heading-l--letter-spacing);
}

.heading-m {
  font-family: var(--_text-style---heading-m--font-family);
  font-size: var(--_text-style---heading-m--font-size);
  line-height: var(--_text-style---heading-m--line-height);
  font-weight: var(--_text-style---heading-m--font-weight);
  letter-spacing: var(--_text-style---heading-m--letter-spacing);
}

.heading-xxl {
  font-family: var(--_text-style---heading-xxl--font-family);
  font-size: var(--_text-style---heading-xxl--font-size);
  line-height: var(--_text-style---heading-xxl--line-height);
  font-weight: var(--_text-style---heading-xxl--font-weight);
  letter-spacing: var(--_text-style---heading-xxl--letter-spacing);
}

.heading-s {
  font-family: var(--_text-style---heading-s--font-family);
  font-size: var(--_text-style---heading-s--font-size);
  line-height: var(--_text-style---heading-s--line-height);
  font-weight: var(--_text-style---heading-s--font-weight);
  letter-spacing: var(--_text-style---heading-s--letter-spacing);
}

.heading-xs {
  font-family: var(--_text-style---heading-xs--font-family);
  font-size: var(--_text-style---heading-xs--font-size);
  line-height: var(--_text-style---heading-xs--line-height);
  font-weight: var(--_text-style---heading-xs--font-weight);
  letter-spacing: var(--_text-style---heading-xs--letter-spacing);
}

.text-xxl {
  font-family: var(--_text-style---text-xxl--font-family);
  font-size: var(--_text-style---text-xxl--font-size);
  line-height: var(--_text-style---text-xxl--line-height);
  font-weight: var(--_text-style---text-xxl--font-weight);
  letter-spacing: var(--_text-style---text-xxl--letter-spacing);
}

.text-xl {
  font-family: var(--_text-style---text-xl--font-family);
  font-size: var(--_text-style---text-xl--font-size);
  line-height: var(--_text-style---text-xl--line-height);
  font-weight: var(--_text-style---text-xl--font-weight);
  letter-spacing: var(--_text-style---text-xl--letter-spacing);
}

.text-l {
  font-family: var(--_text-style---text-l--font-family);
  font-size: var(--_text-style---text-l--font-size);
  line-height: var(--_text-style---text-l--line-height);
  font-weight: var(--_text-style---text-l--font-weight);
  letter-spacing: var(--_text-style---text-l--letter-spacing);
}

.text-m {
  font-family: var(--_text-style---text-m--font-family);
  font-size: var(--_text-style---text-m--font-size);
  line-height: var(--_text-style---text-m--line-height);
  font-weight: var(--_text-style---text-m--font-weight);
  letter-spacing: var(--_text-style---text-m--letter-spacing);
}

.text-s {
  font-family: var(--_text-style---text-s--font-family);
  font-size: var(--_text-style---text-s--font-size);
  line-height: var(--_text-style---text-s--line-height);
  font-weight: var(--_text-style---text-s--font-weight);
  letter-spacing: var(--_text-style---text-s--letter-spacing);
}

.text-xs {
  font-family: var(--_text-style---text-xs--font-family);
  font-size: var(--_text-style---text-xs--font-size);
  line-height: var(--_text-style---text-xs--line-height);
  font-weight: var(--_text-style---text-xs--font-weight);
  letter-spacing: var(--_text-style---text-xs--letter-spacing);
}

.text-xxs {
  font-family: var(--_text-style---text-xxs--font-family);
  font-size: var(--_text-style---text-xxs--font-size);
  line-height: var(--_text-style---text-xxs--line-height);
  font-weight: var(--_text-style---text-xxs--font-weight);
  letter-spacing: var(--_text-style---text-xxs--letter-spacing);
}

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

.text-style-italic {
  font-style: italic;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1rem;
}

.text-weight-thin {
  font-weight: 100;
}

.text-weight-extra-light {
  font-weight: 200;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: 400;
}

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

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

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

.text-weight-extra-bold {
  font-weight: 800;
}

.text-weight-black {
  font-weight: 900;
}

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

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

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

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

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

.full-width {
  width: 100%;
  max-width: none;
}

.rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.rich-text p {
  margin-bottom: .75rem;
}

.rich-text h4, .rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.rich-text blockquote, .rich-text ul {
  margin-bottom: .75rem;
}

.styleguide-color-sample {
  background-color: #f5f5f5;
  border: 1px dashed #000;
  margin-top: .5rem;
  padding: 5rem;
}

.styleguide-color-sample.cc-primary {
  background-color: var(--_color---color--primary);
}

.styleguide-color-sample.cc-secondary {
  background-color: var(--_color---color--secondary);
}

.styleguide-color-sample.cc-tertiary {
  background-color: var(--_color---color--tertiary);
}

.styleguide-color-sample.cc-quaternary {
  background-color: var(--_color---color--background);
}

.styleguide-color-sample.cc-neutral-1 {
  background-color: var(--_color---color--neutral-1);
}

.styleguide-color-sample.cc-neutral-2 {
  background-color: var(--_color---color--neutral-2);
}

.styleguide-color-sample.cc-neutral-3 {
  background-color: var(--_color---color--neutral-3);
}

.styleguide-color-sample.cc-black {
  background-color: var(--_color---color--black);
}

.styleguide-color-sample.cc-white {
  background-color: var(--_color---color--white);
}

.styleguide-content-grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
}

.text-color-primary {
  color: var(--_color---color--primary);
}

.text-color-secondary {
  color: var(--_color---color--secondary);
}

.text-color-tertiary {
  color: var(--_color---color--tertiary);
}

.text-color-quaternary {
  color: var(--_color---color--background);
}

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

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

.background-primary {
  background-color: var(--_color---color--primary);
}

.background-secondary {
  background-color: var(--_color---color--secondary);
}

.background-tertiary {
  background-color: var(--_color---color--tertiary);
}

.background-neutral-1 {
  background-color: var(--_color---color--neutral-1);
}

.background-neutral-2 {
  background-color: var(--_color---color--neutral-2);
}

.background-neutral-3 {
  background-color: var(--_color---color--neutral-3);
}

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

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

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.styleguide-item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.icon-s {
  height: 2rem;
  line-height: 0;
}

.icon-m {
  height: 3rem;
  line-height: 0;
}

.icon-l {
  height: 4rem;
  line-height: 0;
}

.styleguide-flex-horizontal {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-1x1-s {
  width: 2rem;
  height: 2rem;
  line-height: 0;
}

.icon-1x1-m {
  width: 3rem;
  height: 3rem;
  line-height: 0;
}

.icon-1x1-l {
  width: 4rem;
  height: 4rem;
  line-height: 0;
}

.styleguide-flex-horizontal-wrap {
  grid-column-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styguide-main-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.styleguide-top-bar {
  grid-column-gap: .5rem;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.styleguide-dashed {
  background-color: var(--_color---color--white);
  border: 1px dashed #000;
  padding: 1rem;
}

.page-wrapper {
  overflow: clip;
}

.styleguide-flex-vertical {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-margin-wrapper {
  background-color: var(--_color---color--neutral-1);
}

.styleguide-margin {
  width: 100%;
}

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

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

.center-element {
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--_buttons---border-color);
  background-color: var(--_buttons---background);
  font-family: var(--_text-style---font-family--body);
  color: var(--_buttons---text-color);
  font-size: var(--_buttons---font-size);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.button:hover {
  border-color: var(--_buttons---hover-border-color);
  background-color: var(--_buttons---hover-background);
  color: var(--_buttons---hover-text-color);
}

.button.inverted {
  border: .125rem solid var(--_color---color--primary);
  background-color: var(--_color---color--white);
  color: var(--_color---color--primary);
}

.button.inverted:hover {
  border-color: var(--_color---color--white);
  background-color: var(--_color---color--primary);
  color: var(--_color---color--white);
}

.section.background-color-light-blue {
  background-color: var(--_color---color--light-blue-2);
}

.line-height-100 {
  line-height: 1;
}

.line-height-110 {
  line-height: 1.1;
}

.line-height-125 {
  line-height: 1.25;
}

.line-height-137-5 {
  line-height: 1.375;
}

.line-height-150 {
  line-height: 1.5;
}

.line-height-175 {
  line-height: 1.75;
}

.line-height-200 {
  line-height: 2;
}

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

.text-transform-lowercase {
  text-transform: lowercase;
}

.link {
  font-family: var(--_text-style---font-family--body);
  color: var(--_color---color--primary);
  text-decoration: underline;
}

.link.inverted {
  color: var(--_color---color--white);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-y {
  padding-left: 0;
  padding-right: 0;
}

.padding-x {
  padding-top: 0;
  padding-bottom: 0;
}

.row {
  flex-wrap: wrap;
  display: flex;
}

.row.gap-112 {
  grid-column-gap: var(--spacing--space-112);
  grid-row-gap: var(--spacing--space-112);
}

.row.gap-96 {
  grid-column-gap: var(--spacing--space-96);
  grid-row-gap: var(--spacing--space-96);
}

.row.gap-80 {
  grid-column-gap: var(--spacing--space-80);
  grid-row-gap: var(--spacing--space-80);
}

.row.gap-64 {
  grid-column-gap: var(--spacing--space-64);
  grid-row-gap: var(--spacing--space-64);
}

.row.gap-56 {
  grid-column-gap: var(--spacing--space-56);
  grid-row-gap: var(--spacing--space-56);
}

.row.gap-48 {
  grid-column-gap: var(--spacing--space-48);
  grid-row-gap: var(--spacing--space-48);
}

.row.gap-40 {
  grid-column-gap: var(--spacing--space-40);
  grid-row-gap: var(--spacing--space-40);
}

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

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

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-space-between {
  justify-content: space-between;
}

.row.justify-space-around {
  justify-content: space-around;
}

.row.align-start {
  align-items: flex-start;
}

.row.align-center {
  align-items: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.align-stretch {
  align-items: stretch;
}

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

.row.horizontal {
  flex-direction: row;
}

.row.gap-32 {
  grid-column-gap: var(--spacing--space-32);
  grid-row-gap: var(--spacing--space-32);
}

.row.gap-24 {
  grid-column-gap: var(--spacing--space-24);
  grid-row-gap: var(--spacing--space-24);
}

.row.gap-16 {
  grid-column-gap: var(--spacing--space-16);
  grid-row-gap: var(--spacing--space-16);
}

.row.gap-8 {
  grid-column-gap: var(--spacing--space-8);
  grid-row-gap: var(--spacing--space-8);
}

.row.gap-4 {
  grid-column-gap: var(--spacing--space-4);
  grid-row-gap: var(--spacing--space-4);
}

.row.horizontal-reverse {
  flex-flow: row-reverse wrap;
}

.row.vertical-reverse {
  flex-flow: column-reverse wrap;
}

.row.horizontal-nowrap {
  flex-flow: row;
}

.row.horizontal-nowrap-reverse {
  flex-flow: row-reverse;
}

.column {
  flex: 1 0;
  max-width: 100%;
}

.column._1-col {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.column._2-col {
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

.column._3-col {
  flex: 0 0 24.999%;
  max-width: 24.999%;
}

.column._4-col {
  flex: 0 0 33.332%;
  max-width: 33.332%;
}

.column._5-col {
  flex: 0 0 41.665%;
  max-width: 41.665%;
}

.column._6-col {
  flex: 0 0 49.998%;
  max-width: 49.998%;
}

.column._7-col {
  flex: 0 0 58.331%;
  max-width: 58.331%;
}

.column._8-col {
  flex: 0 0 66.664%;
  max-width: 66.664%;
}

.column._9-col {
  flex: 0 0 74.997%;
  max-width: 74.997%;
}

.column._10-col {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.column._11-col {
  flex: 0 0 91.663%;
  max-width: 91.663%;
}

.column._12-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.styleguide-column-content {
  border: 2px dashed var(--_color---color--primary);
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.full-height {
  height: 100%;
}

.styleguide-subcategory-title {
  background-color: var(--_color---color--tertiary);
  color: var(--_color---color--white);
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: .75rem 2rem;
}

.styleguide-flex-wrapper {
  border: 1px dashed var(--_color---color--primary);
  width: 100%;
  height: 12rem;
}

.form-field {
  border: 1px solid var(--_color---color--neutral-1);
  background-color: var(--_color---color--white);
  height: 3.125rem;
  color: var(--_text-style---body-text--text-color);
  font-size: var(--_text-style---text-m--font-size);
  border-radius: 50px;
  margin-bottom: 0;
  padding-left: 16px;
}

.radio-button {
  float: none;
  border-top-color: var(--_color---color--neutral-1);
  border-right-color: var(--_color---color--neutral-1);
  border-bottom-color: var(--_color---color--neutral-1);
  border-left-color: var(--_color---color--neutral-1);
  vertical-align: baseline;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .5rem;
  display: inline-block;
}

.radio-button:hover {
  background-color: var(--_color---color--primary);
  border-width: .125rem;
}

.radio-button.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--_color---color--primary);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  outline-color: var(--_color---color--primary);
  outline-offset: 0px;
  outline-width: .125rem;
  outline-style: solid;
}

.radio-button-field {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox {
  float: none;
  border-top-color: var(--_color---color--neutral-1);
  border-right-color: var(--_color---color--neutral-1);
  border-bottom-color: var(--_color---color--neutral-1);
  border-left-color: var(--_color---color--neutral-1);
  vertical-align: baseline;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .5rem;
  display: inline-block;
}

.image-16x5 {
  aspect-ratio: 16 / 5;
  object-fit: cover;
}

.image-21x9 {
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.image-16x9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-2x1 {
  aspect-ratio: 2;
  object-fit: cover;
}

.image-4x3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-1x1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-1x2 {
  aspect-ratio: 1 / 2;
  object-fit: cover;
}

.styleguide-announcement {
  border: 1px solid var(--_color---color--neutral-1);
  padding: 32px;
}

.spacer-112 {
  margin-bottom: var(--spacing--space-112);
}

.spacer-96 {
  margin-bottom: var(--spacing--space-96);
}

.spacer-80 {
  margin-bottom: var(--spacing--space-80);
}

.spacer-64 {
  margin-bottom: var(--spacing--space-64);
}

.spacer-56 {
  margin-bottom: var(--spacing--space-56);
}

.spacer-48 {
  margin-bottom: var(--spacing--space-48);
}

.spacer-40 {
  margin-bottom: var(--spacing--space-40);
}

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

.text-transform-capitalize {
  text-transform: capitalize;
}

.background-quaternary {
  background-color: var(--_color---color--background);
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.styleguide-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.position-relative {
  position: relative;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.overflow-clip {
  overflow: clip;
}

.spacer-32 {
  margin-bottom: var(--spacing--space-32);
}

.spacer-24 {
  margin-bottom: var(--spacing--space-24);
}

.spacer-16 {
  margin-bottom: var(--spacing--space-16);
}

.spacer-8 {
  margin-bottom: var(--spacing--space-8);
}

.spacer-4 {
  margin-bottom: var(--spacing--space-4);
}

.button-icon {
  line-height: 0;
}

.button-arrow {
  max-width: 1.375rem;
  line-height: 0;
}

.button-link {
  cursor: pointer;
}

.button-link:where(.w-variant-a87a8910-f5b1-6243-fe60-f8b0cb2f0f14), .button-link.secondary {
  --_buttons---border-color: var(--_color---color--secondary);
  --_buttons---background: var(--_color---color--secondary);
  --_buttons---text-color: var(--_color---color--black);
  --_buttons---font-size: var(--_text-style---text-m--font-size);
  --_buttons---hover-border-color: var(--_color---color--black);
  --_buttons---hover-background: var(--_color---color--black);
  --_buttons---hover-text-color: var(--_color---color--white);
  --_buttons---font-family: var(--_text-style---font-family--body);
  --_buttons---line-height: var(--line-height--1-2);
  --_buttons---font-weight: var(--font-weight--400);
  --_buttons---letter-spacing: var(--others--normal);
  --_buttons---vertical-padding: 12px;
  --_buttons---horizontal-padding: 32px;
  --_buttons---border-radius: 0px;
}

.button-link.secondary.is-submit {
  background-color: #0000;
  border-radius: 50px;
  padding: 0;
}

.navbar {
  background-color: var(--_color---color--primary);
  position: fixed;
  inset: 0% 0% auto;
}

.form-textarea {
  border: 1px solid var(--_color---color--neutral-1);
  background-color: var(--_color---color--white);
  border-radius: .5rem;
  min-height: 5rem;
  margin-bottom: 0;
}

.form-select {
  border: 1px solid var(--_color---color--neutral-1);
  background-color: var(--_color---color--white);
  border-radius: .5rem;
  margin-bottom: 0;
}

.font-body {
  font-family: var(--_text-style---font-family--body);
}

.font-titles {
  font-family: var(--_text-style---font-family--titles);
}

.grid {
  grid-row-gap: 16px;
  grid-column-gap: var(--_grid---grid--grid-gap);
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-autofit {
  grid-row-gap: 16px;
  grid-column-gap: var(--_grid---grid--grid-gap);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-column {
  grid-area: auto / auto / span 1 / span 1;
}

.form-submit {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flight-map {
  width: 250px;
  height: 141px;
}

.hero-lottie {
  z-index: -1;
  opacity: 1;
  width: 100%;
  height: auto;
}

.how-card {
  background-color: var(--_color---color--white);
  text-align: center;
  border-radius: 18px;
  flex: 1 0;
  max-width: 100%;
  padding: 32px;
}

.how-card._1-col {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.how-card._2-col {
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

.how-card._3-col {
  flex: 0 0 24.999%;
  max-width: 24.999%;
}

.how-card._4-col {
  flex: 0 0 33.332%;
  max-width: 33.332%;
}

.how-card._5-col {
  flex: 0 0 41.665%;
  max-width: 41.665%;
}

.how-card._6-col {
  flex: 0 0 49.998%;
  max-width: 49.998%;
}

.how-card._7-col {
  flex: 0 0 58.331%;
  max-width: 58.331%;
}

.how-card._8-col {
  flex: 0 0 66.664%;
  max-width: 66.664%;
}

.how-card._9-col {
  flex: 0 0 74.997%;
  max-width: 74.997%;
}

.how-card._10-col {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.how-card._11-col {
  flex: 0 0 91.663%;
  max-width: 91.663%;
}

.how-card._12-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.flight-card {
  background-color: var(--_color---color--white);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  transition: transform .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 8px -4px #0003;
}

.flight-card:hover {
  transform: scale(1.02);
}

.flight-card_top {
  aspect-ratio: 3 / 2;
  position: relative;
}

.flight-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flight-card_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 16px 24px;
  display: flex;
}

.flight-tag {
  background-color: var(--_color---color--red);
  width: 100%;
  color: var(--_color---color--white);
  font-size: var(--_text-style---text-m--font-size);
  line-height: var(--_text-style---body-text--line-height);
  font-weight: var(--font-weight--700);
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.flight-bottom_price {
  background-color: #a6dfff26;
  border-radius: 5px;
  padding: 4px 8px;
}

.flight-bottom_price-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flight-card_airports {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_color---color--neutral-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.flight-card_city {
  font-size: .75rem;
}

.flight-card_lines {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-plane {
  width: 1rem;
}

.flight-card_line {
  background-color: var(--_color---color--neutral-2);
  flex: 1;
  height: 1px;
}

.flight-price_old {
  font-family: var(--_text-style---text-l--font-family);
  font-size: var(--_text-style---text-m--font-size);
  line-height: var(--_text-style---text-l--line-height);
  font-style: italic;
  font-weight: var(--_text-style---text-l--font-weight);
  letter-spacing: var(--_text-style---text-l--letter-spacing);
  text-decoration: line-through;
}

.flight-price_new {
  font-family: var(--_text-style---text-l--font-family);
  color: var(--_color---color--primary);
  font-size: var(--_text-style---text-l--font-size);
  line-height: var(--_text-style---text-l--line-height);
  font-weight: var(--font-weight--700);
  letter-spacing: var(--_text-style---text-l--letter-spacing);
}

.icon-circle {
  color: #4528a9;
  background-color: #ffffff6e;
  border: 1px dashed #bbb;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 9px;
  display: flex;
}

.review-stars {
  width: 100%;
  max-width: 6rem;
}

.testimonial-profile {
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-left: -10px;
}

.hero-badget {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.flex-shrink_none {
  flex: none;
}

.founder {
  width: 100%;
  max-width: 95%;
  height: 100%;
  position: relative;
}

.founder-image {
  background-color: var(--_color---color--white);
  border-radius: 5px;
  padding: 15px;
}

.founder-image.is-first {
  z-index: 1;
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(7deg);
}

.founder-image.is-second {
  width: 60%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-7deg);
}

.founder-image.is-third {
  width: 50%;
  position: absolute;
  inset: auto 0% -2% 22%;
}

.founder-image_text {
  font-weight: var(--font-weight--700);
  margin-top: 8px;
}

.how-image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 80%;
  margin-bottom: 32px;
}

.form-arrow {
  display: inline-block;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translate(-50%);
}

.cta-icon {
  width: 9.375rem;
}

.icon-check {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.image-member {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.navbar-logo {
  float: none;
  width: 15.625rem;
}

.navbar-button {
  float: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.hero-form {
  width: 100%;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
}

.form-success {
  background-color: #0000;
}

.form-privacy {
  width: 100%;
}

.form-submit_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-privacy_checkbox {
  background-color: var(--_color---color--white);
  border-radius: 5px;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 2px;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  body {
    --_text-style---font-family--body: Figtree, sans-serif;
    --_text-style---body-text--text-color: var(--_color---color--black);
    --_text-style---body-text--font-size: var(--_text-style---text-m--font-size);
    --_text-style---body-text--line-height: var(--line-height--1-4);
    --_text-style---body-text--font-weight: var(--font-weight--400);
    --_text-style---body-text--letter-spacing: var(--others--normal);
    --_text-style---heading-xxl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xxl--font-size: 3.5rem;
    --_text-style---heading-xxl--line-height: var(--line-height--1-2);
    --_text-style---heading-xxl--font-weight: var(--font-weight--700);
    --_text-style---heading-xxl--letter-spacing: -.025em;
    --_text-style---heading-xl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xl--font-size: 3rem;
    --_text-style---heading-xl--line-height: var(--line-height--1-2);
    --_text-style---heading-xl--font-weight: var(--font-weight--700);
    --_text-style---heading-xl--letter-spacing: -.025em;
    --_text-style---heading-l--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-l--font-size: 2.5rem;
    --_text-style---heading-l--line-height: var(--line-height--1-2);
    --_text-style---heading-l--font-weight: var(--font-weight--700);
    --_text-style---heading-l--letter-spacing: -.025em;
    --_text-style---heading-m--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-m--font-size: 2rem;
    --_text-style---heading-m--line-height: var(--line-height--1-2);
    --_text-style---heading-m--font-weight: var(--font-weight--400);
    --_text-style---heading-m--letter-spacing: -.025em;
    --_text-style---heading-s--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-s--font-size: 1.5rem;
    --_text-style---heading-s--line-height: var(--line-height--1-2);
    --_text-style---heading-s--font-weight: var(--font-weight--400);
    --_text-style---heading-s--letter-spacing: -.025em;
    --_text-style---heading-xs--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xs--font-size: .75rem;
    --_text-style---heading-xs--line-height: var(--line-height--1-2);
    --_text-style---heading-xs--font-weight: var(--font-weight--400);
    --_text-style---heading-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxl--font-size: 2rem;
    --_text-style---text-xxl--line-height: var(--line-height--1-2);
    --_text-style---text-xxl--font-weight: var(--font-weight--400);
    --_text-style---text-xxl--letter-spacing: 0px;
    --_text-style---text-xl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xl--font-size: 1.5rem;
    --_text-style---text-xl--line-height: var(--line-height--1-2);
    --_text-style---text-xl--font-weight: var(--font-weight--400);
    --_text-style---text-xl--letter-spacing: var(--others--normal);
    --_text-style---text-l--font-family: var(--_text-style---font-family--body);
    --_text-style---text-l--font-size: 1.25rem;
    --_text-style---text-l--line-height: var(--line-height--1-4);
    --_text-style---text-l--font-weight: var(--font-weight--400);
    --_text-style---text-l--letter-spacing: var(--others--normal);
    --_text-style---text-m--font-family: var(--_text-style---font-family--body);
    --_text-style---text-m--font-size: 1.125rem;
    --_text-style---text-m--line-height: var(--line-height--1-4);
    --_text-style---text-m--font-weight: var(--font-weight--400);
    --_text-style---text-m--letter-spacing: var(--others--normal);
    --_text-style---text-s--font-family: var(--_text-style---font-family--body);
    --_text-style---text-s--font-size: 1rem;
    --_text-style---text-s--line-height: var(--line-height--1-2);
    --_text-style---text-s--font-weight: var(--font-weight--400);
    --_text-style---text-s--letter-spacing: var(--others--normal);
    --_text-style---text-xs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xs--font-size: .875rem;
    --_text-style---text-xs--line-height: var(--line-height--1-2);
    --_text-style---text-xs--font-weight: var(--font-weight--400);
    --_text-style---text-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxs--font-size: .75rem;
    --_text-style---text-xxs--line-height: var(--line-height--1-2);
    --_text-style---text-xxs--font-weight: var(--font-weight--400);
    --_text-style---text-xxs--letter-spacing: var(--others--normal);
    --_text-style---font-family--titles: "Plus Jakarta Sans", sans-serif;
    --_text-style---body-text--font-family: var(--_text-style---font-family--body);
    --_container---container-size--container: 85rem;
    --_container---container-horizontal-padding--padding: 20px;
    --_grid---grid--grid-gap: 16px;
  }

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

  .full-width-tablet {
    width: 100%;
    max-width: none;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .row.gap-112-tab {
    grid-column-gap: var(--spacing--space-112);
    grid-row-gap: var(--spacing--space-112);
  }

  .row.gap-96-tab {
    grid-column-gap: var(--spacing--space-96);
    grid-row-gap: var(--spacing--space-96);
  }

  .row.gap-80-tab {
    grid-column-gap: var(--spacing--space-80);
    grid-row-gap: var(--spacing--space-80);
  }

  .row.gap-64-tab {
    grid-column-gap: var(--spacing--space-64);
    grid-row-gap: var(--spacing--space-64);
  }

  .row.gap-56-tab {
    grid-column-gap: var(--spacing--space-56);
    grid-row-gap: var(--spacing--space-56);
  }

  .row.gap-48-tab {
    grid-column-gap: var(--spacing--space-48);
    grid-row-gap: var(--spacing--space-48);
  }

  .row.gap-40-tab {
    grid-column-gap: var(--spacing--space-40);
    grid-row-gap: var(--spacing--space-40);
  }

  .row.horizontal-tab {
    flex-direction: row;
  }

  .row.vertical-tab {
    flex-direction: column;
  }

  .row.justify-start-tab {
    justify-content: flex-start;
  }

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

  .row.justify-end-tab {
    justify-content: flex-end;
  }

  .row.justify-space-between-tab {
    justify-content: space-between;
  }

  .row.justify-space-around-tab {
    justify-content: space-around;
  }

  .row.align-start-tab {
    align-items: flex-start;
  }

  .row.align-center-tab {
    align-items: center;
  }

  .row.align-end-tab {
    align-items: flex-end;
  }

  .row.align-stretch-tab {
    align-items: stretch;
  }

  .row.gap-0-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .row.gap-32-tab {
    grid-column-gap: var(--spacing--space-32);
    grid-row-gap: var(--spacing--space-32);
  }

  .row.gap-24-tab {
    grid-column-gap: var(--spacing--space-24);
    grid-row-gap: var(--spacing--space-24);
  }

  .row.gap-16-tab {
    grid-column-gap: var(--spacing--space-16);
    grid-row-gap: var(--spacing--space-16);
  }

  .row.gap-8-tab {
    grid-column-gap: var(--spacing--space-8);
    grid-row-gap: var(--spacing--space-8);
  }

  .row.gap-4-tab {
    grid-column-gap: var(--spacing--space-4);
    grid-row-gap: var(--spacing--space-4);
  }

  .row.horizontal-tab-reverse {
    flex-flow: row-reverse wrap;
  }

  .row.vertical-tab-reverse {
    flex-flow: column-reverse wrap;
  }

  .row.horizontal-tab-nowrap {
    flex-flow: row;
  }

  .row.horizontal-tab-nowrap-reverse {
    flex-flow: row-reverse;
  }

  .column._1-col-tab {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .column._2-col-tab {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }

  .column._3-col-tab {
    flex: 0 0 24.999%;
    max-width: 24.999%;
  }

  .column._4-col-tab {
    flex: 0 0 33.332%;
    max-width: 33.332%;
  }

  .column._5-col-tab {
    flex: 0 0 41.665%;
    max-width: 41.665%;
  }

  .column._6-col-tab {
    flex: 0 0 49.998%;
    max-width: 49.998%;
  }

  .column._7-col-tab {
    flex: 0 0 58.331%;
    max-width: 58.331%;
  }

  .column._8-col-tab {
    flex: 0 0 66.664%;
    max-width: 66.664%;
  }

  .column._9-col-tab {
    flex: 0 0 74.997%;
    max-width: 74.997%;
  }

  .column._10-col-tab {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .column._11-col-tab {
    flex: 0 0 91.663%;
    max-width: 91.663%;
  }

  .column._12-col-tab {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .full-height-tablet {
    height: 100%;
  }

  .spacer-112-tab {
    margin-bottom: var(--spacing--space-112);
  }

  .spacer-96-tab {
    margin-bottom: var(--spacing--space-96);
  }

  .spacer-80-tab {
    margin-bottom: var(--spacing--space-80);
  }

  .spacer-64-tab {
    margin-bottom: var(--spacing--space-64);
  }

  .spacer-56-tab {
    margin-bottom: var(--spacing--space-56);
  }

  .spacer-48-tab {
    margin-bottom: var(--spacing--space-48);
  }

  .spacer-40-tab {
    margin-bottom: var(--spacing--space-40);
  }

  .spacer-0-tab {
    margin-bottom: 0;
  }

  .spacer-32-tab {
    margin-bottom: var(--spacing--space-32);
  }

  .spacer-24-tab {
    margin-bottom: var(--spacing--space-24);
  }

  .spacer-16-tab {
    margin-bottom: var(--spacing--space-16);
  }

  .spacer-8-tab {
    margin-bottom: var(--spacing--space-8);
  }

  .spacer-4-tab {
    margin-bottom: var(--spacing--space-4);
  }

  .how-card {
    padding: 16px;
  }

  .how-card._1-col-tab {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .how-card._2-col-tab {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }

  .how-card._3-col-tab {
    flex: 0 0 24.999%;
    max-width: 24.999%;
  }

  .how-card._4-col-tab {
    flex: 0 0 33.332%;
    max-width: 33.332%;
  }

  .how-card._5-col-tab {
    flex: 0 0 41.665%;
    max-width: 41.665%;
  }

  .how-card._6-col-tab {
    flex: 0 0 49.998%;
    max-width: 49.998%;
  }

  .how-card._7-col-tab {
    flex: 0 0 58.331%;
    max-width: 58.331%;
  }

  .how-card._8-col-tab {
    flex: 0 0 66.664%;
    max-width: 66.664%;
  }

  .how-card._9-col-tab {
    flex: 0 0 74.997%;
    max-width: 74.997%;
  }

  .how-card._10-col-tab {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .how-card._11-col-tab {
    flex: 0 0 91.663%;
    max-width: 91.663%;
  }

  .how-card._12-col-tab {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .founder {
    max-width: none;
    height: auto;
  }

  .founder-image.is-first {
    width: 33vw;
    position: static;
  }

  .founder-image.is-second {
    width: 33vw;
    left: 29%;
  }

  .founder-image.is-third {
    width: 33vw;
    left: auto;
    right: -1%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_text-style---font-family--body: Figtree, sans-serif;
    --_text-style---body-text--text-color: var(--_color---color--black);
    --_text-style---body-text--font-size: var(--_text-style---text-m--font-size);
    --_text-style---body-text--line-height: var(--line-height--1-4);
    --_text-style---body-text--font-weight: var(--font-weight--400);
    --_text-style---body-text--letter-spacing: var(--others--normal);
    --_text-style---heading-xxl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xxl--font-size: 3rem;
    --_text-style---heading-xxl--line-height: var(--line-height--1-2);
    --_text-style---heading-xxl--font-weight: var(--font-weight--700);
    --_text-style---heading-xxl--letter-spacing: -.025em;
    --_text-style---heading-xl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xl--font-size: 2.5rem;
    --_text-style---heading-xl--line-height: var(--line-height--1-2);
    --_text-style---heading-xl--font-weight: var(--font-weight--700);
    --_text-style---heading-xl--letter-spacing: -.025em;
    --_text-style---heading-l--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-l--font-size: 2rem;
    --_text-style---heading-l--line-height: var(--line-height--1-2);
    --_text-style---heading-l--font-weight: var(--font-weight--700);
    --_text-style---heading-l--letter-spacing: -.025em;
    --_text-style---heading-m--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-m--font-size: 1.5rem;
    --_text-style---heading-m--line-height: var(--line-height--1-2);
    --_text-style---heading-m--font-weight: var(--font-weight--400);
    --_text-style---heading-m--letter-spacing: -.025em;
    --_text-style---heading-s--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-s--font-size: 1rem;
    --_text-style---heading-s--line-height: var(--line-height--1-2);
    --_text-style---heading-s--font-weight: var(--font-weight--400);
    --_text-style---heading-s--letter-spacing: -.025em;
    --_text-style---heading-xs--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xs--font-size: .75rem;
    --_text-style---heading-xs--line-height: var(--line-height--1-2);
    --_text-style---heading-xs--font-weight: var(--font-weight--400);
    --_text-style---heading-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxl--font-size: 1.5rem;
    --_text-style---text-xxl--line-height: var(--line-height--1-2);
    --_text-style---text-xxl--font-weight: var(--font-weight--400);
    --_text-style---text-xxl--letter-spacing: 0px;
    --_text-style---text-xl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xl--font-size: 1.25rem;
    --_text-style---text-xl--line-height: var(--line-height--1-2);
    --_text-style---text-xl--font-weight: var(--font-weight--400);
    --_text-style---text-xl--letter-spacing: var(--others--normal);
    --_text-style---text-l--font-family: var(--_text-style---font-family--body);
    --_text-style---text-l--font-size: 1.125rem;
    --_text-style---text-l--line-height: var(--line-height--1-4);
    --_text-style---text-l--font-weight: var(--font-weight--400);
    --_text-style---text-l--letter-spacing: var(--others--normal);
    --_text-style---text-m--font-family: var(--_text-style---font-family--body);
    --_text-style---text-m--font-size: 1rem;
    --_text-style---text-m--line-height: var(--line-height--1-4);
    --_text-style---text-m--font-weight: var(--font-weight--400);
    --_text-style---text-m--letter-spacing: var(--others--normal);
    --_text-style---text-s--font-family: var(--_text-style---font-family--body);
    --_text-style---text-s--font-size: 1rem;
    --_text-style---text-s--line-height: var(--line-height--1-2);
    --_text-style---text-s--font-weight: var(--font-weight--400);
    --_text-style---text-s--letter-spacing: var(--others--normal);
    --_text-style---text-xs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xs--font-size: .875rem;
    --_text-style---text-xs--line-height: var(--line-height--1-2);
    --_text-style---text-xs--font-weight: var(--font-weight--400);
    --_text-style---text-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxs--font-size: .75rem;
    --_text-style---text-xxs--line-height: var(--line-height--1-2);
    --_text-style---text-xxs--font-weight: var(--font-weight--400);
    --_text-style---text-xxs--letter-spacing: var(--others--normal);
    --_text-style---font-family--titles: "Plus Jakarta Sans", sans-serif;
    --_text-style---body-text--font-family: var(--_text-style---font-family--body);
    --_container---container-size--container: 85rem;
    --_container---container-horizontal-padding--padding: 20px;
    --_grid---grid--grid-gap: 16px;
  }

  .styleguide-color-sample {
    padding: 2.5rem 2rem;
  }

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

  .styleguide-dashed {
    padding: 2.5rem 2rem;
  }

  .full-width-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row.gap-112-mob {
    grid-column-gap: var(--spacing--space-112);
    grid-row-gap: var(--spacing--space-112);
  }

  .row.gap-96-mob {
    grid-column-gap: var(--spacing--space-96);
    grid-row-gap: var(--spacing--space-96);
  }

  .row.gap-80-mob {
    grid-column-gap: var(--spacing--space-80);
    grid-row-gap: var(--spacing--space-80);
  }

  .row.gap-64-mob {
    grid-column-gap: var(--spacing--space-64);
    grid-row-gap: var(--spacing--space-64);
  }

  .row.gap-56-mob {
    grid-column-gap: var(--spacing--space-56);
    grid-row-gap: var(--spacing--space-56);
  }

  .row.gap-48-mob {
    grid-column-gap: var(--spacing--space-48);
    grid-row-gap: var(--spacing--space-48);
  }

  .row.gap-40-mob {
    grid-column-gap: var(--spacing--space-40);
    grid-row-gap: var(--spacing--space-40);
  }

  .row.horizontal-mob {
    flex-direction: row;
  }

  .row.vertical-mob {
    flex-direction: column;
  }

  .row.justify-start-mob {
    justify-content: flex-start;
  }

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

  .row.justify-end-mob {
    justify-content: flex-end;
  }

  .row.justify-space-between-mob {
    justify-content: space-between;
  }

  .row.justify-space-around-mob {
    justify-content: space-around;
  }

  .row.align-start-mob {
    align-items: flex-start;
  }

  .row.align-center-mob {
    align-items: center;
  }

  .row.align-end-mob {
    align-items: flex-end;
  }

  .row.align-stretch-mob {
    align-items: stretch;
  }

  .row.gap-0-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .row.gap-32-mob {
    grid-column-gap: var(--spacing--space-32);
    grid-row-gap: var(--spacing--space-32);
  }

  .row.gap-24-mob {
    grid-column-gap: var(--spacing--space-24);
    grid-row-gap: var(--spacing--space-24);
  }

  .row.gap-16-mob {
    grid-column-gap: var(--spacing--space-16);
    grid-row-gap: var(--spacing--space-16);
  }

  .row.gap-8-mob {
    grid-column-gap: var(--spacing--space-8);
    grid-row-gap: var(--spacing--space-8);
  }

  .row.gap-4-mob {
    grid-column-gap: var(--spacing--space-4);
    grid-row-gap: var(--spacing--space-4);
  }

  .row.horizontal-mob-reverse {
    flex-flow: row-reverse wrap;
  }

  .row.vertical-mob-reverse {
    flex-flow: column-reverse wrap;
  }

  .row.horizontal-mob-nowrap {
    flex-flow: row;
  }

  .row.horizontal-mob-nowrap-reverse {
    flex-flow: row-reverse;
  }

  .column._1-col-mob {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .column._2-col-mob {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }

  .column._3-col-mob {
    flex: 0 0 24.999%;
    max-width: 24.999%;
  }

  .column._4-col-mob {
    flex: 0 0 33.332%;
    max-width: 33.332%;
  }

  .column._5-col-mob {
    flex: 0 0 41.665%;
    max-width: 41.665%;
  }

  .column._6-col-mob {
    flex: 0 0 49.998%;
    max-width: 49.998%;
  }

  .column._7-col-mob {
    flex: 0 0 58.331%;
    max-width: 58.331%;
  }

  .column._8-col-mob {
    flex: 0 0 66.664%;
    max-width: 66.664%;
  }

  .column._9-col-mob {
    flex: 0 0 74.997%;
    max-width: 74.997%;
  }

  .column._10-col-mob {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .column._11-col-mob {
    flex: 0 0 91.663%;
    max-width: 91.663%;
  }

  .column._12-col-mob {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .full-height-mobile-landscape {
    height: 100%;
  }

  .spacer-112-mob {
    margin-bottom: var(--spacing--space-112);
  }

  .spacer-96-mob {
    margin-bottom: var(--spacing--space-96);
  }

  .spacer-80-mob {
    margin-bottom: var(--spacing--space-80);
  }

  .spacer-64-mob {
    margin-bottom: var(--spacing--space-64);
  }

  .spacer-56-mob {
    margin-bottom: var(--spacing--space-56);
  }

  .spacer-48-mob {
    margin-bottom: var(--spacing--space-48);
  }

  .spacer-40-mob {
    margin-bottom: var(--spacing--space-40);
  }

  .spacer-0-mob {
    margin-bottom: 0;
  }

  .spacer-32-mob {
    margin-bottom: var(--spacing--space-32);
  }

  .spacer-24-mob {
    margin-bottom: var(--spacing--space-24);
  }

  .spacer-16-mob {
    margin-bottom: var(--spacing--space-16);
  }

  .spacer-8-mob {
    margin-bottom: var(--spacing--space-8);
  }

  .spacer-4-mob {
    margin-bottom: var(--spacing--space-4);
  }

  .form-submit {
    flex-flow: column;
  }

  .how-card {
    flex-basis: 100%;
  }

  .how-card._1-col-mob {
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }

  .how-card._2-col-mob {
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }

  .how-card._3-col-mob {
    flex: 0 0 24.999%;
    max-width: 24.999%;
  }

  .how-card._4-col-mob {
    flex: 0 0 33.332%;
    max-width: 33.332%;
  }

  .how-card._5-col-mob {
    flex: 0 0 41.665%;
    max-width: 41.665%;
  }

  .how-card._6-col-mob {
    flex: 0 0 49.998%;
    max-width: 49.998%;
  }

  .how-card._7-col-mob {
    flex: 0 0 58.331%;
    max-width: 58.331%;
  }

  .how-card._8-col-mob {
    flex: 0 0 66.664%;
    max-width: 66.664%;
  }

  .how-card._9-col-mob {
    flex: 0 0 74.997%;
    max-width: 74.997%;
  }

  .how-card._10-col-mob {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .how-card._11-col-mob {
    flex: 0 0 91.663%;
    max-width: 91.663%;
  }

  .how-card._12-col-mob {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .founder-image {
    padding: 7px;
  }

  .founder-image.is-second {
    width: 40vw;
    top: -14%;
  }

  .navbar-logo {
    width: 10rem;
    padding-left: 0;
  }

  .form-submit_wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_text-style---font-family--body: Figtree, sans-serif;
    --_text-style---body-text--text-color: var(--_color---color--black);
    --_text-style---body-text--font-size: var(--_text-style---text-m--font-size);
    --_text-style---body-text--line-height: var(--line-height--1-4);
    --_text-style---body-text--font-weight: var(--font-weight--400);
    --_text-style---body-text--letter-spacing: var(--others--normal);
    --_text-style---heading-xxl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xxl--font-size: 3rem;
    --_text-style---heading-xxl--line-height: var(--line-height--1-2);
    --_text-style---heading-xxl--font-weight: var(--font-weight--700);
    --_text-style---heading-xxl--letter-spacing: -.025em;
    --_text-style---heading-xl--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xl--font-size: 2.5rem;
    --_text-style---heading-xl--line-height: var(--line-height--1-2);
    --_text-style---heading-xl--font-weight: var(--font-weight--700);
    --_text-style---heading-xl--letter-spacing: -.025em;
    --_text-style---heading-l--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-l--font-size: 2rem;
    --_text-style---heading-l--line-height: var(--line-height--1-2);
    --_text-style---heading-l--font-weight: var(--font-weight--700);
    --_text-style---heading-l--letter-spacing: -.025em;
    --_text-style---heading-m--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-m--font-size: 1.5rem;
    --_text-style---heading-m--line-height: var(--line-height--1-2);
    --_text-style---heading-m--font-weight: var(--font-weight--400);
    --_text-style---heading-m--letter-spacing: -.025em;
    --_text-style---heading-s--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-s--font-size: 1rem;
    --_text-style---heading-s--line-height: var(--line-height--1-2);
    --_text-style---heading-s--font-weight: var(--font-weight--400);
    --_text-style---heading-s--letter-spacing: -.025em;
    --_text-style---heading-xs--font-family: var(--_text-style---font-family--titles);
    --_text-style---heading-xs--font-size: .75rem;
    --_text-style---heading-xs--line-height: var(--line-height--1-2);
    --_text-style---heading-xs--font-weight: var(--font-weight--400);
    --_text-style---heading-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxl--font-size: 1.5rem;
    --_text-style---text-xxl--line-height: var(--line-height--1-2);
    --_text-style---text-xxl--font-weight: var(--font-weight--400);
    --_text-style---text-xxl--letter-spacing: 0px;
    --_text-style---text-xl--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xl--font-size: 1.25rem;
    --_text-style---text-xl--line-height: var(--line-height--1-2);
    --_text-style---text-xl--font-weight: var(--font-weight--400);
    --_text-style---text-xl--letter-spacing: var(--others--normal);
    --_text-style---text-l--font-family: var(--_text-style---font-family--body);
    --_text-style---text-l--font-size: 1.125rem;
    --_text-style---text-l--line-height: var(--line-height--1-4);
    --_text-style---text-l--font-weight: var(--font-weight--400);
    --_text-style---text-l--letter-spacing: var(--others--normal);
    --_text-style---text-m--font-family: var(--_text-style---font-family--body);
    --_text-style---text-m--font-size: 1rem;
    --_text-style---text-m--line-height: var(--line-height--1-4);
    --_text-style---text-m--font-weight: var(--font-weight--400);
    --_text-style---text-m--letter-spacing: var(--others--normal);
    --_text-style---text-s--font-family: var(--_text-style---font-family--body);
    --_text-style---text-s--font-size: 1rem;
    --_text-style---text-s--line-height: var(--line-height--1-2);
    --_text-style---text-s--font-weight: var(--font-weight--400);
    --_text-style---text-s--letter-spacing: var(--others--normal);
    --_text-style---text-xs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xs--font-size: .875rem;
    --_text-style---text-xs--line-height: var(--line-height--1-2);
    --_text-style---text-xs--font-weight: var(--font-weight--400);
    --_text-style---text-xs--letter-spacing: var(--others--normal);
    --_text-style---text-xxs--font-family: var(--_text-style---font-family--body);
    --_text-style---text-xxs--font-size: .75rem;
    --_text-style---text-xxs--line-height: var(--line-height--1-2);
    --_text-style---text-xxs--font-weight: var(--font-weight--400);
    --_text-style---text-xxs--letter-spacing: var(--others--normal);
    --_text-style---font-family--titles: "Plus Jakarta Sans", sans-serif;
    --_text-style---body-text--font-family: var(--_text-style---font-family--body);
  }

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

  .styleguide-flex-horizontal {
    flex-direction: column;
  }

  .styguide-main-heading {
    font-size: 2rem;
  }

  .full-width-mobile {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .full-height-mobile {
    height: 100%;
  }
}


