@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Italic.woff2') format("woff2"), url('../fonts/InstrumentSerif-Italic.eot') format("embedded-opentype"), url('../fonts/InstrumentSerif-Italic.woff') format("woff"), url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --_themes---tokens--surface-background: var(--primary-brand--chard);
  --_typography---font-styles--body-type: "Inter Tight", sans-serif;
  --_themes---tokens--foreground: var(--primary-brand--spider-cotton);
  --_typography---font-styles--body-weight: 400;
  --_typography---font-styles--heading-trim-top: calc(-.5lh + .4em);
  --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .38em);
  --_typography---font-styles--heading-type: "Inter Tight", sans-serif;
  --_typography---font-sizes--heading-1: calc(33px + (40 - 33) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 300;
  --_typography---font-sizes--heading-2: calc(28px + (33 - 28) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(23px + (28 - 23) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(19px + (23 - 19) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(18px + (19 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(16px + (18 - 16) * ((100vw - 478px) / (1440 - 478)));
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground-highlight);
  --_typography---font-sizes--text-large: 1.4375rem;
  --opacity--transparent: transparent;
  --_ui-styles---ui-units--button-radius: var(--_ui-styles---radius--small);
  --_typography---font-sizes--text-small: .8rem;
  --_typography---font-sizes--text-medium: 1.1875rem;
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_typography---font-sizes--text-tiny: .64rem;
  --_ui-styles---ui-units--container-radius: var(--_ui-styles---radius--small);
  --_themes---tokens--foreground-lighter: var(--primary-brand--laundry-white);
  --_ui-styles---ui-units--padding-global-horizontal: calc(20px + (64 - 20) * ((100vw - 478px) / (1440 - 478)));
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_typography---font-sizes--text-regular: 1rem;
  --_typography---font-styles--highlight-type: "Instrument Serif", "Times New Roman", sans-serif;
  --_ui-styles---ui-units--max-width: 105.625rem;
  --_typography---font-sizes--heading-huge: calc(69px + (80 - 69) * ((100vw - 478px) / (1440 - 478)));
  --_ui-styles---ui-units--padding-global-vertical: calc(48px + (80 - 48) * ((100vw - 478px) / (1440 - 478)));
  --opacity--neutral-darkest-20: #0003;
  --opacity--white-20: #fff3;
  --_themes---tokens--surface-light: var(--primary-brand--bayberry-frost);
  --primary-brand--laundry-white: #f5f7f3;
  --primary-brand--chard: #4a5640;
  --_typography---font-sizes--heading-small: calc(40px + (48 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_ui-styles---ui-units--navbar-height: 82px;
  --_typography---font-sizes--headign-extra-large: calc(57px + (69 - 57) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(48px + (57 - 48) * ((100vw - 478px) / (1440 - 478)));
  --colors--neutral-darkest: black;
  --primary-brand--spider-cotton: #e3e9de;
  --primary-brand--bayberry-frost: #d0dac8;
  --primary-brand--distinctive-lack-of-hue: #131712;
  --secondary-brand--white-chalk: #f8f4f2;
  --secondary-brand--starlings-egg: #e9dfd8;
  --secondary-brand--clay-ground-highlight: #dbb2a1;
  --secondary-brand--clay-ground: #bc826b;
  --secondary-brand--sequoia-grove: #94614c;
  --secondary-brand--heartwood: #714333;
  --colors--white: white;
  --colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --colors--neutral-lighter: #ccc;
  --colors--neutral-light: #aaa;
  --_ui-styles---radius--medium: 0px;
  --_ui-styles---radius--small: .25rem;
  --colors--neutral: #666;
  --_ui-styles---stroke--border-width: 1px;
  --colors--neutral-dark: #444;
  --_themes---tokens--logo-foreground: var(--primary-brand--laundry-white);
  --colors--neutral-darker: #222;
  --_ui-styles---stroke--divider-width: 1px;
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
  --opacity--white-5: #ffffff0d;
  --opacity--white-10: #ffffff1a;
  --opacity--white-15: #ffffff26;
  --opacity--white-30: #ffffff4d;
  --opacity--white-40: #fff6;
  --opacity--white-50: #ffffff80;
  --opacity--white-60: #fff9;
  --opacity--neutral-darkest-5: #0000000d;
  --opacity--neutral-darkest-10: #0000001a;
  --opacity--neutral-darkest-15: #00000026;
  --opacity--neutral-darkest-30: #0000004d;
  --opacity--neutral-darkest-40: #0006;
  --opacity--neutral-darkest-50: #00000080;
  --opacity--neutral-darkest-60: #0009;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--_themes---tokens--surface-background);
  font-family: var(--_typography---font-styles--body-type);
  color: var(--_themes---tokens--foreground);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--_typography---font-styles--body-weight);
  --_typography---font-styles--body-type: "Inter Tight", sans-serif;
  --_typography---font-styles--body-weight: 400;
  --_typography---font-styles--heading-trim-top: calc(-.5lh + .4em);
  --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .38em);
  --_typography---font-styles--heading-type: "Inter Tight", sans-serif;
  --_typography---font-sizes--heading-1: calc(33px + (40 - 33) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-styles--heading-weight: 300;
  --_typography---font-sizes--heading-2: calc(28px + (33 - 28) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-3: calc(23px + (28 - 23) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-4: calc(19px + (23 - 19) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-5: calc(18px + (19 - 18) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-6: calc(16px + (18 - 16) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--text-large: 1.4375rem;
  --_typography---font-sizes--text-small: .8rem;
  --_typography---font-sizes--text-medium: 1.1875rem;
  --_typography---font-sizes--text-tiny: .64rem;
  --_typography---font-sizes--text-regular: 1rem;
  --_typography---font-styles--highlight-type: "Instrument Serif", "Times New Roman", sans-serif;
  --_typography---font-sizes--heading-huge: calc(69px + (80 - 69) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-small: calc(40px + (48 - 40) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--headign-extra-large: calc(57px + (69 - 57) * ((100vw - 478px) / (1440 - 478)));
  --_typography---font-sizes--heading-large: calc(48px + (57 - 48) * ((100vw - 478px) / (1440 - 478)));
  --_themes---tokens--surface-background: var(--primary-brand--chard);
  --_themes---tokens--foreground: var(--primary-brand--spider-cotton);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground-highlight);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--bayberry-frost);
  --_themes---tokens--logo-foreground: var(--primary-brand--laundry-white);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

h1 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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);
  letter-spacing: 0;
}

h2 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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);
  letter-spacing: -.01em;
}

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

h4 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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);
  letter-spacing: -.02em;
}

h5 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-5);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

h6 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-6);
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_themes---tokens--foreground);
  text-decoration-color: var(--_themes---tokens--foreground);
  text-underline-position: under;
  color: inherit;
  text-decoration-thickness: 1px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

label {
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

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

.page-wrapper {
  flex: 1;
}

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

.main-wrapper {
  flex-flow: column;
  display: flex;
}

.button {
  border: 1px solid var(--opacity--transparent);
  border-radius: var(--_ui-styles---ui-units--button-radius);
  background-color: var(--_themes---tokens--surface-background);
  color: var(--_themes---tokens--foreground);
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background), var(--_themes---tokens--foreground) 10%);
}

.button.is-secondary {
  background-color: var(--_themes---tokens--foreground);
  color: var(--_themes---tokens--surface-background);
}

.button.is-secondary:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 20%, var(--_themes---tokens--foreground));
}

.button.is-secondary.is-alternate {
  border-color: var(--_themes---tokens--foreground);
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
}

.button.is-small {
  letter-spacing: .04em;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
}

.button.is-link {
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  display: flex;
}

.button.is-link:hover {
  color: var(--_themes---tokens--foreground-highlight);
  background-color: #0000;
  text-decoration: underline;
}

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

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

.button.is-link.is-alternate {
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
}

.button.is-link.is-alternate:hover {
  background-color: #0000;
}

.button.is-alternate {
  border-color: var(--_themes---tokens--foreground-highlight);
  background-color: var(--_themes---tokens--foreground-highlight);
  color: var(--_themes---tokens--surface-background);
}

.button.is-alternate:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 20%, var(--_themes---tokens--foreground-highlight));
}

.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-xsmall {
  letter-spacing: .04em;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

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

.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);
  font-weight: var(--_typography---font-styles--body-weight);
}

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

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

.margin-top.margin-large, .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.full-width {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.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 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_themes---tokens--foreground-10);
  height: auto;
  min-height: 2.75rem;
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: .75rem .75rem .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: color-mix(in srgb, var(--_themes---tokens--foreground) 50%, transparent);
}

.form_input.is-text-area {
  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);
  font-weight: var(--_typography---font-styles--body-weight);
}

.form_message-success-wrapper {
  border: 1px solid var(--_themes---tokens--foreground);
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: #0000;
  padding: 0;
}

.form_message-success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  color: var(--_themes---tokens--foreground-highlight);
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground-highlight) 20%, transparent);
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  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: .75rem;
  font-weight: 700;
}

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

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

.form_checkbox-icon.w--redirected-checked {
  background-color: var(--_themes---tokens--foreground-highlight);
  box-shadow: none;
  background-image: url('../images/ui_check_white.svg');
  background-position: 50%;
  background-size: 16px 16px;
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_themes---tokens--foreground-lighter);
}

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

.padding-global {
  padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
  padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
}

.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 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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: 64rem;
}

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

.heading-style-h6 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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);
  letter-spacing: -.02em;
}

.heading-style-h2 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  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);
  letter-spacing: -.02em;
}

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

.heading-style-h3 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-3);
  line-height: 1.3;
  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 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

.form_radio-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 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-4);
  line-height: 1.3;
}

.heading-style-h5 {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-5);
  line-height: 1.3;
  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;
  border: 1px solid var(--_themes---tokens--foreground-10);
  background-color: var(--_themes---tokens--foreground-5);
  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);
}

.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(--_themes---tokens--foreground-highlight);
  font-size: var(--_typography---font-sizes--text-large);
  margin-bottom: 0;
  padding: .75rem 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 {
  font-family: var(--_typography---font-styles--highlight-type);
  font-weight: var(--_typography---font-styles--body-weight);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  font-family: var(--_typography---font-styles--highlight-type);
  font-style: italic;
  font-weight: var(--_typography---font-styles--body-weight);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

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

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

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

.text-rich-text ul {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.text-rich-text a {
  color: var(--_themes---tokens--foreground-highlight);
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.text-rich-text figure {
  max-width: none;
  margin-bottom: 1.5rem;
}

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

.mood-chard {
  --_themes---tokens--surface-background: var(--primary-brand--chard);
  --_themes---tokens--foreground: var(--primary-brand--spider-cotton);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground-highlight);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--bayberry-frost);
  --_themes---tokens--logo-foreground: var(--primary-brand--laundry-white);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.rl-styleguide_scheme-wrapper {
  border: 1px solid var(--_themes---tokens--foreground-10);
  background-color: var(--_themes---tokens--surface-background);
  color: var(--_themes---tokens--foreground);
  padding: 1rem;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_themes---tokens--foreground-5);
  background-color: var(--_themes---tokens--foreground-10);
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: var(--_themes---tokens--foreground-highlight);
}

.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.5rem;
  grid-row-gap: 1.5rem;
  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-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;
}

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

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

.portfolio23_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  overflow: hidden;
}

.mood-heartwood {
  --_themes---tokens--surface-background: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.mood-bayberry-frost {
  --_themes---tokens--surface-background: var(--primary-brand--bayberry-frost);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--chard);
}

.mood-laundry-white {
  --_themes---tokens--surface-background: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.mood-sequoia-groove {
  --_themes---tokens--surface-background: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--clay-ground);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--starlings-egg);
}

.mood-white-chalk {
  --_themes---tokens--surface-background: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: #5a3629;
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--starlings-egg);
  --_themes---tokens--logo-foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.site-header {
  z-index: 999;
  width: 100%;
  position: sticky;
  top: 0;
}

.site-header:where(.w-variant-cd27a102-f1be-77bb-7ab5-2eff445a9b0c), .site-header:where(.w-variant-e8ed9b00-8e8f-e861-9197-bfb4c3b5c4bf) {
  position: fixed;
}

.navbar-component {
  width: 100%;
  height: auto;
  min-height: 5rem;
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-component:where(.w-variant-78aac6c0-1da9-6397-6cb9-625573d899b8) {
  --_themes---tokens--surface-background: var(--primary-brand--bayberry-frost);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--chard);
}

.navbar-component:where(.w-variant-e71656cc-4104-da28-19ad-5d693607c2b4) {
  --_themes---tokens--surface-background: var(--primary-brand--chard);
  --_themes---tokens--foreground: var(--primary-brand--spider-cotton);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground-highlight);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--bayberry-frost);
  --_themes---tokens--logo-foreground: var(--primary-brand--laundry-white);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.navbar-component:where(.w-variant-c62746e8-7fbc-2075-0920-3a7d115b2506) {
  --_themes---tokens--surface-background: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.navbar-component:where(.w-variant-e6e11a71-d034-2f55-4267-a5b06395b422) {
  --_themes---tokens--surface-background: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.navbar-component:where(.w-variant-2cf95d3d-d06e-9fdd-fa1f-2c38eafd2e31) {
  --_themes---tokens--surface-background: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--clay-ground);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--starlings-egg);
}

.navbar-component:where(.w-variant-e0a258e8-c26a-297f-274c-5ac144b6c8db) {
  --_themes---tokens--surface-background: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: #5a3629;
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--starlings-egg);
  --_themes---tokens--logo-foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.navbar-static-background {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 90%, transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.navbar-background {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 90%, transparent);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.navbar-container-v1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-logo-link-old {
  margin-left: 1.5rem;
}

.navbar-logo {
  width: 100%;
  display: flex;
}

.navbar-menu-v1 {
  height: 100dvh;
  padding: 2.5rem var(--_ui-styles---ui-units--padding-global-horizontal);
  background-color: var(--_themes---tokens--surface-background);
  text-align: left;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: auto;
}

.btn-component {
  overflow: hidden;
}

.navbar-menu-button-v1 {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: color-mix(in srgb, var(--_themes---tokens--foreground) 40%, transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 1.75rem 2.75rem;
  transition-property: filter, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
}

.navbar-menu-button-v1:hover {
  background-color: var(--_themes---tokens--foreground-5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar-menu-button-v1.w--open {
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
}

.navbar-menu-button-v1.w--open:hover {
  background-color: var(--_themes---tokens--foreground-5);
}

.menu-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: currentColor;
  width: 1.5rem;
  height: 2px;
}

.navbar-right-container {
  display: flex;
}

.navbar-top-button {
  font-size: var(--_typography---font-sizes--text-regular);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: color-mix(in srgb, var(--_themes---tokens--foreground) 40%, transparent);
  color: inherit;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 2rem;
  line-height: 1.5rem;
  transition-property: filter, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
}

.navbar-top-button:hover {
  background-color: var(--_themes---tokens--foreground-5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.navbar-top-button.w--open {
  color: var(--_themes---tokens--foreground);
  background-color: #0000;
  transition: background-color .2s;
}

.navbar-top-button.w--open:hover {
  background-color: var(--_themes---tokens--foreground-5);
}

.navbar-menu-container {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.navbar-menu-left {
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.navbar-info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.horizontal-stroke {
  pointer-events: none;
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 40%, transparent);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.navbar-dropdown-toggle-v1 {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  line-height: 1.2;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  font-size: var(--_typography---font-sizes--heading-1) !important;
}

.dropdown-chevron-v1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-dropdown-list-v1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-dropdown-list-v1.w--open {
  background-color: #0000;
  flex-flow: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.navbar-dropdown-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar-dropdown-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: hidden;
}

.navbar-dropdown-link-list.w--open {
  background-color: #0000;
  position: static;
  overflow: hidden;
}

.navbar-dropdown-link-v1 {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  font-size: var(--_typography---font-sizes--heading-4);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar-dropdown-link-v1:hover, .navbar-dropdown-link-v1.w--current {
  color: var(--_themes---tokens--foreground-highlight);
}

.navbar-link-v1 {
  width: 100%;
  font-size: var(--_typography---font-sizes--heading-1);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link-v1:hover, .navbar-link-v1.w--current {
  font-family: var(--_typography---font-styles--highlight-type);
  color: var(--_themes---tokens--foreground-highlight);
  font-style: italic;
}

.navbar-bg-symbol {
  pointer-events: none;
  width: 45vw;
  color: var(--_themes---tokens--foreground-5);
  position: absolute;
  inset: auto auto 0% -3.5vw;
}

.section-header-primary {
  width: 100%;
  min-height: 100dvh;
  padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
  padding-bottom: 3rem;
  padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  color: var(--_themes---tokens--foreground-lighter);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: calc(80px + 3rem);
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header-primary.is-smaller {
  min-height: 37.5rem;
}

.header-primary-bg-container {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.image-cover.is-align-top {
  object-position: 50% 0%;
}

.header-primary-overlay {
  pointer-events: none;
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 40%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-primary-content {
  width: 100%;
  max-width: var(--_ui-styles---ui-units--max-width);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-primary-content-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 46.375rem;
  display: flex;
}

.secondary-font {
  font-family: var(--_typography---font-styles--highlight-type);
  font-style: italic;
}

.text-color-highlight {
  color: var(--_themes---tokens--foreground-highlight);
}

.heading-style-huge {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-huge);
  line-height: 1.1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.home-header-sentence {
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 65%, transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  max-width: 300px;
  color: var(--_themes---tokens--foreground);
  flex-direction: column;
  padding: 2.5rem 2rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.symbol-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.symbol-24.is-header-sentence {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.section-primary {
  background-color: var(--_themes---tokens--surface-background);
  position: relative;
}

.section-primary.is-contact-banner {
  padding-top: calc(var(--_ui-styles---ui-units--padding-global-vertical) * 3);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-primary.has-bg-element {
  overflow: hidden;
}

.primary-main-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.primary-main-container.gap-64 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-container.is-170-100 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-columns: 1.7fr 1fr;
}

.grid-container.is-align-bottom {
  place-items: end stretch;
}

.grid-left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.grid-left.is-team {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.label-container {
  grid-column-gap: .75rem;
  color: var(--_themes---tokens--foreground);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-superscript {
  font-family: var(--_typography---font-styles--heading-type);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.grid-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.grid-right.is-team {
  padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.grid-right.is-services {
  justify-content: flex-start;
  align-items: flex-end;
}

.grid-right.is-related {
  justify-content: center;
  align-items: flex-end;
}

.paragraph-component {
  color: var(--_themes---tokens--foreground);
}

.paragraph-component:where(.w-variant-0da91182-444a-9592-f901-b5b2863c1a85) {
  font-size: var(--_typography---font-sizes--text-regular);
}

.paragraph-component:where(.w-variant-bced5959-37ee-7742-d5f2-e196c4d6e331) {
  font-size: var(--_typography---font-sizes--text-large);
}

.paragraph-component:where(.w-variant-c089d78c-76e2-ceac-8b20-fbeb346092d0) {
  font-size: var(--_typography---font-sizes--text-medium);
}

.paragraph-component:where(.w-variant-5a009d14-1d2e-4635-42c1-c48b71226ee3) {
  font-size: var(--_typography---font-sizes--text-small);
}

.paragraph-component:where(.w-variant-1735218d-1f06-2d04-dbc1-1eb9feae9786) {
  font-size: var(--_typography---font-sizes--heading-6);
}

.paragraph-component:where(.w-variant-ee622059-75ce-5de7-7da3-59fcb5857213) {
  font-size: var(--_typography---font-sizes--heading-5);
}

.paragraph-component:where(.w-variant-be558e48-6580-9bbb-4213-0de4102a4c4e) {
  font-size: var(--_typography---font-sizes--heading-4);
}

.paragraph-component:where(.w-variant-d4c98842-029a-89c6-1abd-b9e7380c8b28) {
  font-size: var(--_typography---font-sizes--heading-3);
}

.paragraph-component:where(.w-variant-975ec692-e54d-b250-6dbd-d46fbf5786b5) {
  font-size: var(--_typography---font-sizes--heading-2);
}

.paragraph-component:where(.w-variant-14d5c523-3163-69f1-e587-de4f09170380) {
  font-size: var(--_typography---font-sizes--heading-1);
}

.paragraph-component em {
  font-family: var(--_typography---font-styles--highlight-type);
  color: var(--_themes---tokens--foreground-highlight);
  font-size: 1.3em;
  line-height: .7;
}

.paragraph-component h1, .paragraph-component h2, .paragraph-component h3, .paragraph-component h4, .paragraph-component h5, .paragraph-component h6 {
  letter-spacing: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: .75em;
}

.paragraph-component p {
  margin-bottom: 1rem;
}

.paragraph-component.indent {
  text-indent: var(--_ui-styles---ui-units--padding-global-horizontal);
}

.paragraph-component ul {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.section-overlay {
  background-color: var(--opacity--neutral-darkest-20);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pilares-card-home {
  width: 100%;
  padding: 2rem var(--_ui-styles---ui-units--padding-global-horizontal);
  border-bottom: 1px solid var(--_themes---tokens--foreground-10);
  color: var(--_themes---tokens--foreground);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pilares-number {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pilares-text {
  font-family: var(--_typography---font-styles--body-type);
  font-size: var(--_typography---font-sizes--heading-1);
  line-height: 1;
  font-weight: var(--_typography---font-styles--body-weight);
  position: relative;
}

.pilar-image {
  opacity: 0;
  pointer-events: none;
  object-fit: contain;
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  right: 5vw;
  overflow: hidden;
}

.pilar-image.is-dropdown {
  opacity: 100;
  position: static;
}

.pilares-background {
  background-color: var(--opacity--white-20);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.pilares-card-home-container {
  width: 100%;
  max-width: var(--_ui-styles---ui-units--max-width);
  grid-column-gap: .75rem;
  color: var(--_themes---tokens--foreground);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
}

.page-loader {
  z-index: 99999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-loader-image {
  width: 4rem;
  color: color-mix(in srgb, var(--_themes---tokens--foreground-highlight) 20%, transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.transition-trigger {
  position: absolute;
  inset: 0%;
}

.page-load-stack {
  background-color: var(--_themes---tokens--surface-background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-load-stack.is-2 {
  background-color: var(--_themes---tokens--surface-light);
}

.page-load-stack.is-3 {
  background-color: var(--primary-brand--laundry-white);
}

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

.slider-main_component.is-testimonial {
  overflow: hidden;
}

.swiper.is-testimonial {
  flex-flow: column;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  overflow: visible;
}

.swiper-wrapper.is-testimonial {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-slide {
  width: 100%;
  display: flex;
}

.swiper-slide.is-testimonial {
  flex-flow: row;
  flex: none;
  width: calc(33.3333% - 8px);
  height: auto;
  display: flex;
  overflow: hidden;
}

.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-testimonial {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
}

.swiper-bullet-wrapper.is-testimonial {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  display: flex;
}

.swiper-bullet {
  text-align: center;
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 50%, transparent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  padding: 0;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.swiper-bullet.is-active {
  background-color: var(--_themes---tokens--foreground);
}

.slider-buttons-container {
  z-index: 2;
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.slider-buttons-container.is-testimonial {
  bottom: 2.5rem;
  right: 2.5rem;
}

.testimonial-slide-card {
  grid-row-gap: 1rem;
  border: 1px solid var(--_themes---tokens--foreground-10);
  border-radius: var(--_ui-styles---ui-units--container-radius);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.slide-quote {
  width: 1rem;
  height: 1rem;
  color: var(--_themes---tokens--foreground-highlight);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

.section-bg-container {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-banner-card {
  grid-row-gap: 6rem;
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 65%, transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 2.5rem 2rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-bg-overlay {
  pointer-events: none;
  background-color: color-mix(in srgb, var(--primary-brand--chard) 40%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-old {
  width: 100%;
  padding-top: var(--_ui-styles---ui-units--padding-global-vertical);
  background-color: var(--_themes---tokens--surface-background);
  color: var(--_themes---tokens--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-old:where(.w-variant-9e1618c8-f0cc-894d-dbf5-f5aab005d573) {
  --_themes---tokens--surface-background: var(--primary-brand--chard);
  --_themes---tokens--foreground: var(--primary-brand--spider-cotton);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground-highlight);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--bayberry-frost);
  --_themes---tokens--logo-foreground: var(--primary-brand--laundry-white);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.footer-old:where(.w-variant-63477db1-989c-c2e1-5f5a-604d0360ba22) {
  --_themes---tokens--surface-background: var(--primary-brand--bayberry-frost);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--chard);
}

.footer-old:where(.w-variant-6dc404ed-90b0-f107-4759-17d2814ac1da) {
  --_themes---tokens--surface-background: var(--primary-brand--laundry-white);
  --_themes---tokens--foreground: var(--primary-brand--chard);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--primary-brand--distinctive-lack-of-hue);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--primary-brand--spider-cotton);
  --_themes---tokens--logo-foreground: var(--primary-brand--chard);
  --_themes---tokens--logo-highlight: var(--primary-brand--bayberry-frost);
}

.footer-old:where(.w-variant-1baa5305-63ae-24ee-f5d0-ea941669b61c) {
  --_themes---tokens--surface-background: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.footer-old:where(.w-variant-b4a3aa99-6f04-9674-ab23-11de8faa9014) {
  --_themes---tokens--surface-background: var(--secondary-brand--sequoia-grove);
  --_themes---tokens--foreground: var(--secondary-brand--starlings-egg);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--clay-ground);
  --_themes---tokens--logo-foreground: var(--secondary-brand--white-chalk);
  --_themes---tokens--logo-highlight: var(--secondary-brand--starlings-egg);
}

.footer-old:where(.w-variant-82eb7d6e-c865-21a8-e90e-f3e34363feac) {
  --_themes---tokens--surface-background: var(--secondary-brand--white-chalk);
  --_themes---tokens--foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--foreground-highlight: var(--secondary-brand--clay-ground);
  --_themes---tokens--foreground-10: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  --_themes---tokens--foreground-lighter: #5a3629;
  --_themes---tokens--foreground-5: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  --_themes---tokens--surface-light: var(--secondary-brand--starlings-egg);
  --_themes---tokens--logo-foreground: var(--secondary-brand--heartwood);
  --_themes---tokens--logo-highlight: var(--secondary-brand--clay-ground);
}

.footer-ornament-image-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-main-container-old {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer-left-old {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.footer-main-menu-old {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-primary-old {
  flex-flow: column;
  width: 100%;
  list-style-type: none;
  display: flex;
}

.nav-menu-link-wrapper {
  flex-flow: column;
  flex: 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.button-icon-wrapper {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-text-nav {
  position: relative;
}

.btn-icon-right {
  flex: auto;
  max-width: none;
  height: 24px;
  max-height: none;
  position: relative;
}

.btn-icon-external {
  max-width: none;
  height: 24px;
  max-height: none;
  position: relative;
}

.footer-right-old {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem 1rem;
  display: flex;
}

.footer-bottom-container-old {
  grid-column-gap: 1.34em;
  grid-row-gap: 1.34em;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.row-botom-old {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.links-bottom-left-old {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.links-bottom-right-old {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-velcro {
  opacity: .5;
  width: 74px;
  height: 21px;
  padding-right: 3px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.footer-velcro:hover {
  opacity: 1;
}

.velcro-right {
  align-items: flex-start;
  height: 21px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% 71px;
}

.velcro-full {
  align-items: flex-start;
  width: 100%;
  height: 21px;
  margin-right: 3px;
  display: inline-block;
}

.velcro-bg {
  align-items: flex-start;
  height: 21px;
  display: inline-block;
  position: absolute;
  inset: 0 0% 0% 44px;
}

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

.footer-menu-secondary {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.btn-nav-small {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.btn-nav-small.w--current {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: inherit;
}

.btn-text-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.nav-item-line {
  border-bottom: 1px solid #000;
  border-color: inherit;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
}

.footer5_social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}

.footer-social-link {
  color: color-mix(in srgb, var(--_themes---tokens--foreground) 60%, transparent);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.footer-social-link:hover {
  color: var(--_themes---tokens--foreground);
}

.btn-footer-main-old {
  font-family: var(--_typography---font-styles--highlight-type);
  font-size: var(--_typography---font-sizes--heading-small);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  flex-flow: column;
  padding: .25rem 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
}

.btn-footer-main-old:hover {
  background-color: var(--_themes---tokens--foreground-5);
}

.btn-footer-main-old.w--current {
  opacity: .6;
}

.footer-center-old {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  border-bottom-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1rem 2rem;
  display: flex;
}

.footer-logo {
  flex-flow: column;
  display: flex;
}

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

.listing-grid.is-listing {
  grid-column-gap: .75rem;
  grid-row-gap: 2rem;
}

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

.blog-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.blog-card:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70), .blog-card:where(.w-variant-89cc0f92-1df0-b54a-388b-c71d262906d3) {
  background-color: var(--opacity--transparent);
  padding-bottom: 1rem;
}

.blog-card:hover, .blog-card:hover:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70), .blog-card:hover:where(.w-variant-89cc0f92-1df0-b54a-388b-c71d262906d3) {
  background-color: var(--_themes---tokens--foreground-10);
}

.blog-card.is-highlight {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--surface-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: .5rem;
  display: grid;
}

.blog-card.is-highlight:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-light), var(--_themes---tokens--foreground) 5%);
}

.blog-card.animate-symbol-rotate {
  border-radius: .5rem;
}

.photo-container {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-card-text-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blog-card-text-container.is-highlight {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.title-container {
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.title-container.is-services-card {
  font-size: var(--_typography---font-sizes--heading-3);
  line-height: 1;
  font-weight: var(--_typography---font-styles--body-weight);
}

.blog-card-date {
  font-family: var(--_typography---font-styles--body-type);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.card-button {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn {
  letter-spacing: .04em;
  font-size: 1rem;
  font-weight: 400;
}

.img-16x9 {
  padding-bottom: 56.25%;
  position: relative;
}

.section-header-blog {
  background-color: var(--_themes---tokens--surface-background);
  color: var(--_themes---tokens--foreground);
}

.section-header-blog.section-padding {
  padding-top: calc(var(--_ui-styles---ui-units--navbar-height)  + 1.5rem);
}

.heading-style-small {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-small);
  line-height: 1.1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.header-blog-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.header-blog-content-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.blog-content {
  color: var(--_themes---tokens--foreground-lighter);
  padding-left: 15vw;
  padding-right: 15vw;
}

.horizontal-divider {
  pointer-events: none;
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 40%, transparent);
  width: 100%;
  height: 1px;
}

.header-blog-content-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.section-header-secondary {
  background-color: var(--_themes---tokens--surface-background);
  width: 100%;
  color: var(--_themes---tokens--foreground);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header-secondary.section-padding {
  padding-top: calc(var(--_ui-styles---ui-units--padding-global-vertical)  + 9rem);
}

.header-secondary-content {
  width: 100%;
  max-width: var(--_ui-styles---ui-units--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-style-xlarge {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--headign-extra-large);
  line-height: 1.1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.02em;
}

.img-2x3 {
  padding-bottom: 150%;
  position: relative;
}

.default-content {
  color: var(--_themes---tokens--foreground-lighter);
  padding-right: 25vw;
}

.navbar-color-background {
  background-color: var(--_themes---tokens--surface-background);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.heading-style-large {
  margin-top: var(--_typography---font-styles--heading-trim-top);
  margin-bottom: var(--_typography---font-styles--heading-trim-bottom);
  font-family: var(--_typography---font-styles--heading-type);
  font-size: var(--_typography---font-sizes--heading-large);
  line-height: 1.1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: -.01em;
}

.symbol-decoration-element {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.symbol-element {
  width: 33.75vw;
  color: var(--_themes---tokens--foreground-10);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: -3.75vw;
}

.symbol-element.is-header {
  width: 67.5vw;
  position: absolute;
  inset: auto -32.75vw -25.5vw auto;
}

.service-contact-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--surface-background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  color: var(--_themes---tokens--foreground);
  flex-direction: column;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
}

.modal_dialog {
  z-index: 1010;
  cursor: auto;
  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-css {
  display: none;
}

.modal_inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding: clamp(1rem, .428571rem + 2.85714vw, 3rem);
  display: flex;
}

.modal_inner.is-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2rem;
}

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

.modal_content {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  width: 100%;
  max-width: 50rem;
  color: var(--_themes---tokens--foreground);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal_content.is-bottom {
  background-color: var(--_themes---tokens--foreground);
  max-width: 37.5rem;
  color: var(--_themes---tokens--surface-background);
  text-align: left;
  margin-right: 0;
}

.background-color {
  background-color: var(--_themes---tokens--surface-background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.modal_scroll.is-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.modal_close {
  z-index: 2;
  color: var(--_themes---tokens--foreground);
  align-self: flex-end;
  position: sticky;
  inset: 0 auto auto 0%;
}

.modal_close.is-bottom {
  color: var(--_themes---tokens--surface-background);
  align-self: auto;
}

.button_close_wrap {
  aspect-ratio: 1;
  border-top-left-radius: var(--_ui-styles---ui-units--button-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--button-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--button-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--button-radius);
  vertical-align: middle;
  background-color: #0000;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: inline-flex;
  position: relative;
}

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

.modal-top {
  flex-flow: column;
  display: flex;
}

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

.typography-heading-color {
  color: inherit;
}

.form-container-card {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.form-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.form-field {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  width: 100% !important;
}

.input {
  flex-flow: column;
  display: flex;
  margin-right: 0 !important;
}

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

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

.embed-js {
  display: none;
}

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

.form_main_field {
  letter-spacing: 0;
  ---mode--collection-b7222b48-79c4-934f-5073-fc41f016b656: mode-5208c5a5-0de0-01a0-a3b6-bcbe489ecc38;
  width: 100%;
  height: 3rem;
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  appearance: none;
  border-style: solid;
  border-width: 0 0 .094rem;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-bottom-color: color-mix(in srgb, #1f1d1e33 calc(100% * 1), #1f1d1e calc(100% * 0));
  background-color: #0000;
  border-radius: 0;
  outline-style: none;
  margin-bottom: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: clamp(1rem, .964286rem + .178571vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.form_main_field::placeholder {
  color: #1f1d1e99;
}

.display-none {
  display: none;
}

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

.service-card-old {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-card-img {
  height: 22.5rem;
  position: relative;
}

.service-card-text-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.program-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--_themes---tokens--foreground-10);
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  transition: background-color .2s, padding .2s;
  display: grid;
}

.program-card:hover {
  background-color: var(--_themes---tokens--foreground-10);
  padding-left: .75rem;
  padding-right: .75rem;
}

._404-element {
  justify-content: flex-start;
  align-items: center;
  max-width: 23.75rem;
  display: flex;
}

.navbar-link-2 {
  width: 100%;
  font-size: var(--_typography---font-sizes--heading-1);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-link-2:hover, .navbar-link-2.w--current {
  color: var(--_themes---tokens--foreground-highlight);
  font-style: italic;
}

.listing-pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 3rem;
  display: grid;
}

.listing-pagination-page-count {
  margin-top: 0;
}

.listing-pagination-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--_themes---tokens--foreground);
  background-color: var(--_themes---tokens--surface-background);
  color: var(--_themes---tokens--foreground);
  text-align: center;
  letter-spacing: .04em;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.listing-pagination-button:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background), var(--_themes---tokens--foreground) 10%);
}

.empty-state {
  background-color: var(--_themes---tokens--surface-light);
  color: var(--_themes---tokens--foreground);
}

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

.pilar-dropdown-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-left: 10vw;
  display: flex;
}

.pilares-card {
  width: 100%;
  padding: 2rem var(--_ui-styles---ui-units--padding-global-horizontal);
  border-bottom: 1px solid var(--_themes---tokens--foreground-10);
  color: var(--_themes---tokens--foreground);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.highlighted-text {
  font-family: var(--_typography---font-styles--highlight-type);
  color: var(--_themes---tokens--foreground-highlight);
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
  line-height: .7;
}

.rl-styleguide_subheading-2 {
  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;
}

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

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

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

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

.main-container {
  width: 100%;
  max-width: var(--_ui-styles---ui-units--max-width);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--_themes---tokens--foreground);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.language-dropdown-toggle {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--transparent);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--transparent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--transparent);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--transparent);
  height: 100%;
  color: var(--_themes---tokens--foreground);
  text-align: center;
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 10%, transparent);
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_themes---tokens--foreground-lighter);
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.language-dropdown-text {
  text-transform: uppercase;
  font-size: .875rem;
}

.language-dropdown-list {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--opacity--transparent);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--opacity--transparent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--opacity--transparent);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--opacity--transparent);
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: right;
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.language-container.is-inline {
  display: none;
}

.navbar-container {
  width: 100%;
  height: 100%;
  max-width: var(--_ui-styles---ui-units--max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, transparent);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: grid;
  position: relative;
}

.navbar-link {
  letter-spacing: .04em;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-weight: 500;
  text-decoration: none;
}

.navbar-link:hover {
  color: var(--_themes---tokens--foreground-highlight);
  text-decoration: underline;
}

.navbar-link.w--current {
  color: var(--_themes---tokens--foreground-highlight);
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.nav-link-background {
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background), var(--colors--neutral-darkest) 10%);
  border-radius: .25rem;
  position: absolute;
  inset: -.5rem;
}

.navbar-dropdown-link-text {
  max-width: 100%;
  font-weight: 500;
  overflow: hidden;
}

.language-dropdown-navigation {
  background-color: #0000;
  width: 7rem;
  right: 0;
}

.language-dropdown-navigation.w--open {
  right: 0;
}

.navbar-component-fixed {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding-top: 1rem;
  padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
  padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  background-color: #0000;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-dropdown-list-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px;
  border-left-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
  border-top-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--container-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--container-radius);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-top-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
  border-right-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, transparent);
  border-bottom-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.navbar-dropdown-toggle:hover {
  color: var(--_themes---tokens--foreground-highlight);
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

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

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

.language-dropdown-link-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.language-dropdown-link {
  border-radius: var(--_ui-styles---ui-units--button-radius);
  text-align: right;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.language-dropdown-link:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
}

.language-dropdown-link.w--current {
  color: var(--_themes---tokens--foreground);
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 15%, transparent);
}

.navbar-dropdown-link {
  letter-spacing: .04em;
  text-wrap: balance;
  text-decoration: none;
  position: relative;
}

.navbar-logo-link {
  padding-left: .25rem;
}

.language-dropdown {
  height: 100%;
}

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

.rich-text-estilo:where(.w-variant-0da91182-444a-9592-f901-b5b2863c1a85) {
  font-size: var(--_typography---font-sizes--text-regular);
}

.rich-text-estilo:where(.w-variant-bced5959-37ee-7742-d5f2-e196c4d6e331) {
  font-size: var(--_typography---font-sizes--text-large);
}

.rich-text-estilo:where(.w-variant-c089d78c-76e2-ceac-8b20-fbeb346092d0) {
  font-size: var(--_typography---font-sizes--text-medium);
}

.rich-text-estilo:where(.w-variant-5a009d14-1d2e-4635-42c1-c48b71226ee3) {
  font-size: var(--_typography---font-sizes--text-small);
}

.rich-text-estilo:where(.w-variant-1735218d-1f06-2d04-dbc1-1eb9feae9786) {
  font-size: var(--_typography---font-sizes--heading-6);
}

.rich-text-estilo:where(.w-variant-ee622059-75ce-5de7-7da3-59fcb5857213) {
  font-size: var(--_typography---font-sizes--heading-5);
}

.rich-text-estilo:where(.w-variant-be558e48-6580-9bbb-4213-0de4102a4c4e) {
  font-size: var(--_typography---font-sizes--heading-4);
}

.rich-text-estilo:where(.w-variant-d4c98842-029a-89c6-1abd-b9e7380c8b28) {
  font-size: var(--_typography---font-sizes--heading-3);
}

.rich-text-estilo:where(.w-variant-975ec692-e54d-b250-6dbd-d46fbf5786b5) {
  font-size: var(--_typography---font-sizes--heading-2);
}

.rich-text-estilo:where(.w-variant-14d5c523-3163-69f1-e587-de4f09170380) {
  font-size: var(--_typography---font-sizes--heading-1);
}

.rich-text-estilo em {
  font-family: var(--_typography---font-styles--highlight-type);
  color: var(--_themes---tokens--foreground-highlight);
  font-size: 1.3em;
  line-height: .7;
}

.rich-text-estilo h1, .rich-text-estilo h2 {
  letter-spacing: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: .75em;
}

.rich-text-estilo h3 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: .75em;
}

.rich-text-estilo h4, .rich-text-estilo h5, .rich-text-estilo h6 {
  letter-spacing: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: .75em;
}

.rich-text-estilo p {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-bottom: .75rem;
}

.rich-text-estilo ul {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.hero-text-protect {
  background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 90%, var(--opacity--transparent));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-mask-image: linear-gradient(#0000 50%, #000 100%);
  mask-image: linear-gradient(#0000 50%, #000 100%);
}

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

.dropdown-chevron.is-filter {
  width: 1.5rem;
  height: 1.5rem;
}

.menu-text-protect {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-mask-image: linear-gradient(#000, #0000);
  mask-image: linear-gradient(#000, #0000);
}

.pilares-image-container {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-grid-container {
  width: 100%;
  padding-right: 5vw;
}

.paragraph-grid-container.is-smaller {
  padding-right: 13vw;
}

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

.pilar-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-5);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 12.5rem;
  padding: 1.5rem 1rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.pilar-card:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--opacity--transparent);
  padding-bottom: 1rem;
}

.pilar-card:hover, .pilar-card:hover:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--_themes---tokens--foreground-10);
}

.pilar-card-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.pilar-card-icon {
  width: 3.5rem;
  height: 3.5rem;
}

.pilar-card-modal-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.card-link-area {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-bg-element {
  pointer-events: none;
  width: 30vw;
  height: 30vw;
  color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-bg-element.is-testimonials {
  right: -10%;
}

.section-bg-element.is-default-content {
  width: 45vw;
  height: 45vw;
  right: -15%;
}

.testemonial-name {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: 1rem;
  line-height: 1;
  font-weight: var(--_typography---font-styles--heading-weight);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-link-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 15rem;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-link {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--_themes---tokens--foreground-highlight);
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.footer-link.w--current {
  color: var(--_themes---tokens--foreground-highlight);
  text-decoration: underline;
}

.divider-horizontal {
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  width: 100%;
  height: 1px;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: color-mix(in srgb, var(--_themes---tokens--foreground) 30%, transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.footer-bottom-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.footer-link-header {
  line-height: 1.4;
  text-decoration: none;
}

.footer-link-header:hover, .footer-link-header.w--current {
  color: var(--_themes---tokens--foreground-highlight);
}

.footer-legal-link {
  font-size: .833rem;
  text-decoration: none;
}

.footer-legal-link:hover, .footer-legal-link.w--current {
  text-decoration: underline;
}

.footer-menu-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer {
  background-color: var(--_themes---tokens--surface-background);
}

.footer-middle {
  grid-column-gap: 8.75vw;
  grid-row-gap: 8.75vw;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-link-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-credit-text {
  font-size: .833rem;
}

.footer-middle-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header-secondary-subtitle {
  width: 50%;
}

.section-image-divider {
  background-color: var(--_themes---tokens--surface-background);
  height: 40vw;
  position: relative;
  overflow: hidden;
}

.grid-values {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-values.is-2-col {
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.values-card {
  grid-row-gap: 2.5rem;
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.about-logo-top-container {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.logo-card {
  grid-row-gap: .75rem;
  border: 1px solid var(--_themes---tokens--foreground-10);
  border-radius: var(--_ui-styles---ui-units--container-radius);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

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

.team-card {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-photo {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-10);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card-plus-container {
  grid-column-gap: 8px;
  background-color: var(--_themes---tokens--surface-background);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto .5rem .5rem auto;
}

.team-card-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-card-name {
  width: 100%;
  font-size: var(--_typography---font-sizes--heading-4);
  line-height: 1;
}

.team-detail-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .76fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-detail-info-bottom {
  grid-column-gap: .75rem;
  width: 100%;
  top: calc(var(--_ui-styles---ui-units--navbar-height)  + 2rem);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.team-detail-info-where {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.team-detail-clinics {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.place-pill {
  letter-spacing: .04em;
  border: 1px solid;
  border-radius: 20rem;
  flex: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.team-detail-info {
  grid-row-gap: .75rem;
  flex-direction: column;
  flex: 1;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-list-pagination {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.pagination1_page-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section-title-wrapper {
  z-index: 1;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.pagination-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-left-radius: var(--_ui-styles---ui-units--button-radius);
  border-top-right-radius: var(--_ui-styles---ui-units--button-radius);
  border-bottom-left-radius: var(--_ui-styles---ui-units--button-radius);
  border-bottom-right-radius: var(--_ui-styles---ui-units--button-radius);
  border: 1px solid;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5rem;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.pagination-button:hover {
  background-color: #c8c6af0d;
}

.pagination-button.is-next {
  justify-content: flex-end;
}

.pagination-button.is-previous {
  justify-content: flex-start;
}

.pagination-page-button {
  color: inherit;
  border: 1px solid;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.pagination-page-button:hover {
  background-color: #c8c6af0d;
}

.pagination-page-button.is-active {
  background-color: var(--_themes---tokens--foreground);
  color: var(--_themes---tokens--surface-background);
}

.filters-form-radio {
  border-radius: var(--_ui-styles---ui-units--button-radius);
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem;
  display: inline-block;
  position: relative;
}

.dropdown-filter-toggle {
  grid-column-gap: .5rem;
  border-bottom: 1px solid var(--_themes---tokens--foreground-10);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 0 .5rem;
  display: flex;
}

.dropdown-filter-item-text-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.filters-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-filter-component {
  margin-left: 0;
  margin-right: 0;
}

.form_icon-wrapper {
  position: absolute;
  inset: auto 0 auto auto;
}

.filters1_form-radio2 {
  color: #2a2d34;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem;
  display: inline-block;
  position: relative;
}

.text-size-small-3 {
  letter-spacing: -.01em;
  font-size: .875rem;
}

.filter-group {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 15.5rem;
}

.filters-search {
  flex-flow: column;
  width: 100%;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.dropdown-filter-list {
  border: 1px solid var(--_themes---tokens--foreground-10);
  background-color: var(--_themes---tokens--surface-background);
}

.dropdown-filter-list.w--open {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--surface-background);
  margin-top: .5rem;
}

.active-filter-text {
  letter-spacing: -.01em;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
}

.form-wrapper {
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-5);
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.location-card {
  grid-row-gap: 1rem;
  border: 1px solid var(--_themes---tokens--foreground-10);
  border-radius: var(--_ui-styles---ui-units--container-radius);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.location-card-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.location-link {
  border-radius: var(--_ui-styles---ui-units--button-radius);
  background-color: var(--_themes---tokens--foreground-5);
  padding: .25rem;
}

.blog-detail-content-bottom {
  padding-top: var(--_ui-styles---ui-units--padding-global-vertical);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.blog-post-share-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.blog-post-social-link {
  opacity: .6;
  border: 1px solid;
  border-radius: .25rem;
  padding: .25rem;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.blog-post-social-link:hover {
  opacity: 1;
}

.services-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.services-card:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--opacity--transparent);
  padding-bottom: 1rem;
}

.services-card:hover, .services-card:hover:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--_themes---tokens--foreground-10);
}

.services-card.animate-symbol-rotate {
  border-radius: .5rem;
}

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

.filters-form-radio-icon {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.filters-form-radio-icon:hover {
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  border-radius: 0;
}

.filters-form-radio-icon.w--redirected-checked {
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 15%, transparent);
  border-color: #0000;
}

.filters-form-radio-icon.w--redirected-focus {
  box-shadow: none;
  background-color: color-mix(in srgb, var(--_themes---tokens--foreground) 5%, transparent);
  margin-top: 0;
}

.filters-form-radio-label {
  z-index: 1;
  pointer-events: none;
  margin-bottom: 0;
  position: relative;
}

.filters-form {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filters-form-block {
  margin-bottom: 0;
}

.filters-form-radio-2 {
  color: #2a2d34;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem;
  display: inline-block;
  position: relative;
}

.input-search-wrapper {
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.programs-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.programs-card:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--opacity--transparent);
  padding-bottom: 1rem;
}

.programs-card:hover, .programs-card:hover:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70) {
  background-color: var(--_themes---tokens--foreground-10);
}

.programs-card.animate-symbol-rotate {
  border-radius: .5rem;
}

.services-category {
  font-family: var(--_typography---font-styles--heading-type);
  font-size: 11px;
  line-height: 1;
  font-weight: var(--_typography---font-styles--body-weight);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.header-primary-content-left-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.service-detail-sticky-block {
  top: calc(var(--_ui-styles---ui-units--navbar-height)  + 1rem);
  grid-row-gap: .75rem;
  background-color: var(--_themes---tokens--surface-background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 62.5%;
  color: var(--_themes---tokens--foreground);
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: sticky;
}

.service-contact-card-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.service-contact-card-available-item {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: var(--_themes---tokens--foreground-5);
  border-radius: 10rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding: .25rem .75rem .25rem .25rem;
  text-decoration: none;
  display: grid;
}

.service-contact-card-available-item-image {
  background-color: var(--_themes---tokens--foreground-5);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}

.service-contact-card-available-item-text {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.service-contact-card-available-item-places {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  flex: 0 auto;
  text-decoration: none;
  display: flex;
}

.service-contact-card-available-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.services-content-block {
  grid-row-gap: 2.5rem;
  border-radius: var(--_ui-styles---ui-units--container-radius);
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  width: 100%;
  padding: 2rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.services-content-block-item {
  grid-column-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.services-content-block-item-number {
  background-color: var(--_themes---tokens--foreground-highlight);
  width: 2rem;
  color: var(--_themes---tokens--surface-background);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  text-decoration: none;
  display: flex;
}

.services-content-block-item-text {
  grid-row-gap: 12px;
  width: 100%;
  color: var(--_themes---tokens--foreground-lighter);
  flex-direction: column;
  padding-top: 4px;
  text-decoration: none;
  display: flex;
}

.events-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_themes---tokens--foreground-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.events-card:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70), .events-card:where(.w-variant-89cc0f92-1df0-b54a-388b-c71d262906d3) {
  background-color: var(--opacity--transparent);
  padding-bottom: 1rem;
}

.events-card:hover, .events-card:hover:where(.w-variant-3ecd167a-b20a-39fa-d498-da11acbced70), .events-card:hover:where(.w-variant-89cc0f92-1df0-b54a-388b-c71d262906d3) {
  background-color: var(--_themes---tokens--foreground-10);
}

.events-card.animate-symbol-rotate {
  border-radius: .5rem;
}

.events-date-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.events-date {
  grid-column-gap: 8px;
  background-color: var(--_themes---tokens--foreground-5);
  border-radius: 360px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.events-place-container {
  grid-row-gap: .75rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.footer-menu-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-link-wrapper-2 {
  flex: 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-social-links {
  opacity: .6;
  color: #fafaf9;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-social-links:hover {
  opacity: 1;
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---font-styles--body-type: "Inter Tight", sans-serif;
    --_typography---font-styles--body-weight: 400;
    --_typography---font-styles--heading-trim-top: calc(-.5lh + .4em);
    --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .38em);
    --_typography---font-styles--heading-type: "Inter Tight", sans-serif;
    --_typography---font-sizes--heading-1: 2.5rem;
    --_typography---font-styles--heading-weight: 300;
    --_typography---font-sizes--heading-2: 2.0625rem;
    --_typography---font-sizes--heading-3: 1.75rem;
    --_typography---font-sizes--heading-4: 1.4375rem;
    --_typography---font-sizes--heading-5: 1.1875rem;
    --_typography---font-sizes--heading-6: 1.125rem;
    --_typography---font-sizes--text-large: 1.4375rem;
    --_typography---font-sizes--text-small: .8rem;
    --_typography---font-sizes--text-medium: 1.1875rem;
    --_typography---font-sizes--text-tiny: .64rem;
    --_typography---font-sizes--text-regular: 1rem;
    --_typography---font-styles--highlight-type: "Instrument Serif", "Times New Roman", sans-serif;
    --_typography---font-sizes--heading-huge: 5rem;
    --_typography---font-sizes--heading-small: 3rem;
    --_typography---font-sizes--headign-extra-large: 4.3125rem;
    --_typography---font-sizes--heading-large: 3.5625rem;
    --_ui-styles---ui-units--button-radius: var(--_ui-styles---radius--small);
    --_ui-styles---ui-units--container-radius: var(--_ui-styles---radius--small);
    --_ui-styles---ui-units--padding-global-horizontal: 4rem;
    --_ui-styles---ui-units--max-width: 105.625rem;
    --_ui-styles---ui-units--padding-global-vertical: 5rem;
    --_ui-styles---ui-units--navbar-height: 82px;
    --_ui-styles---radius--large: 0px;
    --_ui-styles---radius--medium: 0px;
    --_ui-styles---radius--small: .25rem;
    --_ui-styles---stroke--border-width: 1px;
    --_ui-styles---stroke--divider-width: 1px;
  }

  .footer-left-old {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .footer-main-menu-old {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .section-header-secondary {
    padding-top: calc(80px + 10rem);
  }

  .footer-menu-wrapper {
    grid-column-gap: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .section-header-primary.is-smaller {
    min-height: 45rem;
  }

  .footer-main-container-old {
    justify-content: space-between;
  }

  .footer-main-menu-old {
    position: relative;
  }

  .footer-menu-primary-old {
    margin-bottom: 0;
    padding-left: 0;
  }

  .default-content {
    padding-right: 35rem;
  }
}

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

  .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: 6rem;
    padding-bottom: 6rem;
  }

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

  .portfolio23_item {
    padding: 2rem;
  }

  .navbar-menu-v1 {
    position: absolute;
    overflow: auto;
  }

  .menu-icon {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar-menu-container {
    grid-template-columns: .65fr 1fr;
  }

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

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

  .navbar-dropdown-list-v1 {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown-list-v1.w--open {
    align-items: flex-start;
  }

  .navbar-dropdown-link-list {
    position: relative;
  }

  .navbar-dropdown-link-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-header-primary {
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  }

  .section-header-primary.is-smaller {
    min-height: 50vh;
  }

  .header-primary-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-header-sentence {
    padding: 2rem;
  }

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

  .grid-container.is-170-100 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-container.is-services {
    grid-template-columns: 1fr .75fr;
    padding-right: 0;
  }

  .grid-container.is-appointments {
    grid-template-columns: minmax(200px, 1fr) 1.25fr;
  }

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

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

  .grid-right.is-team {
    padding-right: 0;
  }

  .slider-main_component.is-testimonial {
    position: relative;
  }

  .swiper-slide.is-testimonial {
    width: calc(50% - 6px);
  }

  .swiper-bottom-container.is-testimonial {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .slider-buttons-container.is-testimonial {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .footer-old {
    background-image: none;
  }

  .footer-main-container-old {
    flex-flow: column;
    justify-content: flex-start;
  }

  .velcro-bg {
    display: none;
  }

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

  .blog-card-text-container.is-highlight {
    padding: 0;
  }

  .section-header-blog {
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-bottom: var(--_ui-styles---ui-units--padding-global-vertical);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  }

  .header-blog-content-left {
    padding-right: 0;
  }

  .blog-content {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .default-content {
    padding-right: 10vw;
  }

  .service-contact-card {
    padding: 1.25rem;
  }

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

  .service-card-img {
    height: 15rem;
  }

  .program-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-menu-main-link-wrapper {
    width: 100%;
  }

  .language-dropdown-toggle {
    display: none;
  }

  .navbar-menu {
    padding-top: 2rem;
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-bottom: 2.5rem;
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
    background-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, transparent);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    justify-content: center;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    height: calc(100dvh - var(--_ui-styles---ui-units--navbar-height)  - 1rem);
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
  }

  .language-dropdown-list {
    border-top-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
    border-right-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
    border-bottom-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
    border-left-color: color-mix(in srgb, var(--_themes---tokens--surface-background) 95%, var(--_themes---tokens--foreground) 10%);
    flex-flow: row;
    margin-top: 0;
  }

  .language-container {
    display: none;
  }

  .language-container.is-inline {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

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

  .language-dropdown-navigation {
    width: auto;
    display: flex;
    position: static;
    right: auto;
  }

  .navbar-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-button {
    padding: .5rem;
  }

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

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

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

  .language-dropdown {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-menu-primary {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-grid-container.is-smaller {
    padding-right: 5vw;
  }

  .pilares-grid {
    flex-flow: column;
    display: flex;
  }

  .pilar-card.animate-symbol-rotate {
    min-height: 10rem;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-list {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-bottom-left {
    flex-flow: column-reverse;
  }

  .footer-menu-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-middle {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-center {
    order: -9999;
  }

  .values-card, .logo-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .team-detail-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-detail-info-bottom {
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .filters-search {
    max-width: none;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .location-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .filters-form {
    border-style: none;
  }

  .filters-form-block {
    z-index: 999;
    max-width: 100%;
  }

  .input-search-wrapper {
    max-width: none;
  }

  .service-detail-sticky-block {
    width: 100%;
  }

  .footer-menu-social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-social-links {
    font-size: 24px;
  }
}

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

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

  .portfolio23_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

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

  .navbar-logo-link-old {
    padding-left: 0;
  }

  .navbar-menu-button-v1 {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-top-button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-menu-container {
    flex-flow: column;
    display: flex;
  }

  .navbar-menu-left {
    display: none;
  }

  .navbar-dropdown-toggle-v1 {
    white-space: normal;
  }

  .navbar-link-v1 {
    padding-right: 1rem;
  }

  .section-header-primary.is-smaller {
    min-height: 50vh;
  }

  .header-primary-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-primary-content-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-header-sentence {
    max-width: none;
  }

  .symbol-24.is-header-sentence {
    top: .5rem;
    right: .5rem;
  }

  .primary-main-container.gap-64 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-container {
    flex-flow: column;
    display: flex;
  }

  .grid-container.is-services {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-right.is-team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid-right.is-related {
    justify-content: center;
    align-items: flex-start;
  }

  .pilares-card-home {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .testimonial-slide-card {
    padding: 1.5rem;
  }

  .slide-quote {
    top: .5rem;
    left: .5rem;
  }

  .contact-banner-card {
    grid-row-gap: 4rem;
    width: 50%;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-ornament-image-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-main-container-old {
    display: flex;
  }

  .footer-left-old {
    border-right-style: none;
  }

  .footer-right-old {
    width: 100%;
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom-container-old {
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  }

  .links-bottom-left-old, .links-bottom-right-old {
    width: 50%;
  }

  .footer-menu-secondary {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .btn-footer-main-old {
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
  }

  .footer-center-old {
    padding-right: var(--_ui-styles---ui-units--padding-global-horizontal);
    padding-left: var(--_ui-styles---ui-units--padding-global-horizontal);
    border-right-style: none;
  }

  .blog-card.is-highlight {
    padding-bottom: 1rem;
    display: flex;
  }

  .header-blog-content {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .header-blog-content-left {
    padding-right: 0;
  }

  .blog-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header-blog-content-right {
    order: -9999;
  }

  .section-header-secondary.section-padding {
    padding-top: calc(var(--_ui-styles---ui-units--padding-global-vertical)  + 6rem);
  }

  .header-secondary-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .default-content {
    padding-right: 5vw;
  }

  .symbol-element {
    width: 50vw;
  }

  .service-contact-card {
    max-width: none;
    padding: 1.5rem;
  }

  .modal_scroll {
    padding: var(--_ui-styles---ui-units--padding-global-horizontal);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

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

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

  .services-grid {
    grid-column-gap: 1rem;
  }

  .service-card-text-container {
    grid-row-gap: 1rem;
  }

  .program-card {
    grid-template-columns: 8rem 1fr auto;
  }

  .navbar-link-2 {
    padding-right: 1rem;
  }

  .listing-pagination {
    display: flex;
  }

  .listing-pagination-page-count {
    display: none;
  }

  .pilares-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-menu.is-page-height-tablet {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 6rem;
  }

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

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

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

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

  .hero-text-protect {
    -webkit-mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
    mask-image: linear-gradient(0deg, #000 40%, #0000 60%);
  }

  .pilares-image-container {
    padding-bottom: 56.25%;
  }

  .paragraph-grid-container.is-smaller {
    padding-right: 13vw;
  }

  .footer-bottom-right {
    width: 100%;
  }

  .footer-legal-list {
    grid-auto-flow: row;
  }

  .footer-menu-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .header-secondary-subtitle {
    width: 80%;
  }

  .grid-values {
    flex-flow: column;
    display: flex;
  }

  .values-card, .logo-card {
    grid-row-gap: 1.5rem;
  }

  .team-detail-grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .team-detail-info {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .pagination1_page-button-wrapper {
    display: none;
  }

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

  .filter-group {
    width: 100%;
    max-width: none;
  }

  .filters-search {
    flex: 0 auto;
  }

  .location-card {
    grid-row-gap: 1.5rem;
  }

  .filters-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .input-search-wrapper {
    flex: 0 auto;
  }

  .service-detail-sticky-block {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-styles--body-type: "Inter Tight", sans-serif;
    --_typography---font-styles--body-weight: 400;
    --_typography---font-styles--heading-trim-top: calc(-.5lh + .4em);
    --_typography---font-styles--heading-trim-bottom: calc(-.5lh + .38em);
    --_typography---font-styles--heading-type: "Inter Tight", sans-serif;
    --_typography---font-sizes--heading-1: 2.0625rem;
    --_typography---font-styles--heading-weight: 300;
    --_typography---font-sizes--heading-2: 1.75rem;
    --_typography---font-sizes--heading-3: 1.4375rem;
    --_typography---font-sizes--heading-4: 1.1875rem;
    --_typography---font-sizes--heading-5: 1.125rem;
    --_typography---font-sizes--heading-6: 1rem;
    --_typography---font-sizes--text-large: 1.4375rem;
    --_typography---font-sizes--text-small: .8rem;
    --_typography---font-sizes--text-medium: 1.1875rem;
    --_typography---font-sizes--text-tiny: .64rem;
    --_typography---font-sizes--text-regular: 1rem;
    --_typography---font-styles--highlight-type: "Instrument Serif", "Times New Roman", sans-serif;
    --_typography---font-sizes--heading-huge: 4.3125rem;
    --_typography---font-sizes--heading-small: 2.5rem;
    --_typography---font-sizes--headign-extra-large: 3.5625rem;
    --_typography---font-sizes--heading-large: 3rem;
    --_ui-styles---ui-units--button-radius: var(--_ui-styles---radius--small);
    --_ui-styles---ui-units--container-radius: var(--_ui-styles---radius--small);
    --_ui-styles---ui-units--padding-global-horizontal: 1.25rem;
    --_ui-styles---ui-units--max-width: 105.625rem;
    --_ui-styles---ui-units--padding-global-vertical: 3rem;
    --_ui-styles---ui-units--navbar-height: 82px;
    --_ui-styles---radius--large: 0px;
    --_ui-styles---radius--medium: 0px;
    --_ui-styles---radius--small: .25rem;
    --_ui-styles---stroke--border-width: 1px;
    --_ui-styles---stroke--divider-width: 1px;
  }

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

  .navbar-logo-link-old {
    width: 50%;
  }

  .navbar-menu-button-v1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .section-primary.is-contact-banner {
    min-height: 70dvh;
  }

  .swiper-slide.is-testimonial {
    width: 100%;
  }

  .swiper-bottom-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-buttons-container.is-testimonial {
    bottom: 1rem;
    right: 1rem;
  }

  .contact-banner-card {
    grid-row-gap: 3rem;
    width: 100%;
    max-width: none;
  }

  .footer-main-container-old {
    flex-direction: column;
  }

  .footer-right-old {
    width: 100%;
    padding-top: 1rem;
  }

  .footer-bottom-container-old {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .row-botom-old {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .links-bottom-left-old {
    width: 100%;
  }

  .links-bottom-right-old {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-menu-secondary {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .footer-center-old {
    width: 100%;
  }

  .listing-grid {
    flex-flow: column;
    display: flex;
  }

  .blog-card.is-highlight {
    display: flex;
  }

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

  .default-content {
    padding-right: 0;
  }

  .symbol-element {
    width: 60vw;
  }

  .service-contact-card {
    width: 100%;
  }

  .services-grid {
    flex-flow: column;
    display: flex;
  }

  .program-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    transition-property: none;
    display: flex;
  }

  .program-card:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-pagination {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .paragraph-grid-container {
    padding-right: 0;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .header-secondary-subtitle {
    width: 100%;
  }

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

  .team-detail-info {
    display: flex;
  }

  .filters-left {
    flex-flow: column;
  }

  .related-grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_7f6b0fe6-6d58-6b6c-4703-25abf1335836-f1335833, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7336-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_54b9580e-a815-b667-d647-5b272888910e-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54b9580e-a815-b667-d647-5b272888910f-8f57dba4 {
  justify-self: start;
}

#w-node-_54b9580e-a815-b667-d647-5b2728889111-8f57dba4, #w-node-_8b24f991-fa59-bfe9-708c-b09a950b8254-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b24f991-fa59-bfe9-708c-b09a950b8255-8f57dba4 {
  justify-self: start;
}

#w-node-e90f0753-c09f-366f-7dfa-db832d682c2e-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e90f0753-c09f-366f-7dfa-db832d682c2f-8f57dba4 {
  justify-self: start;
}

#w-node-e283d2c9-bad9-0618-aa04-f65c4ad4a456-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e283d2c9-bad9-0618-aa04-f65c4ad4a457-8f57dba4 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1a6-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1a7-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1ab-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1ac-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1b0-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1b1-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1b5-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1b6-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1ba-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1bb-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1bf-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1c0-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1c4-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1c5-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1c9-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1ca-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1ce-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1cf-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1d3-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1d4-8f57dba4 {
  justify-self: start;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1d8-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0fa834-3282-dd6f-172d-047092c9c1d9-8f57dba4 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-dbda6f45-c586-efdf-334f-f9b66cb2edfa-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbda6f45-c586-efdf-334f-f9b66cb2edfb-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd747b-8f57dba4, #w-node-_2f0a2c04-bf98-e99c-ca66-dfbb2aff4ee9-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7492-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7493-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7763-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7769-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd776c-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776d-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd776f-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7771-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7772-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7776-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7777-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777b-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd777c-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7780-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7781-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7785-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7786-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778a-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778b-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd778f-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7790-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7794-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7795-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7799-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779a-8f57dba4 {
  justify-self: start;
}

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

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779e-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd779f-8f57dba4 {
  justify-self: start;
}

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

#w-node-_5dfe0b02-1734-0b3f-e708-deccf7384ed1-8f57dba4, #w-node-_5dfe0b02-1734-0b3f-e708-deccf7384ed6-8f57dba4, #w-node-_5dfe0b02-1734-0b3f-e708-deccf7384edb-8f57dba4, #w-node-_5dfe0b02-1734-0b3f-e708-deccf7384ee0-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77a6-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77aa-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ac-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77af-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77b4-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77b9-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77be-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77c3-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ca-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cb-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77cd-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ce-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d0-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d1-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d3-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d4-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d6-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d7-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77d9-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77da-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dc-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77dd-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77df-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e0-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e2-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e3-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e5-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e6-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e8-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77e9-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77eb-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ec-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ee-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77ef-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f1-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f2-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f4-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f5-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f7-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77f8-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fa-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fb-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fd-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd77fe-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7800-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7801-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7803-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7804-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7806-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7807-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7809-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780a-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd780c-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780d-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd780f-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7810-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7812-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7813-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7815-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7816-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7818-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7819-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781b-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781c-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd781e-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd781f-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7821-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7822-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7827-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782b-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd782d-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7830-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7835-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783a-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd783f-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7844-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784b-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784c-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd784e-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd784f-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7851-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7852-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7854-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7855-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7857-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7858-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785a-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785b-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd785d-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd785e-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7860-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7861-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7863-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7864-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7866-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7867-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7869-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786a-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd786c-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786d-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd786f-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7870-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7872-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7873-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7875-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7876-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7878-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7879-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787b-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787c-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd787e-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd787f-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7881-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7882-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7884-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7885-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7887-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7888-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788a-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788b-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd788d-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd788e-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7890-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7891-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7893-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7894-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7896-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7897-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd7899-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789a-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd789c-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789d-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd789f-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a0-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a2-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a3-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78a8-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ab-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ac-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ae-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78af-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b1-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b2-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b4-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b5-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b7-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78b8-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ba-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bb-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78bd-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78be-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c0-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c1-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c3-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c4-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c6-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c7-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78c9-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ca-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cc-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cd-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78cf-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d0-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d2-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d3-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d5-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d6-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d8-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78d9-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78db-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78dc-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78de-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78df-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e1-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e2-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e4-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e5-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e7-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78e8-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd78ea-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd78eb-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79dd-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e1-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e2-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e6-8f57dba4, #w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e8-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79e9-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ed-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79ee-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f2-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f3-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f7-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79f8-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fc-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd79fd-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a01-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a02-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a06-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a07-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0b-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a0c-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a10-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a11-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a15-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a16-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a19-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1a-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1e-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a1f-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a23-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a24-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a28-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a29-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2d-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a2e-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a32-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a33-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a37-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a38-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3c-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a3d-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a41-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a42-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a46-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a47-8f57dba4 {
  justify-self: start;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4b-8f57dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68cfd195-a53c-4273-2590-dc0c13fd7a4c-8f57dba4 {
  justify-self: start;
}

#w-node-f42d3c72-c2a9-e0c1-4c3e-433a806e2f36-cf6a0a30, #w-node-_1dec7982-3856-fe25-7701-1328fa64bd62-cf6a0a30, #w-node-d83ccf54-c07b-0bec-2d89-589c16e12170-d22358d4, #w-node-_14c039ca-7a88-5a5e-eea6-6174ddb7828d-d22358d4, #w-node-_66101efc-ca4e-1f1b-54da-5f15d8dc1a67-d22358d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cfb0800-3167-c5ed-4264-7c8b2b71f011-460ab8b3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4cfb0800-3167-c5ed-4264-7c8b2b71f012-460ab8b3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_81f66fc7-d632-344b-737e-cd9c6030362b-6bf697aa, #w-node-_81f66fc7-d632-344b-737e-cd9c6030362b-67d61929, #w-node-_0bc83041-0d78-0674-8e72-ccee91074793-baa9ad85, #w-node-_1cee8320-5811-841a-53ce-da15ce8698b5-5ed1cc44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7f6b0fe6-6d58-6b6c-4703-25abf133588e-f1335833 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7f6b0fe6-6d58-6b6c-4703-25abf133588f-f1335833 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f6b0fe6-6d58-6b6c-4703-25abf133588e-f1335833 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Italic.woff2') format('woff2'), url('../fonts/InstrumentSerif-Italic.eot') format('embedded-opentype'), url('../fonts/InstrumentSerif-Italic.woff') format('woff'), url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}