:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Karla;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Outfit;
  --_primitives---colors--neutral-darker: #1d1a20;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #04010826;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0401080d;
  --_primitives---colors--neutral-darkest: #040108;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--blue-gem-lighter: #dbcfed;
  --_primitives---colors--blue-gem-lightest: #ede7f6;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---opacity--neutral-darkest-60: #04010899;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--blue-gem);
  --color-scheme-2--background: var(--_primitives---colors--blue-gem-lightest);
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--background: var(--_primitives---colors--blue-gem-dark);
  --color-scheme-3--text: var(--_primitives---colors--white);
  --color-scheme-4--background: var(--_primitives---colors--neutral-darker);
  --color-scheme-4--text: var(--_primitives---colors--white);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--sunflower-lighter: #faf4d3;
  --_primitives---colors--neutral-lighter: #d9d8d9;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --_primitives---colors--neutral-light: #b3b2b4;
  --_primitives---colors--neutral: #818083;
  --_primitives---colors--neutral-dark: #4f4d52;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0401081a;
  --_primitives---opacity--neutral-darkest-20: #04010833;
  --_primitives---opacity--neutral-darkest-30: #0401084d;
  --_primitives---opacity--neutral-darkest-40: #04010866;
  --_primitives---opacity--neutral-darkest-50: #04010880;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--accent: var(--_primitives---colors--blue-gem);
  --color-scheme-2--foreground: var(--_primitives---colors--blue-gem-lightest);
  --color-scheme-3--border: var(--_primitives---opacity--white-20);
  --color-scheme-3--accent: var(--_primitives---colors--white);
  --color-scheme-3--foreground: var(--_primitives---colors--blue-gem-dark);
  --color-scheme-4--border: var(--_primitives---opacity--white-20);
  --color-scheme-4--accent: var(--_primitives---colors--white);
  --color-scheme-4--foreground: var(--_primitives---colors--neutral-darker);
  --_primitives---colors--blue-gem-light: #8259c0;
  --_primitives---colors--blue-gem: #4d12a5;
  --_primitives---colors--blue-gem-dark: #3d0e84;
  --_primitives---colors--blue-gem-darker: #1e0742;
  --_primitives---colors--blue-gem-darkest: #170531;
  --_primitives---colors--sunflower-lightest: #fcf9e9;
  --_primitives---colors--sunflower-light: #edd965;
  --_primitives---colors--sunflower: #e6c924;
  --_primitives---colors--sunflower-dark: #b8a01c;
  --_primitives---colors--sunflower-darker: #5c500e;
  --_primitives---colors--sunflower-darkest: #453c0a;
  --_primitives---colors--tamarillo-lightest: #f6e7e7;
  --_primitives---colors--tamarillo-lighter: #edd0cf;
  --_primitives---colors--tamarillo: #a51512;
  --_primitives---colors--tamarillo-dark: #84100e;
  --_primitives---colors--tamarillo-darker: #420807;
  --_primitives---colors--tamarillo-darkest: #310605;
  --_primitives---colors--tamarillo-light: #c05b59;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
}

.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(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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(--color-scheme-1--text);
  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 {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility_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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-medium.get-involved {
  justify-content: center;
  align-items: center;
}

.margin-top.margin-medium.sponsor-section {
  justify-content: flex-start;
}

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

.margin-top.margin-medium {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-medium {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxlarge, .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 {
  font-weight: 500;
}

.text-size-medium {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1.125rem;
}

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

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

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

.heading-style-h2 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.015rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: var(--_primitives---colors--neutral-darker);
  letter-spacing: -.035rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 4px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--_primitives---colors--white);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--blue-gem-lighter);
  box-shadow: inset 0 4px 0 0 var(--_primitives---opacity--white-20), inset 0 -5px 0 0 var(--_primitives---opacity--neutral-darkest-15), 0 2px 2px 0 var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--_primitives---colors--blue-gem-lightest);
  box-shadow: inset 0 4px 0 0 var(--_primitives---opacity--white-20), inset 0 -5px 0 0 var(--_primitives---opacity--neutral-darkest-15), 0 4px 4px 0 var(--_primitives---opacity--neutral-darkest-15);
  transform: translate(0, -2px);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--white);
}

.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 {
  background-color: var(--_primitives---colors--neutral-lightest);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---colors--white);
}

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

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

.heading-style-h4 {
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

.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 {
  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 {
  font-size: 1rem;
}

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_input.is-alternate:focus {
  box-shadow: 0 2px 2px 0 var(--_primitives---opacity--white-20);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.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-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.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(--_primitives---colors--neutral-darkest);
}

.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;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  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;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  letter-spacing: -.035rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

.text-size-large {
  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\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

.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;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  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 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  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: #000;
  background-color: #f1f0ee;
  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 {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---opacity--white-10);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 100px;
  padding: .625rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  font-weight: 500;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 100px;
  flex: none;
  padding: .625rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.slider-arrow {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.color-scheme-2 {
  background-color: var(--color-scheme-2--background);
  color: var(--color-scheme-2--text);
}

.color-scheme-3 {
  background-color: var(--color-scheme-3--background);
  color: var(--color-scheme-3--text);
}

.color-scheme-4 {
  background-color: var(--color-scheme-4--background);
  color: var(--color-scheme-4--text);
}

.navbar6_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar6_menu-dropdown {
  position: static;
}

.navbar6_dropdown-list {
  background-color: var(--color-scheme-1--background);
}

.navbar6_dropdown-list.w--open {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

.navbar6_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

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

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

.navbar6_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar6_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar6_icon-wrapper {
  flex: none;
}

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

.navbar6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-background-layer {
  background-color: var(--color-scheme-1--foreground);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar6_menu-button {
  padding: 0;
}

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_blog-image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  overflow: hidden;
}

.navbar6_link {
  padding: 1.5rem 1rem;
}

.navbar6_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar6_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar6_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  position: relative;
}

.navbar6_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar6_component.color-scheme-1 {
  position: static;
}

.navbar6_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar6_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18rem;
  display: flex;
}

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

.navbar6_dropdown-content {
  width: 100%;
  display: flex;
}

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

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

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

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

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

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

.stats1_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats1_item {
  border-left: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.stats1_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

.cta7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

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

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

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

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

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

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

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

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

.footer5_social-icons {
  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;
}

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

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

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

.footer5_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

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

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

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

.section_header50 {
  position: relative;
}

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

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

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

.layout4_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.layout22_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

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

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

.cta3_background-image-wrapper {
  z-index: 0;
  background-image: url('../images/FUDUMALA-SCHOOL-JERSEY-DRIVE-86.png');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.section_cta3 {
  position: relative;
}

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

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

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

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout18_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

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

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

.layout240_image.sponsor {
  height: 100%;
}

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

.layout240_list.sponsor {
  grid-template-columns: 1fr 1fr;
}

.layout240_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout240_item {
  text-align: center;
  width: 100%;
}

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

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

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

.section_cta27 {
  position: relative;
}

.blog-post-header2_author-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.blog-post-header2_social-link {
  background-color: var(--color-scheme-1--foreground);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header2_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header2_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header2_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post-header2_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

.layout117_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

.content2_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.testimonial7_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

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

.testimonial7_content {
  text-align: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.section_header49.color-scheme-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shop_06.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
}

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

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

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

.layout239_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout239_item {
  text-align: center;
  width: 100%;
}

.cta1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

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

.section_cta25 {
  position: relative;
}

.section_cta25.color-scheme-1 {
  background-color: var(--_primitives---colors--sunflower-lighter);
}

.heading-style-h1-overlay {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--neutral-lightest);
  letter-spacing: -.035rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: .7;
}

.text-size-medium_overlay {
  color: var(--_primitives---colors--neutral-lighter);
  font-size: 1.125rem;
}

.image {
  vertical-align: baseline;
  min-width: 0;
}

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

.grey-cover {
  background-color: #f7f8fc;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.paralax-background {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-header-classroom-student.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.overlay {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #0f13268c;
  margin-top: 0;
}

.outline-button-2 {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button-2:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.outline-button-2.white {
  color: #fff;
  border-color: #ffffff4d;
  border-radius: 60px;
}

.outline-button-2.white:hover {
  background-color: #081c3a00;
  border-color: #fff;
}

.section-intro-2 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 100px;
  display: grid;
  position: relative;
}

.promise-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  margin-top: 60px;
  display: grid;
}

.zsuniform-heading-xlarge {
  color: #f9f5ff;
  text-align: center;
  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: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.subtitle-wrapper {
  margin-top: 20px;
  margin-bottom: 18px;
}

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

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

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #330a67;
  border-style: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-4:hover {
  background-color: #081c3a;
}

.button-4.white {
  color: #081c3a;
  background-color: #fff;
}

.button-4.white:hover {
  color: #081c3a;
  background-color: #e6e6f3;
}

.subtitle-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

.text-size-medium_ovelay_light {
  color: var(--_primitives---colors--neutral-lightest);
  font-size: 1.125rem;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

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

.image-vertical-feature-7 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
}

.waves---heading-3-no-margins {
  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: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-wide-tile-features-7 {
  background-color: #ffc103;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 50%;
  max-height: 100%;
  margin-top: auto;
  padding-bottom: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: #eaecf0;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---heading-2-no-margins {
  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: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--_primitives---colors--blue-gem-lighter);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #040108;
  text-align: center;
  text-transform: none;
  background-color: #dbcfed;
  border: 1.5px solid #040108;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 2px 2px #04010826;
}

.button-5:hover {
  background-color: #ede7f6;
  transform: translate(0, -2px);
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 4px 4px #04010826;
}

.button-5.is-secondary {
  background-color: #f2f2f2;
}

.button-5.is-secondary:hover {
  background-color: #fff;
}

.button-5.is-link {
  box-shadow: none;
  color: #040108;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.text-size-medium-3 {
  color: #1d1a20;
  font-size: 1.125rem;
}

.stats1_item-2 {
  border-left: 1px solid #04010826;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.zs-heading-5 {
  color: #475467;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.uui-text-size-large-10 {
  color: #475467;
  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: 19px;
  line-height: 1.5;
  display: block;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #6941c6;
  border-style: none;
  border-radius: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-6:hover {
  background-color: #081c3a;
}

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

.zsuniforms-cta {
  background-color: #fff0;
  border-bottom: 1px solid #0000007d;
  border-radius: 0;
  margin-top: 0;
  padding: 2rem;
}

.zs-ui-small-line {
  border-bottom: 1px dashed #00000054;
  width: 100%;
  min-height: 1.5rem;
}

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

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

.uui-button-row-9.button-row-center.is-reverse-mobile-landscape {
  padding-top: 10px;
  padding-bottom: 10px;
}

.zs-text-align-center-6 {
  text-align: center;
  padding-bottom: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.heading-5 {
  font-family: var(--_typography---font-styles--heading);
  color: #53389e;
  margin-top: 10px;
  font-size: 38px;
  line-height: 40px;
}

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

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

.text-span-20 {
  color: #330a67;
}

.uui-faq04_icon-wrapper {
  color: #7f56d9;
}

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

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

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

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

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

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
  display: none;
}

.uui-faq04_heading {
  font-family: var(--_typography---font-styles--heading);
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.faq {
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.body-display {
  font-family: var(--_typography---font-styles--body);
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  font-family: var(--_typography---font-styles--heading);
  color: #516381;
  padding-bottom: 0;
  font-size: 19px;
}

.uui-faq04_component {
  margin-top: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

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

.uui-text-size-medium-5 {
  font-family: var(--_typography---font-styles--body);
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.text-span-18 {
  color: #330a67;
  text-decoration: none;
}

.uui-text-align-center-6 {
  text-align: center;
  padding-bottom: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq04_answer {
  overflow: hidden;
}

.div-block-10 {
  margin-bottom: 40px;
  display: flex;
}

.uui-heading-subheading-10 {
  color: #7f56d9;
  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;
  display: none;
}

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

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-dot {
  z-index: 10;
  background-color: #ffc103;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-tracker {
  background-color: #ffc103;
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-sticky-card {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--_primitives---colors--blue-gem-lightest);
  box-shadow: none;
  border: 1px solid #c0c0d333;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding: 18px 18px 36px;
  display: grid;
  position: sticky;
  top: 101px;
}

.title-wrap-2-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

/* Fudumala Page Loader */
.fudumala-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--_primitives---colors--blue-gem-lightest), var(--_primitives---colors--sunflower-lightest));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.fudumala-page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.fudumala-loader-content {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.fudumala-loader-logo {
  width: 80px;
  height: auto;
  margin-bottom: 24px;
  animation: pulse 2s infinite;
}

.fudumala-loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid var(--_primitives---colors--blue-gem-lighter);
  border-top: 3px solid var(--_primitives---colors--blue-gem);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 24px;
}

.fudumala-loader-text {
  font-family: var(--_typography---font-styles--heading);
  font-size: 0.875rem;
  color: var(--_primitives---colors--blue-gem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.8; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-wrap-2-copy._3 {
  margin-bottom: 100px;
}

.steps-icon {
  z-index: 5;
  color: #fff;
  background-color: #ffc103;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-circle-outline {
  background-color: #fcfaff;
  border: 2px solid #ffc103;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-circle-outline.three {
  border-color: #ffc103;
}

.steps-circle-outline.two {
  background-color: #fcfaff;
}

.grid-wrapper-5 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.steps-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: grid;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.hero-background-image {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image.steps-background {
  background-image: url('../images/1-jersey.jpg');
}

.how-it-works {
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 100px;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.how-to-image {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -86px;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.card-arrow {
  background-color: #fcfaff;
  border: 0 solid #ffc103;
  border-width: 0 0 1px 1px;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto -51px auto auto;
  transform: rotate(45deg);
}

.about-us-intro {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -60px;
  margin-left: 0;
  padding: 48px 48px 0;
  display: grid;
}

.intro-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 475px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 10px;
  font-size: 38px;
  line-height: 40px;
}

.body-display-2 {
  color: #516381;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: #516381;
  padding-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: 19px;
}

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

.uui-cta09_component-2 {
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 4rem;
}

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

.uui-text-size-large-7 {
  color: #475467;
  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-7.thank-you {
  background-color: #fff0;
}

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

.bold-text {
  color: #667085;
}

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

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #53389e;
  border-style: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-7:hover {
  background-color: #ffc103;
}

.button-7.white {
  color: #081c3a;
  background-color: #fff;
  border: 1px solid #6d2eb961;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
}

.button-7.white:hover {
  color: #fff;
  background-color: #ffc103;
  border-style: none;
}

.thank-you {
  background-color: #fff;
  position: relative;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-size-large-2 {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.text-size-medium-4 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

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

.contact13_item {
  background-color: #f9f5ff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.text-style-link-02 {
  color: #6941c6;
  font-weight: 600;
}

.contact13_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.text-color-primary700 {
  color: #6941c6;
}

.icon-featured-square-large {
  color: #fff;
  background-color: #9e77ed;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.text-size-medium-5 {
  color: #1d1a20;
  font-size: 1.125rem;
}

.stats1_item-3 {
  border-left: 1px solid #04010826;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.text-size-medium_ovelay_light-2 {
  color: #f2f2f2;
  font-size: 1.125rem;
}

.cta3_background-image-wrapper-2 {
  z-index: 0;
  background-image: url('../images/FUDUMALA-SCHOOL-JERSEY-DRIVE-86.png');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

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

.button-8 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

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

.header41_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header41_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_header41 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

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

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

.header132_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-9 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-9.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-9.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.section_header132 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.header132_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30%;
  position: absolute;
  inset: 10% auto auto 0%;
  overflow: hidden;
}

.header132_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: 15%;
  overflow: hidden;
}

.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 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.header75_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

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

.header75_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.button-10 {
  border: 1px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-secondary {
  color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

.lightbox-play-icon-2 {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header75_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.header75_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.section_header26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.header26_image-wrapper, .header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

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

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

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

.div-block-13 {
  height: 20px;
}

.div-block-13.blank {
  height: auto;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider {
  background-color: #f9fafb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-span-21 {
  color: #53389e;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-nav {
  display: none;
}

.image-7 {
  margin-top: 0;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

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

.slider-arrow-embed {
  color: #1a1b1f;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slide-image {
  position: relative;
}

.uui-text-size-xlarge-9 {
  color: #475467;
  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;
  line-height: 1.5;
}

.play-button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-11 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #040108;
  text-align: center;
  text-transform: none;
  background-color: #dbcfed;
  border: 1.5px solid #040108;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 2px 2px #04010826;
}

.button-11:hover {
  background-color: #ede7f6;
  transform: translate(0, -2px);
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 4px 4px #04010826;
}

.button-11.is-secondary {
  background-color: #f2f2f2;
}

.button-11.is-secondary:hover {
  background-color: #fff;
}

.button-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #040108;
  text-align: center;
  text-transform: none;
  background-color: #dbcfed;
  border: 1.5px solid #040108;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 2px 2px #04010826;
}

.button-12:hover {
  background-color: #ede7f6;
  transform: translate(0, -2px);
  box-shadow: inset 0 4px #fff3, inset 0 -5px #04010826, 0 4px 4px #04010826;
}

.button-12.is-secondary {
  background-color: #f2f2f2;
}

.button-12.is-secondary:hover {
  background-color: #fff;
}

.text-size-medium_ovelay_light-3 {
  color: #f2f2f2;
  font-size: 1.125rem;
}

.code-embed {
  height: auto;
}

@media screen and (min-width: 1280px) {
  .margin-top.margin-small {
    flex-flow: column;
    display: flex;
  }

  .margin-top.margin-medium {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom.margin-medium {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar6_component.color-scheme-1 {
    position: static;
  }

  .stats1_content {
    align-items: end;
  }

  .layout240_image.sponsor {
    height: 100%;
  }

  .heading-style-h1-overlay {
    font-family: var(--_typography---font-styles--heading);
    font-size: 2.8rem;
    text-decoration: none;
  }

  .paralax-background.two {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home-header-classroom-student.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section-intro-2 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .promise-intro-2 {
    margin-top: 60px;
    padding-top: 0;
  }

  .dual-buttons-2 {
    grid-template-columns: 1fr;
    display: flex;
  }

  .button-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .waves---heading-3-no-margins {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .waves-wide-tile-features-7 {
    background-color: #ffc103;
  }

  .waves-image-wide-feature-7 {
    padding-bottom: 60px;
  }

  .waves-tile-small-feature-7 {
    background-color: #eaecf0;
  }

  .waves-vertical-tile-features-7 {
    background-color: #ffc103;
  }

  .button-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .zsuniforms-cta {
    background-color: #fff0;
    border-radius: 0;
  }

  .zs-text-align-center-6 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .faq {
    background-color: #f9fafb;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-display.large {
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-align-center-6 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-block-10 {
    color: #fff;
  }

  .steps-card {
    padding: 36px;
  }

  .title-wrap-2-copy {
    margin-bottom: 60px;
  }

  .steps-icon {
    background-color: #ecc841;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-background-image.steps-background {
    background-image: url('../images/1-jersey.jpg');
  }

  .how-it-works {
    background-color: #f9fafb;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .heading-6 {
    font-family: var(--_typography---font-styles--heading);
    color: var(--color-scheme-1--text);
  }

  .body-display-2.large {
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-size-large-7 {
    font-family: var(--_typography---font-styles--body);
    text-align: left;
  }

  .button-7 {
    border-radius: 60px;
  }

  .stats1_content-2 {
    align-items: end;
  }

  .div-block-11 {
    justify-content: center;
  }

  .gallery-slider {
    background-color: #f9fafb;
  }

  .play-button {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    margin-top: 0;
    position: static;
  }

  .margin-top.margin-medium.get-involved {
    justify-content: center;
    align-items: center;
  }

  .margin-top.margin-medium {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .margin-top.margin-medium.sponsor-section {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom.margin-medium {
    flex-flow: row;
    display: flex;
  }

  .margin-bottom.margin-xsmall {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .heading-style-h5 {
    text-align: center;
  }

  .heading-style-h3 {
    text-align: left;
  }

  .heading-style-h3.sponsor-section {
    text-align: center;
  }

  .navbar6_component.color-scheme-1 {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .stats1_content {
    align-items: end;
  }

  .layout4_image {
    border-radius: 12px;
  }

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

  .layout240_image {
    height: auto;
    display: block;
  }

  .layout240_image.sponsor {
    height: 100%;
  }

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

  .layout240_image-wrapper {
    height: 100%;
  }

  .heading-style-h1-overlay {
    font-family: var(--_typography---font-styles--heading);
    font-size: 2.8rem;
  }

  .paralax-background.two {
    background-image: linear-gradient(#00000080, #00000080), url('../images/home-header-classroom-student.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .outline-button-2.white {
    border-radius: 60px;
  }

  .section-intro-2 {
    z-index: 10;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: none;
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 100px;
    overflow: visible;
  }

  .promise-intro-2 {
    max-width: 750px;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-6 {
    filter: none;
  }

  .text-span-23 {
    color: #ffc103;
    -webkit-text-stroke-color: #1d29399e;
  }

  .dual-buttons-2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .button-4 {
    border-radius: 60px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .button-4:hover {
    background-color: #ecc841;
  }

  .button-4.white {
    border-radius: 60px;
  }

  .waves---heading-3-no-margins {
    font-family: var(--_typography---font-styles--heading);
    font-weight: 500;
  }

  .waves-wide-tile-features-7 {
    background-color: #ffc103;
  }

  .waves-image-wide-feature-7 {
    padding-bottom: 60px;
  }

  .waves-tile-small-feature-7 {
    background-color: var(--_primitives---colors--blue-gem-lightest);
  }

  .waves-vertical-tile-features-7 {
    background-color: #ffc103;
  }

  .button-6 {
    border-radius: 60px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .button-6:hover {
    background-color: #ecc841;
  }

  .zsuniforms-cta {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    border-bottom-width: 0;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    padding-top: 4rem;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .sponsor-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    display: block;
    position: static;
  }

  .zs-text-align-center-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .faq {
    background-color: #f9fafb;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-display.large {
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-align-center-6 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .text-block-10 {
    color: #fff;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .title-wrap-2-copy, .title-wrap-2-copy._3 {
    margin-bottom: 100px;
  }

  .steps-icon {
    z-index: 5;
    background-color: #ffc103;
    width: 40px;
    height: 40px;
  }

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

  .hero-background-image.steps-background {
    background-image: url('../images/1-jersey.jpg');
    inset: 0%;
  }

  .how-it-works {
    background-color: #f9fafb;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo_card {
    display: none;
    position: static;
    inset: 0% auto auto 0%;
  }

  .how-to-image {
    min-height: 250px;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .stacked-intro {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
    grid-auto-flow: row;
  }

  .heading-6 {
    font-family: var(--_typography---font-styles--heading);
    color: var(--color-scheme-1--text);
  }

  .body-display-2.large {
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-size-large-7 {
    text-align: center;
  }

  .uui-text-size-large-7.thank-you {
    text-align: center;
    background-color: #fff0;
  }

  .button-7 {
    border-radius: 60px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .button-7:hover {
    background-color: #ecc841;
  }

  .button-7.white {
    border-radius: 60px;
    margin-top: 0;
  }

  .stats1_content-2 {
    align-items: end;
  }

  .cta3_background-image-wrapper-2 {
    background-image: none;
  }

  .div-block-11 {
    justify-content: center;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .header1_image-wrapper {
    border-radius: var(--_ui-styles---stroke--border-width);
  }

  .gallery-slider {
    background-color: #f9fafb;
  }

  .paragraph-5 {
    font-family: var(--_typography---font-styles--body);
  }

  .uui-text-size-xlarge-9 {
    font-family: var(--_typography---font-styles--body);
    color: var(--color-scheme-1--text);
  }

  .play-button {
    display: none;
  }
}

@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-bottom.margin-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar6_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar6_menu-dropdown {
    width: 100%;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_dropdown-list {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

  .navbar6_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

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

  .navbar6_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

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

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar6_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar6_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .menu-icon1_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_dropdown-content {
    flex-direction: column;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .stats1_number {
    font-size: 4rem;
  }

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

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

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

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

  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer5_social-icons {
    margin-bottom: 2rem;
  }

  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer5_form-block {
    min-width: auto;
  }

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

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

  .layout240_list.sponsor {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

  .grey-cover {
    margin-left: 0;
  }

  .section-intro-2 {
    padding-bottom: 100px;
    padding-left: 0;
  }

  .zsuniform-heading-xlarge {
    font-size: 3.25rem;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .zsuniforms-cta {
    background-color: #fff0;
  }

  .zs-text-align-center-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .padding-section-large_v2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

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

  .body-display.large {
    padding-bottom: 0;
  }

  .uui-text-align-center-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .how-it-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .about-us-intro {
    grid-row-gap: 60px;
    padding: 36px 36px 0;
  }

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

  .body-display-2.large {
    padding-bottom: 0;
  }

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

  .uui-cta09_component-2 {
    padding: 3rem;
  }

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

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

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

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

  .header41_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

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

  .div-block-12 {
    width: 30%;
    height: 30%;
    display: flex;
  }

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

  .header75_lightbox-image {
    max-height: 40rem;
  }

  .header75_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header75_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .container-10 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 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;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar6_menu {
    padding-bottom: 6rem;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar6_component {
    min-height: 4rem;
  }

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

  .header9_component {
    height: auto;
    max-height: none;
  }

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

  .stats1_number {
    font-size: 3.5rem;
  }

  .stats1_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .cta7_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer5_credit-text {
    order: 1;
    margin-top: 1rem;
  }

  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

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

  .layout4_content, .layout22_content, .layout18_content, .layout240_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
  }

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

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

  .testimonial7_slider {
    padding-bottom: 3rem;
  }

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

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

  .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta1_content {
    grid-row-gap: 3rem;
  }

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

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

  .grey-cover {
    margin-left: 0;
  }

  .section-intro-2 {
    padding: 0 0 100px;
  }

  .zsuniform-heading-xlarge {
    font-size: 2.25rem;
  }

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

  .grid-wrapper-3 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

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

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

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

  .text-size-medium-3, .uui-text-size-large-10 {
    font-size: 1rem;
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .zsuniforms-cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .zs-ui-small-line {
    min-height: 1.25rem;
  }

  .uui-button-row-9 {
    align-self: stretch;
  }

  .uui-button-row-9.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .zs-text-align-center-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-section-large_v2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout240_list_v2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall-7 {
    min-height: .75rem;
  }

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

  .uui-faq04_component {
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-text-align-center-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .uui-space-medium-6 {
    min-height: 1.5rem;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .about-us-intro {
    margin-left: 0;
    padding: 24px 24px 0;
  }

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

  .uui-button-wrapper-7.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-cta09_component-2 {
    padding: 2.5rem 1.5rem;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

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

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact13_item {
    padding: 1.5rem;
  }

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

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

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

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

  .header41_component {
    padding-top: 4rem;
  }

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

  .header132_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header75_lightbox-image {
    max-height: 30rem;
  }

  .header75_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .uui-text-size-xlarge-9 {
    font-size: 1.125rem;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-bottom.margin-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

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

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

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

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

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

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

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar6_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar6_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
  }

  .navbar6_dropdown-content-wrapper {
    width: 100%;
  }

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

  .navbar6_dropdown-content-right {
    max-width: none;
  }

  .navbar6_blog-content {
    margin-top: .5rem;
  }

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

  .stats1_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats1_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .cta7_content {
    grid-row-gap: 1.5rem;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer5_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout4_content, .layout4_item-list, .layout22_content, .layout18_content, .layout240_list {
    grid-template-columns: 1fr;
  }

  .blog-post-header2_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .layout117_item-list, .layout117_content {
    grid-template-columns: 1fr;
  }

  .content2_content {
    grid-row-gap: 3rem;
  }

  .header49_content, .layout239_list, .cta1_content {
    grid-template-columns: 1fr;
  }

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

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

  .section-intro-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .promise-intro-2 {
    grid-template-rows: auto;
    padding-bottom: 60px;
  }

  .image-6 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
  }

  .fudumala-logo {
    width: 100%;
    height: 100%;
  }

  .grid-wrapper-3 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

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

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

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .layout240_list_v2, .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .body-display.large {
    padding-bottom: 0;
  }

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

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
  }

  .steps-tracker {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .title-wrap-2-copy {
    margin-bottom: 20px;
  }

  .title-wrap-2-copy._3 {
    margin-bottom: 40px;
  }

  .grid-wrapper-5 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-circle {
    display: none;
  }

  .about-us-intro {
    grid-row-gap: 36px;
    margin-top: -48px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .body-display-2.large {
    padding-bottom: 0;
  }

  .button-7.white {
    justify-content: center;
    padding-top: 16px;
    padding-left: 32px;
  }

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

  .stats1_content-2 {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .header41_component, .header132_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header132_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header75_lightbox-image {
    max-height: 25rem;
  }

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

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .container-10 {
    max-width: none;
  }

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

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

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fe9-53f0e579 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e579 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6ff2-53f0e579 {
  place-self: center;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6ff9-53f0e579 {
  justify-self: center;
}

#w-node-_40b850fd-fc96-0127-6e47-e72dabea8044-0e9e29d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-53f0e57f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-53f0e57f {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-53f0e57f {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-53f0e57f {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-53f0e57f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-53f0e57f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-53f0e57f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-53f0e57f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-53f0e57f, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-53f0e57f {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-53f0e57f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-53f0e57f, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-53f0e57f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-53f0e57f, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-53f0e57f {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-53f0e57f, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-53f0e57f {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-53f0e57f, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-53f0e57f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-53f0e57f, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-53f0e57f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-53f0e57f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-53f0e57f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-53f0e57f, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-53f0e57f {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-53f0e57f {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-53f0e57f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-53f0e57f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-53f0e57f {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-53f0e57f, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-53f0e57f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-53f0e57f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-53f0e57f, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-53f0e57f, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-53f0e57f, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-53f0e57f, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-53f0e57f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-53f0e57f {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-53f0e57f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-53f0e57f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-53f0e57f {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-53f0e57f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-53f0e57f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-53f0e57f {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-53f0e57f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-53f0e57f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-53f0e57f {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-53f0e57f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-53f0e57f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-53f0e57f {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-53f0e57f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-53f0e57f, #w-node-ee961e8d-845a-edc3-3307-509470022457-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-53f0e57f {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-53f0e57f, #w-node-ee961e8d-845a-edc3-3307-50947002245b-53f0e57f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-53f0e57f {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-53f0e57f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-53f0e57f, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-53f0e57f {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-53f0e57f, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-53f0e57f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-53f0e57f {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-53f0e57f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-53f0e57f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-53f0e57f {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-53f0e57f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-53f0e57f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-53f0e57f {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-53f0e57f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-53f0e57f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-53f0e57f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-53f0e57f {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-53f0e57f {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-53f0e57f {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-53f0e57f {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-53f0e57f {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-53f0e57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-53f0e57f {
  justify-self: start;
}

#w-node-_7102d20d-0ece-7840-3369-6fd3e5d59a79-53f0e580 {
  justify-self: auto;
}

#w-node-e59e6911-36dc-de25-3a1f-d9d196852fc1-53f0e582 {
  justify-self: start;
}

#w-node-_325877e7-11ef-853d-c511-2b14f32ab9ff-53f0e582 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4e-53f0e585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4f-53f0e585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c5e-53f0e585 {
  justify-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c61-53f0e585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c62-53f0e585 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c65-53f0e585 {
  place-self: center stretch;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c66-53f0e585 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c68-53f0e585 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c6e-53f0e585 {
  align-self: stretch;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c6f-53f0e585 {
  place-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c72-53f0e585 {
  align-self: end;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c85-53f0e585 {
  align-self: stretch;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c86-53f0e585 {
  place-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c89-53f0e585 {
  align-self: end;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c96-53f0e585 {
  align-self: stretch;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c97-53f0e585 {
  place-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c9a-53f0e585 {
  align-self: end;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29ca2-53f0e585 {
  justify-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29caa-53f0e585 {
  align-self: stretch;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29cab-53f0e585 {
  place-self: start;
}

#w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29cae-53f0e585 {
  align-self: end;
}

#w-node-_509880e7-7f27-7a42-4cc0-312091c6285f-53f0e58b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_509880e7-7f27-7a42-4cc0-312091c6286a-53f0e58b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_509880e7-7f27-7a42-4cc0-312091c6286e-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c62878-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c6287e-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c62884-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c6288a-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c62890-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c62896-53f0e58b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fe9-53f0e58d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e58d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6ff2-53f0e58d {
  place-self: center;
}

#w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6ff9-53f0e58d {
  justify-self: center;
}

#w-node-e59e6911-36dc-de25-3a1f-d9d196852fc1-5f066f3f {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e579 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fee-53f0e579 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7102d20d-0ece-7840-3369-6fd3e5d59a9b-53f0e580 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4e-53f0e585 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4f-53f0e585 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c50-53f0e585, #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c51-53f0e585 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e58d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fee-53f0e58d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e579, #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4e-53f0e585, #w-node-ad4dee1c-4146-ec94-51a3-b751ef0f6fec-53f0e58d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4fcebbf7-604a-b40d-a56a-284a0e9e29ef-0e9e29d5, #w-node-_40b850fd-fc96-0127-6e47-e72dabea8044-0e9e29d5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e59e6911-36dc-de25-3a1f-d9d196852fc1-53f0e582 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4e-53f0e585 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c4f-53f0e585 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c61-53f0e585 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c66-53f0e585 {
    grid-row-end: 3;
  }

  #w-node-_509880e7-7f27-7a42-4cc0-312091c6285f-53f0e58b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e59e6911-36dc-de25-3a1f-d9d196852fc1-5f066f3f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4fcebbf7-604a-b40d-a56a-284a0e9e29ef-0e9e29d5, #w-node-_40b850fd-fc96-0127-6e47-e72dabea8044-0e9e29d5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4fcebbf7-604a-b40d-a56a-284a0e9e2a40-0e9e29d5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_325877e7-11ef-853d-c511-2b14f32ab9ff-53f0e582 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4fcebbf7-604a-b40d-a56a-284a0e9e29ef-0e9e29d5, #w-node-_40b850fd-fc96-0127-6e47-e72dabea8044-0e9e29d5, #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c62-53f0e585, #w-node-b8e8ee84-4c89-37b1-7a12-8277e2e29c68-53f0e585, #w-node-_509880e7-7f27-7a42-4cc0-312091c6285f-53f0e58b, #w-node-_509880e7-7f27-7a42-4cc0-312091c6286a-53f0e58b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


