:root {
  --background-color--background-primary: var(--base-color-brand--black);
  --text-color--text-primary: var(--base-color-neutral--neutral);
  --base-color-brand--white: white;
  --link-color--link-primary: var(--base-color-brand--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-neutral--neutral-dark: #444;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-brand--orange);
  --text-color--text-secondary: var(--base-color-neutral--neutral-lighter);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --small-radius: 2rem;
  --mobile-small-raduis: 1rem;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #aeaeae;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--neutral-darker: #222;
  --base-color-brand--brand-blue: #0c20ff;
  --base-color-brand--black: #0a0a0a;
  --base-color-neutral--neutral-light: #aaa;
  --_turgon---turgon--white: #f5f7f3;
  --_turgon---turgon--black: #10120f;
  --_turgon---turgon--off-white: #e5eae1;
  --_turgon---turgon--green: #8df7a8;
  --_turgon---turgon--olive: #79836f;
  --_turgon---turgon--border: #343a33;
  --base-color-brand--light-blue: #4353ff;
  --base-color-brand--orange: #d9dd00;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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(--background-color--background-primary);
  color: var(--text-color--text-primary);
  letter-spacing: .2px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text-color--text-primary);
  text-decoration: none;
  transition: all .2s;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  letter-spacing: .1px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 3px 1px #ffffff1f;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--neutral-dark);
  color: var(--base-color-neutral--white);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.gradient-box {
  background-color: #0a0a0a;
  background-image: radial-gradient(circle closest-corner at 30%, #ffffff24, #ffffff0d);
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

.button.light-small {
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#f2f1ed, #dddbd1);
  border-radius: 1rem;
  font-size: .875rem;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bento_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.bento_component.is-v2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

.bento_component.is-project {
  grid-template-columns: 2.5fr 1fr;
}

.bento_component.is-project.is-reversed {
  grid-template-columns: 1fr 2.5fr;
}

.bento-div {
  border: 2px solid var(--base-color-neutral--neutral-dark);
  border-radius: var(--small-radius);
  text-align: center;
  background-image: radial-gradient(circle at 0 0, #ffffff12, #d9d9d900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.bento-div.gradient-box {
  background-color: var(--background-color--background-primary);
  transition-duration: 1s;
  box-shadow: inset 0 2px 20px 1px #ffffff12;
}

.bento-div.gradient-box.is-time-bento {
  background-image: url('../images/timezone.png');
  background-position: 50%;
  background-size: cover;
}

.bento-div.gradient-box.is-main {
  background-image: linear-gradient(180deg, var(--base-color-neutral--neutral-lighter), var(--base-color-neutral--neutral)), radial-gradient(circle farthest-corner at 0% 0%, #ffffff12, #d9d9d900);
  justify-content: flex-start;
  padding: 4rem 1.5rem;
  overflow: hidden;
}

.bento-div.gradient-box.is-conversion {
  text-align: left;
  align-items: flex-start;
}

.bento-div.gradient-box.is-bg-blue {
  background-image: url('../images/blue-background.jpg'), radial-gradient(circle at 0 0, #ffffff12, #d9d9d900);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 4rem;
}

.bento-div.gradient-box.is-blue {
  background-image: radial-gradient(circle at 0 0, #4353ff33, #4353ff00);
  text-decoration: none;
}

.bento-div.gradient-box.is-project-screen-wrapper {
  text-align: left;
  align-items: flex-start;
  height: 80vh;
  overflow: hidden;
}

.bento-div.gradient-box.is-project-ad {
  text-align: left;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.bento-div.gradient-box.is-project-ad.reversed {
  align-items: center;
}

.bento-div.is-label {
  width: 6rem;
  color: var(--base-color-brand--white);
  margin-left: 1.5rem;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.navbar2_logo-link {
  padding-left: 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_component {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_island {
  filter: invert();
  background-color: #000;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  padding: .5rem;
  display: none;
}

.bento_logo-wrapper {
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.gradient-border {
  position: absolute;
  inset: 0%;
}

.heading {
  letter-spacing: 0;
}

.time-bento-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.time-dxb-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-xxlarge {
  font-size: 3rem;
}

.time-client-wrapper {
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.time-zone-divider {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: flex;
}

.gradeint-embed {
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrapper {
  z-index: 1;
  color: var(--base-color-neutral--neutral-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rasheed-headshot {
  z-index: 3;
  mix-blend-mode: luminosity;
  border-radius: 2rem;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 15px);
}

.rasheed-headshot.is-contact {
  width: auto;
  height: 100%;
  inset: auto auto 0% 0%;
  transform: none;
}

.logo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo-image {
  max-height: 2rem;
}

.bento-inner-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bento-label.gradient-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.heading-icon-wrapper {
  align-items: flex-start;
  display: flex;
}

.arrow-icon-wrapper {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.blue-text {
  font-size: 2.5rem;
  font-weight: 500;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.profile-icon-wrapper {
  margin-bottom: 2rem;
}

.project-image {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-inner {
  border-radius: 12px;
  padding: .75rem 1.75rem;
  position: relative;
  inset: 0%;
}

.button-gradient {
  filter: blur(30px);
  background-image: radial-gradient(circle at 0 0, #fff9, #0a0a0a66 51%, #444444e6);
  border-radius: 999px;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: -130% 0% 0% -20%;
}

.profile-icon {
  max-width: 6rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.button5 {
  background-color: #fff3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button5_inner {
  z-index: 1;
  color: var(--link-color--link-primary);
  background-color: #181818cc;
  border-radius: 99px;
  padding: 1em 1.75em;
  position: relative;
}

.button5_gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-neutral--neutral-darkest), var(--base-color-neutral--neutral) 52%, var(--base-color-neutral--neutral-darker) 93%);
  filter: blur(30px);
  border-radius: 999px;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: auto;
}

.webflow-icon-wrapper {
  position: absolute;
  inset: 0% auto auto -10%;
  transform: rotate(15deg);
}

.webflow-icon-wrapper.is-contact {
  inset: 0% 0% auto auto;
}

.figma-icon-wrapper {
  position: absolute;
  inset: 0% -8% auto auto;
  transform: rotate(-13deg);
}

.figma-icon-wrapper.is-contact {
  inset: auto 0% 0% auto;
}

.testimonial_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.projects_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.projects_component.is-reversed {
  grid-template-columns: 2.5fr 1fr;
}

.client-image-wrapper {
  font-size: .625rem;
  position: relative;
}

.client-headshot {
  border-radius: 100%;
  width: 3.5rem;
  overflow: hidden;
}

.client-company-logo {
  border-radius: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.client-testimonial-content {
  margin-top: 1.25rem;
}

.email-template {
  background-color: #ebeeef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  text-decoration: none;
  display: block;
}

.email-header {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 6.73684px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.0213px;
  height: 26.9474px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #191919;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content {
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 32px;
  text-decoration: none;
  display: flex;
}

.text-block {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #191919;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: #191919;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.primary-button {
  grid-column-gap: 2px;
  color: var(--base-color-brand--white);
  background-color: #f46201;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  text-decoration: none;
  display: flex;
}

.label {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 20px;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-603 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #191919;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-5 {
  color: #899294;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.header {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #636363;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: underline;
}

.frame-604 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-602 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.brands_list {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .2s;
  display: flex;
}

.brands_item-block:hover {
  background-color: var(--base-color-brand--brand-blue);
  color: var(--base-color-brand--white);
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  filter: brightness(100000%);
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.brands_item-logo {
  height: 2.5rem;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.brands_item-desc {
  color: #6b6b6b;
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
}

.logos {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.image {
  height: 2rem;
}

.image-2 {
  max-height: 2.5rem;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.logo-platform-wrapper {
  max-width: 7rem;
}

.image-3 {
  height: 1.75rem;
}

._2-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.line {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services_content {
  position: sticky;
  top: 3rem;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label_line {
  background-image: linear-gradient(90deg, #b6b6b6, #474747 31%, #292929 68%, #0f0f0f);
  width: 3.5rem;
  height: 2px;
}

.text-style-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.services_item-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_desc {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.padding-section-xsmall {
  padding-top: 4rem;
}

.referneces-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.refernce-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .7rem;
  display: flex;
}

.refernce-wrapper:hover {
  color: var(--base-color-brand--white);
}

.status-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color-brand--black);
  color: var(--base-color-neutral--neutral);
  border-radius: 2rem;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .875rem;
  display: flex;
}

.status-wrapper.is-contact {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  color: var(--base-color-brand--black);
  background-color: #0a0a0a00;
}

.section {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.cs-hero-section {
  justify-content: flex-end;
  height: 60vh;
  padding-top: 10%;
  padding-bottom: 4em;
  display: flex;
}

.section.is-white {
  color: #1e1d1d;
  background-color: #fff;
}

.section.black {
  background-color: #1e1d1d;
}

.section.is-dark-grey {
  background-color: #363636;
}

.container {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container.cs-hero-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-case-study {
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.container.cs-more {
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 12em;
  display: flex;
}

.project-header-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 4em;
  display: flex;
}

.div-is-25 {
  width: 25%;
  margin-left: 0;
  margin-right: 40px;
}

.div-is-25.cs-div-right {
  margin-left: 0;
}

.project-title {
  margin-top: -5px;
  padding-bottom: 20px;
  font-weight: 400;
}

.archive-info-wrapper {
  width: 100%;
  padding-bottom: 1.5em;
  padding-right: 2em;
}

.archive-description-wrapper {
  width: 45%;
  margin-left: 0;
}

.divider {
  background-color: #1e1d1d;
  width: 100%;
  height: 1.5px;
  display: block;
}

.divider.is-white {
  background-color: #f8f7f4;
}

.divider.is-med-grey {
  background-color: #908d8a;
}

.grid-4-column {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: auto;
  padding-top: 1em;
}

.archive-info-h6 {
  margin-bottom: 0;
}

.archive-p {
  margin-bottom: .5em;
}

.img-cs-hero {
  width: 100%;
  max-width: none;
  height: 80%;
}

.cs-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-section-wrapper {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.cs-section-wrapper.intro {
  margin-bottom: 0;
}

.cs-section-wrapper.bottom-margin {
  margin-bottom: 20em;
}

.cs-section-title {
  margin-bottom: 4em;
}

.cs-section-heading {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 400;
}

.cs-header-wrapper.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.cs-header-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.div-is-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.div-is-50.cs-div-right {
  margin-left: 2em;
}

.paragraph {
  margin-bottom: .5em;
  line-height: 1.6;
}

.paragraph.large {
  letter-spacing: -.01rem;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph.small {
  font-size: .83em;
}

.grid-project-details {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-project-details {
  margin-bottom: 1em;
}

.button-wrapper {
  display: flex;
}

.link-box {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  box-shadow: 1px 1px #000;
}

.link-box.button {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--black);
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding: 5px 10px;
  transition: box-shadow .25s ease-in-out;
  position: sticky;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.link-box.button:hover {
  box-shadow: 1px 1px #000;
}

.arrow-down-button {
  width: auto;
  height: 3.8em;
  margin-bottom: 0;
  margin-left: .5em;
}

.arrow-down-button.small {
  height: .9em;
}

.cultur-process {
  background-color: var(--base-color-neutral--white);
  padding-top: 1em;
}

.all-caps {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .69em;
  font-weight: 600;
}

.all-caps.bullet {
  margin-right: 2em;
}

.project-goals-wrapper {
  flex-direction: row;
  margin-top: 1em;
  display: block;
}

.cs-2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-2-column.project-goals {
  grid-row-gap: 15px;
}

.small-rule {
  background-color: #e3e2e1;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  padding-bottom: 0;
}

.small-rule.is-med-grey {
  background-color: #908d8a;
}

.goal {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.phase-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10em;
  display: block;
}

.cs-subtext-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4em;
  display: flex;
}

.cs-subtext-wrapper.bottom-margin-2em {
  margin-bottom: 2em;
}

.phase-image-wrapper {
  background-color: var(--base-color-brand--white);
  justify-content: center;
  margin-bottom: 2em;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.phase-image-wrapper.no-bk-color {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.cs-3column-grid-wrapper {
  width: 85%;
}

.cs-3column-grid-wrapper.full-width {
  width: 100%;
}

.cs-3-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.cs-3-col-grid.bottom-margin {
  margin-bottom: 4em;
}

.cs-3-col-grid.top-margin {
  margin-top: 4em;
}

.cs-3-col-grid.full-width {
  grid-template-columns: 1fr;
}

.grid-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.cultur-survey-img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.bullets-wrapper {
  flex-direction: column;
  margin-top: 4em;
  padding-top: 0;
  display: block;
}

.bullets-div {
  height: 8ch;
  padding-right: 2em;
}

.phase-image {
  width: 90%;
  height: auto;
}

.phase-image.yum-comp-analysis {
  width: 50%;
  margin-left: auto;
}

.phase-image.full-width {
  width: 100%;
}

.phase-image.full-width.bottom-margin {
  margin-bottom: 4em;
}

.phase-image.yum-flow {
  width: 90%;
}

.bullet-2col-wrapper {
  display: flex;
}

.grid-vertical-stack {
  grid-template-columns: 1fr;
  margin-top: 4em;
}

.is-white {
  color: #f8f7f4;
  display: block;
}

._2-col-img-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-img-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-bottom: 4em;
  display: block;
}

.div-is-16 {
  width: 18%;
}

.div-is-16.yum-solution {
  width: 16%;
  margin-left: 30px;
}

.iphone-view-video {
  z-index: 1;
  width: 320px;
  height: 640px;
}

.div-is-75 {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.more-cs-header {
  margin-top: 1em;
  margin-bottom: 1em;
}

.more-case-studies {
  grid-column-gap: 2em;
  grid-template-rows: auto;
}

.link-to-cs {
  width: 100%;
}

.cs-image-wrapper {
  color: #0000;
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.cs-image {
  width: 100%;
}

.cs-title-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.arrow-right-black {
  width: 4em;
  display: block;
}

.process-wrapper {
  background-color: #fff;
  padding: 1rem 2rem;
}

.cs-header-wrapper-2.no-margin {
  margin-top: 0;
  margin-bottom: 4em;
}

.cs-header-wrapper-2.no-bottom-margin {
  margin-bottom: 0;
}

.desktop-video {
  z-index: 1;
  width: 100%;
}

.section_cta {
  display: block;
}

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

.cta_graphic-wrap {
  aspect-ratio: 1;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta_graphic {
  filter: blur(20px);
  object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
}

.cta_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.cta_head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.pill_wrap {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7e6e0;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  padding: .35rem 1.125rem;
  display: flex;
}

.cta_pill {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.cta_button-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_inner {
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button_inner.light-small-2 {
  padding: 1rem 1.5rem;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.button_gradient-ball.ball-1.light-small-8 {
  filter: blur(13px);
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-2.light-small-9 {
  filter: blur(13px);
}

.button_text {
  z-index: 5;
  position: relative;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.cta_text {
  color: #6b6b6b;
  max-width: 350px;
  font-size: .875rem;
  font-weight: 500;
}

.navbar {
  z-index: 99;
  width: 100%;
  padding-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo-wrap {
  position: relative;
  top: -.5rem;
}

.navbar_logo {
  width: 9rem;
}

.navbar_links-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.75rem;
  display: flex;
}

.navbar_links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: clip;
}

.navbar_link-text._1 {
  pointer-events: none;
}

.navbar_link-text._2 {
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.navbar_hamburger-wrap {
  display: none;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
  position: relative;
}

.navbar_hamburger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.container-xxsmall {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.contact_form-wrap {
  flex-flow: column;
  display: flex;
}

.contact_form-block {
  margin-bottom: 0;
  display: block;
}

.contact_form {
  display: block;
}

.contact_fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact_fields-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact_field-wrap-2 {
  display: block;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--base-color-neutral--neutral-darker);
  color: #000;
  background-color: #0000;
  border-radius: 0;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
}

.form_field:focus {
  border-bottom-color: #000;
}

.form_field.message {
  border-style: solid;
  border-color: var(--base-color-neutral--neutral-darker);
  height: 8rem;
  color: var(--base-color-brand--white);
  border-radius: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-solid {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #242424;
  background-image: linear-gradient(#242424, #131313);
  border: 1px solid #0000;
  border-bottom-style: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000006, -2.2px 2.4px .3px #00000008, -3.3px 3.7px .5px #00000009, -4.6px 5.1px .7px #00000009, -6px 6.6px .9px #0000000a, -7.6px 8.4px 1.3px #0000000a, -9.5px 10.5px 1.8px #0000000b, -11.8px 13px 2.4px #0000000b, -14.7px 16.2px 3.2px #0000000b, -18.3px 20.2px 4.4px #0000000b, -23px 25.4px 6px #0000000b, -29.3px 32.3px 8.2px #0000000c, -37.8px 41.8px 11.3px #0000000c, -49.9px 55.1px 15.9px #0000000c, -67.7px 74.8px 22.7px #0000000d, -96.7px 106.8px 34px #0000000e, -152.5px 168.5px 56.1px #0000000e;
}

.button-solid:hover {
  background-image: linear-gradient(#585858, #141414);
}

.success-message {
  background-color: #ddd0;
  border-radius: .75rem;
  padding: 0;
}

.newsletter_success-in {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 2.75rem;
  display: flex;
}

.error-message {
  border-radius: .5rem;
  position: relative;
}

.faq_component {
  flex-flow: column;
  display: flex;
}

.faq_accordion {
  border-bottom: 1px dotted #b6b6b6;
  padding-bottom: 1.25rem;
}

.faq_question-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 5.65302% 1fr 5.89864%;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.125rem;
  display: grid;
}

.div-block-34-copy {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .75rem;
  display: flex;
}

.faq_question {
  letter-spacing: -.01em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.faq_button {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.faq_button-line {
  background-color: var(--base-color-neutral--neutral-light);
  flex: none;
  width: 1.25rem;
  height: 2px;
}

.faq_button-line.is-second {
  position: absolute;
  transform: rotate(90deg);
}

.faq_answer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 7.9922% 1fr;
  grid-auto-columns: 1fr;
  height: 0;
  padding-left: 4rem;
  display: flex;
  overflow: hidden;
}

.faq_answer-spacing {
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
}

.footer_wrap {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: clip;
}

.footer_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link:hover {
  color: #000;
}

.footer_social {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_social-media-wrap {
  color: var(--base-color-brand--black);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.footer_social-media {
  width: 1.5rem;
  color: var(--base-color-brand--black);
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 400;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_template-link {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: #000;
}

.footer_brand {
  letter-spacing: -.05em;
  overflow-wrap: anywhere;
  margin-right: auto;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.div-block {
  z-index: 2;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: -10rem auto auto 0%;
}

.div-block-2 {
  position: relative;
}

.text-block-2, .text-block-3 {
  color: var(--link-color--link-primary);
}

.statu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.checkbox-field {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--border-color--border-primary);
  justify-content: flex-start;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.breadcrumb {
  font-size: 1.25rem;
  display: flex;
}

.clients-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--base-color-neutral--neutral-darker);
  background-color: #f3f3f300;
}

.gradient-bar {
  background-image: linear-gradient(340deg, #d1c7ff 0%, #502cff 85%, #180e31 100%);
  width: 100%;
  height: 54px;
}

.video-wrapper {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.sound-toggle-btn {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background-color: #00000080;
  border-width: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px 16px;
  font-size: 14px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.sound-toggle-btn:hover {
  background-color: #000000bf;
}

.zt-careers-section {
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}

.zt-careers-content {
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.zt-careers-heading {
  color: #1a1a2e;
  margin-bottom: 24px;
  font-family: Georgia, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
}

.zt-careers-text {
  color: #444;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.7;
}

.zt-video-wrapper {
  z-index: 2;
  border-radius: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.zt-video-placeholder {
  width: 100%;
  height: auto;
  display: block;
}

.zt-play-btn {
  z-index: 3;
  cursor: pointer;
  background-color: #00000059;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

.zt-float-img {
  z-index: 1;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 20px #00000014;
}

.zt-float-img.zt-float-img-1 {
  width: 160px;
  height: 160px;
  top: 60px;
  left: 5%;
}

.zt-float-img.zt-float-img-2 {
  width: 180px;
  height: 140px;
  top: 40px;
  right: 3%;
}

.zt-float-img.zt-float-img-3 {
  width: 150px;
  height: 170px;
  bottom: 120px;
  left: 2%;
}

.zt-float-img.zt-float-img-4 {
  width: 140px;
  height: 140px;
  bottom: 180px;
  right: 2%;
}

.zt-float-img-inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_careers-story {
  position: relative;
  overflow: hidden;
}

.careers-story_component {
  flex-direction: column;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.careers-story_content {
  z-index: 2;
  text-align: center;
  max-width: 600px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.careers-story_heading {
  color: #1a1a2e;
  margin-bottom: 1.5rem;
  font-family: Georgia, Times New Roman, serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
}

.careers-story_text {
  color: #555;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.75;
}

.careers-story_video-wrap {
  z-index: 2;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.careers-story_video-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.careers-story_play-btn {
  z-index: 3;
  cursor: pointer;
  background-color: #0000004d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
}

.careers-story_play-btn:hover {
  background-color: #00000080;
}

.careers-story_play-icon {
  border-top: 12px solid #0000;
  border-bottom: 12px solid #0000;
  border-left: 20px solid #fff;
  width: 0;
  height: 0;
  margin-left: 4px;
}

.careers-story_float-img {
  z-index: 1;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 24px #0000000f;
}

.careers-story_float-img.is-pos-1 {
  width: 200px;
  height: 180px;
  top: 40px;
  left: 8%;
}

.careers-story_float-img.is-pos-2 {
  width: 220px;
  height: 220px;
  top: 240px;
  left: 0%;
}

.careers-story_float-img.is-pos-3 {
  width: 160px;
  height: 160px;
  bottom: 40px;
  left: 3%;
}

.careers-story_float-img.is-pos-4 {
  width: 240px;
  height: 180px;
  top: 20px;
  right: 2%;
}

.careers-story_float-img.is-pos-5 {
  width: 180px;
  height: 170px;
  top: 240px;
  right: 0%;
}

.careers-story_float-img.is-pos-6 {
  width: 180px;
  height: 170px;
  bottom: 20px;
  right: 3%;
}

.careers-story_float-img-inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.workflows_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.workflows_tabs-menu {
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  display: flex;
}

.workflows_tab-link {
  color: #1a1a2e;
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 500;
  transition-property: background-color, color, border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.workflows_tab-link:hover {
  background-color: #f3f0ff;
  border-color: #c4b5fd;
}

.workflows_tab-link.is-active-tab {
  color: #4c1d95;
  background-color: #e8e3ff;
  border-color: #c4b5fd;
}

.workflows_tabs-content {
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.workflows_tab-pane {
  width: 100%;
  display: none;
}

.workflows_tab-pane.is-active-pane {
  display: block;
}

.workflows_image {
  border-radius: 12px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px #00000014;
}

.nc-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nc-btn {
  color: #fff;
  letter-spacing: .01em;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0047ff;
  border-radius: 9999px;
  align-items: center;
  gap: 6px;
  padding: 13px 28px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nc-btn-lg {
  color: #fff;
  cursor: pointer;
  background-color: #0047ff;
  border-radius: 9999px;
  align-items: center;
  gap: 6px;
  padding: 16px 36px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nc-btn-green {
  color: #140f4d;
  cursor: pointer;
  background-color: #96fd1a;
  border-radius: 9999px;
  align-items: center;
  padding: 16px 36px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nc-btn-sm {
  color: #fff;
  background-color: #0047ff;
  border-radius: 9999px;
  align-items: center;
  padding: 10px 20px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nc-hero {
  background-color: #f3f4f7;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.nc-hero-grid {
  grid-template-columns: 1fr 420px;
  align-items: start;
  gap: 48px;
  display: grid;
}

.nc-hero-content {
  padding-top: 20px;
}

.nc-hero-h1 {
  color: #140f4d;
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.08;
}

.nc-hero-sub {
  color: #545d68;
  max-width: 540px;
  margin-bottom: 32px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.nc-hero-img {
  border-radius: 12px;
  box-shadow: 0 20px 60px #140f4d1f;
}

.nc-form-card {
  background-color: #fff;
  border: 1px solid #140f4d0f;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 40px #140f4d12;
}

.nc-form-title {
  color: #140f4d;
  margin-bottom: 6px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nc-form-trust {
  color: #6b7280;
  margin-bottom: 20px;
  font-size: 13px;
}

.nc-form-group {
  margin-bottom: 14px;
}

.nc-proof-bar {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #140f4d0f;
  border-bottom: 1px solid #140f4d0f;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nc-proof-text {
  color: #545d68;
  letter-spacing: .01em;
  font-size: 14px;
  font-weight: 500;
}

.nc-stats-section {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.nc-stats-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
  display: grid;
}

.nc-stat-card {
  text-align: center;
  background-color: #f3f4f7;
  border: 1px solid #140f4d0f;
  border-top: 4px solid #0047ff;
  border-radius: 16px;
  padding: 36px 28px;
}

.nc-stat-card-accent {
  text-align: center;
  background-color: #f3f4f7;
  border: 1px solid #140f4d0f;
  border-top: 4px solid #96fd1a;
  border-radius: 16px;
  padding: 36px 28px;
}

.nc-stat-number {
  color: #0047ff;
  margin-bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.nc-stat-number-dark {
  color: #140f4d;
  margin-bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.nc-stat-label {
  color: #545d68;
  font-size: 15px;
  line-height: 1.5;
}

.nc-bridge {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.nc-bridge-p {
  color: #140f4d;
  font-size: 18px;
  line-height: 1.7;
}

.nc-bridge-p-accent {
  color: #0047ff;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.nc-section-label {
  color: #0047ff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0047ff0f;
  border: 1px solid #0047ff1f;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.nc-section-title {
  color: #140f4d;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 48px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.nc-value-section {
  background-color: #f3f4f7;
  padding-top: 88px;
  padding-bottom: 88px;
}

.nc-value-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.nc-value-card {
  background-color: #fff;
  border: 1px solid #140f4d0f;
  border-radius: 16px;
  padding: 36px;
}

.nc-value-tag {
  color: #7c1efa;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.nc-value-h3 {
  color: #140f4d;
  margin-bottom: 10px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.nc-value-p {
  color: #545d68;
  font-size: 14px;
  line-height: 1.65;
}

.nc-audience-section {
  background-color: #fff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.nc-audience-grid {
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  display: grid;
}

.nc-persona-card {
  background-color: #f3f4f7;
  border: 1px solid #140f4d0f;
  border-left: 4px solid #0047ff;
  border-radius: 16px;
  padding: 40px;
}

.nc-persona-h3 {
  color: #140f4d;
  margin-bottom: 14px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nc-persona-p {
  color: #545d68;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.65;
}

.nc-key-q {
  color: #7c1efa;
  background-color: #7c1efa0a;
  border-left: 3px solid #7c1efa;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.nc-cred-section {
  color: #fff;
  background-color: #140f4d;
  padding-top: 88px;
  padding-bottom: 88px;
  overflow: hidden;
}

.nc-cred-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
  display: grid;
}

.nc-cred-item {
  text-align: center;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 28px 20px;
}

.nc-cred-num {
  color: #96fd1a;
  margin-bottom: 8px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.nc-cred-desc {
  color: #ffffffa6;
  font-size: 14px;
  line-height: 1.55;
}

.nc-cred-header {
  text-align: center;
  margin-bottom: 56px;
}

.nc-cred-h2 {
  color: #fff;
  margin-top: 16px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.nc-section-label-green {
  color: #96fd1a;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #96fd1a14;
  border: 1px solid #96fd1a26;
  border-radius: 9999px;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.nc-quote-block {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nc-quote-text {
  color: #ffffffe0;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.nc-quote-stat {
  color: #96fd1a;
  font-size: 15px;
  font-weight: 600;
}

.nc-quote-attr {
  color: #fff6;
  margin-top: 8px;
  font-size: 13px;
}

.nc-quote-divider {
  background-color: #ffffff1a;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.nc-inline-cta {
  text-align: center;
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
}

.nc-secondary-cta {
  background-color: #f3f4f7;
  padding-top: 88px;
  padding-bottom: 88px;
}

.nc-cta-card {
  text-align: center;
  background-image: linear-gradient(135deg, #140f4d, #0047ff);
  border-radius: 24px;
  padding: 72px 64px;
  overflow: hidden;
}

.nc-cta-h2 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.nc-cta-p {
  color: #ffffffbf;
  max-width: 560px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.65;
}

.nc-cobrand {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.nc-cobrand-item {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.nc-cobrand-text {
  color: #ffffff73;
  font-size: 12px;
}

.nc-cobrand-divider {
  background-color: #ffffff26;
  width: 1px;
  height: 40px;
}

.nc-cobrand-name {
  color: #ffffffd9;
  letter-spacing: -.01em;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nc-footer {
  text-align: center;
  background-color: #140f4d;
  padding-top: 36px;
  padding-bottom: 36px;
}

.nc-footer-text {
  color: #ffffff59;
  font-size: 13px;
}

.nc-form-label {
  color: #140f4d;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.nc-form-input {
  color: #140f4d;
  background-color: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 14px;
  padding: 11px 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
}

.nc-form-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0047ff;
  border-radius: 9999px;
  width: 100%;
  margin-top: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nc-form-privacy {
  color: #9ca3af;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.nc-cobrand-note {
  color: #ffffff59;
  text-align: center;
  padding-top: 12px;
  font-size: 13px;
}

.nc-blue-span {
  color: #0047ff;
  font-weight: 700;
}

.section_hero {
  background-color: #f3f4f7;
}

.hero_grid {
  grid-template-columns: 1fr 420px;
  align-items: start;
  gap: 3rem;
  display: grid;
}

.hero_content-wrapper {
  padding-top: 1.25rem;
}

.hero_heading {
  color: #140f4d;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.08;
}

.hero_subtext {
  color: #545d68;
  max-width: 540px;
  margin-bottom: 2rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.hero_image-wrapper {
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 20px 60px #140f4d1f;
}

.form_heading {
  color: #140f4d;
  margin-bottom: .375rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.form_subtext {
  color: #6b7280;
  margin-bottom: 1.25rem;
  font-size: .8125rem;
}

.form_label {
  color: #140f4d;
  margin-bottom: .3125rem;
  font-size: .8125rem;
  font-weight: 600;
}

.form_card {
  background-color: #fff;
  border: 1px solid #140f4d0f;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 40px #140f4d12;
}

.form_button {
  color: #fff;
  text-align: center;
  background-color: #0047ff;
  border-radius: 9999px;
  width: 100%;
  margin-top: .25rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.form_privacy {
  color: #9ca3af;
  text-align: center;
  margin-top: .625rem;
  font-size: .75rem;
  line-height: 1.5;
}

.proof-bar_text {
  color: #545d68;
  text-align: center;
  letter-spacing: .01em;
  font-size: .875rem;
  font-weight: 500;
}

.section_stats {
  background-color: #fff;
}

.stats_grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  display: grid;
}

.stats_card {
  text-align: center;
  background-color: #f3f4f7;
  border: 1px solid #140f4d0f;
  border-top: 4px solid #0047ff;
  border-radius: 1rem;
  padding: 2.25rem 1.75rem;
}

.stats_card.stats_card-is-accent {
  border-top-color: #96fd1a;
}

.stats_number {
  color: #0047ff;
  margin-bottom: .625rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
}

.stats_number.stats_number-is-dark {
  color: #140f4d;
}

.stats_label {
  color: #545d68;
  font-size: .9375rem;
  line-height: 1.5;
}

.bridge_text {
  color: #140f4d;
  font-size: 1.125rem;
  line-height: 1.7;
}

.bridge_text.bridge_text-is-accent {
  color: #0047ff;
  margin-top: 1rem;
  font-weight: 600;
}

.section-label_component {
  color: #0047ff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0047ff0f;
  border: 1px solid #0047ff1f;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.section-label_component.section-label_component-is-green {
  color: #96fd1a;
  background-color: #96fd1a14;
  border-color: #96fd1a26;
}

.section-heading {
  color: #140f4d;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 3rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.section_value {
  background-color: #f3f4f7;
}

.value_grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  display: grid;
}

.value_card {
  background-color: #fff;
  border: 1px solid #140f4d0f;
  border-radius: 1rem;
  padding: 2.25rem;
}

.value_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px #0047ff14;
}

.value_tag {
  color: #7c1efa;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.value_heading {
  color: #140f4d;
  margin-bottom: .625rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.value_description {
  color: #545d68;
  font-size: .875rem;
  line-height: 1.65;
}

.section_audience {
  background-color: #fff;
}

.audience_grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  display: grid;
}

.persona_card {
  background-color: #f3f4f7;
  border: 1px solid #140f4d0f;
  border-left: 4px solid #0047ff;
  border-radius: 1rem;
  padding: 2.5rem;
}

.persona_heading {
  color: #140f4d;
  margin-bottom: .875rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.persona_text {
  color: #545d68;
  margin-bottom: 1.125rem;
  font-size: .9375rem;
  line-height: 1.65;
}

.persona_callout {
  color: #7c1efa;
  background-color: #7c1efa0a;
  border-left: 3px solid #7c1efa;
  border-radius: .625rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.6;
}

.section_cred {
  color: #fff;
  background-color: #140f4d;
  overflow: hidden;
}

.cred_header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.cred_heading {
  color: #fff;
  margin-top: 1rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.cred_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  display: grid;
}

.cred_card {
  text-align: center;
  background-color: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem;
}

.cred_number {
  color: #96fd1a;
  margin-bottom: .5rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.cred_description {
  color: #ffffffa6;
  font-size: .875rem;
  line-height: 1.55;
}

.quote_wrapper {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.quote_text {
  color: #ffffffe0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
}

.quote_stat {
  color: #96fd1a;
  font-size: .9375rem;
  font-weight: 600;
}

.quote_attribution {
  color: #fff6;
  margin-top: .5rem;
  font-size: .8125rem;
}

.quote_divider {
  background-color: #ffffff1a;
  width: 3.75rem;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.cobrand_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.25rem;
  display: flex;
}

.cobrand_item {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.cobrand_name {
  color: #ffffffd9;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.cobrand_subtitle {
  color: #ffffff73;
  font-size: .75rem;
}

.cobrand_divider {
  background-color: #ffffff26;
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  height: 2.5rem;
  min-height: 2.5rem;
}

.cobrand_note {
  color: #ffffff59;
  text-align: center;
  padding-top: .75rem;
  font-size: .8125rem;
}

.section_cta-secondary {
  background-color: #f3f4f7;
}

.cta_card {
  text-align: center;
  background-image: linear-gradient(135deg, #140f4d, #0047ff);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4.5rem 4rem;
  display: flex;
}

.cta_heading {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.cta_description {
  color: #ffffffbf;
  max-width: 35rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.65;
}

.button_primary {
  color: #fff;
  background-color: #0047ff;
  border-radius: 9999px;
  align-items: center;
  gap: .375rem;
  padding: 1rem 2.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.button_primary:hover {
  background-color: #0030bf;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #0047ff40;
}

.button_green {
  color: #140f4d;
  background-color: #96fd1a;
  border-radius: 9999px;
  align-items: center;
  padding: 1rem 2.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.button_green:hover {
  background-color: #6be00f;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #96fd1a4d;
}

.section_footer {
  text-align: center;
  background-color: #140f4d;
}

.footer_text {
  color: #ffffff59;
  font-size: .8125rem;
}

.padding-section-ninja {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.proof-bar_section {
  background-color: #fff;
  border-top: 1px solid #140f4d0f;
  border-bottom: 1px solid #140f4d0f;
}

.sticky-cta_component {
  z-index: 100;
  background-color: #fffffff7;
  border-bottom: 1px solid #140f4d0f;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-cta_inner {
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.sticky-cta_logo {
  color: #140f4d;
  letter-spacing: -.01em;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}

.sticky-cta_text {
  color: #545d68;
  font-size: .875rem;
  font-weight: 500;
}

.button_primary-sm {
  color: #fff;
  background-color: #0047ff;
  border-radius: 9999px;
  align-items: center;
  padding: .625rem 1.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.section_testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial_header {
  align-items: flex-start;
  column-gap: 60px;
  margin-bottom: 56px;
  display: flex;
}

.testimonial_heading {
  color: #1a1a1a;
  letter-spacing: -.02em;
  flex-shrink: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

.text-color-purple {
  color: #5b2fe8;
}

.testimonial_body {
  color: #6b6b6b;
  flex-grow: 1;
  max-width: 520px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.7;
}

.testimonial_slider-embed {
  width: 100%;
}

.section_testimonial-v2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-v2_header {
  align-items: flex-start;
  column-gap: 60px;
  margin-bottom: 56px;
  display: flex;
}

.testimonial-v2_heading {
  color: #1a1a1a;
  letter-spacing: -.02em;
  flex-shrink: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

.testimonial-v2_body {
  color: #6b6b6b;
  flex-grow: 1;
  max-width: 520px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.7;
}

.testimonial-v2_slider {
  column-gap: 12px;
  height: 520px;
  display: flex;
  overflow: hidden;
}

.testimonial-v2_card {
  cursor: pointer;
  border-radius: 16px;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
}

.testimonial-v2_card.is-collapsed {
  cursor: pointer;
  flex-grow: 0;
  flex-basis: 80px;
}

.testimonial-v2_thumbnail {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.testimonial-v2_video {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.testimonial-v2_overlay {
  z-index: 3;
  pointer-events: none;
  background-color: #0006;
  position: absolute;
  inset: 0;
}

.testimonial-v2_play {
  z-index: 5;
  cursor: pointer;
  background-color: #fffffff2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 24px #0003;
}

.testimonial-v2_play-icon {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.testimonial-v2_info {
  z-index: 4;
  opacity: 1;
  column-gap: 48px;
  padding: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonial-v2_person {
  flex-direction: column;
  row-gap: 4px;
  display: flex;
}

.testimonial-v2_name {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-v2_title {
  color: #ffffffb3;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-v2_label {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.testimonial-v2_timer {
  z-index: 6;
  background-color: #5b2fe8;
  border-bottom-left-radius: 16px;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial-v2_highlight {
  color: #5b2fe8;
}

.section_why-fe {
  padding-top: 0;
  padding-bottom: 0;
}

.why-fe_component {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.why-fe_header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.why-fe_header-left {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.why-fe_stats-row {
  grid-column-gap: 3rem;
  align-items: flex-start;
  display: flex;
}

.why-fe_stat-item {
  grid-row-gap: .25rem;
  flex-direction: column;
  max-width: 10rem;
  display: flex;
}

.why-fe_stat-number {
  color: #0f0f0f;
  letter-spacing: -.02em;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.why-fe_stat-label {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.4;
}

.why-fe_cards-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #e5e7eb;
  border-radius: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  overflow: hidden;
}

.why-fe_card {
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.why-fe_card-icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.why-fe_card-heading {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.why-fe_card-description {
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.why-fe_section-label {
  color: #0f0f0f;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.why-fe_heading {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

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

.testimonials_component {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.testimonials_header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonials_header-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.testimonials_label {
  color: #0f0f0f;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.testimonials_heading {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.2;
}

.testimonials_arrows {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.testimonials_slide-content {
  grid-column-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  display: grid;
}

.testimonials_text-side {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonials_quote-icon {
  width: 3.5rem;
  height: 3.5rem;
}

.testimonials_quote-text {
  color: #4b5563;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.testimonials_divider {
  border-bottom: 1px dashed #d1d5db;
  width: 100%;
  height: 1px;
}

.testimonials_attribution {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.testimonials_author-info {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.testimonials_author-name {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.testimonials_author-role {
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
}

.testimonials_company-logo {
  height: 1.75rem;
}

.testimonials_image-side {
  border-radius: 12px;
  min-height: 25rem;
  overflow: hidden;
}

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

.cta_left {
  grid-row-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.cta_label {
  color: #5eead4;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.cta_right {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.cta_buttons {
  grid-column-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.cta_button-primary {
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 8px;
  padding: .875rem 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.cta_button-secondary {
  color: #0f0f0f;
  background-color: #14b8a6;
  border-radius: 8px;
  padding: .875rem 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.fe-cta_card {
  grid-column-gap: 3rem;
  background-color: #0f3d3e;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.fe-cta_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.fe-cta_description {
  color: #d1d5db;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.testimonials-section {
  padding: 80px 5%;
}

.testimonials-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-label {
  color: #0d3d3b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.testimonials-heading {
  color: #1a1a1a;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
}

.testimonials-slide-content {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.testimonials-quote-col {
  flex-direction: column;
  display: flex;
}

.testimonials-quote-icon {
  color: #2dd4bf;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1;
}

.testimonials-quote-text {
  color: #333;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.7;
}

.testimonials-divider {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 24px;
}

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

.testimonials-author-name {
  color: #1a1a1a;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.testimonials-author-title {
  color: #666;
  font-size: 14px;
}

.testimonials-photo-wrapper {
  border-radius: 16px;
  max-width: 380px;
  margin-left: auto;
  overflow: hidden;
}

.testimonials-photo {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.testimonials-nav-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.cta-section {
  padding: 80px 5%;
}

.cta-card {
  grid-column-gap: 48px;
  background-color: #0d3d3b;
  border-radius: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.cta-label {
  color: #2dd4bf;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
}

.cta-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.cta-description {
  color: #b0c4c3;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
}

.cta-buttons-row {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.cta-btn-primary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.cta-btn-secondary {
  color: #0d3d3b;
  background-color: #2dd4bf;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.tsig {
  box-sizing: border-box;
  color: #243162;
  background-color: #fff;
  max-width: 620px;
  padding: 16px;
  font-family: Segoe UI, Segoe UI Arabic, Tahoma, Arial, sans-serif;
}

.sig-hr {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #d0d0d0;
  max-width: 620px;
  margin: 48px 0 32px;
}

.sig-outer {
  border-collapse: collapse;
  table-layout: fixed;
}

.sig-col {
  overflow-wrap: break-word;
  vertical-align: top;
  word-wrap: break-word;
  width: 100%;
  padding: 0;
  display: block;
}

.sig-col-r {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e9eaef;
  width: 100%;
  margin-top: 14px;
  padding: 14px 0 0;
  display: block;
}

.sig-inner-left {
  border-collapse: collapse;
}

.sig-logo-td {
  vertical-align: top;
  padding: 0 0 8px;
  display: block;
}

.sig-logo {
  width: 56px;
  max-width: 100%;
  height: auto;
  display: block;
}

.sig-name-td {
  vertical-align: top;
  display: block;
}

.sig-name {
  color: #243162;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.sig-name-ar {
  color: #243162;
  font-size: 13px;
  line-height: 20px;
}

.sig-spacer {
  height: 6px;
  font-size: 0;
}

.sig-title {
  color: #33c9be;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.sig-title-ar {
  color: #33c9be;
  font-size: 12px;
  line-height: 18px;
}

.sig-contact-tbl {
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
}

.sig-label {
  color: #243162;
  white-space: nowrap;
  padding: 0 8px 6px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.sig-value {
  padding: 0 0 6px;
  font-size: 13px;
  line-height: 20px;
}

.sig-link {
  color: #33c9be;
  text-decoration: none;
}

.sig-footer-tbl {
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #e9eaef;
  margin-top: 20px;
}

.sig-foot-l {
  color: #8088a4;
  vertical-align: top;
  border-left-style: none;
  width: 100%;
  padding: 12px 0 0;
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.sig-foot-r {
  color: #8088a4;
  text-align: right;
  vertical-align: top;
  direction: rtl;
  border-top: 1px solid #e9eaef;
  border-left-style: none;
  width: 100%;
  margin-top: 12px;
  padding: 12px 0 0;
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.sig-foot-bold {
  color: #243162;
  font-weight: 700;
}

.sig-wrap {
  color: #243162;
  max-width: 620px;
  font-family: Segoe UI, Tahoma, Arial, sans-serif;
}

.sig-hr-1 {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #d0d0d0;
  margin: 4rem 0 2rem;
}

.sig-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.sig-left {
  flex: 1;
  min-width: 0;
}

.sig-identity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.sig-logo-1 {
  flex-shrink: 0;
  width: 74px;
  height: 76px;
  display: block;
}

.sig-info {
  min-width: 0;
}

.sig-gap {
  height: 8px;
}

.sig-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}

.sig-contact-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.sig-label-1 {
  color: #243162;
  white-space: nowrap;
  font-weight: 600;
}

.sig-value-1 {
  color: #33c9be;
  text-decoration: none;
}

.sig-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #e9eaef;
  margin-top: 20px;
  padding-top: 12px;
  display: flex;
}

.sig-foot-en {
  color: #8088a4;
  flex: 1;
  font-size: 11px;
  line-height: 16px;
}

.sig-foot-ar {
  color: #8088a4;
  text-align: right;
  direction: rtl;
  border-left: 1px solid #e9eaef;
  flex: 1;
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
}

.sig-bold {
  color: #243162;
  font-weight: 700;
}

.navbar_link-wrapper {
  flex: 1;
}

.pricing-modal-header {
  margin-bottom: 20px;
}

.tooltip-wrapper {
  color: #502cff;
  padding: 5px;
  position: relative;
}

.tooltip-wrapper.is-dark {
  z-index: 1;
  color: #180e31;
}

.navbar_logo-2 {
  border-radius: 0;
  width: 10rem;
  margin-bottom: -.5rem;
  margin-left: -.1875rem;
}

.toggle-base {
  cursor: pointer;
  background-color: #502cff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px #494a7d4d, 17px 17px 24px -18px #38327c14;
}

.select-users-group {
  margin-top: 20px;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.section_pricing-header {
  border-radius: 40px;
  padding-top: 3rem;
}

.section_pricing-header.align-center {
  padding-top: .9rem;
}

.pricing19_divider {
  background-color: #180e31;
  border: .5px solid #180e31;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.footer_right-wrapper {
  align-items: center;
  display: flex;
}

.tooltip-arrow {
  background-color: #180e31;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto -5% 1rem;
  transform: rotate(45deg);
}

.button-group-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.select-users-label {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 8px;
  display: flex;
}

.icon-button {
  color: #502cffe6;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.icon-button:hover {
  color: #2b1595;
}

.icon-button.is-case-study {
  text-transform: uppercase;
  background-color: #edeaff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.icon-button.is-large {
  font-size: 1.5rem;
}

.price-amount {
  font-size: 3.5rem;
  line-height: 70px;
}

.price-amount.is-monthly {
  display: none;
}

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

.faq_question-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .25fr) minmax(200px, 1fr) minmax(200px, .5fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: grid;
}

.pricing-header_top-right {
  flex-direction: column;
  align-items: flex-end;
  font-size: .65rem;
  display: flex;
}

.navbar_component-2 {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #fffffff2;
  border-bottom: .0625rem #000;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.save20-wrapper {
  z-index: 10;
  width: 8rem;
  display: none;
  position: absolute;
  inset: -4rem auto auto 1rem;
}

.pricing-modal {
  z-index: 2;
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  width: 1000px;
  margin: 154px auto auto;
  padding-bottom: 48px;
  padding-right: 64px;
  display: flex;
  position: relative;
}

.pricing-modal.pricing-modal-md {
  max-width: 600px;
}

.pricing-modal.pricing-modal-md.center-content {
  border: 1px solid #b7c1ca;
  border-radius: 30px;
  justify-content: center;
  padding: 60px 40px;
  display: block;
}

.button-box {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.button-box.flex-center {
  justify-content: center;
  margin-top: 42px;
}

.button-box.flex-center.in-price {
  margin-top: 40px;
}

.button-box.flex-center.in-price.in-modal {
  box-shadow: none;
}

.pricing26_row-content {
  color: #502cffe6;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem 2rem 1rem;
  display: flex;
}

.logo1_logo-2 {
  max-width: 100%;
  max-height: 3.5rem;
}

.feedback-text {
  color: #227e36;
  font-size: 12px;
}

.feedback-text.mo_plan_text_color {
  color: #3fad72;
}

.footer_category {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.faq_accordion-2 {
  border-bottom: 1.5px solid #e8e7ea;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.pricing-features_row-header {
  color: #fff;
  background-color: #502cff;
  border-radius: 30px 30px 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.pricing-features_row-header.is-enterprise {
  background-color: #2b1595;
}

.toggle-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.faq_icon-wrapper {
  color: #502cff;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1.5px solid #8b8698;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: stretch;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  background-color: #0000;
}

.pricing-modal-close {
  cursor: pointer;
  position: absolute;
  inset: 1.25rem 1.25rem auto auto;
}

.main-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #502cff;
  border: 1px solid #502cffe6;
  border-radius: 2.5rem;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  background-color: #2b1595;
  border-color: #2b1595;
}

.main-button.is-medium {
  justify-content: center;
  align-items: center;
  padding: .65rem 1.25rem;
  font-size: 1rem;
  transition: background-color .3s ease-in-out;
}

.footer_social-link {
  color: #fff;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
}

.footer_social-link:hover {
  color: #7356ff;
}

.text-size-xlarge {
  font-size: 1.5rem;
}

.heading-style-h5-2 {
  color: #180e31;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.pricing_list-item {
  margin-bottom: .5rem;
}

.footer_component-2 {
  color: #fff;
  background-color: #180e31;
  border-radius: 3.125rem 3.125rem 0 0;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.navbar_link-2 {
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: color .25s ease-in-out;
}

.navbar_link-2:hover {
  color: #2b1595;
}

.navbar_link-2.w--current {
  color: #000;
}

.navbar_link-2.hide-tablet:hover {
  color: #2b1595;
}

.icon-embed-small-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar_button-wrapper {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #502cffe6;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .75rem 2rem;
  font-weight: 500;
  transition: background-color .25s ease-in-out;
}

.button-2:hover {
  background-color: #2b1595;
}

.button-2.cta-dark-blue {
  color: #fff;
  text-align: center;
  background-color: #502cffe6;
  line-height: 30px;
  transition: all .2s;
}

.button-2.cta-dark-blue:hover {
  background-color: #1b429a;
}

.button-2.cta-dark-blue.btn_send {
  background-color: #502cffe6;
}

.pricing-features_row-content {
  color: #502cff;
  text-align: center;
  background-color: #f6f4ff;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding: 1.75rem 1.5rem;
  display: flex;
}

.pricing-features_row-content.is-text {
  color: #180e31;
}

.pricing-features_row-content.is-enterprise {
  color: #2b1595;
}

.pricing-features_row-content.is-last {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.spacer-block {
  min-height: 8.5rem;
}

.text-size-medium-2 {
  letter-spacing: 0;
  text-wrap: balance;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.padding-section-medium-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.pricing-column.pricing-column-left {
  justify-content: center;
  align-items: center;
  min-height: 30px;
  margin-top: 6px;
  padding-right: 5px;
  display: block;
}

.pricing-column.pricing-column-right {
  justify-content: flex-start;
  min-height: 30px;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.logo1_list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  display: grid;
}

.logo1_list-2.is-componenet {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: auto auto auto auto auto auto;
  place-items: center;
}

.logo1-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo1-wrapper.is-component {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.select-users-element {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.feedback.center {
  margin-top: .75rem;
}

.text-size-small-2 {
  font-size: .875rem;
  line-height: 1.3125rem;
}

.tooltip-content {
  color: #fff;
  background-color: #180e31;
  border-radius: 10px;
  width: 250px;
  padding: 15px 15px 20px;
  display: none;
  position: absolute;
  inset: auto auto 2.25rem -.75rem;
  overflow: visible;
}

.heading-style-pricing-feature {
  font-size: 2rem;
  font-weight: 600;
}

.text-size-tiny-2 {
  font-size: .8rem;
  line-height: 1.25rem;
}

.icon-embed-medium-2 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  overflow: visible;
}

.footer_left-wrapper {
  align-items: center;
  display: flex;
}

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

.navbar_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1rem;
  transition: color .25s ease-in-out;
}

.navbar_dropdwn-toggle:hover {
  color: #2b1595;
}

.arrow-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  line-height: 0;
}

.arrow-icon.is-no-margin {
  margin: 0;
}

.logo-footer {
  border-radius: 0;
  width: 10rem;
}

.pricing-plan_top-bar {
  background-color: #502cff;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-plan_top-bar.is-indigo-blue {
  border-top-left-radius: 1.3rem;
  border-top-right-radius: 1.3rem;
}

.ot-sdk-show-settings {
  color: #fff;
  cursor: pointer;
  margin-right: 3rem;
  font-size: .875rem;
}

.ot-sdk-show-settings:hover {
  color: #502cffe6;
}

.navbar_logo-link {
  padding-left: 0;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_legal-link {
  color: #fff;
  margin-right: 3rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.footer_legal-link:hover {
  color: #7356ff;
}

.period-select-original {
  display: none;
}

.pricing-features_feature {
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.faq_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-width: 1px;
  border-bottom-color: #0000;
  flex-flow: column;
  display: flex;
}

.navbar_dropdown-list {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #ffffffe6;
  display: none;
}

.navbar_dropdown-list.w--open {
  background-color: #fffffffc;
  border: .0625rem #000;
  border-radius: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  width: 19.375rem;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 -10px 3.125rem #7d726b12;
}

.navbar_dropdown-list.is-wide.w--open {
  flex-direction: row;
  width: auto;
  min-width: 36rem;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 -10px 3.125rem #7d726b24;
}

.section_pricing-header-wrapper {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: grid;
}

.text-size-large-2 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.pricing-header_plans {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
  position: relative;
  overflow: visible;
}

.pricing-tab-selector {
  cursor: pointer;
  font-weight: 300;
}

.footer_link-2 {
  color: #fff;
  letter-spacing: -.08px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.footer_link-2:hover {
  color: #7356ff;
}

.pricing-features_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.pricing-features_row.is-header {
  background-color: #fffffffa;
  grid-template-rows: auto;
  margin-top: 8rem;
  position: sticky;
  top: 5.25rem;
}

.icon-1x1-small-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.pricing-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-features_row-wrapper {
  display: none;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_icon-wrapper {
  margin-right: 1.5rem;
  padding: .75rem;
}

.pricing-modal-wrapper {
  z-index: 10000000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.faq_answer-2 {
  padding-top: 1rem;
  overflow: hidden;
}

.pricing26_heading-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1.5px solid #8b8698;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  top: 60px;
}

.padding-large-2 {
  padding: 3rem;
}

.pricing-features_component {
  width: 100%;
}

.padding-section-xsmall-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.navbar_dropdown-divider {
  background-color: #f8f8ff;
  width: 2px;
}

.toggle-thumb {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 3px 3px 8px #494a7d3d;
}

.pricing26_feature {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  display: flex;
}

.pricing26_feature.is-link {
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-arrow {
  color: #502cff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-2 {
  z-index: 1999;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  position: fixed;
}

.pricing-header_feature {
  align-items: center;
  display: flex;
}

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

.navbar_link-block {
  color: #180e31;
  align-items: center;
  min-height: 3.5rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  transition: background-color .25s ease-in-out;
  display: flex;
}

.navbar_link-block:hover {
  background-color: #f6f4ff;
}

.footer_credit-text {
  margin-left: 3rem;
  font-size: .875rem;
  font-weight: 300;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.amount-per-period {
  text-align: right;
}

.heading-style-h7 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-style-h7.is-smaller-on-mobile {
  line-height: 2rem;
}

.selector-embed {
  display: none;
}

.pricing26_plans {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.pricing19_plan {
  background-color: #f8f8ff;
  border: 1px solid #502cff;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 3rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.pricing19_plan.is-enterprise-ai {
  background-color: #fff;
  width: 600px;
  padding-top: 2.8rem;
}

.company_leadership-grid, .company_values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  display: grid;
}

.company_leader-card {
  border-top: 1px solid #343a33;
  padding-top: 20px;
}

.company_leader-visual {
  background-color: #242a23;
  height: 310px;
  margin-bottom: 28px;
}

.company_value-card {
  border: 1px solid #343a33;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  display: flex;
}

.company_investor-list {
  border-top: 1px solid #343a33;
  border-bottom: 1px solid #343a33;
  justify-content: space-between;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.company_press-feature {
  color: #f5f7f3;
  border-top: 1px solid #343a33;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  padding-top: 28px;
  text-decoration: none;
  display: grid;
}

.company_press-visual {
  background-color: #79836f;
  height: 420px;
}

.footer_grid {
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 60px;
  display: grid;
}

.footer_link-column {
  flex-direction: column;
  row-gap: 14px;
  display: flex;
}

.navbar_content {
  justify-content: space-between;
  align-items: center;
  height: 126px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .section.cs-hero-section {
    flex-direction: column;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .container.is-case-study {
    justify-content: space-between;
    align-items: flex-start;
  }

  .container.cs-more {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-header-wrapper {
    padding-bottom: 4em;
  }

  .divider {
    background-color: #1e1d1d;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cs-section-heading {
    font-weight: 400;
  }

  .paragraph {
    letter-spacing: 0;
  }

  .link-box {
    align-items: center;
    display: flex;
  }

  .link-box.button {
    background-color: var(--base-color-brand--white);
    color: var(--base-color-neutral--black);
  }

  .rule-cs-headings {
    width: 100%;
  }

  .cs-3column-grid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cs-3-col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
  }

  .cs-3-col-grid.bottom-margin, .cs-3-col-grid.top-margin, .cs-3-col-grid.full-width {
    width: 100%;
  }

  .phase-image {
    width: 85%;
  }

  .is-white {
    font-weight: 300;
  }

  .proto-wrapper {
    justify-content: center;
  }

  .cs-image-wrapper {
    background-color: #0000;
  }

  .rule-cs-headings-2 {
    width: 100%;
  }

  .proto-wrapper-2 {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .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;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 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-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .bento_component {
    grid-template-columns: 1fr 1.3fr;
  }

  .menu-icon2_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon2_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .content-wrapper.is-contact {
    max-width: 30rem;
  }

  .rasheed-headshot.is-contact {
    width: 15rem;
    bottom: 0%;
  }

  .webflow-icon-wrapper, .figma-icon-wrapper {
    z-index: 1;
  }

  .grid {
    flex-flow: column;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .brands_item-logo {
    height: 25%;
  }

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .services_content {
    position: relative;
    top: auto;
  }

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

  .section.cs-hero-section {
    flex-direction: column;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .container.cs-hero-image {
    padding-top: 0;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .div-is-25 {
    width: 35%;
  }

  .div-is-25.cs-div-right {
    margin-left: 0;
  }

  .project-title {
    padding-right: 2em;
  }

  .archive-description-wrapper {
    width: 50%;
  }

  .cs-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 16em;
  }

  .cs-h2.is-white {
    margin-left: 0;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: row;
  }

  .div-is-50.cs-div-right {
    margin-left: 0;
  }

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

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

  .cs-2-column, .cs-2-column.project-goals {
    flex-direction: column;
    display: flex;
  }

  .cs-subtext-wrapper {
    margin-bottom: 2em;
  }

  .phase-image-wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .phase-image-wrapper.no-bk-color {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .cultur-survey-img {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .bullets-div {
    height: 10ch;
  }

  .phase-image {
    width: 90%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .phase-image.yum-comp-analysis {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phase-image.full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-img-wrapper {
    width: 100%;
  }

  .iphone-view-video {
    width: 220px;
    height: 390px;
  }

  .arrow-right-black {
    width: 35px;
  }

  .cs-h2-2.is-white {
    margin-left: 0;
  }

  .cs-header-wrapper-2.no-margin {
    flex-direction: row;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cta_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .cta_content {
    padding: 3rem;
  }

  .cta_head {
    max-width: none;
  }

  .navbar_component {
    justify-content: center;
    align-items: center;
  }

  .navbar_logo-wrap {
    top: auto;
  }

  .navbar_logo {
    width: 8rem;
  }

  .navbar_links-wrap {
    opacity: 0;
    background-color: #0009;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5rem);
    padding: 2rem;
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
  }

  .navbar_links {
    z-index: 101;
    flex-flow: column;
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: -.3rem;
    display: flex;
    position: relative;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 5%;
  }

  .faq_question {
    font-size: 1rem;
  }

  .faq_button-line {
    width: 1.125rem;
  }

  .faq_answer-spacing {
    height: 1.25rem;
    min-height: 1.25rem;
  }

  .footer_wrap {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_lists {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_copyright {
    font-weight: 500;
  }

  .cta_card {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

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

  .testimonial_header {
    flex-direction: column;
    column-gap: 20px;
    margin-bottom: 32px;
  }

  .testimonial_heading {
    font-size: 34px;
  }

  .testimonial_body {
    font-size: 16px;
  }

  .section_testimonial-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-v2_header {
    flex-direction: column;
    column-gap: 20px;
    margin-bottom: 32px;
  }

  .testimonial-v2_heading {
    font-size: 34px;
  }

  .testimonial-v2_body {
    font-size: 16px;
  }

  .testimonial-v2_slider {
    column-gap: 16px;
    height: 420px;
    overflow-x: auto;
  }

  .testimonial-v2_info {
    flex-direction: column;
    row-gap: 16px;
    padding: 24px;
  }

  .why-fe_header {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .why-fe_cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials_header {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .fe-cta_card {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_component-2 {
    z-index: 99999;
  }

  .save20-wrapper {
    width: 8rem;
    left: -1rem;
  }

  .pricing-modal {
    width: auto;
    margin-top: 80px;
  }

  .button-box.flex-center, .button-box.flex-center.in-price {
    margin-top: 29px;
  }

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

  .footer-mobile-menu.hide-desktop {
    display: none;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    color: #fff;
    background-color: #180e31;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .page-wrapper-2 {
    position: relative;
  }

  .navbar_link-2 {
    color: #fff;
    text-align: left;
    padding: 1rem 0;
    font-size: 1.25rem;
  }

  .navbar_link-2.w--current {
    color: #fff;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo1_list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center stretch;
  }

  .logo1_list-2.is-componenet {
    grid-template-columns: auto auto auto;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-style-pricing-feature {
    font-size: 1.75rem;
  }

  .navbar_dropdwn-toggle {
    color: #fff;
    border-bottom: .0625rem solid #463e5a;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.25rem;
    display: flex;
  }

  .navbar_dropdwn-toggle:hover {
    color: #fff;
  }

  .menu-icon_line-bottom {
    background-color: #502cff;
    border-radius: .3125rem;
    width: 2rem;
    height: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0;
    position: static;
  }

  .pricing-header_plans {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .padding-large-2 {
    padding: 2.5rem;
  }

  .menu-icon_line-top {
    background-color: #502cff;
    border-radius: .3125rem;
    width: 2rem;
    height: .25rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-arrow {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle {
    background-color: #502cff;
    border-radius: .3125rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: .25rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link-block {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }

  .navbar_link-block:hover {
    background-color: #0000;
  }

  .pricing19_plan {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .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;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 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-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.is-mobile-big {
    padding-top: 6rem;
  }

  .padding-section-medium.is-mobile-small {
    padding-top: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .bento-div {
    border-radius: var(--mobile-small-raduis);
  }

  .bento-div.gradient-box {
    padding: 1rem;
  }

  .bento-div.gradient-box.is-main {
    min-width: 0;
    min-height: 37rem;
  }

  .bento-div.gradient-box.is-main.is-nav {
    min-height: 20rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .content-wrapper.is-contact {
    max-width: 25rem;
  }

  .rasheed-headshot.is-contact {
    z-index: 0;
    width: 12rem;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .label_line {
    width: 1.75rem;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .project-header-wrapper {
    flex-direction: column;
  }

  .div-is-25 {
    width: 50%;
  }

  .div-is-25.cs-div-right, .archive-description-wrapper {
    width: 100%;
  }

  .grid-4-column {
    flex-direction: column;
    display: flex;
  }

  .cs-content-wrapper {
    width: 100%;
  }

  .cs-section-wrapper {
    margin-bottom: 0;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 12em;
  }

  .cs-section-title {
    margin-bottom: 2em;
  }

  .cs-header-wrapper.no-margin {
    flex-direction: column;
  }

  .div-is-50 {
    width: 100%;
  }

  .div-is-50.cs-div-right {
    margin-top: 2em;
  }

  .paragraph {
    color: #1e1d1d;
  }

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

  .paragraph.large.is-white {
    color: var(--base-color-neutral--white);
  }

  .paragraph.small.is-med-grey {
    color: #908d8a;
  }

  .link-box.button {
    min-height: 2rem;
  }

  .project-goals-wrapper {
    width: 100%;
  }

  .phase-wrapper {
    margin-bottom: 8em;
  }

  .cs-subtext-wrapper {
    flex-direction: column;
  }

  .cs-subtext-wrapper.bottom-margin-2em {
    margin-left: 15px;
  }

  .phase-image-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cs-3-col-grid {
    flex-direction: column;
    display: flex;
  }

  .cs-3-col-grid.full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-content.top-margin {
    margin-top: 4em;
  }

  .cultur-survey-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .bullets-div {
    height: 8ch;
    padding-right: 0;
  }

  .phase-image {
    width: 100%;
  }

  .bullet-2col-wrapper {
    flex-direction: column;
  }

  .is-white {
    position: static;
  }

  .div-is-16 {
    width: 50%;
  }

  .div-is-16.yum-solution {
    margin-left: 0;
  }

  .div-is-75 {
    width: 100%;
  }

  .more-case-studies {
    flex-direction: column;
    display: flex;
  }

  .cs-header-wrapper-2.no-margin {
    flex-direction: column;
  }

  .desktop-video {
    height: 23rem;
  }

  .button_inner {
    padding: 1.25rem 1.75rem;
  }

  .navbar {
    background-color: #f8f7f3;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar_links-wrap {
    width: calc(100% - 3rem);
    display: none;
    top: calc(100% + .5rem);
  }

  .button-solid {
    border-radius: .75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
  }

  .faq_content {
    width: 98%;
    margin-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 6%;
  }

  .faq_button-line {
    width: .875rem;
    height: 1px;
  }

  .footer_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_lists {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_social-media {
    width: 1.25rem;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_template-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_brand {
    font-size: 2.5rem;
  }

  .cta_heading {
    font-size: 1.75rem;
  }

  .why-fe_stats-row {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .why-fe_stat-number {
    font-size: 2.5rem;
  }

  .why-fe_cards-grid {
    grid-template-columns: 1fr;
  }

  .why-fe_heading, .testimonials_heading {
    font-size: 2rem;
  }

  .fe-cta_heading {
    font-size: 1.75rem;
  }

  .footer_right-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .faq_question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .pricing-header_top-right {
    font-size: .7rem;
  }

  .navbar_component-2 {
    min-height: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-modal {
    flex-direction: column;
    margin: 0;
    padding: 56px 16px 25px;
  }

  .button-box.flex-center.in-price.in-modal {
    text-align: left;
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-left: 17px;
  }

  .pricing26_row-content {
    padding: 1.25rem 1rem 1.5rem;
  }

  .footer-mobile-menu.hide-desktop {
    padding-top: 1rem;
    display: block;
  }

  .logo1_logo-2 {
    max-height: 3rem;
  }

  .pricing-features_row-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .heading-style-h5-2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }

  .footer_component-2 {
    border-radius: 1.875rem 1.875rem 0 0;
  }

  .navbar_link-2 {
    padding-top: 1rem;
  }

  .button-2.cta-dark-blue {
    margin-right: 0;
  }

  .footer_menu-wrapper {
    grid-column-gap: .75rem;
  }

  .logo1_list-2 {
    padding-top: 1rem;
  }

  .tooltip-content {
    width: 200px;
  }

  .footer_dropdown {
    color: #fff;
    border-bottom: 1px solid #463e5a;
    font-size: 1.25rem;
    display: block;
  }

  .footer_left-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.5rem;
  }

  .navbar_dropdwn-toggle {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3rem;
  }

  .footer_dropdown-link {
    color: #fff;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .footer_dropdown-link.w--current {
    color: #fff;
  }

  .pricing-header_plans {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .dropdown-list-3 {
    position: static;
  }

  .dropdown-list-3.w--open {
    background-color: #0000;
  }

  .pricing26_heading-row {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-large-2 {
    padding: 1.5rem;
  }

  .padding-section-xsmall-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pricing26_feature {
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }

  .pricing26_feature.is-link {
    align-items: center;
  }

  .dropdown-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar-2 {
    z-index: 6666;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-bottom: 1rem;
  }

  .heading-style-h7 {
    font-size: 1.5rem;
  }

  .heading-style-h7.is-smaller-on-mobile {
    text-align: left;
  }

  .footer_dropdown-toggle {
    color: #fff;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pricing19_plan {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

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

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

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

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 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-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .bento_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .bento-div.gradient-box.is-main {
    min-height: 33rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bento-div.gradient-box.is-main.is-nav {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rasheed-headshot {
    bottom: -8%;
  }

  .rasheed-headshot.is-contact {
    width: 9rem;
    inset: auto auto -2% -2%;
  }

  .email-template, .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-is-25 {
    width: 100%;
  }

  .div-is-25.small-text {
    width: 80%;
  }

  .cs-section-wrapper.bottom-margin {
    margin-bottom: 8em;
  }

  .div-is-50 {
    width: 100%;
  }

  .div-is-50.cs-div-right {
    margin-top: 1em;
  }

  .project-goals-wrapper {
    width: 100%;
  }

  .cs-2-column {
    flex-direction: column;
    display: flex;
  }

  .cs-subtext-wrapper.bottom-margin-2em {
    margin-left: 10px;
  }

  .phase-image-wrapper {
    margin-bottom: 1em;
  }

  .bullets-div {
    height: 10ch;
  }

  .phase-image {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-is-16.yum-solution {
    width: 75%;
  }

  .arrow-right-black {
    width: 30px;
    display: none;
  }

  .desktop-video {
    height: 14rem;
  }

  .cta_content {
    padding: 2rem;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 10%;
  }

  .faq_button {
    width: 2rem;
    height: 2rem;
  }

  .faq_answer-wrap {
    padding-left: 0;
  }

  .footer_wrap {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_main {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .footer_brand {
    overflow-wrap: anywhere;
    flex-flow: wrap;
  }

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

  .icon-embed-xsmall-2 {
    width: 1rem;
    height: 1rem;
  }

  .tooltip-arrow {
    inset: auto 1rem -5% auto;
  }

  .icon-button.is-case-study {
    font-size: .875rem;
    display: none;
  }

  .icon-button.is-large {
    font-size: 1.25rem;
  }

  .price-amount {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .pricing-header_top-right {
    font-size: .6rem;
  }

  .navbar_component-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .save20-wrapper {
    width: 7rem;
    top: -3.5rem;
  }

  .pricing-modal {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding-right: 16px;
  }

  .pricing-modal.pricing-modal-md.center-content {
    padding: 40px 20px;
  }

  .button-box {
    flex-direction: column;
    width: 100%;
  }

  .button-box.flex-center.in-price {
    padding-left: 0;
    padding-right: 0;
  }

  .button-box.flex-center.in-price.in-modal {
    padding-top: 6px;
  }

  .pricing26_row-content {
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features_row-header {
    border-radius: 14px 14px 0 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
  }

  .main-button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .heading-style-h5-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .navbar_link-2 {
    font-size: 1rem;
  }

  .button-2.cta-dark-blue {
    width: 100%;
    margin-right: 0;
  }

  .pricing-features_row-content.is-enterprise.is-last {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .pricing-features_row-content.is-last {
    border-bottom-right-radius: 0;
  }

  .spacer-block {
    height: 5.5rem;
  }

  .text-size-medium-2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .logo1_list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .logo1_list-2.is-componenet {
    grid-template-columns: auto auto;
  }

  .tooltip-content {
    inset: auto -.75rem 2.25rem auto;
  }

  .heading-style-pricing-feature {
    font-size: 1.375rem;
  }

  .icon-embed-medium-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .footer_dropdown {
    z-index: 0;
    font-size: 1rem;
  }

  .navbar_dropdwn-toggle {
    font-size: 1rem;
  }

  .logo-footer {
    width: 8rem;
    margin-bottom: -4px;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-features_feature {
    text-align: center;
    justify-content: center;
  }

  .navbar_dropdown-list.is-wide.w--open {
    flex-flow: column;
    min-width: 0;
  }

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

  .text-size-large-2 {
    line-height: 1.75rem;
  }

  .pricing-features_row {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-features_row.is-header {
    grid-column-gap: .25rem;
  }

  .pricing-modal-wrapper {
    flex-direction: column;
  }

  .pricing26_heading-row {
    z-index: 1;
    grid-column-gap: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    top: 70px;
  }

  .pricing26_feature {
    font-size: .875rem;
  }

  .pricing26_feature.is-link {
    align-items: center;
  }

  .navbar-2 {
    z-index: 888;
  }

  .footer_credit-text {
    font-size: .75rem;
  }

  .heading-style-h7 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .heading-style-h7.is-smaller-on-mobile {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

#w-node-_5df8f3c2-56a5-e97e-2759-efa0442eb4a5-d1558faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14875d0d-f3fd-675d-3054-a6c6df08241e-d1558faa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-baa6f0f9-3073-092c-d2ac-e8da28b49f9e-d1558faa, #w-node-_5a817779-76d4-467b-e522-347a630b9eae-d1558faa, #w-node-_3ea4a87f-4f97-e9c8-0118-078f92843473-d1558faa, #w-node-_3b2bcada-46dc-1cb2-38a9-b6315854a9e5-d1558faa, #w-node-_3b2bcada-46dc-1cb2-38a9-b6315854a9e6-d1558faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48c20d4-1b04-3713-8c42-15d496f06379-96f06372 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-d1558fe9 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-d1558fe9 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-d1558fe9, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-d1558fe9, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-d1558fe9, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-d1558fe9, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-d1558fe9, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-d1558fe9 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-d1558fe9 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-d1558fe9 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d1558fe9, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-d1558fe9, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-d1558fe9 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-d1558fe9, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-d1558fe9, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-d1558fe9 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d1558fe9, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-d1558fe9, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-d1558fe9 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-d1558fe9, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-d1558fe9, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-d1558fe9 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-d1558fe9, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-d1558fe9, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-d1558fe9 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-d1558fe9, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-d1558fe9, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-d1558fe9 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-d1558fe9, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-d1558fe9, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-d1558fe9 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-d1558fe9, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-d1558fe9, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-d1558fe9 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-d1558fe9, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-d1558fe9 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-d1558fe9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-d1558fe9 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-d1558fe9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-d1558fe9, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-d1558fe9, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-d1558fe9, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d1558fe9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-d1558fe9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-d1558fe9 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-d1558fe9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-d1558fe9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-d1558fe9 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-d1558fe9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-d1558fe9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-d1558fe9 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-d1558fe9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-d1558fe9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-d1558fe9 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-d1558fe9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-d1558fe9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-d1558fe9 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-d1558fe9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-d1558fe9, #w-node-ee961e8d-845a-edc3-3307-509470022457-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-d1558fe9 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-d1558fe9, #w-node-ee961e8d-845a-edc3-3307-50947002245b-d1558fe9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-d1558fe9 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-d1558fe9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-d1558fe9, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-d1558fe9 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-d1558fe9, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-d1558fe9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-d1558fe9 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-d1558fe9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-d1558fe9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-d1558fe9 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-d1558fe9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-d1558fe9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-d1558fe9 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-d1558fe9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-d1558fe9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-d1558fe9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-d1558fe9 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-d1558fe9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-d1558fe9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-d1558fe9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-d1558fe9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-d1558fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-d1558fe9 {
  justify-self: start;
}

#w-node-b8ec7830-e6e7-0ae9-8e15-55f3a02895cb-3284d4e1, #w-node-_002506b0-db72-b37c-f1ee-ef4862670594-0fe965d5, #w-node-f68fd606-bc59-8ac4-7f0b-863789dff5d7-e0c012f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5de-e0c012f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5e0-e0c012f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5e6-e0c012f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5ed-e0c012f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5ef-e0c012f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5f5-e0c012f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5fc-e0c012f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f68fd606-bc59-8ac4-7f0b-863789dff5fe-e0c012f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cc50a6-f2dd-ee43-2fb4-a8b7a59e1b50-e0c012f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65cc50a6-f2dd-ee43-2fb4-a8b7a59e1b57-e0c012f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_65cc50a6-f2dd-ee43-2fb4-a8b7a59e1b59-e0c012f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5a817779-76d4-467b-e522-347a630b9eae-d1558faa {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14875d0d-f3fd-675d-3054-a6c6df08241e-d1558faa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_002506b0-db72-b37c-f1ee-ef4862670594-0fe965d5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


