:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Montserrat, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Merriweather, serif;
  --_primitives---colors--disco: #8e1b5e;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #0b0b0826;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #0b0b080d;
  --_primitives---colors--neutral-darkest: #0b0b08;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---colors--sapling: #dedda7;
  --_primitives---colors--sapling-dark: #b1b085;
  --color-scheme-4--background: var(--_primitives---colors--disco);
  --_primitives---colors--neutral-darker: #232320;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 8px;
  --color-scheme-1--foreground: var(--_primitives---colors--white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 8px;
  --_primitives---colors--neutral-lighter: #dadad9;
  --color-scheme-2--background: var(--_primitives---colors--geebung);
  --_ui-styles---radius--large: 8px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--background: var(--_primitives---colors--sapling);
  --color-scheme-3--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-4--text: var(--_primitives---colors--white);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--neutral-darkest-40: #0b0b0866;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--neutral-light: #b5b5b4;
  --_primitives---colors--neutral: #858583;
  --_primitives---colors--neutral-dark: #545452;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0b0b081a;
  --_primitives---opacity--neutral-darkest-20: #0b0b0833;
  --_primitives---opacity--neutral-darkest-30: #0b0b084d;
  --_primitives---opacity--neutral-darkest-50: #0b0b0880;
  --_primitives---opacity--neutral-darkest-60: #0b0b0899;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-2--foreground: var(--_primitives---colors--geebung);
  --color-scheme-3--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-3--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--foreground: var(--_primitives---colors--sapling);
  --color-scheme-4--border: var(--_primitives---opacity--white-20);
  --color-scheme-4--accent: var(--_primitives---colors--sapling);
  --color-scheme-4--foreground: var(--_primitives---colors--disco);
  --_primitives---colors--sapling-lightest: #fbfbf6;
  --_primitives---colors--sapling-lighter: #f8f8ed;
  --_primitives---colors--sapling-light: #e7e7c1;
  --_primitives---colors--sapling-darker: #585842;
  --_primitives---colors--sapling-darkest: #424232;
  --_primitives---colors--disco-lightest: #f3e8ee;
  --_primitives---colors--disco-lighter: #e8d1de;
  --_primitives---colors--disco-light: #af5f8e;
  --_primitives---colors--disco-dark: #71154b;
  --_primitives---colors--disco-darker: #380a25;
  --_primitives---colors--disco-darkest: #2a081c;
  --_primitives---colors--geebung-lightest: #faf5e8;
  --_primitives---colors--geebung-lighter: #f5ebd1;
  --_primitives---colors--geebung-light: #deb95f;
  --_primitives---colors--geebung: #d19b1b;
  --_primitives---colors--geebung-dark: #a77c15;
  --_primitives---colors--geebung-darker: #533e0a;
  --_primitives---colors--geebung-darkest: #3e2e08;
  --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;
}

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-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;
}

.text-size-medium.text-weight-bold.text-color-disco {
  color: var(--_primitives---colors--disco);
}

.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: -.0325rem;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  letter-spacing: -.045rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--sapling);
  background-color: var(--_primitives---colors--sapling);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  text-transform: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

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

.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:hover {
  text-decoration: underline;
}

.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-link.is-icon.is-alternate:hover {
  background-color: var(--_primitives---colors--disco);
}

.button.is-link.is-icon.none {
  display: none;
}

.button.is-link.is-icon.text-color-white {
  color: var(--_primitives---colors--white);
}

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

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

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

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

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

.button.is-small {
  color: var(--_primitives---colors--neutral-darkest);
  padding: .25rem .625rem;
}

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

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

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

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

.heading-style-h4.hover:hover {
  text-decoration: underline;
}

.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-size-regular.text-color-disco {
  color: #8e1b5e;
}

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

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

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

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

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

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  height: auto;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

.form_input.is-text-area::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

.form_input.is-alternate {
  border-color: var(--_primitives---opacity--white-10) var(--_primitives---opacity--white-10) var(--_primitives---opacity--white-20);
  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.is-right {
  justify-content: flex-end;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: 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---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

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

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/webflow-background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.tag:hover {
  background-color: var(--_primitives---colors--neutral-lighter);
}

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

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

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

.tag.is-alternate:hover {
  background-color: var(--color-scheme-2--background);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

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

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

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

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

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

.navbar9_menu-dropdown {
  position: static;
}

.navbar9_menu-button {
  padding: 0;
}

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

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

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

.navbar9_icon-wrapper {
  flex: none;
}

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

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

.navbar9_dropdown-content {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.navbar9_bottom-bar-content {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.navbar9_link {
  padding: 1.5rem 1rem;
}

.navbar9_link:hover {
  text-decoration: underline;
}

.navbar9_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
  text-decoration: underline;
}

.navbar9_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
}

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

.navbar9_logo {
  max-width: 80px;
}

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

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

.navbar9_bottom-bar-background-layer {
  background-color: var(--color-scheme-1--foreground);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.video-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

.layout423_hover-content {
  display: none;
}

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

.layout423_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout423_card {
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.testimonial33_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 90vh;
  display: grid;
  overflow: hidden;
}

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

.testimonial33_list.none {
  display: none;
}

.testimonial33_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial33_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial33_rating-wrapper {
  display: flex;
}

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

.testimonial33_content {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial33_card-content-left {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.testimonial33_card-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-right: 3rem;
  display: grid;
  overflow: hidden;
}

.testimonial33_content-wrapper {
  width: 100%;
  position: relative;
}

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

.testimonial33_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.blog62_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog62_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

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

.blog62_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.blog62_heading {
  flex: 1;
}

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

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

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

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

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

.section_cta16 {
  position: relative;
}

.cta16_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

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

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

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

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

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

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_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-start;
  place-items: center start;
  display: flex;
}

.footer3_logo {
  max-width: 200px;
}

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

.footer3_bottom-wrapper.center {
  justify-content: center;
  align-items: center;
}

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

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

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

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

.layout60_item-icon-wrapper {
  display: inline-block;
}

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

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

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

.layout1_image-object-fit-contain {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.team4_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

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

.section_cta3 {
  position: relative;
}

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

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

.timeline11_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--color-scheme-1--background));
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline11_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline11_empty-space {
  width: 100%;
}

.timeline11_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.timeline11_line {
  background-color: var(--color-scheme-1--text);
  opacity: .15;
  width: 3px;
  height: 100%;
}

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

.timeline11_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline11_progress-line {
  z-index: 0;
  background-color: var(--color-scheme-1--text);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline11_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline11_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--text);
  box-shadow: 0 0 0 8px var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline11_item-content.item-left {
  text-align: right;
  align-items: flex-end;
}

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

.timeline11_progress-line-cover {
  z-index: 2;
  background-color: var(--color-scheme-1--background);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.section_timeline11 {
  z-index: -3;
}

.timeline11_item {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.timeline11_item.item-left {
  align-items: flex-end;
}

.timeline11_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline11_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--color-scheme-1--background), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.component-instructions-item {
  padding-left: .5rem;
}

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

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown2_toggle.is-blog28 {
  justify-content: space-between;
  min-width: 12.5rem;
}

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

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

.dropdown2_dropdown-list.w--open {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  margin-top: .5rem;
  padding: .5rem;
}

.blog28_dropdown-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog28_item-link {
  width: 100%;
  text-decoration: none;
}

.blog28_content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.blog28_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

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

.dropdown2_dropdown-link {
  padding: .5rem;
}

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

.blog28_item {
  width: 100%;
}

.section_blog68 {
  overflow: hidden;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.blog68_group {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_item {
  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);
  overflow: hidden;
}

.blog68_heading {
  flex: 1;
}

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

.blog68_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog68_component {
  position: relative;
}

.blog68_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog68_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog68_meta-wrapper.flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-post-header5_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.blog-post-header5_author-text {
  display: inline-block;
}

.blog-post-header5_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-post-header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.blog-post-header5_author-image {
  object-fit: cover;
  width: 100%;
}

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

.blog-post-header5_component {
  z-index: 1;
  position: relative;
}

.section_blog-post-header5 {
  position: relative;
}

.blog-post-header5_author-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.content30_content {
  margin-bottom: 4rem;
}

.breadcrumb_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.content30_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.content30_author-image-wrapper {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

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

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

.content30_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

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

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

.content30_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content30_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content30_tag-list-wrapper {
  width: 100%;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

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

.testimonial13_rating-wrapper {
  display: flex;
}

.testimonial13_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial13_logo {
  max-height: 3rem;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

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

.testimonial13_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.section_cta15 {
  position: relative;
}

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

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

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

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

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.layout32_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

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

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

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

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

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

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

.section_gallery19 {
  overflow: hidden;
}

.gallery19_mask {
  width: 25%;
  overflow: visible;
}

.gallery19_image {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 4rem;
}

.gallery19_image-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--_primitives---colors--disco);
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.gallery19_image-wrapper.front {
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery19_image-wrapper.back {
  z-index: 2;
  background-color: var(--_primitives---colors--sapling);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery19_lightbox-link {
  width: 100%;
  position: relative;
}

.gallery19_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

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

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

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

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

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

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

.layout491_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.layout491_paragraph {
  overflow: hidden;
}

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

.layout491_tab-link {
  border-bottom: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---opacity--transparent);
  opacity: .4;
  padding: 1.5rem 0;
}

.layout491_tab-link.w--current {
  background-color: var(--_primitives---opacity--transparent);
  opacity: 1;
}

.layout491_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout394_card {
  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-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout394_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

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

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

.layout394_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.layout237_item-icon-wrapper {
  display: inline-block;
}

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

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

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

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

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

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

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

.gallery9_lightbox-link {
  width: 100%;
  height: 100%;
}

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

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

.testimonial18_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial18_list {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_card {
  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-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
  overflow: hidden;
}

.testimonial18_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.testimonial18_rating-wrapper {
  display: flex;
}

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

.testimonial18_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.gallery24_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.gallery24_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_component {
  height: 400vh;
}

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

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

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

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

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

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

.layout241_item-icon-wrapper {
  display: inline-block;
}

.layout241_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.faq3_answer {
  overflow: hidden;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

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

.none {
  display: none;
}

.ikonik-47gvq, .ikonik-4vl94, .ikonik-g8gmqg, .ikonik-8huoi, .ikonik-fr3i8, .ikonik-fi1y, .ikonik-uzrh2 {
  color: #fff;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-left.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-left.none {
  display: none;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.team4_image-wrapper-2 {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.gallery19_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.slider-arrow-2 {
  color: #0b0b08;
  background-color: #fff;
  border: 1px solid #0b0b0826;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.gallery19_lightbox-link-2 {
  width: 100%;
}

.gallery19_image-wrapper-2 {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.image {
  max-width: 3rem;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.flex-center.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.icon-condiciones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0b0b08;
  background-color: #0b0b080d;
  border: 1px solid #0b0b080d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-alternate {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #ffffff1a;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0b0b08;
  text-align: center;
  text-transform: none;
  background-color: #dedda7;
  border: 1px solid #dedda7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

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

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

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

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

.blog28_image-wrapper-2 {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

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

.code-embed-2 {
  max-width: 216px;
}

.div-block-3, .div-block-4 {
  flex-flow: column;
  display: flex;
}

.ikonik-uo2c7, .ikonik-fw5ue, .ikonik-pt5sb, .ikonik-r9eo6i, .ikonik-krq1q, .ikonik-uh7e5 {
  color: #fff;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
}

.cuadro-convenios {
  background-color: #dedda7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  display: flex;
  position: relative;
}

._16 {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

._16.mt16 {
  margin-top: 16px;
}

._16.mt16.black {
  color: #000;
}

.icono_convenio_02 {
  opacity: 0;
  max-width: 70px;
  position: absolute;
}

.bold {
  width: 80%;
  font-weight: 700;
}

.icono_convenio_01 {
  max-width: 70px;
  position: absolute;
}

.sepadador {
  border-top: 1px solid #000;
  margin-top: 24px;
  margin-bottom: 24px;
}

.dropdown-toggle {
  padding: 0;
}

.link-block {
  padding: 1.5rem 40px 1.5rem 1rem;
}

.link-block.w--current {
  text-decoration: underline;
}

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

.dropdown-link.w--current {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--_primitives---colors--sapling);
}

.tag-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #0b0b08;
  background-color: #0b0b080d;
  border: 1px solid #0b0b080d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.blog68_item-2 {
  background-color: #fff;
  border: 1px solid #0b0b0826;
  border-radius: 8px;
  overflow: hidden;
}

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

.testimonial13_client-image-wrapper-2 {
  border-radius: 8px;
  overflow: hidden;
}

.divider-vertical-2 {
  background-color: #0b0b0826;
  align-self: stretch;
  width: 1px;
}

.link {
  text-decoration: underline;
}

.timeline11_image-wrapper-2 {
  border-radius: 8px;
  overflow: hidden;
}

.collection-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.share-links {
  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;
  }

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

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

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

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

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

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

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

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

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

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

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

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

  .navbar9_menu-dropdown {
    width: 100%;
  }

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

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

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

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

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

  .navbar9_dropdown-list {
    position: relative;
    overflow: hidden;
  }

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

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

  .navbar9_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .layout423_image {
    object-fit: cover;
  }

  .layout423_row {
    flex-direction: column;
  }

  .layout423_card {
    width: 100%;
  }

  .testimonial33_card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_card-content-right {
    border-top: 1px solid var(--_primitives---colors--neutral-darkest);
    height: 70vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog62_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog62_heading {
    margin-right: 3rem;
  }

  .blog62_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .blog68_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog68_mask {
    width: 50%;
  }

  .blog68_heading {
    margin-right: 3rem;
  }

  .content30_content {
    margin-bottom: 3rem;
  }

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

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

  .layout408_card-content {
    padding: 2rem;
  }

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

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

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

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

  .contact6_contact-list {
    grid-row-gap: 1rem;
  }

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

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

  .stats1_number {
    font-size: 4rem;
  }

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

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

  .testimonial18_list {
    column-count: 2;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

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

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

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

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
  }

  ._16 {
    font-size: 14px;
  }

  .iconos-rrss {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .share-links {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: static;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar9_component {
    min-height: 4rem;
  }

  .navbar9_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .navbar9_dropdown-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar9_menu {
    padding-bottom: 6rem;
  }

  .header41_component {
    padding-top: 4rem;
  }

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

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

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

  .testimonial33_card {
    height: auto;
    min-height: 100svh;
    overflow: hidden;
  }

  .testimonial33_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial33_content {
    padding: 1.5rem;
  }

  .testimonial33_card-content-left {
    padding: 2rem;
  }

  .testimonial33_card-content-right {
    grid-template-columns: 1fr;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog62_image-wrapper {
    height: 100%;
  }

  .blog62_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .blog62_heading {
    margin-right: 0;
  }

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

  .show-mobile-landscape {
    display: block;
  }

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

  .contact14_map-wrapper {
    height: 25rem;
  }

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

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

  .layout1_content, .team4_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team4_image-wrapper {
    height: 100%;
  }

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

  .timeline11_empty-space {
    display: none;
  }

  .timeline11_circle-wrapper {
    left: 0;
  }

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

  .timeline11_item-content.item-left {
    text-align: left;
    align-items: flex-start;
  }

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

  .timeline11_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .dropdown2_toggle.is-blog28, .dropdown2_component.is-width-full-tablet {
    width: 100%;
  }

  .blog28_dropdown-wrapper {
    display: block;
  }

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

  .blog68_group {
    padding-bottom: 6rem;
  }

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

  .blog68_mask {
    width: 80%;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

  .blog68_heading {
    margin-right: 0;
  }

  .content30_content, .content30_content-top {
    margin-bottom: 2rem;
  }

  .divider-vertical {
    display: none;
  }

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

  .testimonial13_client {
    align-items: center;
    width: 100%;
  }

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

  .layout408_card-content {
    padding: 1.5rem;
  }

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

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_image-wrapper {
    height: auto;
  }

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

  .gallery19_mask {
    width: 50%;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .layout491_tabs-menu {
    margin-bottom: 2rem;
  }

  .layout394_card-content {
    padding: 1.5rem;
  }

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

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

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact6_content, .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats1_number {
    font-size: 3.5rem;
  }

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

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

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

  .gallery9_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

  .testimonial18_list {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .layout16_content, .layout241_list, .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .team4_image-wrapper-2 {
    height: 100%;
  }

  .gallery19_slider-2 {
    padding-bottom: 3rem;
  }

  .grid-6 {
    margin-top: 40px;
  }

  .divider-vertical-2 {
    display: none;
  }
}

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

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-rich-text h1 {
    font-size: 2.75rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

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

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

  .navbar9_bottom-bar-content {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .header41_component, .layout423_row, .testimonial33_card {
    grid-template-columns: 1fr;
  }

  .blog62_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .layout60_item-list, .layout60_content, .layout1_content, .team4_list {
    grid-template-columns: 1fr;
  }

  .blog68_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog68_mask {
    width: 95%;
  }

  .content30_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .content30_tag-list-wrapper {
    width: 100%;
  }

  .testimonial13_content, .cta15_content, .layout32_content, .layout32_item-list, .layout491_tabs, .contact6_content, .layout237_list {
    grid-template-columns: 1fr;
  }

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

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

  .gallery24_image {
    max-height: 25rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .layout16_content, .layout241_list, .faq3_content {
    grid-template-columns: 1fr;
  }

  .text-size-small-3 {
    font-size: .75rem;
  }

  .grid-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .share-links {
    align-items: center;
  }
}

#w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b09e3-9d9d9fe1 {
  justify-self: start;
}

#w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a0b-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a1e-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a31-9d9d9fe1 {
  align-self: start;
}

#w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a5b-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a5c-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a76-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0a90-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0aaa-9d9d9fe1, #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0ac4-9d9d9fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b0bc8-9d9d9fe1 {
  align-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-9d9d9fe4, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-9d9d9fe4, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-9d9d9fe4 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-9d9d9fe4, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-9d9d9fe4, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-9d9d9fe4 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-9d9d9fe4, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-9d9d9fe4, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-9d9d9fe4 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-9d9d9fe4, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-9d9d9fe4, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-9d9d9fe4 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-9d9d9fe4, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-9d9d9fe4, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-9d9d9fe4 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-9d9d9fe4, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-9d9d9fe4, #w-node-ee961e8d-845a-edc3-3307-509470022457-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-9d9d9fe4 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-9d9d9fe4, #w-node-ee961e8d-845a-edc3-3307-50947002245b-9d9d9fe4, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-9d9d9fe4 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-9d9d9fe4, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-9d9d9fe4, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-9d9d9fe4 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-9d9d9fe4, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-9d9d9fe4, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-9d9d9fe4 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-9d9d9fe4, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-9d9d9fe4, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-9d9d9fe4 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-9d9d9fe4, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-9d9d9fe4, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-9d9d9fe4 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-9d9d9fe4, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-9d9d9fe4, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-9d9d9fe4 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-9d9d9fe4 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-9d9d9fe4 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-9d9d9fe4 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-9d9d9fe4 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-9d9d9fe4 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-9d9d9fe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-9d9d9fe4 {
  justify-self: start;
}

#w-node-c39599c5-db28-bf36-c025-f04d87277d2e-165b557d, #w-node-c39599c5-db28-bf36-c025-f04d87277d37-165b557d, #w-node-c39599c5-db28-bf36-c025-f04d87277d40-165b557d {
  align-self: start;
}

#w-node-c13a9067-3950-f6e5-5f30-5b40def10ff1-165b557d, #w-node-c13a9067-3950-f6e5-5f30-5b40def10ffa-165b557d, #w-node-c13a9067-3950-f6e5-5f30-5b40def11003-165b557d, #w-node-c13a9067-3950-f6e5-5f30-5b40def1100c-165b557d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dff71-ba0ee0f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dffa4-ba0ee0f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dffb6-ba0ee0f4, #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dffc9-ba0ee0f4, #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dffdc-ba0ee0f4, #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dfff0-ba0ee0f4, #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dfff5-ba0ee0f4, #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dfffa-ba0ee0f4 {
  align-self: start;
}

#w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7e003e-ba0ee0f4 {
  justify-self: start;
}

#w-node-_37677cf9-9400-a8cc-06ac-d92da860214f-3a5d077e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37677cf9-9400-a8cc-06ac-d92da8602182-3a5d077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37677cf9-9400-a8cc-06ac-d92da8602194-3a5d077e, #w-node-_37677cf9-9400-a8cc-06ac-d92da86021a7-3a5d077e, #w-node-_37677cf9-9400-a8cc-06ac-d92da86021ba-3a5d077e, #w-node-_37677cf9-9400-a8cc-06ac-d92da86021ce-3a5d077e, #w-node-_37677cf9-9400-a8cc-06ac-d92da86021d3-3a5d077e, #w-node-_37677cf9-9400-a8cc-06ac-d92da86021d8-3a5d077e {
  align-self: start;
}

#w-node-_37677cf9-9400-a8cc-06ac-d92da860221c-3a5d077e {
  justify-self: start;
}

#w-node-a9090538-80ad-d8d0-59d1-44e1cad21def-c7ea49e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9090538-80ad-d8d0-59d1-44e1cad21e01-c7ea49e6, #w-node-a9090538-80ad-d8d0-59d1-44e1cad21e14-c7ea49e6, #w-node-a9090538-80ad-d8d0-59d1-44e1cad21e27-c7ea49e6 {
  align-self: start;
}

#w-node-a9090538-80ad-d8d0-59d1-44e1cad21e78-c7ea49e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a9090538-80ad-d8d0-59d1-44e1cad21e7b-c7ea49e6, #w-node-a9090538-80ad-d8d0-59d1-44e1cad21e7e-c7ea49e6, #w-node-a9090538-80ad-d8d0-59d1-44e1cad21e81-c7ea49e6, #w-node-a9090538-80ad-d8d0-59d1-44e1cad21e84-c7ea49e6, #w-node-a799a8c2-1ca9-3861-431b-37da92c4e2bf-63d34d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a799a8c2-1ca9-3861-431b-37da92c4e2d9-63d34d84, #w-node-a799a8c2-1ca9-3861-431b-37da92c4e2df-63d34d84, #w-node-a799a8c2-1ca9-3861-431b-37da92c4e2e5-63d34d84, #w-node-_46b1757f-3bf4-5dce-45fd-290867120e30-c96501ed, #w-node-_46b1757f-3bf4-5dce-45fd-290867120e36-c96501ed, #w-node-_46b1757f-3bf4-5dce-45fd-290867120e3c-c96501ed, #w-node-_78770d62-2de4-1694-2857-3438da7c0013-c96501ed, #w-node-_78770d62-2de4-1694-2857-3438da7c0019-c96501ed, #w-node-_78770d62-2de4-1694-2857-3438da7c001f-c96501ed, #w-node-_5c108bea-26e7-7177-c2ec-69a9538860c0-c96501ed {
  align-self: start;
}

#w-node-edc77725-5def-2b6f-4e69-647bd0c3fd85-8a33f428 {
  justify-self: start;
}

#w-node-_2f9fa343-c0ca-aa74-09b4-00d13c1d6835-9e7ac6f4 {
  align-self: center;
}

#w-node-_0e38ed96-a5ad-249f-7dab-f3276592822b-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f3276592827a-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f327659282ae-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f327659282e2-5dfee731 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9ccc1ed4-bf80-1778-ea35-5a860f1b09e3-9d9d9fe1 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b89368d4-cd36-13f0-6742-0c574a807489-e84cc52a {
    order: -9999;
  }

  #w-node-c39599c5-db28-bf36-c025-f04d87277ce8-165b557d {
    order: 9999;
  }

  #w-node-_1bef590b-5bce-bc7f-c0f1-e05fee7dff71-ba0ee0f4, #w-node-_37677cf9-9400-a8cc-06ac-d92da860214f-3a5d077e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6628d5f-39eb-66c5-cbdf-92036b9bbee7-9e7ac6f4, #w-node-ad7ee41b-9d9b-536d-4bc3-d4a511166f27-9e7ac6f4 {
    order: -9999;
  }

  #w-node-_0e38ed96-a5ad-249f-7dab-f32765928225-5dfee731 {
    justify-self: start;
  }

  #w-node-_0e38ed96-a5ad-249f-7dab-f3276592825d-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f32765928291-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f327659282c5-5dfee731, #w-node-_0e38ed96-a5ad-249f-7dab-f327659282f9-5dfee731 {
    order: -9999;
  }
}


