:root {
  --_color-schemes---color-scheme-1--surface-background: var(--colors--white);
  --_typography---font-styles--body-type: Parkinsans, sans-serif;
  --_color-schemes---color-scheme-1--foreground: var(--brand--green-900);
  --_typography---font-styles--body-weight: 300;
  --_typography---font-styles--heading-type: Parkinsans, sans-serif;
  --_typography---font-sizes--heading-1: calc(40px + (50 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 600;
  --_typography---font-sizes--heading-2: calc(36px + (48 - 36) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(32px + (40 - 32) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(24px + (32 - 24) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(20px + (26 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(18px + (20 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-500);
  --_typography---font-sizes--text-large: 1.25rem;
  --_sizes---ui-units--button-radius: var(--_sizes---radius--large);
  --opacity--transparent: transparent;
  --_typography---font-sizes--text-small: .875rem;
  --_typography---font-sizes--text-medium: 1.125rem;
  --opacity--neutral-darkest-5: color-mix(in srgb, var(--colors--neutral-darkest) 5%, transparent);
  --opacity--neutral-darkest-60: color-mix(in srgb, var(--colors--neutral-darkest) 60%, transparent);
  --_typography---font-sizes--text-tiny: .875rem;
  --colors--white: white;
  --_typography---font-sizes--text-regular: 1.125rem;
  --_sizes---ui-units--padding-global-vertical: calc(64px + (112 - 64) * ((100vw - 478px) / (1440 - 478)));
  --_sizes---ui-units--padding-global-horizontal: calc(32px + (100 - 32) * ((100vw - 478px) / (1440 - 478)));
  --opacity--white-90: color-mix(in srgb, var(--colors--white) 90%, transparent);
  --brand--green-900: #024e56;
  --_sizes---ui-units--max-width: 1440px;
  --_sizes---ui-units--sticky-top: calc(96px + (160 - 96) * ((100vw - 478px) / (1440 - 478)));
  --brand--green-500: #18efa8;
  --_typography---font-sizes--heading-xlarge: calc(40px + (74 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(40px + (64 - 40) * ((100vw - 478px) / (1440 - 478)));
  --colors--neutral-lightest: #eee;
  --_sizes---radius--large: 2rem;
  --colors--neutral-lighter: #ccc;
  --colors--neutral-light: #aaa;
  --_sizes---radius--medium: 0px;
  --_sizes---radius--small: 0px;
  --colors--neutral: #666;
  --_sizes---stroke--border-width: 1px;
  --colors--neutral-dark: #444;
  --colors--neutral-darker: #222;
  --_sizes---stroke--divider-width: 1px;
  --colors--neutral-darkest: black;
  --opacity--white-5: color-mix(in srgb, var(--colors--white) 5%, transparent);
  --opacity--white-10: color-mix(in srgb, var(--colors--white) 10%, transparent);
  --opacity--white-15: color-mix(in srgb, var(--colors--white) 15%, transparent);
  --opacity--white-20: color-mix(in srgb, var(--colors--white) 20%, transparent);
  --opacity--white-30: color-mix(in srgb, var(--colors--white) 30%, transparent);
  --opacity--white-40: color-mix(in srgb, var(--colors--white) 40%, transparent);
  --opacity--white-50: color-mix(in srgb, var(--colors--white) 50%, transparent);
  --opacity--white-60: color-mix(in srgb, var(--colors--white) 60%, transparent);
  --opacity--neutral-darkest-10: color-mix(in srgb, var(--colors--neutral-darkest) 10%, transparent);
  --opacity--neutral-darkest-15: color-mix(in srgb, var(--colors--neutral-darkest) 15%, transparent);
  --opacity--neutral-darkest-20: color-mix(in srgb, var(--colors--neutral-darkest) 20%, transparent);
  --opacity--neutral-darkest-30: color-mix(in srgb, var(--colors--neutral-darkest) 30%, transparent);
  --opacity--neutral-darkest-40: color-mix(in srgb, var(--colors--neutral-darkest) 40%, transparent);
  --opacity--neutral-darkest-50: color-mix(in srgb, var(--colors--neutral-darkest) 50%, transparent);
}

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

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

body {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  font-family: var(--_typography---font-styles--body-type);
  color: var(--_color-schemes---color-scheme-1--foreground);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--_typography---font-styles--body-weight);
  --_typography---font-styles--body-type: Parkinsans, sans-serif;
  --_typography---font-styles--body-weight: 300;
  --_typography---font-styles--heading-type: Parkinsans, sans-serif;
  --_typography---font-sizes--heading-1: calc(40px + (50 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 600;
  --_typography---font-sizes--heading-2: calc(36px + (48 - 36) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(32px + (40 - 32) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(24px + (32 - 24) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(20px + (26 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(18px + (20 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--text-large: 1.25rem;
  --_typography---font-sizes--text-small: .875rem;
  --_typography---font-sizes--text-medium: 1.125rem;
  --_typography---font-sizes--text-tiny: .875rem;
  --_typography---font-sizes--text-regular: 1.125rem;
  --_typography---font-sizes--heading-xlarge: calc(40px + (74 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(40px + (64 - 40) * ((100vw - 478px) / (1440 - 478)));
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

h1 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-1);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-2);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-3);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-4);
  line-height: 1.3;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-5);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-6);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  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;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  font-size: var(--_typography---font-sizes--text-large);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  line-height: 1.5;
}

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

.page-wrapper {
  flex: 1;
}

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

.button {
  border: 2px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  border-radius: var(--_sizes---ui-units--button-radius);
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  color: var(--_color-schemes---color-scheme-1--foreground);
  line-height: 1.375;
  font-weight: var(--_typography---font-styles--heading-weight);
  text-align: center;
  padding: .625rem 1.875rem;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: inline-flex;
}

.button:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-top-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-right-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-left-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
}

.button.is-secondary {
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground-highlight) 5%, var(--opacity--transparent));
}

.button.is-secondary.is-alternate {
  border-color: var(--_color-schemes---color-scheme-1--foreground);
  color: var(--_color-schemes---color-scheme-1--foreground);
  background-color: #0000;
}

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

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

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

.button.is-link.is-icon.is-alternate, .button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-alternate {
  color: var(--_color-schemes---color-scheme-1--surface-background);
}

.button.is-alternate.is-small.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-inverse {
  border-color: var(--_color-schemes---color-scheme-1--foreground);
  background-color: var(--_color-schemes---color-scheme-1--foreground);
  color: var(--_color-schemes---color-scheme-1--surface-background);
}

.button.is-inverse:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-top-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-right-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-left-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
}

.button.image-button {
  padding: .5rem 2rem;
}

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

.text-size-small {
  font-size: var(--_typography---font-sizes--text-small);
}

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

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

.margin-top, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.text-size-medium {
  font-size: var(--_typography---font-sizes--text-medium);
}

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

.hide {
  display: none;
}

.text-size-large {
  font-size: var(--_typography---font-sizes--text-large);
}

.form_input {
  background-color: var(--opacity--neutral-darkest-5);
  height: auto;
  min-height: 3.375rem;
  color: var(--_color-schemes---color-scheme-1--foreground);
  border: 1px solid #0000;
  border-radius: 1.5rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: var(--opacity--neutral-darkest-60);
  font-size: .75rem;
}

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

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

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

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-size-tiny {
  font-size: var(--_typography---font-sizes--text-tiny);
  text-decoration: none;
}

.form_message-success-wrapper {
  background-color: #0000;
  padding: 0;
}

.form_message-success {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_message-error-wrapper {
  border-radius: var(--_sizes---ui-units--button-radius);
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .25rem;
  font-size: calc(.2079vw + 15.0062px);
  font-weight: 300;
}

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.form_checkbox-label {
  color: var(--opacity--neutral-darkest-60);
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.padding-global {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

.padding-vertical.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.heading-style-h1 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-1);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

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

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

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

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

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

.heading-style-h6 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-6);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.heading-style-h2 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-2);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.text-style-tagline {
  border: 2px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  border-radius: var(--_sizes---ui-units--button-radius);
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  font-size: .875rem;
  line-height: 1.57143;
  font-weight: var(--_typography---font-styles--heading-weight);
  justify-content: center;
  align-items: center;
  padding: .5rem 1.875rem;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.light-variant {
  border-color: var(--_color-schemes---color-scheme-1--foreground);
  color: var(--_color-schemes---color-scheme-1--foreground);
}

.heading-style-h3 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-3);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

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

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

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

.form_radio-icon.w--redirected-checked {
  border-width: 8px;
  border-color: var(--_color-schemes---color-scheme-1--foreground);
  background-color: var(--colors--white);
  background-image: none;
}

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

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

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

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

.heading-style-h4 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-4);
  line-height: 1.3;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.heading-style-h5 {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-5);
  line-height: 1.4;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall, .margin-vertical.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-0, .margin-vertical.margin-xlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.tabs-menu {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  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: 400;
}

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

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

.text-size-regular {
  font-size: var(--_typography---font-sizes--text-regular);
  line-height: 1.277;
}

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

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

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

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

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

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

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

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

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

.background-color-black {
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  font-size: var(--_typography---font-sizes--text-small);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
}

.text-rich-text strong {
  font-weight: 500;
}

.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 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_scheme-wrapper {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  color: var(--_color-schemes---color-scheme-1--foreground);
  padding: 1rem;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: #000;
}

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

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

.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 {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  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;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.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;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.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;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

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

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

.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-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.padding-right.padding-large, .padding-right.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-small, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.margin-right.margin-tiny, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-small, .margin-right.margin-xxlarge, .margin-right.margin-xsmall, .margin-right.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-0 {
  margin: 0;
}

.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-12 {
  margin: .75rem;
}

.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_spacing-all {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-90 {
  opacity: .9;
}

.opacity-80 {
  opacity: .8;
}

.opacity-70 {
  opacity: .7;
}

.opacity-60 {
  opacity: .6;
}

.opacity-50 {
  opacity: .5;
}

.opacity-40 {
  opacity: .4;
}

.opacity-30 {
  opacity: .3;
}

.opacity-20 {
  opacity: .2;
}

.opacity-10 {
  opacity: .1;
}

.bg-color-secondary {
  background-color: #ffd154;
}

.bg-color-secondary-10 {
  background-color: #f9f9f5;
}

.bg-color-secondary-50 {
  background-color: #f0e9d7;
}

.bg-color-purple-10 {
  background-color: #f5eaff;
}

.section-padding {
  padding: var(--_sizes---ui-units--padding-global-vertical) var(--_sizes---ui-units--padding-global-horizontal);
}

.section-padding.sides-0 {
  padding-left: 0;
  padding-right: 0;
}

.section-padding.is-bottom-0 {
  padding-bottom: 0;
}

.section-padding.is-top-0 {
  padding-top: 0;
}

.section-padding.is-vertical-medium {
  padding-top: calc(var(--_sizes---ui-units--padding-global-vertical) / 1.5);
  padding-bottom: calc(var(--_sizes---ui-units--padding-global-vertical) / 1.5);
}

.section-padding.is-vertical-small {
  padding-top: calc(var(--_sizes---ui-units--padding-global-vertical) / 2);
  padding-bottom: calc(var(--_sizes---ui-units--padding-global-vertical) / 2);
}

.section-padding.is-main-header {
  padding-top: calc(10.8108vw + 102.324px);
  padding-bottom: calc(3.5343vw + 137.106px);
}

.section-padding.is-header-secondary {
  padding-top: calc(10.8108vw + 102.324px);
  padding-bottom: calc(3.1185vw + 82.0936px);
}

.section-padding.is-header-flat {
  padding-top: calc(10.8108vw + 102.324px);
}

.section-padding.is-top-small {
  padding-top: calc(var(--_sizes---ui-units--padding-global-vertical) / 2);
}

.theme-hover-white {
  --_color-schemes---color-scheme-1--surface-background: var(--colors--white);
  --_color-schemes---color-scheme-1--foreground: var(--brand--green-900);
  --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-500);
}

.theme-hover-light-green {
  --_color-schemes---color-scheme-1--surface-background: var(--brand--green-500);
  --_color-schemes---color-scheme-1--foreground: var(--colors--white);
  --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-900);
}

.theme-hover-dark-green {
  --_color-schemes---color-scheme-1--surface-background: var(--brand--green-900);
  --_color-schemes---color-scheme-1--foreground: var(--colors--white);
  --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-500);
}

.navbar-menu-button {
  padding: 0;
}

.navbar-menu-buttons {
  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;
}

.navbar-menu-links {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--opacity--white-90);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link {
  color: var(--_color-schemes---color-scheme-1--foreground);
  text-align: center;
  padding: 0;
  font-weight: 500;
  line-height: 1.125;
  text-decoration: none;
}

.navbar-link:hover {
  text-decoration: underline;
}

.navbar-link.w--current {
  color: var(--_color-schemes---color-scheme-1--foreground);
  text-decoration: underline;
}

.navbar-link.is-nav-button {
  border: 1px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  border-radius: var(--_sizes---ui-units--button-radius);
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  line-height: 1.375;
  font-weight: var(--_typography---font-styles--heading-weight);
  padding: .625rem 1.875rem;
}

.navbar-link.is-nav-button:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-top-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-right-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-left-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  text-decoration: none;
}

.navbar-logo-link {
  width: 100%;
  max-width: 13.25rem;
  display: flex;
}

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

.cta-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;
  place-items: center stretch;
  display: grid;
}

.section-cta {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  --_color-schemes---color-scheme-1--surface-background: var(--brand--green-500);
  --_color-schemes---color-scheme-1--foreground: var(--colors--white);
  --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-900);
}

.footer.is-grey {
  background-color: #f2f2f2;
}

.footer-nav {
  grid-column-gap: .625rem;
  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;
}

.copyright {
  font-size: 1.125rem;
  line-height: 1.27;
}

.footer-link {
  color: var(--_color-schemes---color-scheme-1--foreground);
  font-size: 1.125rem;
  line-height: 1.27;
  text-decoration: none;
}

.footer-wrapper {
  max-width: var(--_sizes---ui-units--max-width);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-what {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  position: relative;
}

.section-what.section-padding {
  z-index: 1;
}

.main-container {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_color-schemes---color-scheme-1--foreground);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-container.is-header {
  max-width: none;
}

.what-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 63.5rem;
  display: flex;
}

.text-highlight {
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
}

.text-highlight-under {
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  box-shadow: .25rem 0 0 0 var(--_color-schemes---color-scheme-1--foreground-highlight), -.25rem 0 0 0 var(--_color-schemes---color-scheme-1--foreground-highlight);
  mix-blend-mode: multiply;
}

.section-advantages {
  position: relative;
}

.razoes-card-inner {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3.125rem;
  display: flex;
}

.razoes-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.razoes-list {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.advantages-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.razoes-image-container {
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  border-radius: 2.0625rem;
  padding: 1.0625rem;
  display: inline-block;
}

.section-header {
  z-index: 2;
  margin-bottom: 6.125rem;
  position: relative;
  overflow-x: clip;
}

.header-content {
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 22vw;
  display: flex;
  position: relative;
}

.header-content.is-smaller {
  padding-right: 40vw;
}

.header-background-image-wrapper {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-image: url('../images/bg-green-light.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.dark-green-bg-image {
  background-image: url('../images/bg-green-dark.jpg');
}

.theme-hover-light-green-v2 {
  --_color-schemes---color-scheme-1--surface-background: var(--brand--green-500);
  --_color-schemes---color-scheme-1--foreground: var(--brand--green-900);
  --_color-schemes---color-scheme-1--foreground-highlight: var(--colors--white);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.info-card {
  top: var(--_sizes---ui-units--sticky-top);
  grid-column-gap: 2.18rem;
  grid-row-gap: 2.18rem;
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  padding: 2.5rem;
  display: grid;
  position: sticky;
  overflow: hidden;
}

.stats-content-left {
  top: var(--_sizes---ui-units--sticky-top);
  padding-bottom: 100px;
  position: sticky;
}

.section-how {
  position: relative;
}

.section-how.section-padding {
  padding-bottom: calc(9.56341vw + 18.2869px);
}

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

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

.section-bg-element {
  pointer-events: none;
  width: 46vw;
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  display: flex;
  position: absolute;
  inset: auto 0% -6.25vw auto;
  overflow: hidden;
}

.section-bg-element.is-header-1 {
  z-index: 2;
  width: 19vw;
  max-width: 275px;
  color: var(--_color-schemes---color-scheme-1--foreground);
  bottom: 0;
  left: 23%;
  right: auto;
  transform: translate(0, 50%);
}

.section-bg-element.is-advantages-top {
  width: 37.15vw;
  max-width: 33.4375rem;
  color: var(--_color-schemes---color-scheme-1--foreground);
  inset: -13.7vw auto auto 0%;
}

.section-bg-element.is-advantages-side {
  width: 27.36vw;
  color: var(--_color-schemes---color-scheme-1--foreground);
  inset: 11vw 0% auto auto;
}

.section-bg-element.is-header-2 {
  z-index: 1;
  width: 19vw;
  max-width: 275px;
  bottom: 0%;
  left: 23%;
  right: auto;
  transform: translate(0, 50%);
}

.section-bg-element.is-what-prestadores {
  width: 31vw;
}

.section-bg-element.is-bottom-cta {
  width: 14vw;
  min-width: 139px;
  max-width: 193px;
  top: 0;
  bottom: auto;
  right: 13%;
  transform: translate(0, -50%);
}

.section-bg-element.is-header-secondary {
  width: 27.36vw;
  min-width: 191px;
  max-width: 394px;
  inset: auto 0% 0% auto;
  transform: translate(0, 40%);
}

.cta-component {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-how-to-join {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
}

.cta-text-block {
  width: 55%;
}

.cta-image-block {
  top: var(--_sizes---ui-units--sticky-top);
  width: 45%;
  margin-top: 5rem;
  position: sticky;
  overflow: hidden;
}

.cta-image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.cta-content-image-right {
  grid-column-gap: 5rem;
  grid-row-gap: 7rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bg-element.is-advantages-top {
  transform: translate(-16.5vw);
}

.bg-element.is-advantages-side {
  transform: translate(50%);
}

.bg-element.is-what {
  position: static;
  transform: translate(26.5vw);
}

.bg-element.is-what-prestadores, .bg-element.is-header-secondary {
  transform: translate(50%);
}

.advantages-top {
  max-width: 56rem;
}

.section-advantages-bg {
  pointer-events: none;
  background-image: url('../images/bg-green-light.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 631px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-advantages-bg.is-dark-bg {
  background-image: url('../images/bg-green-dark.jpg');
}

.image-overlay-layer-image {
  z-index: 1;
  background-image: url('../images/hero-01.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 53%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-image.image-2 {
  background-image: url('../images/hero-02.webp');
  background-size: 50%;
}

.hero-logo-container {
  width: 31vw;
  max-width: 28.25rem;
}

.text-color-foreground {
  color: var(--_color-schemes---color-scheme-1--foreground);
}

.navbar-top-header {
  width: 100%;
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  background-color: var(--brand--green-900);
  display: flex;
  position: relative;
}

.navbar-top-header-inner {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar-top-link {
  opacity: .4;
  color: var(--brand--green-500);
  padding: 0;
  font-weight: 500;
  line-height: 1.125;
  text-decoration: none;
  transition: opacity .2s;
}

.navbar-top-link:hover, .navbar-top-link.w--current, .navbar-top-link.is-active {
  opacity: 1;
}

.header-spacer {
  padding-bottom: 100px;
}

.header-btn-group {
  z-index: 998;
  position: fixed;
  bottom: 3.5rem;
  right: 2rem;
}

.icon-text-btn {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 2px solid var(--_color-schemes---color-scheme-1--foreground-highlight);
  border-radius: var(--_sizes---ui-units--button-radius);
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  color: var(--_color-schemes---color-scheme-1--foreground);
  line-height: 1.375;
  font-weight: var(--_typography---font-styles--heading-weight);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.25rem .5rem .5625rem;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.icon-text-btn:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-top-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-right-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
  border-left-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground) 10%, var(--_color-schemes---color-scheme-1--foreground-highlight));
}

.icon-text-btn.is-inverse {
  z-index: 998;
  border-color: var(--_color-schemes---color-scheme-1--foreground);
  background-color: var(--_color-schemes---color-scheme-1--foreground);
  color: var(--_color-schemes---color-scheme-1--surface-background);
}

.icon-text-btn.is-inverse:hover {
  background-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-top-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-right-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-bottom-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
  border-left-color: color-mix(in srgb, var(--_color-schemes---color-scheme-1--foreground), var(--_color-schemes---color-scheme-1--foreground-highlight) 10%);
}

.hide-in-desktop, .responsive-menu-bottom {
  display: none;
}

.responsive-menu-email-link {
  text-decoration: none;
}

.navbar-background-color {
  background-color: var(--colors--white);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-wrapper {
  width: 100%;
  height: 100%;
  padding: 1rem var(--_sizes---ui-units--padding-global-horizontal);
  flex-flow: column;
  display: flex;
}

.number-style {
  color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  font-size: 5rem;
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.adesao-richtext p {
  margin-bottom: 1rem;
}

.adesao-richtext ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.adesao-richtext strong {
  font-weight: 500;
}

.adesao-inner-block {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  margin-top: 2rem;
  padding: 2.5rem 3.125rem;
}

.checkmark-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkmark-left {
  flex: none;
}

.checkmark-image {
  width: 26px;
}

.checkmark-list {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: wrap;
  display: flex;
}

.section-bottom-cta {
  position: relative;
}

.bottom-cta-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/bg-green-light.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bottom-cta-left-block {
  padding-top: 4.8125rem;
  padding-bottom: 5.3125rem;
  padding-left: 3.75rem;
}

.bottom-cta-right-block {
  position: relative;
}

.bottom-cta-image {
  aspect-ratio: auto;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

.bottom-cta-image.is-desktop {
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
}

.bottom-cta-image.is-mobile {
  display: none;
}

.heading-style-xlarge {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-xlarge);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

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

.header-side-image {
  width: 55vw;
  max-width: 68.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.header-cta-shortcuts {
  border-radius: .25rem;
  flex: 0 auto;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  overflow: hidden;
}

.header-cta-shortcuts:hover {
  background-color: #26241f;
}

.slider-buttons-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.slider-main_component {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  position: relative;
}

.swiper.is-home-highlight {
  width: 100%;
  position: static;
  overflow: visible;
}

.swiper-bullet {
  background-color: var(--_color-schemes---color-scheme-1--foreground-highlight);
  opacity: .5;
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  padding: 0;
  transition: background-color .2s;
  display: block;
}

.swiper-bullet.is-active {
  opacity: 1;
  transform: scale(1.3);
}

.swiper-wrapper.is-home-highlight {
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.embed-css {
  display: none;
}

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

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

.swiper-bullet-wrapper.is-home-highlight {
  width: 100%;
  max-width: var(--_sizes---ui-units--max-width);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-cta-shortcuts-text {
  color: #c8c6af;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.section-anchor {
  pointer-events: none;
  width: 0;
  height: 100%;
  position: absolute;
  inset: auto auto 3rem 0%;
}

.nav-menu-main-link-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
  display: flex;
}

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

.navbar-link-2 {
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
}

.navbar-link-2:hover {
  text-decoration: underline;
}

.navbar-link-2.w--current {
  color: #c8c6af;
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.nav-link-background {
  opacity: 0;
  pointer-events: none;
  background-color: #26241f;
  border-radius: .25rem;
  position: absolute;
  inset: -.5rem;
}

.navbar-dropdown-link-text {
  margin-bottom: .25rem;
  font-weight: 600;
  line-height: 1.2;
}

.navbar-menu-dropdown {
  position: static;
}

.navbar-dropdown-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #191919f2;
  border: 1px solid #fafaf91a;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 1rem;
  display: grid;
}

.navbar-dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.navbar-dropdown-list {
  background-color: #0000;
}

.navbar-dropdown-list.w--open {
  background-color: #0000;
  padding-top: .65rem;
  position: absolute;
  left: 0;
  right: 0;
}

.navbar-dropdown-link {
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.nav-menu-primary {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cta-icon-container {
  color: #c8c6af;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-bottom-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-bottom-container.is-home-highlight {
  width: 100%;
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  margin-top: .5rem;
  position: absolute;
  bottom: 3rem;
}

.swiper-slide.is-home-highlight {
  width: 100%;
  padding-right: var(--_sizes---ui-units--padding-global-horizontal);
  padding-left: var(--_sizes---ui-units--padding-global-horizontal);
  flex: none;
  padding-top: calc(10.8108vw + 102.324px);
  padding-bottom: calc(3.5343vw + 137.106px);
  display: flex;
  position: relative;
}

.navbar-background-color-scroll {
  background-color: var(--colors--white);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-large {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-large);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
}

.cta-title {
  font-family: var(--_typography---font-styles--heading-type);
  line-height: 1.2;
  font-weight: var(--_typography---font-styles--heading-weight);
  font-size: calc(2.4948vw + 14.0748px);
}

.faqs-container {
  grid-column-gap: calc(100px + (110 - 100) * ((100vw - 478px) / (1440 - 478)));
  grid-row-gap: calc(100px + (110 - 100) * ((100vw - 478px) / (1440 - 478)));
  flex-flow: column;
  display: flex;
}

.section-default {
  z-index: 2;
}

.section-header-secondary {
  margin-bottom: 2rem;
  position: relative;
  overflow-x: clip;
}

.section-header-secondary.section-padding.is-main-header.theme-hover-light-green-v2 {
  margin-bottom: 2.5rem;
}

.header-secondary-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-secondary-content.is-header-flat {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

.faq-block-title {
  top: var(--_sizes---ui-units--sticky-top);
  position: sticky;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-header-flat {
  position: relative;
  overflow-x: clip;
}

.section-header-flat.section-padding.is-main-header.theme-hover-light-green-v2 {
  margin-bottom: 2.5rem;
}

.default-content {
  max-width: 64rem;
}

._404-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.modal_content {
  background-color: var(--_color-schemes---color-scheme-1--surface-background);
  width: 100%;
  max-width: 37.8125rem;
  color: var(--_color-schemes---color-scheme-1--foreground);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.text-style-eyebrown {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.form_component-2 {
  margin-bottom: 0;
}

.form_checkbox-label-2 {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.modal_backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #024e56e6;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.form_input-2 {
  height: auto;
  min-height: 3rem;
  color: inherit;
  background-color: #0000;
  border: 1px solid;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2::placeholder {
  color: color-mix(in srgb, currentColor 30%, transparent);
}

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

.form-columns-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  width: 100% !important;
  max-width: none !important;
}

.button_close_wrap {
  aspect-ratio: 1;
  width: 2rem;
  color: var(--_color-schemes---color-scheme-1--foreground);
  vertical-align: middle;
  background-color: #0000;
  border: .0625rem solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.button_close_icon {
  aspect-ratio: 1;
  position: relative;
}

.form_submit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.5rem;
  display: flex;
}

.form_message-success-wrapper-2 {
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.form-columns-1 {
  width: 100%;
  max-width: none !important;
}

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

.button-2 {
  color: #fafaf9;
  text-align: center;
  background-color: #faa629;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #faae3e;
}

.button-2.is-tertiary {
  color: #c8c6af;
  background-color: #191919;
}

.modal_close {
  z-index: 2;
  align-self: flex-end;
  margin-right: -2rem;
  position: sticky;
  top: 0;
  bottom: auto;
}

.form_field-label-2 {
  margin-bottom: .25rem;
}

.heading-style-h2-2 {
  margin-top: calc(.42em - .5lh);
  margin-bottom: calc(.31em - .5lh);
  font-size: calc(.519751vw + 25.5156px);
  font-weight: 700;
  line-height: 1;
}

.form-container {
  text-align: left;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.modal_scroll {
  grid-row-gap: 2.25rem;
  border-radius: inherit;
  flex-flow: column;
  height: 100%;
  padding: 1rem 3.5rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden auto;
}

.modal_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding: calc(1.2474vw + 14.0374px);
  display: flex;
}

.form_message-error-wrapper-2 {
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success-2 {
  color: inherit;
  background-color: #0000;
  border: 1px solid;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_checkbox-icon-2 {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-top-color: color-mix(in srgb, currentColor 30%, transparent);
  border-right-color: color-mix(in srgb, currentColor 30%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 30%, transparent);
  border-left-color: color-mix(in srgb, currentColor 30%, transparent);
  border-radius: .25rem;
  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-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.form_checkbox-icon-2.w--redirected-checked {
  border-top-color: color-mix(in srgb, currentColor 100%, transparent);
  border-right-color: color-mix(in srgb, currentColor 100%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 100%, transparent);
  border-left-color: color-mix(in srgb, currentColor 100%, transparent);
  background-color: #0000;
}

.form_checkbox-icon-2.w--redirected-focus {
  border-top-color: color-mix(in srgb, currentColor 100%, transparent);
  border-right-color: color-mix(in srgb, currentColor 100%, transparent);
  border-bottom-color: color-mix(in srgb, currentColor 100%, transparent);
  border-left-color: color-mix(in srgb, currentColor 100%, transparent);
}

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

.modal_dialog {
  z-index: 1010;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.embed-js {
  display: none;
}

.form-radio-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.navbar-link-sub {
  color: var(--_color-schemes---color-scheme-1--foreground);
  font-size: var(--_typography---font-sizes--text-tiny);
  text-decoration: none;
}

.navbar-link-sub:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---font-styles--body-type: Parkinsans, sans-serif;
    --_typography---font-styles--body-weight: 300;
    --_typography---font-styles--heading-type: Parkinsans, sans-serif;
    --_typography---font-sizes--heading-1: 3.125rem;
    --_typography---font-styles--heading-weight: 600;
    --_typography---font-sizes--heading-2: 3rem;
    --_typography---font-sizes--heading-3: 2.5rem;
    --_typography---font-sizes--heading-4: 2rem;
    --_typography---font-sizes--heading-5: 1.5rem;
    --_typography---font-sizes--heading-6: 1.25rem;
    --_typography---font-sizes--text-large: 1.25rem;
    --_typography---font-sizes--text-small: .875rem;
    --_typography---font-sizes--text-medium: 1.125rem;
    --_typography---font-sizes--text-tiny: .875rem;
    --_typography---font-sizes--text-regular: 1.125rem;
    --_typography---font-sizes--heading-xlarge: 4.625rem;
    --_typography---font-sizes--heading-large: 4rem;
    --_sizes---ui-units--button-radius: var(--_sizes---radius--large);
    --_sizes---ui-units--padding-global-vertical: 7rem;
    --_sizes---ui-units--padding-global-horizontal: 6.25rem;
    --_sizes---ui-units--max-width: 1440px;
    --_sizes---ui-units--sticky-top: 10rem;
    --_sizes---radius--large: 2rem;
    --_sizes---radius--medium: 0px;
    --_sizes---radius--small: 0px;
    --_sizes---stroke--border-width: 1px;
    --_sizes---stroke--divider-width: 1px;
  }

  .section-padding.is-header-secondary {
    padding-top: 16.125rem;
    padding-bottom: 7.9375rem;
  }

  .section-padding.is-header-flat {
    padding-top: 16.125rem;
  }

  .section-bg-element.is-header-1 {
    width: 20vw;
  }

  .section-bg-element.is-header-2 {
    width: 27vw;
    max-width: 322px;
  }

  .section-bg-element.is-header-secondary {
    width: 20vw;
  }

  .image-overlay-layer-image, .image-overlay-layer-image.image-2 {
    background-size: auto 100%;
  }

  .header-content-top {
    flex-flow: column;
    display: flex;
  }

  .nav-menu-primary {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .cta-title {
    font-size: 3.125rem;
  }

  .faqs-container {
    grid-column-gap: 6.875rem;
    grid-row-gap: 6.875rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-size-tiny {
    line-height: 1.64;
  }

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

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

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

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

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

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

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

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

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

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

  .margin-xsmall {
    margin: .75rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 41px;
    height: 60px;
    display: flex;
  }

  .navbar-menu-button {
    background-color: var(--colors--white);
    border-radius: 50%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar-menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
    margin-left: 0;
    font-size: 1rem;
  }

  .navbar-menu-links {
    font-size: 2rem;
    display: block;
  }

  .navbar-component {
    background-color: var(--opacity--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-icon-line-top {
    background-color: var(--brand--green-900);
    width: 19px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    width: auto;
    margin-left: 0;
    padding: .75rem 0;
  }

  .navbar-link.is-nav-button {
    margin-top: 2.5rem;
    font-size: 1rem;
  }

  .navbar-link.is-nav-button:hover {
    text-decoration: none;
  }

  .menu-icon-line-bottom {
    background-color: var(--brand--green-900);
    width: 12px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-logo-link.theme-logo-hover-light-green-v2 {
    --_color-schemes---color-scheme-1--surface-background: var(--brand--green-500);
    --_color-schemes---color-scheme-1--foreground: var(--brand--green-900);
    --_color-schemes---color-scheme-1--foreground-highlight: var(--colors--white);
  }

  .navbar-logo-link.theme-logo-hover-dark-green {
    --_color-schemes---color-scheme-1--surface-background: var(--brand--green-900);
    --_color-schemes---color-scheme-1--foreground: var(--colors--white);
    --_color-schemes---color-scheme-1--foreground-highlight: var(--brand--green-500);
  }

  .menu-icon-line-middle {
    background-color: var(--brand--green-900);
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu {
    padding: 2rem var(--_sizes---ui-units--padding-global-horizontal);
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--colors--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .cta-content {
    grid-column-gap: 3rem;
  }

  .advantages-container {
    grid-column-gap: 5.3rem;
    grid-row-gap: 5.3rem;
  }

  .razoes-row {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-flow: column;
    display: flex;
  }

  .header-content {
    padding-right: 15vw;
  }

  .header-content.is-smaller {
    padding-right: 30vw;
  }

  .header-background-image-wrapper {
    bottom: 100px;
  }

  .info-card {
    top: 6rem;
  }

  .stats-content-left {
    padding-bottom: 0;
    position: static;
  }

  .section-how.section-padding {
    margin-bottom: 3.5rem;
  }

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

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

  .section-bg-element.is-header-1, .section-bg-element.is-header-2, .section-bg-element.is-header-secondary {
    width: 24vw;
  }

  .cta-content-image-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .navbar-top-header {
    display: none;
  }

  .navbar-top-link {
    text-align: left;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: block;
  }

  .header-spacer {
    padding-bottom: 90px;
  }

  .hide-in-desktop {
    display: block;
  }

  .page-type-button-container {
    padding-top: 60px;
  }

  .responsive-menu-bottom {
    text-align: left;
    padding-top: 56px;
    display: block;
  }

  .responsive-menu-email-link {
    color: var(--brand--green-900);
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .bottom-cta-inner {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-cta-left-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .bottom-cta-right-block {
    position: relative;
  }

  .bottom-cta-image.is-desktop {
    position: absolute;
    inset: 0%;
  }

  .faq-content {
    flex-flow: column;
    display: flex;
  }

  .header-cta-shortcuts {
    padding: 1rem;
  }

  .navbar-link-2 {
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
  }

  .navbar-menu-dropdown {
    width: 100%;
  }

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

  .navbar-dropdown-list {
    width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

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

  .nav-menu-primary {
    font-size: 2rem;
    display: block;
  }

  .section-default, .section-header-secondary, .section-header-flat {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .padding-vertical.padding-medium.footer-padding {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

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

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

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

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

  .heading-style-h4 {
    line-height: 1.4;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

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

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

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

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

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

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

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

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

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

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

  .section-padding.is-main-header {
    padding-bottom: calc(28.5343vw + 137.106px);
  }

  .navbar-component {
    height: auto;
    min-height: 4rem;
  }

  .navbar-logo-link {
    max-width: 11.25rem;
    padding-left: 0;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .footer-nav {
    grid-column-gap: .625rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    display: block;
  }

  .copyright {
    margin-top: 2rem;
    font-size: .875rem;
  }

  .footer-link {
    font-size: .875rem;
  }

  .footer-link.footer-email-link {
    font-size: 1.125rem;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .razoes-card-inner {
    padding: 1.5rem;
  }

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

  .advantages-container {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

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

  .header-content.is-smaller {
    padding-right: 15vw;
  }

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

  .section-bg-element.is-header-1, .section-bg-element.is-header-2, .section-bg-element.is-header-secondary {
    width: 28vw;
  }

  .cta-text-block {
    width: 100%;
  }

  .cta-image-block {
    width: 80%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .cta-content-image-right {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .number-style {
    font-size: 4.375rem;
  }

  .bottom-cta-inner {
    flex-flow: column;
    display: flex;
  }

  .bottom-cta-left-block {
    padding-right: 3.75rem;
  }

  .bottom-cta-image.is-desktop {
    display: none;
  }

  .bottom-cta-image.is-mobile {
    display: inline-block;
  }

  .footer-link-divider {
    padding-bottom: 1rem;
    font-size: 0;
    display: block;
  }

  .header-side-image {
    width: 105vw;
  }

  .navbar-link-2 {
    text-align: left;
  }

  .navbar-menu-dropdown {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-dropdown-list-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .navbar-dropdown-link {
    text-align: left;
  }

  .nav-menu-primary {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .swiper-slide.is-home-highlight {
    padding-bottom: calc(28.5343vw + 137.106px);
  }

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

  .form_submit {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .form-radio-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-styles--body-type: Parkinsans, sans-serif;
    --_typography---font-styles--body-weight: 300;
    --_typography---font-styles--heading-type: Parkinsans, sans-serif;
    --_typography---font-sizes--heading-1: 2.5rem;
    --_typography---font-styles--heading-weight: 600;
    --_typography---font-sizes--heading-2: 2.25rem;
    --_typography---font-sizes--heading-3: 1.875rem;
    --_typography---font-sizes--heading-4: 1.5rem;
    --_typography---font-sizes--heading-5: 1.25rem;
    --_typography---font-sizes--heading-6: 1.125rem;
    --_typography---font-sizes--text-large: 1.25rem;
    --_typography---font-sizes--text-small: .875rem;
    --_typography---font-sizes--text-medium: 1.125rem;
    --_typography---font-sizes--text-tiny: .875rem;
    --_typography---font-sizes--text-regular: 1.125rem;
    --_typography---font-sizes--heading-xlarge: 2.5rem;
    --_typography---font-sizes--heading-large: 2.5rem;
    --_sizes---ui-units--button-radius: var(--_sizes---radius--large);
    --_sizes---ui-units--padding-global-vertical: 3.125rem;
    --_sizes---ui-units--padding-global-horizontal: 2rem;
    --_sizes---ui-units--max-width: 1440px;
    --_sizes---ui-units--sticky-top: 6rem;
    --_sizes---radius--large: 2rem;
    --_sizes---radius--medium: 0px;
    --_sizes---radius--small: 0px;
    --_sizes---stroke--border-width: 1px;
    --_sizes---stroke--divider-width: 1px;
  }

  .button.image-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .section-padding.is-vertical-medium {
    padding-top: var(--_sizes---ui-units--padding-global-vertical);
    padding-bottom: var(--_sizes---ui-units--padding-global-vertical);
  }

  .section-padding.is-header-secondary {
    padding-top: 9.625rem;
    padding-bottom: 6.0625rem;
  }

  .section-padding.is-header-flat {
    padding-top: 9.625rem;
  }

  .cta-content {
    grid-row-gap: 1.5rem;
  }

  .main-container.extra-padding-top-responsive {
    margin-top: 3.5rem;
  }

  .what-content {
    padding-bottom: 9.875rem;
  }

  .section-header {
    min-height: 100dvh;
  }

  .header-content, .header-content.is-smaller {
    padding-right: 0;
  }

  .info-card {
    display: block;
  }

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

  .info-list {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr;
  }

  .section-bg-element {
    width: 77vw;
    bottom: -3.8rem;
  }

  .section-bg-element.is-header-1, .section-bg-element.is-header-2 {
    width: 45vw;
    bottom: 1.4vw;
    left: auto;
    right: 14px;
  }

  .section-bg-element.is-what-prestadores {
    width: 66vw;
    bottom: -4.7rem;
  }

  .cta-component {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .cta-image-block {
    width: 100%;
  }

  .cta-content-image-right {
    grid-template-columns: 1fr;
  }

  .bg-element.is-what {
    width: 101vw;
  }

  .bg-element.is-what-prestadores {
    transform: translate(38%);
  }

  .info-inner-left {
    padding-bottom: 1.5rem;
  }

  .section-advantages-bg {
    height: 631px;
  }

  .image-overlay-layer-image {
    background-size: 100%;
  }

  .hero-logo-container {
    width: 60vw;
  }

  .header-spacer {
    padding-bottom: 234px;
  }

  .adesao-inner-block {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .bottom-cta-left-block {
    padding: 4.5rem 2.5rem 0;
  }

  .slider-buttons-container.is-team {
    display: none;
  }

  .navbar-dropdown-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .nav-menu-primary {
    width: 100%;
  }

  .swiper-slide.is-home-highlight {
    min-height: 100dvh;
  }

  .cta-title {
    font-size: 1.625rem;
  }

  .faqs-container {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .modal_close {
    margin-right: -1rem;
  }

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

#w-node-fdc5ff9b-b94c-56cc-1d14-0f387c8fd86a-78003784, #w-node-a8ac4899-cee2-5878-f396-9d1badf8763b-dfd97fd7, #w-node-_723b9333-ed56-6b4a-7051-dedd4e032a66-dfd97fd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8ac4899-cee2-5878-f396-9d1badf8766c-dfd97fd7 {
  justify-self: start;
}

#w-node-_70fe5b3a-bb0c-18ba-0be1-e8c25cf4f5b5-5cf4f5b5, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7336-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7337-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd733b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd733c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7340-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7341-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7345-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7346-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd734f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7350-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd735f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7360-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7364-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7365-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7369-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd736f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7373-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7374-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd737e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd737f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7383-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7384-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7388-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7389-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd738d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd738e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7397-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7398-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73a1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73a2-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b4-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b5-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73b9-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ba-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73be-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73bf-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c3-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c4-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c8-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73c9-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d3-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d4-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d8-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73d9-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73dd-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73de-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e2-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e3-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e7-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73e8-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ec-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73ed-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73f8-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73f9-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73fd-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd73fe-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7402-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7403-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7407-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7408-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd740c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd740d-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7411-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7412-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7416-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7417-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd741b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd741c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7420-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7421-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7425-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7426-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd742a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd742b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7436-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7437-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd743b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd743c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7440-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7441-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7448-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7449-78003785 {
  justify-self: start;
}

#w-node-_1ec2cf6e-78db-54ce-a52a-45da56a32da4-78003785, #w-node-_41a306b7-f900-8c53-a197-0266021f0b50-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7492-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7493-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7494-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7496-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7499-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd749a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd749b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd749f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a3-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a4-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74a8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ac-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ad-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b7-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74b8-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74bc-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74bf-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c4-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c5-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74c6-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ca-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74cd-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ce-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74cf-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74d9-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74da-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e0-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e4-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74e5-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ed-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f0-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74f2-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd74fe-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd74ff-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7500-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7504-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7509-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd750a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd750b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7511-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7516-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7517-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7518-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd751e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7523-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7524-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7525-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd752d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7533-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7534-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd753a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7540-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7541-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7542-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7548-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd754d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd754e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd754f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7557-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd755c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd755d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd755e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7566-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd756b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd756c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd756d-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7577-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd757d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd757e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7586-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd758f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7590-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7591-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd759a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd759b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd759c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a6-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75a7-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75c9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d1-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75d9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75da-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75e9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ea-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75eb-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ec-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd75ee-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f1-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f6-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd75f7-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7600-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7601-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7602-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd760d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd760e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7614-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7615-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7616-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7617-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7619-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd761f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7620-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7622-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd762b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7632-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7633-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7634-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7635-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7637-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd763f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7640-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7649-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd764a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd764b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7654-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7655-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7656-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7657-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd765d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd765e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd765f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7660-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7662-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7666-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7667-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7668-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7669-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd766b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7706-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7709-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd770e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7711-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7712-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7716-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7719-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd771e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7721-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7726-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd772a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd772f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7730-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7732-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7734-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7735-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7737-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7739-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd773f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7741-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7743-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7744-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7746-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7748-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd774e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd774f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7751-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7752-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7754-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7755-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7757-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7758-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd775a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd775b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd775d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd775e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7760-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7761-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7763-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c9723-78003785 {
  justify-self: start;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c9725-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c9728-78003785 {
  justify-self: start;
}

#w-node-ae435a1b-e793-cd21-27c7-5de48a950f78-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef475f26-f7f9-2540-af3a-b67c484dcbfa-78003785 {
  justify-self: start;
}

#w-node-ef475f26-f7f9-2540-af3a-b67c484dcbfc-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af2b6d2d-760a-148a-51f0-be36d6ee5c13-78003785 {
  justify-self: start;
}

#w-node-af2b6d2d-760a-148a-51f0-be36d6ee5c15-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c972d-78003785 {
  justify-self: start;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c972f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c9732-78003785 {
  justify-self: start;
}

#w-node-c3aa671d-a474-67a7-0a1e-ee5c0f8c9734-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a28ef2a2-4b6a-bc99-916d-6ca728345a10-78003785 {
  justify-self: start;
}

#w-node-a28ef2a2-4b6a-bc99-916d-6ca728345a12-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7108939e-1591-efb2-9fae-663e98c0793f-78003785 {
  justify-self: start;
}

#w-node-_7108939e-1591-efb2-9fae-663e98c07941-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62d985fc-fd45-2337-c62f-9797d59a44e0-78003785 {
  justify-self: start;
}

#w-node-_62d985fc-fd45-2337-c62f-9797d59a44e2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7769-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd776c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776d-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7771-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7772-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7774-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7776-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7777-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7779-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7780-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7781-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7783-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7785-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7786-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7788-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778a-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7790-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7792-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7794-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7795-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7797-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7799-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77a1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77a6-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77aa-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ac-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77af-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77b4-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77b9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77be-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77c3-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ca-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cb-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cd-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ce-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d0-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d1-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d4-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d6-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d7-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77da-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dc-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dd-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77df-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e0-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e2-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e3-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e6-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e8-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e9-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77eb-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ec-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ee-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ef-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f1-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f4-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f5-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f7-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fa-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fb-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fd-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fe-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7800-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7801-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7803-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7804-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7806-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7807-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7809-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780d-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7810-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7812-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7813-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7815-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7816-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7818-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7819-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7821-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7822-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7827-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782b-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7830-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7835-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7844-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd784f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7851-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7852-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7854-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7855-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7857-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7858-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7860-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7861-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7863-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7864-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7866-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7867-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7869-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7870-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7872-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7873-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7875-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7876-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7878-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7879-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787e-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787f-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7881-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7882-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7884-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7885-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7887-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7888-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788a-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788b-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7890-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7891-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7893-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7894-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7896-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7897-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7899-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789c-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789d-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789f-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a0-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ab-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ac-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ae-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78af-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b2-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b4-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b7-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b8-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ba-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bb-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bd-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78be-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c0-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c1-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c3-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c4-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c6-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c7-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c9-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ca-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cc-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cd-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cf-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d0-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d2-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d3-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d5-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d6-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d8-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d9-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78db-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78dc-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78de-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78df-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e2-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e4-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e5-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e7-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e8-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ea-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78eb-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79dd-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e1-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e2-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e6-78003785, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e8-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e9-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ed-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ee-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f2-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f3-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f7-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f8-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fc-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fd-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a01-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a02-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a06-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a07-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0c-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a10-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a11-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a15-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a16-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a19-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1a-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1e-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1f-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a23-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a24-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a28-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a29-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2d-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2e-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a32-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a33-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a37-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a38-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3c-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3d-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a41-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a42-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a46-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a47-78003785 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4b-78003785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4c-78003785 {
  justify-self: start;
}

#w-node-fdc5ff9b-b94c-56cc-1d14-0f387c8fd86a-f458603f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-de7e73d5-c5c1-050f-7096-0c755b92bf84-78003784 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de7e73d5-c5c1-050f-7096-0c755b92bf84-78003784 {
    order: -9999;
  }
}


