:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--brand-light: var(--brand--200);
  --brand--200: #ebd2bd;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: var(--brand--white);
  --brand--500: #c77148;
  --button--default: var(--brand--600-main);
  --brand--100: #f6eade;
  --button--hover: var(--brand--700);
  --button--active: var(--brand--800);
  --brand--600-main: #b85c3d;
  --base-color-brand--off-white: #faf5f2;
  --base-color-brand--brand-bright: var(--brand--600-main);
  --base-color-brand--transparent: #fff0;
  --base-color-neutral--black: var(--brand--black);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --background-color--background-secondary: var(--base-color-brand--off-white);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-brand--brand-light);
  --text-color--text-secondary: var(--base-color-brand--brand-bright);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --brand--black: #242221;
  --base-color-neutral--75-black: #242221bf;
  --brand--white: #fbfaf9;
  --brand--300: #dfb292;
  --base-color-neutral--10-white: #fbfaf91a;
  --brand--400: #d18c66;
  --brand--700: #9a4934;
  --brand--800: #7c3c30;
  --brand--50: #fbf6f1;
  --base-color-brand--brand-mid: #d18c66;
  --base-color-brand--brand-bright-hover: var(--brand--700);
  --base-color-brand--brand-bright-dark: #9a4934;
  --base-color-neutral--40-white: #fbfaf966;
  --base-color-neutral--30-white: #fbfaf94d;
  --base-color-neutral--20-white: #fbfaf933;
  --base-color-neutral--40-black: #302e2d66;
  --base-color-neutral--30-black: #302e2d4d;
  --base-color-neutral--20-black: #302e2d33;
  --base-color-neutral--10-black: #302e2d1a;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --background-color--background-bright: var(--brand--500);
  --background-color--background-bright-hover: var(--brand--700);
  --border-color--border-secondary: var(--base-color-brand--brand-bright);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-brand--brand-bright);
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: HK Grotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.utility_component {
  background-color: var(--base-color-brand--brand-light);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  text-wrap: balance;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-h2.text-color-light {
  color: var(--brand--200);
}

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

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

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

.icon-embed-medium {
  color: var(--base-color-brand--brand-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  border: 1px solid var(--brand--500);
  background-color: var(--button--default);
  color: var(--brand--100);
  text-align: center;
  border-radius: 20rem;
  padding: .625rem 2rem;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  border-color: var(--button--hover);
  background-color: var(--button--hover);
}

.button:focus {
  border-color: var(--button--active);
  background-color: var(--button--active);
}

.button.is-link {
  color: var(--brand--600-main);
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link:hover {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

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

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

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

.button.is-secondary {
  color: var(--base-color-brand--off-white);
  font-weight: 400;
}

.button.is-secondary:hover {
  border-color: var(--base-color-brand--brand-bright);
  background-color: var(--base-color-brand--transparent);
  color: var(--brand--600-main);
}

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

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

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

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

.button.is-tertiary {
  border-color: var(--border-color--border-primary);
  background-color: var(--background-color--background-alternate);
  color: var(--base-color-brand--brand-light);
  font-weight: 400;
}

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

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  letter-spacing: .05rem;
  font-size: .75rem;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-light {
  color: var(--base-color-brand--brand-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.hero_tab-link.w--current {
  color: var(--base-color-neutral--white);
  background-color: #0000;
  overflow: hidden;
}

.hero_tab-overlay {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

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

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

.hero_tabs {
  max-height: 90rem;
  overflow: clip;
}

.hero_tab-pane {
  display: block;
  position: absolute;
  inset: 0%;
  transition: opacity 0.4s ease-out;
}

.hero_tab-pane:not(.w--current) {
  z-index: 0;
  opacity: 0;
  transition-delay: 0.4s;
}

.hero_tab-pane:not(.w--current) .hero_content-wrapper {
  transform: translate(0px, 20%);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition-delay: 0s;
  opacity: 0;
}

.hero_tab-pane.w--tab-active {
  z-index: 1;
  opacity: 1;
  transition-delay: 0s;
}

.hero_tab-pane.w--tab-active .hero_content-wrapper {
  transform: none;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition-delay: 0.4s;
  opacity: 1;
}

.hero_tab-link:not(.w--current) .tab-link_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.hero_tab-link.w--current .tab-link_overlay {
  background-color: transparent;
}

.section_hero.text-color-alternate {
  z-index: 1;
  position: relative;
}

.hero_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.hero_tab-change {
  display: none;
}

.hero_tabs-content {
  min-height: 90dvh;
  overflow: hidden;
}

.hero_tabs-menu {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  min-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 2rem 2rem;
}

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

.recent_card {
  color: var(--background-color--background-primary);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 30vw;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recent_overlay {
  position: absolute;
  inset: 0%;
}

.recent_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.recent_hover-content {
  display: none;
}

.recent_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.recent_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}

.recent_card-content.inactive {
  opacity: 0;
}

.layout423_card-content {
  opacity: 1;
  transition: opacity 0.3s;
}

.layout423_card-content.inactive {
  opacity: 0;
}

.recent_image-wrapper {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.section_recent {
  background-color: var(--base-color-brand--brand-bright);
  color: var(--text-color--text-primary);
  position: relative;
}

.hero_tab-link_image-wrapper {
  z-index: 2;
  aspect-ratio: 3 / 2;
  background-color: var(--brand--black);
  text-align: left;
  background-image: none;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
}

.hero_tab-link_image-wrapper.verulam {
  background-image: url('../images/bloom_interior-designer_st-albans_verulam-road_IMG_1046-2400_400.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hero_tab-link_image-wrapper.london {
  background-image: url('../images/bloom_interior-designer_st-albans_london-road_IMG_1328-2400_400.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.hero_tab-link_image-wrapper.cornwall {
  background-image: url('../images/bloom_interior-designer_st-albans_cornwall-road_IMG_1241-2400_400.avif');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.tab-link_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #00000080, #0000 26%);
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.tab-link_text {
  z-index: 2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.background-color-bright {
  background-color: var(--base-color-brand--brand-bright);
}

.background-color-bright-hover {
  background-color: var(--button--hover);
}

.navbar_component {
  z-index: 99;
  background-color: var(--base-color-brand--transparent);
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  position: fixed;
  top: 0;
}

.navbar_logo-link {
  padding-left: 0;
  position: absolute;
  inset: 1.5rem auto auto 0%;
}

.navbar_logo-link.w--current {
  margin-left: .5rem;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.recent_gradient {
  background-image: linear-gradient(0deg, var(--base-color-neutral--75-black), var(--base-color-brand--transparent) 33%);
  position: absolute;
  inset: 0%;
}

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

.section_header-home {
  background-color: var(--brand--black);
  color: var(--brand--white);
  position: relative;
}

.header-home_heading {
  color: var(--base-color-brand--brand-bright);
  text-wrap: balance;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
}

.services_component {
  z-index: 3;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--brand--600-main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.services_content-item {
  border: 1px solid var(--base-color-brand--brand-bright);
  background-color: var(--brand--200);
  color: var(--brand--600-main);
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 3rem;
  font-size: 1.25rem;
  position: sticky;
}

.services_content-item.content-item-2 {
  top: 32%;
}

.services_content-item.content-item-1 {
  top: 30%;
}

.services_content-item.content-item-3 {
  top: 34%;
}

.services_content-item.content-item-4 {
  top: 36%;
}

.services_content-left {
  position: sticky;
  top: 30%;
}

.section_services {
  background-color: var(--brand--200);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--brand--300), var(--base-color-brand--transparent) 40%), radial-gradient(circle farthest-corner at 0% 100%, var(--brand--300), var(--base-color-brand--transparent) 40%);
  position: relative;
}

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

.section_meet {
  background-color: var(--brand--200);
  color: var(--text-color--text-primary);
  position: relative;
}

.meet_content {
  gap: 4rem;
  display: flex;
}

.meet_content-right {
  flex: 1;
  color: var(--brand--600-main);
  padding: 2rem 0;
}

@media screen and (max-width: 991px) {
  .meet_content-right {
    padding: 0rem 0;
  }
}

.services_number-wrapper {
  background-color: var(--base-color-brand--brand-bright);
  color: var(--base-color-brand--brand-light);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  display: flex;
  overflow: hidden;
}

.testimonial1_client {
  color: var(--base-color-brand--brand-light);
}

.testimonial1_content {
  text-align: center;
}

.section_testimonial1 {
  background-color: var(--base-color-brand--brand-bright);
  color: var(--base-color-brand--off-white);
  position: relative;
}

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

.footer4_component {
  border-top: 1px solid var(--base-color-neutral--10-white);
  background-color: var(--base-color-brand--brand-bright);
  color: var(--base-color-brand--brand-light);
  position: relative;
}

.footer_logo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--brand--200);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 1.5rem;
  display: block;
  position: static;
}

.line-divider {
  background-color: var(--brand--200);
  width: 100%;
  height: 1px;
}

.footer4_link-list {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  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: stretch start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

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

.footer_top-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.star-header_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.testimonial_copy {
  font-family: IvyPresto Light, Times New Roman, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.2;
}

.background-noise {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.icon-3rem {
  width: 48px;
  height: 48px;
}

.nav-secondary_social-link {
  color: var(--brand--200);
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-secondary_social-link:hover {
  color: var(--brand--400);
}

.icon-svg {
  color: var(--brand--200);
  width: 100%;
  height: 100%;
}

.nav-secondary_social-links {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.nav-secondary_links {
  color: #fbf9fc;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: -16px;
  padding-left: 0;
}

.nav-secondary_menu-button {
  z-index: 4;
  clear: none;
  grid-column-gap: .5rem;
  background-color: var(--brand--700);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: transform .185s;
  display: flex;
  position: absolute;
  inset: 1rem .5rem auto auto;
}

.nav-secondary_menu-button:hover {
  transform: scale(1.03);
}

.nav-secondary_nav-link {
  color: var(--brand--100);
  border-radius: 1rem;
  padding: 4px 16px;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-secondary_nav-link:hover {
  background-color: var(--button--default);
  opacity: 1;
}

.nav-secondary_content {
  z-index: 3;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-secondary_link {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-secondary_menu {
  background-color: var(--brand--700);
  opacity: 0;
  border-radius: 32px;
  width: auto;
  min-width: 350px;
  padding: 24px 32px;
  display: block;
  position: absolute;
  top: .5rem;
  right: 0;
}

.section_portfolio-header {
  background-color: var(--brand--white);
  color: var(--brand--600-main);
}

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

.portfolio-header_content-left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.portfolio-header_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 1.5rem;
  display: flex;
}

.portfolio-header_content-right.max-width-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.portfolio-header_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .25rem;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.portfolio-header_image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 110%;
  position: relative;
  inset: 0%;
  overflow: clip;
}

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

.portfolio-hover-wrap {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

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

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

.portfolio-detail_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 8rem;
}

.hero_tab-content_link {
  position: absolute;
  inset: 0%;
}

.other-projects_component {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

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

.other-projects_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.other-projects_image-link {
  color: var(--brand--100);
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
}

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

.section_other-projects {
  background-color: var(--base-color-brand--brand-bright);
  color: var(--text-color--text-primary);
  position: relative;
}

.faq_accordion {
  border: 1px solid var(--brand--600-main);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.section_faq {
  background-color: var(--brand--100);
  color: var(--brand--600-main);
  position: relative;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq_answer {
  padding-left: 5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

.meet_image-wrapper {
  z-index: 3;
  flex: 1;
  background-image: url('../images/jessi-bloom-portrait_1200w.avif');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: .5rem;
  position: relative;
  overflow: clip;
}

.services_text-wrapper {
  z-index: 4;
  text-wrap: pretty;
  font-size: 1.125rem;
  position: relative;
}

.icon-embed-navbar-logo {
  color: var(--brand--700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: auto;
  display: block;
}

.icon-embed-footer-logo {
  color: var(--brand--800);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: auto;
  display: block;
}

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  position: relative;
}

.loader3_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

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

.loader3_background {
  background-color: var(--brand--600-main);
  position: absolute;
  inset: 0%;
}

.loader3_image-overlay {
  z-index: 1;
  background-color: var(--brand--600-main);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.animation_text-reveal {
  width: 100%;
  height: 100%;
}

.other-projects_text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-group_left {
  display: flex;
}

.breadcrumb-page-link {
  margin-bottom: 2rem;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  text-underline-offset: 4px;
  text-decoration: underline;
}

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

.footer_text-link {
  color: var(--brand--200);
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 1.25rem;
}

.footer_text-link_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.header-home_text {
  color: var(--brand--600-main);
  font-size: 1.275rem;
  font-weight: 400;
}

.header-home_text.animation_text-reveal {
  text-wrap: pretty;
  font-size: 1.275rem;
}

.text-style-eyebrow {
  color: var(--text-color--text-secondary);
  letter-spacing: .025rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.sketch-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.sketch-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.icon-embed-star_404 {
  color: var(--base-color-brand--brand-bright);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-home_text-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hero_tab-link {
    min-width: 8rem;
  }

  .hero_tabs {
    max-height: 64rem;
  }

  .hero_tabs-content {
    min-height: 50dvh;
  }

  .hero_tabs-menu {
    min-width: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .recent_image {
    object-fit: cover;
  }

  .recent_card {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .recent_row {
    flex-direction: column;
  }

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

  .navbar_container {
    grid-auto-columns: 1fr;
  }

  .header-home_heading {
    font-size: 3.25rem;
  }

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

  .services_content-item {
    padding: 2rem;
    font-size: 1.125rem;
  }

  .meet_content {
    gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .services_number-wrapper {
    z-index: 1;
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .footer4_link-list {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    place-items: stretch start;
    display: grid;
  }

  .testimonial_copy {
    font-size: 2.25rem;
  }

  .portfolio-header11_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .portfolio_2col, .portfolio_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .portfolio-detail_content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .meet_image-wrapper {
    order: 2;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 60vh;
    margin-top: 2rem;
  }

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

  .icon-embed-footer-logo {
    align-items: flex-start;
  }

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

  .footer_text-link_wrapper {
    flex-flow: wrap;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .text-style-tagline {
    font-size: .875rem;
  }

  .hero_tab-link {
    min-width: 0;
  }

  .hero_tab-link.w--current {
    overflow: visible;
  }

  .hero_tabs-content {
    min-height: 80dvh;
  }

  .hero_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    bottom: .5rem;
    left: .5rem;
    right: .5rem;
  }

  .recent_card {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .hero_tab-link_image-wrapper {
    aspect-ratio: 3 / 2;
    padding-bottom: .25rem;
    padding-left: .3rem;
  }

  .tab-link_text {
    font-size: .875rem;
  }

  .navbar_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_logo-link {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1rem;
    left: auto;
  }

  .navbar_logo-link.w--current {
    margin-left: auto;
  }

  .navbar_container {
    height: auto;
  }

  .header-home_heading {
    font-size: 2.4rem;
    font-weight: 300;
  }

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

  .services_content-item.content-item-2 {
    top: 22%;
  }

  .services_content-item.content-item-1 {
    margin-bottom: 1.5rem;
    top: 20%;
  }

  .services_content-item.content-item-3 {
    top: 24%;
  }

  .services_content-item.content-item-4 {
    top: 26%;
  }

  .services_content-left {
    position: static;
  }

  .meet_content {
    flex-flow: column;
  }

  .footer4_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    place-items: stretch stretch;
    margin-top: 0;
    margin-bottom: 6rem;
    padding-left: .2rem;
    display: grid;
  }

  .footer_top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 4rem;
  }

  .testimonial_copy {
    font-size: 2rem;
  }

  .nav-secondary_menu-button {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0 1rem;
  }

  .nav-secondary_content {
    inset: auto 0% 0%;
  }

  .nav-secondary_menu {
    opacity: 0;
    min-width: 0;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 48px 96px;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .portfolio-header_content-right {
    padding-top: 0;
  }

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

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

  .other-projects_image-link {
    font-size: 1rem;
  }

  .other-projects_grid-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon-embed-navbar-logo {
    height: 2rem;
  }

  .breadcrumb-page-link {
    font-size: .875rem;
  }

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

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

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

  .header-home_text {
    font-size: 1rem;
  }

  .header-home_text.animation_text-reveal {
    font-size: 1rem;
    line-height: 1.4;
  }

  .text-style-eyebrow {
    letter-spacing: .0125rem;
    font-size: .8rem;
  }

  .sketch-stack {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header-home_text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    font-family: IvyPresto Light, Times New Roman, sans-serif;
    font-weight: 300;
  }

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

  .hero_tabs {
    max-height: 96rem;
  }

  .hero_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .tab-link_text {
    font-size: .875rem;
  }

  .navbar_component {
    z-index: 98;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-home_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .header-home_heading {
    font-size: 2.25rem;
  }

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

  .footer_top-wrapper {
    align-items: flex-start;
  }

  .testimonial_copy.text-color-light {
    text-wrap: pretty;
    font-size: 1.875rem;
  }

  .nav-secondary_menu-button {
    z-index: 9999;
  }

  .nav-secondary_nav-link {
    font-size: 1.5rem;
  }

  .nav-secondary_content {
    justify-content: flex-start;
    position: absolute;
  }

  .nav-secondary_menu {
    opacity: 0;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 24px;
  }

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

  .icon-embed-footer-logo {
    height: 2.5rem;
  }

  .other-projects_text-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    line-height: 1.2;
  }

  .header-home_text.animation_text-reveal {
    text-wrap: pretty;
    line-height: 1.4;
  }

  .sketch-stack {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a97d-f1064c01, #w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a991-f1064c01, #w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a9a5-f1064c01 {
  align-self: start;
}

#w-node-c9b0bdf5-0cf1-ddb1-3eab-acca52aa6924-f1064c01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40b63ccf-4f2b-c63c-f44a-925100770ddf-f1064c01 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_953507b7-2099-9dda-c24b-d778fb55d184-f1064c01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: start;
}

#w-node-_2cbd6d62-b171-9fc2-5ae3-a79608e675ea-f1064c01 {
  grid-column: span 2 / span 2;
}

#w-node-_9a66d3d1-528f-4e48-918c-b44b051a9d88-051a9d84 {
  justify-self: start;
}

#w-node-_4cfcbcc7-8639-dbcd-fa88-7b2f80185bbf-051a9d84 {
  justify-self: end;
}

#w-node-_7275995b-7d8f-32aa-81d3-455adf474cec-051a9d84, #w-node-_279f6219-aac8-a26f-8ca1-a4060ae3f40d-051a9d84 {
  justify-self: center;
}

#w-node-_9a66d3d1-528f-4e48-918c-b44b051a9d8a-051a9d84 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f1064c08 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f1064c08 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f1064c08 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-f1064c08, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-f1064c08, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-f1064c08, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-f1064c08, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-f1064c08, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-f1064c08, #w-node-_3df0df9f-527b-d2c1-96e6-13d9de696574-f1064c08, #w-node-_3df0df9f-527b-d2c1-96e6-13d9de696577-f1064c08, #w-node-_6d036495-99f0-1716-9077-55646dfaecd9-f1064c08, #w-node-_6d036495-99f0-1716-9077-55646dfaecdc-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-f1064c08 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-f1064c08 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-f1064c08 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da7-f1064c08, #w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f1064c08, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-f1064c08, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-f1064c08 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-f1064c08, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-f1064c08, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-f1064c08 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f1064c08, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-f1064c08, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-f1064c08 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-f1064c08, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-f1064c08, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-f1064c08 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-f1064c08, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-f1064c08, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-f1064c08 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-f1064c08, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-f1064c08, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-f1064c08 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-f1064c08, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-f1064c08, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-f1064c08 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-f1064c08, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-f1064c08, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-f1064c08 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-f1064c08, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-f1064c08 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f1064c08 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f1064c08 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f1064c08, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f1064c08 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f1064c08 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f1064c08 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f1064c08 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f1064c08, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f1064c08 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f1064c08, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f1064c08, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f1064c08, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f1064c08, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f1064c08, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f1064c08, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f1064c08, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f1064c08, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f1064c08, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f1064c08, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f1064c08, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f1064c08, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f1064c08 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f1064c08, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f1064c08, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f1064c08 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f1064c08, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f1064c08, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f1064c08 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f1064c08, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f1064c08, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f1064c08 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f1064c08, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f1064c08, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f1064c08 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f1064c08, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f1064c08, #w-node-ee961e8d-845a-edc3-3307-509470022457-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f1064c08 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f1064c08, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f1064c08, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f1064c08 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f1064c08, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f1064c08, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f1064c08 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f1064c08, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f1064c08, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f1064c08 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f1064c08, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f1064c08, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f1064c08 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f1064c08, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f1064c08, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f1064c08 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f1064c08, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f1064c08, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f1064c08 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f1064c08 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f1064c08 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f1064c08 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f1064c08 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f1064c08 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f1064c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f1064c08 {
  justify-self: start;
}

#w-node-ad2ce0e8-f094-4b96-c431-c139d23feff2-ec030f8b, #w-node-ad2ce0e8-f094-4b96-c431-c139d23feff3-ec030f8b, #w-node-f4b34b2b-c734-c0d7-43e2-0fc4dace02c6-ec030f8b, #w-node-f4b34b2b-c734-c0d7-43e2-0fc4dace02c7-ec030f8b, #w-node-_85fb5b55-8510-f169-b893-17bbd47e4792-ec030f8b, #w-node-_85fb5b55-8510-f169-b893-17bbd47e4793-ec030f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a97d-ec030f8b, #w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a991-ec030f8b, #w-node-_9b8bfbaa-9d06-fbc8-70bd-90502526a9a5-ec030f8b {
  align-self: start;
}

#w-node-ad2ce0e8-f094-4b96-c431-c139d23feff2-ad5400ca, #w-node-ad2ce0e8-f094-4b96-c431-c139d23feff3-ad5400ca, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc59-6ba00db4, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc5a-6ba00db4, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc59-6e557439, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc5a-6e557439, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc59-0bcdfc2a, #w-node-e7c7e3d2-4e0f-f40d-3721-15488cd6dc5a-0bcdfc2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

  #w-node-_40b63ccf-4f2b-c63c-f44a-925100770ddf-f1064c01 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4cfcbcc7-8639-dbcd-fa88-7b2f80185bbf-051a9d84, #w-node-_7275995b-7d8f-32aa-81d3-455adf474cec-051a9d84, #w-node-_279f6219-aac8-a26f-8ca1-a4060ae3f40d-051a9d84 {
    justify-self: start;
  }

  #w-node-_9a66d3d1-528f-4e48-918c-b44b051a9d8a-051a9d84 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }


@media screen and (max-width: 767px) {
  #w-node-_40b63ccf-4f2b-c63c-f44a-925100770ddf-f1064c01 {
    order: -9999;
  }

  #w-node-_1030a72c-da78-1d57-599b-e5ffeb68954c-ad5400ca {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'IvyPresto Light';
  src: url('../fonts/IvyPrestoLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IvyPresto Light';
  src: url('../fonts/IvyPrestoLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Ensure all elements inherit the color from its parent */
body * {
color: inherit;
}
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide, .hide-tablet {
  display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width { 
width: 100%; 
white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-style: none;
overflow: -moz-scrollbars-none; 
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Animation Delay */
.delay-1 {
animation-delay: 0.1s;
}
.delay-2 {
animation-delay: 0.2s;
}
.delay-3 {
animation-delay: 0.3s;
}