@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --_brand-collection---muted-white: #edf2f8;
  --link-color--link-primary: var(--base-color-neutral--black);
  --_brand-collection---limelight: #dcf733;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --_brand-collection---secondary-300: #eaff57;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --_brand-collection---primary-500: #5c4cff;
  --_brand-collection---primary-800: #371db6;
  --_brand-collection---primary-100: #dbe0ff;
  --_brand-collection---violet-haze: #dee2ec;
  --base-color-neutral--black: black;
  --_brand-collection---secondary-400: #dcf733;
  --_brand-collection---secondary-500: #bcdd05;
  --_brand-collection---secondary-200: #f6ff94;
  --_brand-collection---primary-300: #97a0ff;
  --_brand-collection---primary-600: #53f;
  --_brand-collection---primary-200: #bec6ff;
  --_brand-collection---meteor-shower: #53f;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --base-color-brand--white: white;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --_brand-collection---light-vulcan: #20222b;
  --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);
  --base-color-neutral--neutral-lightest: #eee;
  --_brand-collection---primary-700: #4420e2;
  --_brand-collection---amethyst: #bfb1ff;
  --_brand-collection---primary-50: #ebefff;
  --_brand-collection---secondary-50: #feffe5;
  --_brand-collection---primary-400: #706eff;
  --_brand-collection---primary-950: #1e1353;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --_brand-collection---secondary-100: #fcffc6;
  --_brand-collection---onyx: #101010;
  --_brand-collection---primary-900: #30208f;
  --_brand-collection---secondary-600: #92b100;
  --_brand-collection---secondary-700: #6d8605;
  --_brand-collection---secondary-800: #57690b;
  --_brand-collection---secondary-900: #48590e;
  --_brand-collection---secondary-950: #263201;
  --base-color-brand--black: black;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --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;
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --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);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
}

.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);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  color: var(--_brand-collection---muted-white);
  margin-bottom: 0;
}

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

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(--_brand-collection---limelight);
  font-family: Inter, sans-serif;
  font-weight: 700;
  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;
}

.page-wrapper {
  z-index: 5;
  position: relative;
}

.page-wrapper.navbar-on-page {
  display: block;
}

.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-large.align-center.is-testimonial4 {
  border-radius: 1em;
}

.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: none;
}

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

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.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-medium, .margin-top.margin-xxsmall, .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-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.is-bento_with-icon {
  justify-content: space-between;
  display: flex;
}

.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-small, .margin-left.margin-xsmall, .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-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .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-tiny, .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-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .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-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .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-xlarge, .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-custom2, .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-large, .padding-right.padding-xlarge, .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-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .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 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-size-medium {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--_brand-collection---limelight);
  color: var(--_brand-collection---limelight);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  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 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  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;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--_brand-collection---muted-white);
  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;
}

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

.heading-style-h5 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.is-light {
  color: var(--_brand-collection---secondary-300);
}

.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-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

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

.rl-styleguide_ui-elements {
  background-image: url('../images/Screenshot-2025-02-11-at-12.48.50-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.text-size-tiny {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: .75rem;
}

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

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

.button {
  border: 1px solid var(--_brand-collection---secondary-300);
  background-color: var(--_brand-collection---limelight);
  color: var(--_brand-collection---primary-500);
  text-align: center;
  border-radius: .3rem;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  border-color: var(--_brand-collection---primary-800);
  background-color: var(--_brand-collection---primary-800);
  color: var(--_brand-collection---limelight);
}

.button:focus {
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--_brand-collection---primary-100);
  outline-color: var(--_brand-collection---violet-haze);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: none;
}

.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-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.button.is-secondary {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  color: var(--_brand-collection---secondary-400);
  background-color: #ffffff26;
  border-style: solid;
  border-color: #0000;
}

.button.is-secondary:hover {
  border-style: solid;
  border-color: var(--_brand-collection---secondary-500);
  color: var(--_brand-collection---secondary-500);
  background-color: #0000;
}

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

.button.is-secondary.is-small {
  color: var(--_brand-collection---secondary-400);
}

.button.is-secondary.is-small:hover {
  color: var(--_brand-collection---secondary-500);
}

.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--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  color: var(--_brand-collection---secondary-200);
  background-color: #efeeec03;
  border-color: #0000;
}

.button.is-tertiary:hover {
  color: var(--_brand-collection---primary-300);
  background-color: #efeeec40;
}

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

.button.is-demo {
  border: 2px none var(--_brand-collection---primary-300);
  background-color: var(--_brand-collection---primary-600);
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all .3s;
}

.button.is-demo:hover {
  border-style: none;
  border-color: var(--_brand-collection---primary-200);
  background-color: var(--_brand-collection---primary-800);
}

.button.is-demo:active {
  border: 4px solid var(--_brand-collection---primary-100);
  background-color: var(--_brand-collection---primary-600);
}

.button.is-secondary-white {
  color: var(--_brand-collection---muted-white);
  background-color: #0000;
  border-style: none;
}

.button.is-secondary-white:hover {
  color: var(--_brand-collection---primary-500);
  background-color: #fff;
}

.text-weight-normal {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading-style-h4 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.is-dark {
  color: var(--_brand-collection---meteor-shower);
}

.text-style-italic {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  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;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

.text-weight-light {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  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: #f9eff6;
}

.text-size-regular {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.text-align-right {
  color: var(--_brand-collection---muted-white);
  text-align: right;
  font-family: Inter, sans-serif;
}

.text-weight-bold {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

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

.heading-style-h3 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.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: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.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;
}

.button-group.is-center {
  justify-content: center;
}

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

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

.text-weight-semibold {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-weight-semibold.is-footer {
  color: var(--_brand-collection---secondary-400);
}

.text-style-muted {
  opacity: .6;
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.text-style-nowrap {
  color: var(--_brand-collection---muted-white);
  white-space: nowrap;
  font-family: Inter, sans-serif;
}

.text-align-left {
  color: var(--_brand-collection---muted-white);
  text-align: left;
  font-family: Inter, sans-serif;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.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);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: Inter, sans-serif;
  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;
}

.form_radio-icon.is-alternate {
  border-color: var(--base-color-neutral--white);
}

.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 {
  color: var(--_brand-collection---muted-white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.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 {
  color: var(--_brand-collection---muted-white);
  text-align: center;
  font-family: Inter, sans-serif;
}

.text-size-small {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.is-footer {
  color: var(--base-color-brand--white);
  font-size: 1rem;
  font-weight: 800;
}

.text-size-small.is-footer {
  color: var(--base-color-brand--white);
}

.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 {
  font-family: Inter, sans-serif;
}

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

.text-rich-text blockquote {
  border-left-color: var(--_brand-collection---limelight);
  color: var(--_brand-collection---limelight);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  font-weight: 500;
}

.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(--_brand-collection---limelight);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

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

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

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

.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-style-3lines {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.text-size-large {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
}

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

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

.rl-styleguide_spacing-all {
  display: none;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.is-home-hero {
  margin-bottom: 140px;
}

.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: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

.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(--_brand-collection---primary-600);
}

.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(--_brand-collection---secondary-400);
}

.background-color-tertiary {
  background-color: var(--_brand-collection---muted-white);
}

.background-color-alternative {
  background-color: var(--_brand-collection---light-vulcan);
}

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  margin-top: 1rem;
  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;
}

.text-style-tagline {
  color: var(--_brand-collection---limelight);
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

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

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

.tag.is-bento-1 {
  background-color: var(--_brand-collection---secondary-300);
  color: var(--_brand-collection---primary-700);
}

.tag.is-bento-2 {
  background-color: var(--_brand-collection---meteor-shower);
  color: var(--_brand-collection---secondary-300);
}

.tag.is-bento-3 {
  background-color: var(--_brand-collection---light-vulcan);
  color: var(--_brand-collection---secondary-300);
}

.tag.is-bento-4 {
  background-color: var(--_brand-collection---amethyst);
  color: var(--_brand-collection---primary-500);
}

.tag.is-limelight {
  background-color: var(--_brand-collection---secondary-400);
}

.heading {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .paragraph {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.paragraph.is-dark {
  color: var(--_brand-collection---meteor-shower);
}

.link {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.block-quote {
  border-left-color: var(--_brand-collection---limelight);
  color: var(--_brand-collection---limelight);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.paragraph-5 {
  font-family: Inter, sans-serif;
}

.list {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
}

.header1_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header1_image.corners_rounded {
  border-radius: 15px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

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

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-3 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.image {
  object-fit: contain;
  min-height: 50px;
}

.logo_1 {
  aspect-ratio: auto;
  object-fit: fill;
}

.downtime_header-logo {
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  margin-bottom: 30px;
  display: flex;
}

.navbar14_component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar14_component.delete-this-class {
  display: block;
  position: relative;
}

.navbar-14-instructions-delete {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}

.text-size-medium-4 {
  color: var(--_brand-collection---muted-white);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-4.is-light {
  color: var(--base-color-neutral--white);
}

.navbar14_instructions-list {
  padding-left: 1.25rem;
}

.navbar14_instructions-list-item {
  padding-left: .5rem;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5em);
  backdrop-filter: blur(5em);
  background-color: #0000004d;
  border: 1px solid #ffffff69;
  border-radius: .3em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.navbar14_logo {
  width: 8em;
  max-width: 100%;
  display: block;
}

.navbar14_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar14_menu-link-wrapper {
  display: flex;
}

.navbar14_menu-links {
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar14_link {
  color: var(--_brand-collection---primary-50);
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .3s;
}

.navbar14_link:hover {
  color: var(--_brand-collection---limelight);
}

.navbar14_link.w--current {
  color: var(--_brand-collection---secondary-300);
}

.navbar14_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.navbar14_dropdown-toggle:hover {
  color: var(--_brand-collection---limelight);
}

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

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

.navbar14_dropdown-link {
  padding: .5rem 1rem;
}

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

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.navbar14_menu-button {
  padding: 0;
}

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

.header13_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex;
}

.header13_lightbox-wrapper {
  flex: 1;
  position: relative;
}

.header13_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0000003b;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.header13_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-2 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: var(--_brand-collection---primary-600);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .3rem;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  border-color: var(--_brand-collection---primary-800);
  background-color: var(--_brand-collection---primary-800);
}

.button-2:focus {
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--_brand-collection---primary-100);
  outline-color: var(--_brand-collection---violet-haze);
  outline-offset: 0px;
  outline-width: 5px;
  outline-style: none;
}

.button-2.is-secondary {
  color: var(--_brand-collection---primary-600);
  background-color: #fff;
}

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

.button-2.is-secondary {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  color: var(--_brand-collection---primary-200);
  background-color: #efeeec03;
  border-style: none;
}

.button-2.is-secondary {
  color: var(--base-color-brand--white);
  background-color: #0000;
  border-style: none;
}

.button-2.is-secondary:hover {
  border-color: var(--_brand-collection---primary-600);
  background-color: var(--_brand-collection---primary-600);
  color: var(--_brand-collection---muted-white);
}

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

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: var(--_brand-collection---secondary-500);
  background-color: #0000;
  border-style: solid;
  border-color: #0000;
}

.button-2.is-secondary:hover {
  border-style: solid;
  border-color: var(--_brand-collection---secondary-500);
  color: var(--_brand-collection---secondary-500);
  background-color: #0000;
}

.button-2.is-secondary.is-small, .button-2.is-secondary.is-small:hover {
  color: var(--_brand-collection---secondary-500);
}

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

.section_header5 {
  position: relative;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header5_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000;
  border-radius: 2em;
  position: absolute;
  inset: 0%;
}

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

.video {
  width: 100%;
  height: 100%;
}

.video-2 {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.section_header62, .section_layout393 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout393_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout393_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout393_card-small {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout393_card-small.card-1 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--base-color-brand--white);
  background-color: #5533ff1f;
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout393_card-small.card-2 {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #5533ff1f;
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout393_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout393_item-icon-wrapper {
  display: inline-block;
}

.layout393_item-icon-wrapper.green {
  color: var(--_brand-collection---secondary-300);
}

.layout393_item-icon-wrapper.purple {
  color: var(--_brand-collection---primary-500);
}

.layout393_card-large-horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout393_card-large-horizontal.card-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  background-color: var(--_brand-collection---light-vulcan);
  color: var(--_brand-collection---muted-white);
  border-style: none;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout393_card-large-horizontal.card3-1 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--base-color-neutral--white);
  background-color: #5533ff1f;
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout393_card-large-horizontal-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout393_card-large-horizontal-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout393_card-large-horizontal-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout393_card-large-vertical {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout393_card-large-vertical.card-4 {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--base-color-brand--white);
  background-color: #5533ff1f;
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout393_card-large-vertical--image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.layout393_card-large-vertical-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 95%;
  height: 95%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout393_card-large-vertical-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.footer15_component {
  background-color: var(--_brand-collection---primary-800);
}

.footer15_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer15_logo-link {
  float: none;
  padding-left: 0;
}

.footer15_logo {
  width: 2rem;
  height: auto;
}

.footer15_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: flex;
}

.footer15_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer15_social-link.is-footer {
  color: var(--_brand-collection---secondary-400);
  transition: all .3s;
}

.footer15_social-link.is-footer:hover {
  color: var(--_brand-collection---secondary-50);
}

.footer15_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer15_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer15_link {
  color: var(--base-color-neutral--white);
  letter-spacing: normal;
  border: 1px #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.footer15_link:hover {
  border-bottom-style: none;
  border-bottom-color: var(--_brand-collection---secondary-500);
  color: var(--_brand-collection---secondary-400);
}

.footer15_image-wrapper {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}

.footer15_image {
  font-weight: 700;
  line-height: 1.2;
}

.line-divider {
  background-color: var(--_brand-collection---primary-500);
  width: 100%;
  height: 1px;
}

.line-divider.is-footer {
  background-color: var(--_brand-collection---primary-500);
}

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

.footer15_bottom-wrapper.is-footer {
  color: var(--_brand-collection---primary-200);
}

.footer15_credit-text {
  font-size: .875rem;
}

.footer15_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.footer15_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_brand-text-large {
  color: var(--_brand-collection---primary-800);
  mix-blend-mode: normal;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 18rem;
  font-weight: 500;
  line-height: 1;
}

.footer_tm-text {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.section_pricing24 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.pricing24_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  border: .15rem solid var(--_brand-collection---limelight);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff4f;
  border-radius: .3rem;
  align-self: center;
  margin-bottom: 3rem;
  padding-top: 0;
  display: flex;
}

.tab-link {
  border: 1px none var(--base-color-neutral--black);
  color: var(--_brand-collection---limelight);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--_brand-collection---primary-600);
  color: var(--_brand-collection---muted-white);
  border-radius: .3rem;
  margin: .25rem;
}

.pricing24_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing24_plans.is-platform {
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing24_plan {
  border: 1px solid var(--_brand-collection---primary-400);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #5533ff1f;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.pricing24_content-top {
  flex-direction: column;
}

.pricing24_icon-wrapper {
  color: var(--_brand-collection---limelight);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.pricing24_divider {
  background-color: var(--_brand-collection---secondary-400);
  width: 100%;
  height: 1px;
}

.pricing24_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing24_feature {
  display: flex;
}

.pricing24_feature-icon-wrapper {
  color: var(--_brand-collection---secondary-500);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.section_layout488 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout488_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  position: relative;
}

.layout488_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 40% max-content 40%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout488_heading {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: relative;
}

.layout488_heading.heading-1, .layout488_heading.heading-2 {
  color: var(--_brand-collection---primary-800);
  font-family: Inter, sans-serif;
}

.layout488_heading.show-mobile-landscape {
  display: none;
}

.layout488_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 4rem;
  max-width: 24rem;
  display: flex;
  position: relative;
}

.layout488_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
}

.layout488_circle {
  z-index: -1;
  background-color: var(--_brand-collection---primary-600);
  border-radius: 99999px;
  width: 4vh;
  height: 4vh;
  position: absolute;
}

.layout488_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.bento_tag-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_banner16 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.banner16_component {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner16_content-top {
  justify-content: flex-end;
  display: flex;
}

.banner16_marquee-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.banner16_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner16_image-wrapper {
  color: var(--_brand-collection---limelight);
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner16_image-wrapper.hide-tablet {
  color: var(--_brand-collection---limelight);
}

.banner16_image-wrapper.hide-mobile-landscape {
  background-image: none;
}

.banner16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 4rem;
}

.banner16_content-bottom {
  justify-content: flex-start;
  display: flex;
}

.banner16_marquee-bottom {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.section_header142.is-home {
  background-color: #20222b80;
}

.hedaer-142-instructions-delete {
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  display: block;
}

.header142_instructions-list {
  padding-left: 1.25rem;
}

.header142_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.header142_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.header142_images-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header142_images-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header142_image-wrapper1 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  left: -8%;
  overflow: hidden;
}

.header142_image {
  width: 100%;
  height: 100%;
}

.header142_image-wrapper3 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 12%;
  position: absolute;
  top: 5%;
  left: 40%;
  overflow: hidden;
}

.header142_image-wrapper6 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: -5%;
  right: -5%;
  overflow: hidden;
}

.header142_image-wrapper8 {
  z-index: 1;
  border-radius: 0;
  width: 100%;
  max-width: 16%;
  position: absolute;
  bottom: -10%;
  left: 20%;
  overflow: hidden;
}

.header142_images-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header142_image-wrapper2 {
  border-radius: 0;
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -10%;
  left: 10%;
  overflow: hidden;
}

.header142_image-wrapper4 {
  border-radius: 0;
  width: 100%;
  max-width: 16%;
  position: absolute;
  top: -10%;
  right: 20%;
  overflow: hidden;
}

.header142_image-wrapper5 {
  border-radius: 0;
  width: 100%;
  max-width: 15%;
  position: absolute;
  top: 25%;
  right: -5%;
  overflow: hidden;
}

.header142_image-wrapper7 {
  border-radius: 0;
  width: 100%;
  max-width: 12%;
  position: absolute;
  bottom: 5%;
  right: 30%;
  overflow: hidden;
}

.footer16_component {
  background-color: var(--_brand-collection---primary-950);
}

.footer16_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer16_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer16_logo {
  width: 2rem;
}

.footer16_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer16_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer16_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer16_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer16_link {
  color: var(--_brand-collection---muted-white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.footer16_link:hover {
  color: var(--_brand-collection---limelight);
}

.footer16_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_brand-collection---muted-white);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer16_social-link:hover {
  color: var(--_brand-collection---limelight);
}

.footer16_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer16_image {
  font-weight: 700;
  line-height: 1.2;
}

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

.footer16_credit-text {
  color: var(--_brand-collection---primary-200);
  font-size: .875rem;
}

.footer16_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.footer16_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.utility_section {
  overflow: hidden;
}

.utility_section-wrapper {
  grid-row-gap: 64px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 960px;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.utility_container {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 800px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.utility_content-left {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-27 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lottie-animation {
  width: 75px;
  height: 75px;
}

.heading-and-subheading-10 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-11 {
  color: var(--_brand-collection---limelight);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.heading-39 {
  color: var(--_brand-collection---muted-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
}

.supporting-text-39 {
  color: var(--_brand-collection---muted-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.utility-page-button-span {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  text-decoration: none;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui--white);
  color: #0000;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-and-supporting-text {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #371db6;
}

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

.supporting-text-40 {
  color: var(--_brand-collection---muted-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.utility_page-image {
  object-fit: cover;
  border-radius: 1.25em;
}

.utility_content-right {
  border-radius: 1.25em;
}

.utility_spacer-section {
  padding-top: 8rem;
}

.utility_page-icon {
  width: 5rem;
}

.section_links4 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.links4_header {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.links4_header-content {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #0000004d;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  padding: 2rem 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.links4_metatag-icon {
  flex: none;
}

.links4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.links4_social-link {
  color: var(--base-color-neutral--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.links4_social-link:hover {
  color: var(--_brand-collection---amethyst);
}

.links4_header-background {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: cover;
  position: relative;
}

.links4_background-image-wrapper {
  z-index: -1;
  border-radius: 2em;
  width: 100%;
  height: 100%;
}

.links4_background-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.links4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

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

.links4_newsletter-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-primary);
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.links4_newsletter-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.links4_newsletter-content {
  background-color: var(--background-color--background-primary);
  text-align: left;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
}

.links4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.links4_form-block {
  margin-bottom: 0;
}

.links4_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.links4_newsletter-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.links_line-divider {
  background-color: #5c4cff;
  height: 2px;
  max-height: 2px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.section_header46 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.content-27-instructions-delete {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  display: block;
}

.content27_instructions-list {
  padding-left: 1.25rem;
}

.content27_instructions-list-item {
  padding-left: .5rem;
}

.rl-styleguide_label_green {
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.content27_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.content27_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.content27_sidebar-heading {
  font-size: 1.5rem;
}

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

.content27_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content27_link-wrapper {
  overflow: hidden;
}

.content27_link-wrapper.is-h3, .content27_link-wrapper.is-h4, .content27_link-wrapper.is-h5, .content27_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content27_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.content27_link.w--current {
  background-color: #fff;
  font-weight: 600;
}

.content27_link.current {
  border-style: solid;
  border-color: var(--border-color--border-primary);
  background-color: #fff;
  font-weight: 600;
}

.content27_link.current.w--current {
  background-color: #fff;
  border-style: none;
  font-weight: 600;
}

.content27_link.is-h3.w--current, .content27_link.is-h4.w--current, .content27_link.is-h5, .content27_link.is-h6.w--current {
  background-color: #0000;
}

.content27_h-trigger {
  display: none;
}

.section-62 {
  overflow: hidden;
}

.content-section-3 {
  grid-row-gap: 64px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-47 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-57 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rich-text {
  color: var(--_brand-collection---muted-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.content-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-top-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  display: flex;
}

.heading-38 {
  color: var(--_brand-collection---limelight);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.padding-bottom-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  display: flex;
}

.paragraph-0 {
  color: var(--_brand-collection---limelight);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.container-46 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.heading-37 {
  color: var(--_brand-collection---limelight);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.container-44 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.paragraph-1 {
  color: var(--_brand-collection---amethyst);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.padding-bottom-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 18px;
  display: flex;
}

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

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

.header28_lightbox {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header28_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

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

.layout-415-instructions-delete {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
}

.layout415_instructions-list {
  padding-left: 1.25rem;
}

.layout415_instructions-list-item {
  padding-left: .5rem;
}

.layout415_card {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout415_card.card-2 {
  background-color: var(--_brand-collection---limelight);
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-3 {
  background-color: var(--_brand-collection---light-vulcan);
  color: var(--_brand-collection---muted-white);
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout415_card.card-3.z-index-3 {
  z-index: 3;
}

.layout415_card.card-4 {
  background-color: var(--_brand-collection---amethyst);
  color: var(--base-color-brand--white);
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

.layout415_card.card-1 {
  background-color: var(--_brand-collection---primary-600);
  color: var(--base-color-brand--white);
  border-style: none;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 2px #0003;
}

.layout415_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 300vh;
  position: relative;
}

.layout415_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.layout415_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout415_icon-wrapper {
  display: inline-block;
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.layout-351-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--text-color--text-primary);
  text-align: left;
  padding: 2rem;
}

.layout351_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout351_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout351_content {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  border-left: 1px solid var(--border-color--border-primary);
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_vertical-text-styling {
  display: none;
}

.layout351_accordion {
  border-right: 1px solid var(--border-color--border-primary);
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_column-vertical-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_image {
  object-fit: contain;
  width: 100%;
  height: 25rem;
}

.header81_component {
  height: 300vh;
  position: relative;
}

.header81_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.header81_content-left {
  flex: none;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.header81_content-right {
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.header81_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.legal-policies-section {
  grid-row-gap: 64px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.container-39 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.content-45 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.heading-and-supporting-text-23 {
  grid-row-gap: 20px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  color: var(--_brand-collection---muted-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
}

.supporting-text-34 {
  color: var(--_brand-collection---muted-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

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

.content-46 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.case-studies {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-3 {
  grid-row-gap: 24px;
  background-color: #53f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  height: 504px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-and-action {
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff4d;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.company-and-quote {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.company {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.quote-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.uui-button-link-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.company-logo-3 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 32px;
  left: 32px;
}

.logomark {
  opacity: .84;
  object-fit: cover;
}

.uui-text-size-medium {
  color: var(--_brand-collection---violet-haze);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center {
  color: var(--base-color-brand--white);
  text-align: center;
}

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

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-max-width-large.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--_brand-collection---muted-white);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-large.is-dark {
  color: var(--_brand-collection---violet-haze);
}

.uui-heading-xxsmall {
  color: var(--_brand-collection---limelight);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--_brand-collection---muted-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

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

.uui-faq01_list {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #5533ff1f;
  border-radius: 2rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-faq01_cta {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #5533ff1f;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px none var(--untitled-ui--white);
  background-color: #0000;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
  position: relative;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  border-width: .4em;
  border-color: var(--_brand-collection---amethyst);
  background-color: var(--_brand-collection---primary-600);
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--_brand-collection---limelight);
  color: var(--_brand-collection---limelight);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--_brand-collection---limelight);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--_brand-collection---limelight);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--_brand-collection---limelight);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq01_heading {
  color: var(--_brand-collection---muted-white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.header76_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 5vw;
  overflow: hidden;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.header76_image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.header15_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header15_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header15_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header64 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.section_stats17 {
  position: relative;
}

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

.stats17_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stats17_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stats17_item {
  border-left: 2px solid var(--base-color-neutral--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.stats17_number {
  color: var(--base-color-neutral--white);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats17_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.stats17_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_stats43 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.stats43_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.stats43_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.stats43_item {
  border: 1px solid var(--_brand-collection---limelight);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #5533ff1f;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.stats43_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.stats43_number {
  color: var(--_brand-collection---secondary-300);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats43_divider {
  background-color: var(--_brand-collection---secondary-300);
  width: 100%;
  height: 1px;
}

.source_div {
  margin-top: 20px;
}

.stat_source-text {
  color: var(--_brand-collection---amethyst);
  font-family: Inter, sans-serif;
  font-size: .5rem;
  text-decoration: underline;
}

.section_testimonial4 {
  color: var(--text-color--text-primary);
  background-color: #0000;
  background-image: url('../images/dynamic-wang-rQ014iEDx8Y-unsplash.jpg');
  background-position: 0 0;
  background-size: auto;
}

.testimonial4_component {
  background-color: #ffffff4a;
  border-radius: 1em;
  padding: 20px;
}

.testimonial4_content {
  color: var(--base-color-brand--white);
  text-align: center;
}

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

.testimonial4_rating-icon {
  color: var(--_brand-collection---limelight);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial4_divider {
  background-color: var(--base-color-brand--white);
  align-self: stretch;
  width: 1px;
}

.testimonial4_logo {
  max-height: 3rem;
}

.testimonial4_layer-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 1em;
}

.section_team6 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.team6_item {
  text-align: center;
}

.team6_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.team6_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.team6_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.header141_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header141_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header141_image-wrapper2 {
  z-index: 1;
  border-radius: 0;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.header141_image2 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header141_image-wrapper1 {
  border-radius: 0;
  width: 50%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.header141_image1 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header141_image1.is-mockup {
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.header141_image-wrapper3 {
  border-radius: 0;
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.header141_image3 {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header83_component {
  height: 300vh;
  position: relative;
}

.header83_content-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header83_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.header83_background-images {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header83_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(3.2);
}

.header83_image-wrapper {
  position: relative;
}

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

.header83_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.header78_image {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

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

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

.layout144_lightbox {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout144_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.section_layout11 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout11_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout11_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout11_item {
  color: var(--_brand-collection---muted-white);
}

.layout11_item-icon-wrapper {
  color: var(--_brand-collection---limelight);
  display: inline-block;
}

.layout11_lightbox {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout11_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.section_layout406 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout406_tabs-menu {
  margin-bottom: 4rem;
  display: flex;
}

.layout406_tab-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_brand-collection---muted-white);
  text-align: center;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.layout406_tab-link.w--current {
  border-bottom-width: .2rem;
  border-bottom-color: var(--_brand-collection---limelight);
  color: var(--_brand-collection---muted-white);
  background-color: #0000;
}

.layout406_tab-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
}

.layout406_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.layout406_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tm_span-small {
  font-size: .2rem;
  line-height: .7;
}

.section_layout424 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout-424-instructions-delete {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
}

.layout424_instructions-list {
  padding-left: 1.25rem;
}

.layout424_instructions-list-item {
  padding-left: .5rem;
}

.layout424_heading-list {
  height: 7.25rem;
  overflow: hidden;
}

.layout424_heading-list.heading-list-visible {
  overflow: visible;
}

.layout424_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout424_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout424_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

.layout424_content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout424_heading {
  white-space: nowrap;
  font-size: 6rem;
}

.layout424_heading.heading-1 {
  color: var(--_brand-collection---secondary-400);
  font-family: Inter, sans-serif;
}

.layout424_heading.heading-2 {
  color: var(--_brand-collection---secondary-300);
  font-family: Inter, sans-serif;
}

.layout424_heading.heading-3 {
  color: var(--_brand-collection---secondary-200);
}

.layout424_heading.heading-4 {
  color: var(--_brand-collection---secondary-100);
}

.layout424_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.layout479_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout479_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.layout479_image-wrapper1 {
  width: 100%;
  margin-right: 15%;
}

.layout479_image1 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.layout479_image-wrapper2 {
  width: 30%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.layout479_image2 {
  aspect-ratio: auto;
  border: 1px solid var(--_brand-collection---primary-500);
  object-fit: cover;
  border-radius: 1.4rem;
  width: 100%;
  height: 100%;
}

.section_header106 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.header106_component {
  height: 140vh;
  position: relative;
}

.header106_inner-wrapper {
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.header106_images-wrapper {
  z-index: 1;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header106_image-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: 25rem;
  position: absolute;
  overflow: hidden;
}

.header106_image-wrapper.is-image1 {
  top: 12%;
  left: -10%;
}

.header106_image-wrapper.is-image2 {
  bottom: 10%;
  left: 5%;
}

.header106_image-wrapper.is-image3 {
  bottom: 0%;
}

.header106_image-wrapper.is-image4 {
  bottom: 15%;
  right: 10%;
}

.header106_image-wrapper.is-image5 {
  top: 5%;
  right: -8%;
}

.header106_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header106_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.folder_base {
  object-fit: contain;
  width: 10rem;
  position: relative;
  bottom: -8px;
}

.section_layout286 {
  position: relative;
}

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

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

.layout286_content-left {
  flex-direction: column;
  align-items: center;
}

.layout286_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.layout286_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout286_item-icon-wrapper {
  display: inline-block;
}

.layout286_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout286_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout299 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout299_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout299_item {
  color: var(--_brand-collection---muted-white);
  width: 100%;
}

.layout299_item-icon-wrapper {
  color: var(--_brand-collection---limelight);
  display: inline-block;
}

.section_gallery4 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.gallery4_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery4_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery4_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery4_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.gallery4_image {
  aspect-ratio: auto;
  border: 2px solid var(--_brand-collection---primary-500);
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.section_header23 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.body {
  background-color: var(--_brand-collection---primary-800);
}

.list-2, .paragraph-6, .paragraph-7, .paragraph-8 {
  color: var(--_brand-collection---muted-white);
}

.bg_animation {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.animated_circle1 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.animated_circle2 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
}

.animated_circle3 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 30rem;
  height: 30rem;
  position: absolute;
}

.animated_circle4 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 40rem;
  height: 40rem;
  position: absolute;
}

.animated_circle5 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 50rem;
  height: 50rem;
  position: absolute;
}

.animated_circle6 {
  border: 1px solid var(--_brand-collection---primary-600);
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 60rem;
  height: 60rem;
  position: absolute;
}

.animated_circle7 {
  border: 1px solid var(--_brand-collection---primary-600);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 70rem;
  height: 70rem;
  position: absolute;
}

.animation_overlay {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  background-color: #30208f80;
  background-image: url('../images/noiseEffect-Frame-blur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.animated_circle8 {
  background-color: var(--_brand-collection---light-vulcan);
  box-shadow: 0 2px 8rem 8rem var(--_brand-collection---primary-400);
  filter: saturate(200%) blur(3rem);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 100%;
  width: 70rem;
  height: 70rem;
  transition: none;
  position: relative;
  overflow: hidden;
}

.animated_circlebg-move {
  background-color: var(--_brand-collection---primary-600);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  display: flex;
  position: relative;
  top: -105px;
  left: -40px;
}

.animated_circlebg-move2 {
  float: right;
  background-color: var(--_brand-collection---primary-600);
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: relative;
}

.animated_circlebg-move3 {
  background-color: var(--_brand-collection---primary-600);
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  position: relative;
  bottom: -79px;
  left: 159px;
}

.pricing_text, .pricing_list-text, .pricing_tabs_link-text {
  color: var(--_brand-collection---muted-white);
}

.text-block, .text-block-2 {
  color: var(--_brand-collection---limelight);
}

.gallery4_stat-card {
  border: 2px solid var(--_brand-collection---limelight);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 18rem;
  height: 10rem;
  padding: 1rem 2rem;
  display: flex;
}

.stat_card_title-text {
  color: var(--_brand-collection---muted-white);
}

.stat_card_number-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.stat_card_number-text {
  color: var(--_brand-collection---muted-white);
}

.stat_card_icon-div {
  color: var(--_brand-collection---secondary-400);
}

.stat_card-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.stat_card-indicator-wrapper {
  background-color: var(--_brand-collection---light-vulcan);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: .3rem;
  margin-top: 1rem;
  display: flex;
}

.stat_card-indicator {
  background-color: var(--_brand-collection---limelight);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.stat_card-indicator.is-actions-outstanding {
  width: 60%;
}

.stat_card-indicator.is-actions-usage {
  width: 3%;
}

.stat_card-indicator.is-projects-usage {
  width: 67%;
}

.section_layout395 {
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.layout395_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout395_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout395_card {
  border: 1px none var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #5533ff1f;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 20px 2px #0003;
}

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

.layout395_card-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border: 1px solid #eaecf0;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-warning {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #cc4a00;
  background-color: #fffaebd1;
  border-width: 1.75px;
  border-color: #fedf89;
  border-radius: .3rem;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: #f79009;
}

.badge_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  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_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .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;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar14_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar14_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar14_link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar14_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar14_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar14_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar14_menu-button {
    padding: 0;
  }

  .navbar14_menu-button.w--open {
    background-color: #0000;
  }

  .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;
  }

  .menu-icon2_line-top {
    background-color: var(--text-color--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--text-color--text-primary);
    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-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--text-color--text-primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header13_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .layout393_card-small-content {
    padding: 2rem;
  }

  .footer15_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .layout488_content {
    height: 100svh;
  }

  .layout488_heading {
    font-size: 4rem;
  }

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

  .header142_component {
    height: 100svh;
  }

  .header142_image-wrapper1 {
    bottom: 10%;
  }

  .header142_image-wrapper3 {
    top: 10%;
    left: 30%;
  }

  .header142_image-wrapper6 {
    max-width: 25%;
  }

  .header142_image-wrapper8 {
    bottom: -5%;
  }

  .header142_image-wrapper2 {
    top: -5%;
    left: 5%;
  }

  .header142_image-wrapper4 {
    top: 5%;
    right: 20%;
  }

  .header142_image-wrapper5 {
    top: 10%;
  }

  .header142_image-wrapper7 {
    max-width: 15%;
    bottom: 5%;
  }

  .footer16_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .utility_section {
    margin-top: 130px;
  }

  .utility_container {
    flex-flow: column;
  }

  .utility_content-left {
    margin-bottom: 40px;
  }

  .links4_newsletter-content {
    width: 90%;
    max-width: none;
  }

  .content27_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content27_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .content27_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .content27_accordion-icon {
    display: flex;
  }

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

  .layout415_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    height: 300svh;
    min-height: auto;
  }

  .layout415_content {
    height: 100svh;
  }

  .layout351_content {
    border-top: 0 #0000;
    border-right: 1px solid var(--border-color--border-primary);
    flex-direction: column;
    height: auto;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .layout351_column {
    border-top: 1px solid var(--border-color--border-primary);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .header81_component {
    height: auto;
  }

  .header81_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header81_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .header81_image-wrapper {
    padding-top: 100%;
  }

  .heading-and-supporting-text-23 {
    margin-bottom: 30px;
  }

  .case-studies {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .company {
    font-size: 27px;
  }

  .quote-2 {
    font-size: 15px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .header15_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .stats17_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats17_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .stats17_number {
    font-size: 4rem;
  }

  .stats43_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stats43_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stats43_number {
    font-size: 4rem;
  }

  .team6_list {
    grid-column-gap: 2rem;
  }

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

  .layout11_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout406_tab-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout424_content {
    height: 100svh;
  }

  .layout479_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header106_image-wrapper {
    max-width: 15rem;
  }

  .header106_image-wrapper.is-image1 {
    top: 45%;
    left: -20%;
  }

  .header106_image-wrapper.is-image2 {
    bottom: 5%;
  }

  .header106_image-wrapper.is-image3 {
    bottom: 0%;
  }

  .header106_image-wrapper.is-image4 {
    bottom: 7%;
    right: 8%;
  }

  .header106_image-wrapper.is-image5 {
    top: 45%;
    right: -15%;
  }

  .layout286_content {
    grid-column-gap: 3rem;
  }

  .layout286_list {
    grid-column-gap: 2rem;
  }

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

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  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;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .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-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;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .navbar14_component {
    margin-top: 1.25rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar14_menu-link-wrapper {
    padding: 1.25rem;
  }

  .header13_component {
    height: auto;
  }

  .header13_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section_header5.text-color-alternate {
    display: none;
  }

  .layout393_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout393_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout393_card-small {
    grid-template-columns: 1fr;
  }

  .layout393_card-small-content, .layout393_card-large-horizontal-content, .layout393_card-large-vertical-content {
    padding: 1.5rem;
  }

  .footer15_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer15_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer15_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer15_credit-text {
    margin-top: 2rem;
  }

  .footer15_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

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

  .pricing24_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout488_component {
    height: 200vh;
  }

  .layout488_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 60%;
  }

  .layout488_heading {
    font-size: 3rem;
  }

  .layout488_heading.heading-1, .layout488_heading.heading-2 {
    display: none;
  }

  .layout488_heading.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .banner16_image-wrapper {
    height: 4rem;
  }

  .footer16_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer16_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer16_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer16_credit-text {
    margin-top: 1.5rem;
  }

  .footer16_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #4420e2;
  }

  .links4_header {
    justify-content: center;
    align-items: center;
  }

  .links4_header-background {
    aspect-ratio: 1;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .links4_background-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(100% + 1.5rem);
    position: absolute;
    top: -1.5rem;
  }

  .links4_newsletter-link {
    grid-template-columns: 1fr;
  }

  .links4_newsletter-modal {
    align-items: flex-start;
  }

  .links4_newsletter-content {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .layout415_card {
    margin-left: 1.5rem;
  }

  .layout415_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout415_content {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout351_column-vertical-text, .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .header81_content-wrapper {
    padding-top: 4rem;
  }

  .container-39 {
    justify-content: flex-start;
    align-items: center;
  }

  .case-studies {
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header15_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats17_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats17_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats17_number {
    font-size: 3.5rem;
  }

  .stats43_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats43_item-list {
    grid-template-columns: 1fr;
  }

  .stats43_number {
    font-size: 3.5rem;
  }

  .testimonial4_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .testimonial4_divider {
    display: none;
  }

  .team6_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team6_image-wrapper {
    height: 100%;
  }

  .header141_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header83_images-layout {
    grid-template-columns: 1fr;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .layout11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout406_tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .layout424_heading-list {
    height: 4.75rem;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout424_content {
    min-height: 0;
  }

  .layout424_heading {
    font-size: 4rem;
  }

  .layout424_heading.heading-1, .layout424_heading.heading-2 {
    display: none;
  }

  .layout479_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout479_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header106_component {
    height: 110vh;
  }

  .header106_image-wrapper.is-image1 {
    left: -25%;
  }

  .header106_image-wrapper.is-image2 {
    left: -8%;
  }

  .header106_image-wrapper.is-image4 {
    right: -5%;
  }

  .layout286_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout286_list {
    grid-row-gap: 3rem;
  }

  .layout299_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery4_grid-list, .gallery4_row, .layout395_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout395_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout395_card-content {
    padding: 1.5rem;
  }

  .badge {
    padding: .125rem .5rem;
  }
}

@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-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;
  }

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

  .heading-style-h5.links_heading {
    font-size: 1rem;
    line-height: 1.1;
  }

  .rl-styleguide_component, .header1_content {
    grid-template-columns: 1fr;
  }

  .navbar14_menu-link-wrapper {
    background-color: #371db6;
    border-style: none;
  }

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

  .layout393_card-large-horizontal {
    flex-direction: column;
    display: flex;
  }

  .layout393_card-large-horizontal-content {
    display: block;
  }

  .footer15_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_brand-text-large {
    font-size: 4rem;
  }

  .footer_tm-text {
    font-size: .5rem;
  }

  .pricing24_plans.is-platform, .pricing24_plans.is-retainer {
    grid-template-columns: 1fr;
  }

  .layout488_content {
    grid-row-gap: 1rem;
  }

  .layout488_heading {
    font-size: 1.75rem;
  }

  .layout488_heading.show-mobile-landscape {
    color: var(--_brand-collection---secondary-300);
  }

  .header142_image-wrapper1 {
    bottom: 5%;
  }

  .header142_image-wrapper3 {
    max-width: 18%;
    top: 8%;
  }

  .header142_image-wrapper6 {
    right: -5%;
  }

  .header142_image-wrapper8 {
    max-width: 18%;
    bottom: -2%;
  }

  .header142_image-wrapper2 {
    max-width: 30%;
    left: 2%;
  }

  .header142_image-wrapper4 {
    max-width: 25%;
    top: -2%;
  }

  .header142_image-wrapper5 {
    max-width: 20%;
  }

  .header142_image-wrapper7 {
    max-width: 18%;
    right: 32%;
  }

  .footer16_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer16_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer16_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .utility_section {
    margin-top: 0;
  }

  .utility_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-39 {
    font-size: 34px;
  }

  .utility-page-button-span {
    flex-flow: column;
  }

  .button-secondary-gray {
    margin-bottom: 20px;
  }

  .links4_header.text-color-alternate {
    border-radius: 2rem;
  }

  .links4_header-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .links4_social-list {
    font-size: 1rem;
  }

  .links4_social-link {
    font-size: 14px;
  }

  .links4_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .content27_sidebar-heading {
    align-self: auto;
  }

  .content-item {
    white-space: normal;
    object-fit: fill;
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .heading-38 {
    font-size: 28px;
  }

  .container-46 {
    max-width: none;
  }

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

  .legal-policies-section {
    width: auto;
  }

  .container-39 {
    object-fit: fill;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-45 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-and-supporting-text-23 {
    min-width: auto;
  }

  .heading-29 {
    flex-flow: row;
    display: block;
  }

  .actions-3 {
    flex-flow: column;
  }

  .company {
    font-size: 27px;
    line-height: 30px;
  }

  .quote-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .header76_component, .header15_content-wrapper {
    grid-template-columns: 1fr;
  }

  .stats17_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats17_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats43_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats43_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .header141_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header83_images-layout {
    transform: scale(3.4);
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .layout11_content, .layout11_item-list {
    grid-template-columns: 1fr;
  }

  .layout424_heading-list {
    height: 3.25rem;
  }

  .layout424_heading {
    font-size: 2.75rem;
  }

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

  .layout479_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header106_image-wrapper {
    max-width: 9rem;
  }

  .header106_image-wrapper.is-image1 {
    top: 65%;
  }

  .header106_image-wrapper.is-image4 {
    bottom: 4%;
  }

  .header106_image-wrapper.is-image5 {
    top: 65%;
    right: -30%;
  }

  .layout286_content, .layout286_list, .layout299_list {
    grid-template-columns: 1fr;
  }

  .div-block-2, .div-block-3 {
    display: none;
  }

  .links_header-paragraph {
    font-size: .5rem;
    line-height: 1.3;
  }
}

#w-node-_19f0814a-1be3-479e-2220-a107161ceafa-94c4ecbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19f0814a-1be3-479e-2220-a107161ceafc-94c4ecbf, #w-node-_19f0814a-1be3-479e-2220-a107161ceb0f-94c4ecbf, #w-node-_19f0814a-1be3-479e-2220-a107161ceb22-94c4ecbf {
  align-self: start;
}

#w-node-_1304274f-476b-961f-5a21-acb8be331a7f-94c4ecbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1304274f-476b-961f-5a21-acb8be331aa2-94c4ecbf {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_1304274f-476b-961f-5a21-acb8be331aa3-94c4ecbf {
  align-self: start;
}

#w-node-_1304274f-476b-961f-5a21-acb8be331ab5-94c4ecbf {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_1304274f-476b-961f-5a21-acb8be331ab6-94c4ecbf {
  align-self: start;
}

#w-node-cdde21a0-983f-6064-37b5-ad8e28fba8e3-94c4ecbf {
  justify-self: end;
}

#w-node-cdde21a0-983f-6064-37b5-ad8e28fba8e8-94c4ecbf, #w-node-cdde21a0-983f-6064-37b5-ad8e28fba8ea-94c4ecbf {
  justify-self: start;
}

#w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba4f-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba54-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba59-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba5e-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba63-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba68-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba6d-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba8d-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba92-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba97-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1ba9c-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1baa1-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1baa6-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1baab-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bab0-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bacd-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bad2-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bad7-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1badc-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bae1-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bafe-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bb03-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bb08-04b1ba23, #w-node-_8f03d55e-e96f-d35c-93cf-c40604b1bb0d-04b1ba23 {
  align-self: start;
}

#w-node-df6183c6-c5f3-bc27-81d8-d1f4d7ebafa6-d7ebafa2 {
  justify-self: center;
}

#w-node-df6183c6-c5f3-bc27-81d8-d1f4d7ebafbb-d7ebafa2, #w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-6d56c7c3 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-6d56c7ef {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-6d56c7ef {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-6d56c7ef {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-6d56c7ef, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-6d56c7ef, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-6d56c7ef, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-6d56c7ef, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-6d56c7ef, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-6d56c7ef {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-6d56c7ef {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-6d56c7ef {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-6d56c7ef, #w-node-f8ef9f4a-445e-4938-8d64-6a4905262c6b-6d56c7ef, #w-node-f8ef9f4a-445e-4938-8d64-6a4905262c6c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8ef9f4a-445e-4938-8d64-6a4905262c6d-6d56c7ef {
  justify-self: start;
}

#w-node-f8ef9f4a-445e-4938-8d64-6a4905262c71-6d56c7ef, #w-node-afb48c89-4a86-6836-2bbd-e7876f119ba9-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afb48c89-4a86-6836-2bbd-e7876f119baa-6d56c7ef {
  justify-self: start;
}

#w-node-afb48c89-4a86-6836-2bbd-e7876f119bb0-6d56c7ef, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-6d56c7ef, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-6d56c7ef {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-6d56c7ef, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-6d56c7ef, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-6d56c7ef {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-6d56c7ef, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-6d56c7ef, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-6d56c7ef {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-6d56c7ef, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-6d56c7ef, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-6d56c7ef {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-6d56c7ef, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-6d56c7ef, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-6d56c7ef {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-6d56c7ef, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-6d56c7ef, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-6d56c7ef {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-6d56c7ef, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-6d56c7ef, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-6d56c7ef {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-6d56c7ef, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-6d56c7ef, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-6d56c7ef {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-6d56c7ef, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-6d56c7ef {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-6d56c7ef {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-6d56c7ef {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-6d56c7ef, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-6d56c7ef {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-6d56c7ef {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-6d56c7ef {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-6d56c7ef {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-6d56c7ef, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-6d56c7ef {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-6d56c7ef, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-6d56c7ef, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-6d56c7ef, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-6d56c7ef, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-6d56c7ef, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-6d56c7ef, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-6d56c7ef, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-6d56c7ef, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-6d56c7ef, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-6d56c7ef, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-6d56c7ef, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-6d56c7ef, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-6d56c7ef {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-6d56c7ef, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-6d56c7ef, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-6d56c7ef {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-6d56c7ef, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-6d56c7ef, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-6d56c7ef {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-6d56c7ef, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-6d56c7ef, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-6d56c7ef {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-6d56c7ef, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-6d56c7ef, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-6d56c7ef {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-6d56c7ef, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-6d56c7ef, #w-node-ee961e8d-845a-edc3-3307-509470022457-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-6d56c7ef {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-6d56c7ef, #w-node-ee961e8d-845a-edc3-3307-50947002245b-6d56c7ef, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-6d56c7ef {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-6d56c7ef, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-6d56c7ef, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-6d56c7ef {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-6d56c7ef, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-6d56c7ef, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-6d56c7ef {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-6d56c7ef, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-6d56c7ef, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-6d56c7ef {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-6d56c7ef, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-6d56c7ef, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-6d56c7ef {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-6d56c7ef, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-6d56c7ef, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-6d56c7ef {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-6d56c7ef {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-6d56c7ef {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-6d56c7ef {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-6d56c7ef {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-6d56c7ef {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-6d56c7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-6d56c7ef {
  justify-self: start;
}

#w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5841a-3d7e844f {
  justify-self: end;
}

#w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58429-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5842a-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5842b-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5842c-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5842e-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5842f-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58430-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58431-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58432-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58433-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58434-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58435-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58436-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf95-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf96-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf97-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf98-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf9a-3d7e844f, #w-node-_22c7ab79-d5fb-619f-d818-e220c5c3bf9b-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a8205-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a8206-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a8207-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a8208-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a8209-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a820a-3d7e844f, #w-node-fdfa661b-624d-f210-6cdc-a7e0cb5a820b-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58438-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58439-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843a-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843b-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843c-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843d-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843e-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5843f-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58440-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58441-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58442-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58443-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58444-3d7e844f, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb58445-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4acb-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4acc-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4acd-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4ace-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4acf-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4ad0-3d7e844f, #w-node-_6d3b7f7b-d45b-63b2-a3a7-65d24bea4ad1-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a6558-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a6559-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a655a-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a655b-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a655c-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a655d-3d7e844f, #w-node-_983f100e-cc49-4547-fde3-3db0b20a655e-3d7e844f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce2ca775-3640-af12-8e55-c6f4c3b985c7-658398e5 {
  justify-self: end;
}

#w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb95-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb96-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb97-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb98-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb99-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9a-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9b-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9c-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9d-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9e-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deb9f-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba0-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba1-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba2-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba3-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba4-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba5-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba6-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba7-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba8-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085deba9-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debaa-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debab-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debac-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debad-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debae-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb0-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb1-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb2-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb3-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb4-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb5-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb6-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb7-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb8-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debb9-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debba-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debbb-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debbc-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debbd-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debbe-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debbf-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc0-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc1-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc2-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc3-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc4-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc5-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc6-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc7-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc8-f82e3d1a, #w-node-_7b3c06a0-0c6a-d43d-91f2-698f085debc9-f82e3d1a, #w-node-bae91a86-59b2-ae41-3cad-b818ea183516-f82e3d1a, #w-node-bae91a86-59b2-ae41-3cad-b818ea183519-f82e3d1a, #w-node-bae91a86-59b2-ae41-3cad-b818ea18351c-f82e3d1a, #w-node-bae91a86-59b2-ae41-3cad-b818ea18351f-f82e3d1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1304274f-476b-961f-5a21-acb8be331ab5-94c4ecbf {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_5c6fac5e-6002-3fbe-f5b3-89c33eb2c50f-6d56c7c3, #w-node-_4bdb3595-dd9d-c1e5-f751-ca50cfb5841a-3d7e844f {
    justify-self: start;
  }

  #w-node-ce2ca775-3640-af12-8e55-c6f4c3b985c7-658398e5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1304274f-476b-961f-5a21-acb8be331aa2-94c4ecbf {
    grid-column: span 2 / span 2;
  }

  #w-node-cdde21a0-983f-6064-37b5-ad8e28fba8e5-94c4ecbf {
    order: -9999;
  }

  #w-node-cdde21a0-983f-6064-37b5-ad8e28fba8ea-94c4ecbf {
    justify-self: center;
  }

  #w-node-fcf7234f-fa52-2f11-2846-6e5468f74441-3d7e844f {
    order: -9999;
  }

  #w-node-_4b4def59-2b4a-c2bd-091d-00b415a7be07-4e355528, #w-node-_777511b5-eee0-d31c-e7d7-713cfa3960df-4c61e252 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1304274f-476b-961f-5a21-acb8be331aa2-94c4ecbf, #w-node-_1304274f-476b-961f-5a21-acb8be331ab5-94c4ecbf {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}