@font-face {
  font-family: Barlowsemicondensed;
  src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlowsemicondensed;
  src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlowsemicondensed;
  src: url('../fonts/BarlowSemiCondensed-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlowsemicondensed;
  src: url('../fonts/BarlowSemiCondensed-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--a);
  --_typography---font-styles--body: Barlowsemicondensed, Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darker);
  --_typography---font-styles--heading: Poppins, Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: #070102;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---colors--j: #2b367a;
  --_ui-styles---radius--round: 100vw;
  --_primitives---colors--d: #5bbfda;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---colors--f: #f9cf47;
  --_primitives---colors--i: #425fa8;
  --_primitives---colors--h: #e798b9;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 1rem;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 1rem;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_ui-styles---radius--large: 1rem;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--g: #932b53;
  --_primitives---colors--c: #e89f7a;
  --_primitives---colors--e: #d54a43;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--a: #f3e4dd;
  --_primitives---colors--b: #e5764f;
  --_primitives---colors--neutral-lighter: #d9d8d9;
  --_primitives---colors--neutral-light: #b4b2b3;
  --_primitives---colors--neutral: #838080;
  --_primitives---colors--neutral-dark: #514d4d;
  --_primitives---colors--neutral-darker: #1f1a1b;
  --_primitives---colors--blue: #6ed4e7;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  overflow: clip;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-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(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.heading-style-h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--j);
  border-radius: var(--_ui-styles---radius--round);
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.button:where(.w-variant-c0862546-de12-5297-09d3-f0e1e78d7dd7) {
  color: var(--_primitives---colors--j);
  background-color: #e798b961;
  border-color: #e798b961;
}

.button:where(.w-variant-9a5a35c0-641c-cd5a-65b9-739f2e6ec34f) {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--j);
}

.button:where(.w-variant-8b96b0c1-ef91-5c29-e102-de3616f852ac) {
  border-color: var(--_primitives---colors--d);
  background-color: var(--_primitives---colors--d);
  color: var(--_primitives---colors--j);
}

.button:where(.w-variant-5ba687a2-0174-b21f-b6fe-187c83457094) {
  border-color: var(--_primitives---opacity--white-40);
  background-color: var(--_primitives---opacity--white-40);
  color: var(--_primitives---colors--j);
}

.button:where(.w-variant-6b10e5c2-1283-0f34-05e1-5c5069da7e19) {
  border-color: var(--_primitives---colors--f);
  background-color: var(--_primitives---colors--f);
  color: var(--_primitives---colors--j);
}

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

.button:hover:where(.w-variant-c0862546-de12-5297-09d3-f0e1e78d7dd7) {
  border-color: var(--_primitives---colors--h);
  background-color: var(--_primitives---colors--h);
}

.button:hover:where(.w-variant-9a5a35c0-641c-cd5a-65b9-739f2e6ec34f) {
  border-color: var(--_primitives---colors--j);
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
}

.button:hover:where(.w-variant-6b10e5c2-1283-0f34-05e1-5c5069da7e19) {
  border-color: var(--_primitives---colors--d);
  background-color: var(--_primitives---colors--d);
}

.button:hover:where(.w-variant-5ba687a2-0174-b21f-b6fe-187c83457094) {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
}

.button:hover:where(.w-variant-8b96b0c1-ef91-5c29-e102-de3616f852ac) {
  border-color: var(--_primitives---colors--f);
  background-color: var(--_primitives---colors--f);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border-radius: var(--_ui-styles---radius--round);
  color: var(--color-scheme-1--text);
  background-color: #ffffffa3;
  border: 1px solid #ffffffa3;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form_input.is-text-area {
  border-radius: 1.5rem;
  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(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

.button-group:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  justify-content: center;
  align-items: center;
}

.button-group.is-gap-40 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-group.hide-desktop {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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(--_primitives---colors--white);
}

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text h1 {
  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, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

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

.text-rich-text a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.padding-global.padding-section-large.is-cta41 {
  padding-bottom: 11rem;
}

.padding-global.padding-section-large.is-services {
  padding-bottom: 13.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

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

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

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

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

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

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

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

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

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

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

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

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

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .2s;
  display: flex;
}

.navbar3_dropdown-toggle:hover, .navbar3_dropdown-toggle.w--open {
  color: var(--_primitives---colors--d);
}

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

.navbar3_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_menu {
  color: var(--_primitives---colors--j);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  position: static;
}

.navbar3_logo {
  width: 8.25rem;
  height: 10.75rem;
  margin-top: -1.25rem;
  margin-bottom: -3.75rem;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  transition: color .2s;
}

.navbar3_link:hover, .navbar3_link.w--current {
  color: var(--_primitives---colors--d);
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_component {
  z-index: 99;
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 5.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar3_dropdown-link {
  padding: .5rem;
  transition: color .2s;
}

.navbar3_dropdown-link:hover, .navbar3_dropdown-link.w--current {
  color: var(--_primitives---colors--f);
}

.navbar3_dropdown-link.is-small {
  font-size: .875rem;
}

.navbar3_logo-link {
  z-index: 99;
  padding-left: 0;
}

.navbar3_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
}

.navbar3_button {
  border-radius: var(--_ui-styles---radius--round);
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.navbar3_button.is-secondary {
  color: var(--_primitives---colors--j);
  background-color: #e798b961;
}

.navbar3_button-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hide-desktop {
  display: none;
}

.navbar3_dropdown-list-inner {
  padding: 1rem;
}

.navbar3_dropdown-list-container {
  flex-flow: column;
  display: flex;
}

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

.section_hero {
  position: relative;
  overflow: clip;
}

.section_hero:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  color: var(--_primitives---colors--white);
}

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

.section_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.section_bg-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_bg-img {
  width: calc(100% + 8px);
  max-width: none;
  height: calc(100% + 4px);
  margin-top: -4px;
  margin-left: -4px;
}

.hero_bg-img:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.hero_flex-wrap {
  align-items: flex-end;
  min-height: 40.875rem;
  display: flex;
  position: relative;
}

.hero_flex-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  justify-content: flex-start;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero_content-wrap {
  -webkit-clip-path: polygon(70% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(70% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  background-color: #d44a43;
  flex: 1;
  width: calc(100% + 2.5rem);
  min-height: 22rem;
  margin-left: -2.5rem;
  padding-top: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  background-color: var(--_primitives---opacity--transparent);
  -webkit-clip-path: none;
  clip-path: none;
  width: 100%;
  min-height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.hero_left-col {
  width: 55%;
  padding-top: 9rem;
}

.hero_left-col:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  padding-top: 0;
}

.hero_content {
  background-color: var(--_primitives---colors--white);
  -webkit-clip-path: polygon(70% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(70% 0, 100% 65%, 100% 100%, 0 100%, 0 0);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  padding: 5.75rem 4.75rem;
  display: flex;
}

.hero_content:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  background-color: var(--_primitives---opacity--transparent);
  text-align: left;
  -webkit-clip-path: none;
  clip-path: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
}

.hero_richtext {
  max-width: 30rem;
}

.hero_richtext:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  max-width: 100%;
}

.hero_richtext h1 {
  color: var(--_primitives---colors--j);
  letter-spacing: -.035rem;
  margin-bottom: 1rem;
}

.hero_richtext h2 {
  font-family: var(--_typography---font-styles--body);
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.hero_richtext p {
  margin-bottom: 1rem;
}

.hero_richtext a {
  text-decoration: underline;
}

.hero_right-col {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-top: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_right-col:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
  display: none;
}

.hero_img {
  object-position: 50% 0%;
  min-width: 75%;
  height: 100%;
  overflow: visible;
}

.section_info {
  color: var(--_primitives---colors--white);
  position: relative;
}

.info_bg-img {
  opacity: .4;
  height: 100%;
}

.info_flex-wrap {
  background-color: var(--_primitives---colors--g);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  max-width: 70rem;
  display: flex;
}

.info_flex-wrap:where(.w-variant-a235c63a-7785-d3b4-8fa2-425dd1bc6f2a) {
  margin-left: auto;
}

.info_content-wrap {
  flex: 1;
  max-width: 60%;
  padding: 3rem;
}

.info_content-wrap:where(.w-variant-a235c63a-7785-d3b4-8fa2-425dd1bc6f2a) {
  order: 9999;
}

.info_content-wrap:where(.w-variant-2e77ad20-1db2-2849-15f2-73f0b6fd7538) {
  max-width: 56.4%;
}

.info_img-wrap {
  aspect-ratio: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -5%;
  margin-bottom: -5%;
  margin-right: -10%;
}

.info_img-wrap:where(.w-variant-a235c63a-7785-d3b4-8fa2-425dd1bc6f2a) {
  margin-left: -10%;
  margin-right: 0%;
}

.info_img-wrap:where(.w-variant-2e77ad20-1db2-2849-15f2-73f0b6fd7538) {
  max-width: none;
}

.info_img {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--round);
  height: 100%;
}

.section_gallery8, .gallery8_component {
  position: relative;
}

.gallery8_list {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--large);
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery8_img-list {
  flex-flow: column;
  width: 50%;
}

.gallery8_bg-img {
  object-fit: contain;
  width: 18.625rem;
  height: 24.375rem;
  position: absolute;
  inset: 1.625rem 0% auto auto;
  transform: rotate(-20deg);
}

.gallery8_bg-img.is-2 {
  inset: 17.625rem auto auto -4.625rem;
  transform: rotate(10deg);
}

.gallery8_bg-img.is-3 {
  width: 13.625rem;
  height: 18rem;
  inset: auto auto -6rem 6.75rem;
  transform: rotate(-24deg);
}

.gallery8_bg-img.is-4 {
  width: 17.125rem;
  height: 22.5rem;
  inset: auto auto -21.75rem -3rem;
  transform: rotate(11deg);
}

.gallery8_bg-img.is-5 {
  width: 17.125rem;
  height: 22.5rem;
  top: 7rem;
  right: 0;
  transform: rotate(-24deg);
}

.gallery8_bg-img.is-6 {
  width: 19.125rem;
  height: 25.125rem;
  inset: auto auto -11.875rem 0;
  transform: rotate(24deg);
}

.gallery8_bg-img.is-6.is-right {
  bottom: 0;
  left: auto;
  right: 5rem;
  transform: rotate(-20deg);
}

.info_spacer {
  pointer-events: none;
  width: 50%;
  padding-top: 3%;
}

.abs-rich-text {
  z-index: 99;
  color: var(--_primitives---opacity--transparent);
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.abs-rich-text a {
  z-index: 99;
  color: var(--_primitives---opacity--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_cta2 {
  z-index: 2;
  color: var(--_primitives---colors--white);
  position: relative;
}

.section_cta2:where(.w-variant-08556d7d-8996-5492-f52a-04c73b4e66dd) {
  background-color: var(--_primitives---colors--c);
  color: var(--color-scheme-1--text);
  background-image: url('../images/f81aab288ac3c97e9ec19be4ef902368d351046e_1f81aab288ac3c97e9ec19be4ef902368d351046e.avif');
  background-position: 50%;
  background-size: cover;
}

.cta2_flex-wrap {
  border-radius: var(--_ui-styles---radius--large);
  background-color: #2c5194;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta2_flex-wrap:where(.w-variant-08556d7d-8996-5492-f52a-04c73b4e66dd) {
  background-color: var(--_primitives---colors--f);
}

.section_holder {
  background-color: var(--_primitives---colors--f);
  border-radius: 5rem;
}

.section_holder.is-pink {
  background-color: var(--_primitives---colors--h);
}

.section_holder.is-blue {
  background-color: var(--_primitives---colors--d);
}

.section_holder.is-red {
  background-color: var(--_primitives---colors--g);
}

.cta2_content-wrap {
  z-index: 2;
  width: 100%;
  max-width: 50%;
  padding: 4rem;
  position: relative;
}

.cta2_img-wrap {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta2_img {
  object-position: 85% 50%;
  height: 100%;
}

.cta2_img:where(.w-variant-08556d7d-8996-5492-f52a-04c73b4e66dd) {
  display: block;
}

.section_feature {
  position: relative;
}

.feature_list {
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.feature_item {
  aspect-ratio: 1;
  color: var(--_primitives---colors--white);
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_item:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2) {
  aspect-ratio: 16 / 9;
}

.feature_item:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f) {
  aspect-ratio: 4 / 3.375;
}

.feature_item-img {
  aspect-ratio: 1;
  height: 100%;
  transition: opacity .2s;
}

.feature_item-img.is-1:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2) {
  aspect-ratio: 16 / 9;
}

.feature_item-img.is-1:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f) {
  aspect-ratio: 3 / 2;
}

.feature_item-img.is-2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.feature_item-img.is-2:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2) {
  aspect-ratio: 16 / 9;
}

.feature_item-img.is-2:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f) {
  aspect-ratio: 3 / 2;
}

.feature_item-content {
  z-index: 20;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.feature_item-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.section_testimonial32:where(.w-variant-20f1b38c-23de-28d7-15b7-098f4dd88388) {
  background-color: var(--_primitives---colors--c);
}

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

.testimonial32_content-left {
  z-index: 2;
  position: sticky;
  top: 30%;
}

.testimonial32_content-item {
  border: 1px solid var(--_primitives---colors--j);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--i);
  color: var(--_primitives---colors--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

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

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

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

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

.testimonial32_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial32_rating-icon {
  color: var(--_primitives---colors--f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial32_bg-img {
  z-index: -1;
  width: 26rem;
  height: 19.25rem;
  position: absolute;
  inset: -2rem auto auto 1rem;
}

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

.cta41_card {
  text-align: center;
  border-radius: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta41_card-content {
  z-index: 1;
  max-width: 32rem;
  position: relative;
}

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

.image-overlay-layer {
  z-index: 10;
  background-color: var(--_primitives---opacity--neutral-darkest-60);
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

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

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

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

.cta41_rich-text h2 {
  letter-spacing: -.03rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.cta41_rich-text h3 {
  letter-spacing: -.0125rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.cta41_rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.cta41_rich-text p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.cta41_rich-text a {
  text-decoration: underline;
}

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

.footer4_component {
  background-color: var(--_primitives---colors--e);
  color: var(--_primitives---colors--white);
  position: relative;
}

.footer4_top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer4_logo {
  width: 9.25rem;
  height: 6.75rem;
}

.footer4_link-list {
  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: center;
  justify-items: start;
  display: flex;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer4_link:hover, .footer4_link.w--current {
  color: var(--_primitives---colors--f);
}

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

.footer4_social-link {
  color: var(--_primitives---colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer4_social-link:hover {
  color: var(--_primitives---colors--f);
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---colors--white);
  width: 100%;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  text-align: center;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

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

.footer4_bg-img {
  object-position: 50% 0%;
  height: 25vw;
  margin-top: -10vw;
}

.section_info2 {
  background-color: var(--_primitives---colors--j);
  position: relative;
}

.section_info2:where(.w-variant-791cef38-3080-42fd-6de2-09bd8f133167) {
  background-color: var(--_primitives---colors--g);
}

.info2_bg-img {
  opacity: .4;
  height: 100%;
}

.info2_flex-wrap {
  background-color: var(--_primitives---colors--f);
  border-radius: 1.25rem;
}

.info2_flex-wrap:where(.w-variant-791cef38-3080-42fd-6de2-09bd8f133167) {
  background-color: var(--_primitives---colors--a);
}

._2col_flex-wrap {
  display: flex;
  position: relative;
}

._2col_img-wrap {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 50%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
  position: relative;
}

._2col_img-wrap:where(.w-variant-c926f2ba-a7b2-5e6a-102a-06de1d0959aa) {
  order: 9999;
}

._2col_img {
  aspect-ratio: 2;
  border-radius: var(--_ui-styles---radius--large);
  flex: 1;
}

._2col_content-wrap {
  z-index: 2;
  background-color: var(--_primitives---colors--d);
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding: 3rem 4rem;
  display: flex;
  position: relative;
}

._2col_content-wrap:where(.w-variant-c926f2ba-a7b2-5e6a-102a-06de1d0959aa) {
  border-radius: 5rem 0 0 5rem;
}

._2col_bg-overlay {
  background-color: var(--_primitives---colors--d);
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._2col_bg-overlay:where(.w-variant-c926f2ba-a7b2-5e6a-102a-06de1d0959aa) {
  border-radius: 5rem 0 0 5rem;
  inset: 0% auto 0% 0%;
}

.feature_bg-img-wrap {
  position: absolute;
  inset: 0%;
}

.feature_img {
  width: 21.25rem;
  height: 27.9375rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(24deg);
}

.feature_img.is-2 {
  width: 19.125rem;
  height: 25.125rem;
  inset: 17.625rem auto auto 0%;
  transform: rotate(-19deg);
}

.feature_img.is-3 {
  inset: auto auto 0% 12rem;
}

.feature_img.is-4 {
  width: 17.125rem;
  height: 22.5rem;
  inset: auto 20.25rem -4.125rem auto;
  transform: rotate(11deg);
}

.feature_img.is-5 {
  width: 19.125rem;
  height: 25.125rem;
  inset: 7rem auto auto 0%;
  transform: rotate(-19deg);
}

.feature_img.is-6 {
  width: 18.625rem;
  height: 24.375rem;
  inset: auto 3rem 0% auto;
}

.feature_img.is-7 {
  width: 17.125rem;
  height: 22.5rem;
  top: 9.75rem;
  right: 1rem;
  transform: rotate(-24deg);
}

.feature_img.is-8 {
  width: 19.125rem;
  height: 25.125rem;
  inset: auto auto -11.875rem 1.25rem;
}

.gallery8_bg-img-wrap {
  position: absolute;
  inset: 0%;
}

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

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

.info3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  padding: 4rem;
  display: flex;
}

.info3_item.is-2 {
  background-color: var(--_primitives---colors--g);
}

.info3_bg-img {
  width: 17.125rem;
  height: 22.5rem;
  position: absolute;
  inset: 4.625rem -10rem auto auto;
  transform: rotate(-24deg);
}

.services_list {
  grid-column-gap: 18rem;
  grid-row-gap: 18rem;
  flex-flow: column;
  display: flex;
}

.services_item {
  background-color: var(--_primitives---colors--j);
  color: var(--_primitives---colors--white);
  border-radius: 1.25rem;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services_item-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  max-width: 36rem;
  min-height: 21.5rem;
  padding: 3rem 5rem;
  display: flex;
}

.services_item-img-wrap {
  flex: none;
  max-width: 35rem;
  margin-top: -6.375rem;
  margin-bottom: -6.375rem;
  margin-right: -10rem;
}

.services_item-img {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--round);
  width: 35rem;
  height: 35rem;
}

.layout506_tabs {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  overflow: hidden;
}

.layout506_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 100%;
  margin-left: 1rem;
  display: flex;
}

.layout506_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_ui-styles---radius--round);
  color: var(--_primitives---colors--j);
  text-align: center;
  background-color: #828bc4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout506_tab-link.w--current {
  background-color: var(--_primitives---colors--j);
  opacity: 1;
  color: var(--_primitives---colors--white);
}

.layout506_tab-pane {
  background-color: var(--_primitives---colors--white);
  height: 100%;
}

.layout506_tab-content {
  color: var(--_primitives---colors--j);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.layout506_tabs-content {
  background-color: var(--_primitives---colors--white);
  border-radius: 1.25rem;
}

.section_contact7 {
  position: relative;
}

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

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

.error-text {
  color: #e23939;
}

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

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

.contact15_item-icon-wrapper {
  color: var(--_primitives---colors--b);
  flex: none;
  align-self: flex-start;
  margin-top: 0;
}

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

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

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

.content7_rich-text h2 {
  color: var(--_primitives---colors--j);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.content7_rich-text h3 {
  color: var(--_primitives---colors--j);
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.content7_rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

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

.content7_rich-text a {
  text-decoration: underline;
}

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

.section_faq4 {
  background-color: var(--_primitives---colors--j);
  position: relative;
}

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

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

.faq4_accordion {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--a);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--_primitives---colors--j);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  color: var(--color-scheme-1--text);
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.faq4_bg-img {
  opacity: .2;
  height: 100%;
}

.breadcrumbs {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumbs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-group.is-gap-40 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
  }

  .button-group.hide-desktop {
    display: flex;
  }

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

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

  .padding-global.padding-section-large.is-cta41 {
    padding-bottom: 7rem;
  }

  .padding-global.padding-section-large.is-services {
    padding-bottom: calc(6rem + 30vw);
  }

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

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

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

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

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

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

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

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

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

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

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

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

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

  .navbar3_menu {
    z-index: 1;
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100dvh - 5.75rem);
    margin-left: 0;
    padding: 1rem 2rem 3rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    display: block;
    position: absolute;
    inset: 100% 0% auto;
    overflow: auto;
  }

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

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

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

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

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

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

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

  .hide-desktop {
    display: block;
  }

  .section_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_bg-wrap.is-gallery8 {
    display: none;
  }

  .hero_flex-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .hero_flex-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero_content-wrap {
    -webkit-clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    width: calc(100% + .75rem);
    min-height: auto;
    margin-left: 0;
    margin-right: -.75rem;
    padding-left: 0;
  }

  .hero_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    margin-right: 0;
  }

  .hero_left-col {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
  }

  .hero_left-col:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .hero_content {
    -webkit-clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
  }

  .hero_content:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
  }

  .hero_richtext {
    max-width: 100%;
  }

  .hero_right-col {
    order: -9999;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-bottom: -25vw;
    padding-top: 7rem;
    padding-right: 0;
    position: static;
    overflow: hidden;
  }

  .hero_img {
    width: auto;
    min-width: auto;
    max-height: 50.1875rem;
  }

  .info_flex-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .info_content-wrap {
    text-align: center;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .info_content-wrap:where(.w-variant-a235c63a-7785-d3b4-8fa2-425dd1bc6f2a) {
    order: -9999;
  }

  .info_img-wrap {
    width: 110%;
    margin: 0% 0% -30% -5%;
  }

  .section_gallery8 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .gallery8_bg-img.is-3, .gallery8_bg-img.is-4 {
    display: none;
  }

  .info_spacer {
    padding-top: 27%;
  }

  .info_spacer.is-top {
    display: none;
  }

  .cta2_flex-wrap {
    flex-flow: column;
  }

  .cta2_content-wrap {
    max-width: 100%;
    padding: 3rem;
  }

  .cta2_img-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .cta2_img {
    aspect-ratio: 1;
    object-position: 90% 50%;
    margin-top: -5rem;
  }

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

  .feature_item-content {
    padding: 2rem;
  }

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

  .testimonial32_bg-img {
    width: 24rem;
    height: 17.25rem;
  }

  .cta41_card {
    padding: 3rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  ._2col_flex-wrap {
    flex-flow: column;
  }

  ._2col_img-wrap {
    order: -9999;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2col_content-wrap {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  ._2col_content-wrap:where(.w-variant-c926f2ba-a7b2-5e6a-102a-06de1d0959aa) {
    border-top-left-radius: 0;
    border-bottom-right-radius: 5rem;
  }

  ._2col_bg-overlay, .feature_bg-img-wrap {
    display: none;
  }

  .feature_img.is-3 {
    left: 0;
  }

  .feature_img.is-4 {
    right: 0;
  }

  .gallery8_bg-img-wrap {
    display: none;
  }

  .info3_flex-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info3_item {
    padding: 3rem;
  }

  .info3_bg-img {
    display: none;
  }

  .services_list {
    grid-column-gap: 35vw;
    grid-row-gap: 35vw;
  }

  .services_item {
    text-align: center;
    flex-flow: column;
    width: 90%;
    max-width: 100%;
  }

  .services_item-content {
    max-width: 100%;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .services_item-img-wrap {
    width: 110%;
    max-width: none;
    margin: 0 -5% -30%;
  }

  .services_item-img {
    width: 100%;
    height: auto;
  }

  .layout506_tabs {
    flex-flow: column;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .layout506_tabs-menu {
    margin-top: 1rem;
    margin-left: 0;
  }

  .layout506_tab-content {
    text-align: center;
    padding: 2rem;
  }

  .layout506_tabs-content {
    order: -9999;
  }

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

  .content7_rich-text h2 {
    font-size: 2.25rem;
  }

  .content7_rich-text h3 {
    font-size: 1.75rem;
  }
}

@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 {
    letter-spacing: -.02rem;
    font-size: 2rem;
  }

  .heading-style-h6 {
    letter-spacing: -.01125rem;
    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;
  }

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

  .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.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.padding-section-large.is-cta41 {
    padding-bottom: 6rem;
  }

  .padding-global.padding-section-large.is-services {
    padding-bottom: calc(4rem + 30vw);
  }

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

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

  .navbar3_menu {
    height: calc(100dvh - 4rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar3_logo {
    width: 5.625rem;
    height: 7.25rem;
    margin-top: -.25rem;
    margin-bottom: -3rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar3_dropdown-link {
    font-size: 1rem;
  }

  .navbar3_dropdown-list-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero_bg-img {
    height: 100%;
  }

  .hero_flex-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_flex-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
    margin-right: 0;
  }

  .hero_left-col {
    width: 100%;
    padding-top: 0;
  }

  .hero_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
  }

  .hero_content:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
  }

  .hero_richtext h1 {
    letter-spacing: -.025rem;
  }

  .hero_richtext h2 {
    margin-bottom: 1.25rem;
  }

  .info_content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_gallery8 {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .gallery8_list {
    flex-flow: column;
  }

  .gallery8_img-list {
    width: 100%;
  }

  .gallery8_bg-img {
    aspect-ratio: 2 / 3;
    display: none;
  }

  .section_holder {
    border-radius: 3rem;
  }

  .cta2_content-wrap {
    padding: 2rem;
  }

  .feature_list {
    border-radius: var(--_ui-styles---radius--large);
  }

  .feature_item:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2), .feature_item:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f), .feature_item-img.is-1:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2), .feature_item-img.is-1:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f), .feature_item-img.is-2:where(.w-variant-6422c809-5037-71ec-06fb-85d0e39c97d2), .feature_item-img.is-2:where(.w-variant-8af89b03-eae4-fad7-a6de-760aa146bd3f) {
    aspect-ratio: 1;
  }

  .feature_item-content {
    padding: 1.25rem;
  }

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

  .testimonial32_content-left {
    position: static;
    top: auto;
  }

  .testimonial32_bg-img {
    display: none;
  }

  .cta41_card {
    border-radius: var(--_ui-styles---radius--large);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
  }

  .cta41_rich-text h2 {
    letter-spacing: -.02rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 2rem;
  }

  .cta41_rich-text h3 {
    letter-spacing: -.01125rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .cta41_rich-text p {
    font-size: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  ._2col_content-wrap {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .services_item-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .layout506_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout506_tab-content {
    padding: 1.5rem 1.25rem;
  }

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

  .content7_rich-text h2 {
    font-size: 2rem;
  }

  .content7_rich-text h3 {
    letter-spacing: -.015rem;
    font-size: 1.5rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

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

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

  .padding-global.padding-section-large.is-cta41 {
    padding-bottom: 4rem;
  }

  .hero_content-wrap {
    -webkit-clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    width: calc(100% + .75rem);
  }

  .hero_content-wrap:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .hero_content {
    -webkit-clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    padding-right: 1.25rem;
  }

  .hero_content:where(.w-variant-656e1742-cc8d-dd4a-a9c1-9ab39aa55347) {
    -webkit-clip-path: none;
    clip-path: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cta2_img {
    margin-top: -2.5rem;
  }

  .feature_list, .testimonial32_component {
    grid-template-columns: 1fr;
  }

  ._2col_img {
    aspect-ratio: 1;
  }

  .layout506_tabs, .contact7_content, .contact15_contact-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_6a8492d7-205c-b723-8cac-09dc949aa80d-949aa806, #w-node-_4da63661-a564-2a3c-b979-021841912788-4191276c {
  justify-self: start;
}

#w-node-_4da63661-a564-2a3c-b979-0218419127a2-4191276c, #w-node-_4da63661-a564-2a3c-b979-0218419127aa-4191276c, #w-node-_4da63661-a564-2a3c-b979-0218419127b2-4191276c {
  align-self: start;
}

#w-node-eb9f80f2-ca99-d413-c2c4-233cc969d726-c969d712 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b748b2-bf01-0156-f62e-731421166646-21166603 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-8bb4e9e0 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-8bb4e9e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-8bb4e9e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-8bb4e9e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-8bb4e9e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-8bb4e9e0, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-8bb4e9e0 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-8bb4e9e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-8bb4e9e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-8bb4e9e0 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-8bb4e9e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-8bb4e9e0 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-8bb4e9e0, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-8bb4e9e0 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-8bb4e9e0, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-8bb4e9e0, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-8bb4e9e0, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-8bb4e9e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-8bb4e9e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-8bb4e9e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-8bb4e9e0, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-8bb4e9e0, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-8bb4e9e0, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-8bb4e9e0, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-8bb4e9e0 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-8bb4e9e0, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-8bb4e9e0, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-8bb4e9e0 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-8bb4e9e0, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-8bb4e9e0, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-8bb4e9e0 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-8bb4e9e0, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-8bb4e9e0, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-8bb4e9e0 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-8bb4e9e0, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-8bb4e9e0, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-8bb4e9e0 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-8bb4e9e0, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-8bb4e9e0, #w-node-ee961e8d-845a-edc3-3307-509470022457-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-8bb4e9e0 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-8bb4e9e0, #w-node-ee961e8d-845a-edc3-3307-50947002245b-8bb4e9e0, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-8bb4e9e0 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-8bb4e9e0, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-8bb4e9e0, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-8bb4e9e0 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-8bb4e9e0, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-8bb4e9e0, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-8bb4e9e0 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-8bb4e9e0, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-8bb4e9e0, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-8bb4e9e0 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-8bb4e9e0, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-8bb4e9e0, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-8bb4e9e0 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-8bb4e9e0, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-8bb4e9e0, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-8bb4e9e0 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-8bb4e9e0 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-8bb4e9e0 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-8bb4e9e0 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-8bb4e9e0 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-8bb4e9e0 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-8bb4e9e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-8bb4e9e0 {
  justify-self: start;
}

#w-node-_2354166f-2c2f-0ca8-890f-9cdcdc4c7f88-dc4c7f6c {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6a8492d7-205c-b723-8cac-09dc949aa80d-949aa806 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a8492d7-205c-b723-8cac-09dc949aa82c-949aa806 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2354166f-2c2f-0ca8-890f-9cdcdc4c7f7b-dc4c7f6c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a8492d7-205c-b723-8cac-09dc949aa80d-949aa806 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlowsemicondensed';
  src: url('../fonts/BarlowSemiCondensed-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}