:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --verde-protify: #00bb7c;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --morado-protify: #370963;
  --negro-rlume: #1a1a1a;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --morado-leve: #5a6ded;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

img {
  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 {
  text-align: center;
  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-large.align-center {
  text-align: center;
  margin-left: 20px;
  margin-right: 0;
}

.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-bottom.margin-small, .margin-bottom.margin-small {
  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 {
  color: #fff;
  text-align: center;
  margin-top: -39px;
  margin-right: -38px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
}

.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 {
  color: var(--verde-protify);
  text-align: left;
  padding-left: 40px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.heading-style-h6 {
  color: var(--_primitives---colors--white);
  text-align: left;
  margin-left: 110px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h1 {
  color: var(--color-scheme-1--background);
  padding-left: 40px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-group.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  background-color: var(--verde-protify);
  border-style: none;
  margin-top: 160px;
}

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

.slider-arrow.is-centre-next.hide-mobile-landscape {
  background-color: var(--verde-protify);
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  display: flex;
}

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

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

.slider-arrow-icon_default {
  color: var(--_primitives---colors--white);
  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;
}

.navigation-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.text-color-brand {
  color: #ff6c0a;
}

.navigation-button-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.navigation-link-small {
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  transition: color .3s;
}

.navigation-link-small:hover {
  color: #000;
}

.subheading-small {
  color: #1e2022;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-drawer-slider {
  background-color: #fff0;
  height: auto;
  padding-top: 16px;
}

.slide-nav {
  display: none;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.caption-small.text-weight-medium.text-color-tertiary {
  color: #6b7280;
}

.container-small-2 {
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

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

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--verde-protify);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--morado-protify);
}

.navigation-drawer-menu {
  background-color: #fff0;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 100dvh;
  padding: 24px;
  position: fixed;
  top: 0;
}

.navigation-drawer-close {
  color: #000;
  background-color: #f9f9fa;
  border-radius: 100%;
  margin-left: auto;
  padding: 16px;
  transition: background-color .3s;
  display: none;
}

.navigation-drawer-close:hover {
  background-color: #f3f3f5;
}

.navigation-drawer-close.w--open {
  color: #000;
  background-color: #fff;
}

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

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.navigation-drawer-slide {
  float: none;
  text-align: center;
  height: 100%;
  margin-right: 12px;
  position: relative;
}

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

.navigation-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 121%;
  display: flex;
}

.navigation-social-link {
  color: #1e2022;
  background-color: #f3f3f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.navigation-social-link:hover {
  background-color: var(--morado-protify);
  color: #fff;
}

.button-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: color .3s;
  display: inline-flex;
}

.button-link-large:hover {
  color: var(--morado-protify);
}

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

.navigation-drawer-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-x-small:hover {
  color: var(--_primitives---colors--white);
}

.navigation-drawer-dropdown-content {
  overflow: hidden;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation-link-large {
  z-index: 1;
  color: #cfd2d6;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-link-large:hover, .navigation-link-large.w--open {
  color: #1e2022;
}

.divider {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.navigation-link-card {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 94%;
  display: flex;
  overflow: hidden;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.navigation-row-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-slider-button {
  z-index: 999;
  color: #6b7280;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s, background-color .3s;
  display: flex;
  inset: auto 8px 8px auto;
}

.navigation-slider-button:hover {
  color: #fff;
  background-color: #000;
}

.navigation-slider-button.left {
  right: 48px;
}

.navigation-slider-button.left:hover {
  background-color: var(--verde-protify);
}

.subheading-x-small {
  color: #1e2022;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small.text-color-tertiary {
  color: #6b7280;
}

.navigation-link {
  color: #fff;
  text-align: center;
  border: 0 solid #1a1a1a;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s;
}

.navigation-link:hover {
  color: var(--verde-protify);
}

.navigation-link:active {
  pointer-events: none;
}

.navigation-link.w--current {
  transition-property: none;
}

.navigation-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.navigation-menu-button {
  background-color: var(--verde-protify);
  border-radius: 100%;
  flex: none;
  padding: 16px;
}

.navigation-menu-button.w--open {
  background-color: var(--verde-protify);
  color: #000;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-drawer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navigation-01 {
  background-color: #1a1a1a;
  padding: 32px 5%;
  position: sticky;
  top: 0;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.header36_image-wrapper {
  overflow: hidden;
}

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

.header36_image {
  border: 1px none var(--verde-protify);
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  margin-top: 12px;
}

.section_header36-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top: 1px solid #00bb7c;
}

.heading-3 {
  color: var(--verde-protify);
  text-align: right;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

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

.body {
  background-color: var(--negro-rlume);
  color: #1a1a1a;
  background-image: url('../images/Sin-título-1.png');
  background-position: 50%;
  background-size: auto;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image {
  flex: 0 auto;
  position: sticky;
  top: auto;
  bottom: auto;
}

.heading-style-h1-copy {
  color: var(--color-scheme-1--background);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-4 {
  color: #fff;
  min-height: 0;
  margin-top: -1.8rem;
  padding-left: 0;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 5.1rem;
}

.heading-5 {
  color: #fff;
  margin-top: -1.7rem;
  padding-left: 140px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 5.1rem;
}

.heading-6 {
  color: #fff;
  margin-top: -1.4rem;
  padding-left: 30px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 5.1rem;
}

.lottie-animation {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  margin-top: -18px;
  display: flex;
}

.link {
  border: 1px solid var(--_primitives---colors--white);
  color: var(--verde-protify);
  border-radius: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.lottie-animation-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.link-2 {
  border: 1px solid var(--_primitives---colors--white);
  color: var(--verde-protify);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.image-2 {
  vertical-align: baseline;
  flex: 0 auto;
  width: 42%;
  position: absolute;
  inset: -66px 137px 0 auto;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.heading-title-wrap {
  width: 100%;
  max-width: 550px;
}

.feature-block-dark {
  color: #fff;
  background-color: #1a1a1a00;
  border-radius: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 64px 112px;
  position: relative;
}

.feature-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-wrap.red {
  color: #d77070;
}

.feature-icon-wrap.purple {
  color: #8870d7;
}

.feature-icon-wrap.blue {
  color: #70c9d7;
}

.feature-icon-wrap.green {
  color: #70d789;
}

.feature-card-c {
  border: 1.5px solid var(--verde-protify);
  text-align: center;
  background-color: #1c1c1fb8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 3px 3px #55555e;
}

.h5-heading {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

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

.feature-accent-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-blue {
  color: #70c9d7;
}

.span-badge-dark {
  color: #e4e4e7;
  text-align: center;
  background-color: #333338;
  border-radius: 48px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.feature-accent-left {
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-feature-large {
  padding: 16px;
  position: relative;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-600 {
  color: #9797a1;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading.text-color-white {
  color: #fff;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
}

.feature-content-wrap {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-wrap-regular {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-h-x-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-color-gray-500 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.h2-heading-copy {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-copy.text-color-white {
  color: #fff;
  margin-top: -30px;
  padding-left: 40px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
}

.text-color-purple {
  color: #b277cf;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.pricing-badge {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  margin-bottom: 32px;
  margin-left: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.pricing-badge.blue {
  background-color: var(--morado-leve);
  color: #fff;
}

.pricing-badge.green {
  background-color: #86c1a0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.pricing-badge.purple {
  background-color: #b277cf;
}

.subheading-x-small-2 {
  color: #dedfe3;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small-2.text-color-gray-100 {
  color: #c8c9d0;
}

.pricing-tabs-menu-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  max-width: 1060px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.pricing-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c8c9d0;
  border-radius: 100px;
  align-items: center;
  padding: 16px 24px;
  transition: all .3s;
  display: flex;
}

.pricing-feature-item:hover {
  background-color: #22242f;
}

.pricing-feature-item.blue:hover {
  color: #5a6ded;
  background-color: #333647;
}

.pricing-feature-item.purple:hover {
  color: #b277cf;
}

.pricing-feature-item.green:hover {
  color: #86c1a0;
}

.subheading-small-2 {
  color: #dedfe3;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-small-2.text-color-purple-500 {
  color: #b277cf;
}

.subheading-small-2.text-color-green-500 {
  color: #86c1a0;
}

.subheading-small-2.text-color-blue-500 {
  color: #5a6ded;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--verde-protify);
  color: #edeffd;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #7e8ef1;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-x-small {
  color: #9c9eab;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-color-blue {
  color: #7e8ef1;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-details {
  color: #9c9eab;
  text-align: center;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
  position: relative;
}

.pricing-details.background-color-gray-700 {
  text-align: center;
  background-color: #333647;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-color-green {
  color: var(--verde-protify);
}

.paragraph-small-2 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-3 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-price-wrapper {
  align-items: flex-end;
  display: flex;
}

.pricing-text {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-billing {
  padding-top: 8px;
  padding-bottom: 8px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-large {
  background-color: var(--negro-rlume);
  color: var(--_primitives---colors--white);
  background-image: url('../images/imagen-03.png');
  background-position: 0 0;
  background-size: cover;
  padding: 100px 5%;
}

.section-large:hover {
  color: var(--verde-protify);
}

.pricing-discount-icon {
  color: var(--verde-protify);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.pricing-price-block {
  align-items: flex-start;
  display: flex;
}

.pricing-shape {
  position: absolute;
  inset: 0% 0% auto auto;
}

.pricing-shape-embed {
  justify-content: center;
  display: flex;
}

.pricing-header {
  grid-column-gap: 92px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  margin-bottom: -54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card {
  background-color: #111218;
  border: 2px solid #00bb7c91;
  border-radius: 32px;
  height: 100%;
  padding: 24px 16px 16px;
  position: relative;
  overflow: hidden;
}

.pricing-card.light {
  border-color: var(--verde-protify);
  color: #1a1a1a;
  background-color: #1a1a1a;
}

.pricing-price-symbol {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.pricing-price-symbol.text-color-blue-500 {
  color: #5a6ded;
}

.pricing-price-symbol.text-color-green-500 {
  color: var(--verde-protify);
}

.pricing-discount {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.pricing-tab-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5a6ded;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-button.w--current {
  background-color: var(--verde-protify);
  color: #fff;
}

.link-3 {
  color: var(--verde-protify);
  text-decoration: none;
}

.text-block, .text-block:hover {
  color: var(--verde-protify);
}

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

.text-block-2:active {
  color: var(--verde-protify);
}

.subheading-x-small-3 {
  color: #dedfe3;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small-3.text-color-gray-100 {
  color: #c8c9d0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.subheading-small-3 {
  color: #dedfe3;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-small-3.text-color-purple-500 {
  color: #b277cf;
}

.subheading-small-3.text-color-green-500 {
  color: var(--verde-protify);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.subheading-small-3.text-color-blue-500 {
  color: #5a6ded;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-small-3:hover {
  color: var(--verde-protify);
}

.paragraph-small-3 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-4 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-2 {
  background-color: var(--_primitives---opacity--transparent);
  padding: 100px 5%;
}

.pricing-tab-button-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--verde-protify);
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-button-2:hover {
  color: var(--_primitives---colors--white);
}

.pricing-tab-button-2:active {
  color: var(--verde-protify);
}

.pricing-tab-button-2.w--current {
  background-color: var(--verde-protify);
  color: #fff;
}

.link-4 {
  color: var(--verde-protify);
  text-decoration: none;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.subheading-x-small-4 {
  color: #dedfe3;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-x-small-4.text-color-gray-100 {
  color: #c8c9d0;
}

.pricing-button-enterprise {
  color: #b277cf;
  text-align: center;
  background-color: #0000;
  border: 2px solid #b277cf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.pricing-button-enterprise:hover {
  color: #fff;
  background-color: #b277cf;
  border-color: #b277cf;
}

.pricing-details-2 {
  color: #9c9eab;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 24px;
  display: flex;
  position: relative;
}

.text-color-green-2 {
  color: #86c1a0;
}

.paragraph-small-4 {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-tabs-menu {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.pricing-discount-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.shape-embed {
  justify-content: center;
  display: flex;
}

.pricing-badge-purple {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #b277cf;
  border-radius: 99px;
  margin-left: 8px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.pricing-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #b2b3bd;
  flex-flow: column;
  max-width: 420px;
  display: flex;
}

.pricing-discount-icon-2 {
  color: #86c1a0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.pricing-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
}

.pricing-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #111218;
  border: 2px solid #22242f;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 32px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-regular-2 {
  color: #9c9eab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  color: #fff;
  border-color: #fff;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-header-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f4f4f6;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.pricing-tab-button-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5a6ded;
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.pricing-tab-button-3.w--current {
  color: #fff;
  background-color: #5a6ded;
}

.bold-text {
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-2, .bold-text-3 {
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-3 {
  color: var(--_primitives---colors--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-4, .bold-text-5 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block {
  text-align: center;
  margin-top: 40px;
}

.table-row-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  min-width: 700px;
}

.section-regular {
  padding: 82px 5%;
  position: relative;
}

.table-header {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-regular-2 {
  color: #8b0d0d;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.subheading-large.text-color-gray-800 {
  color: #1f2937;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.table-wrapper-inner {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.table-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  display: flex;
}

.table-item.filled {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
}

.table-item.small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.scrollbar-css {
  display: none;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 46px;
}

.subheading-regular {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-regular.text-color-gray-500 {
  color: var(--_primitives---colors--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-2.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  display: flex;
}

.table-padding {
  border: 1px solid var(--verde-protify);
  color: var(--_primitives---colors--white);
  background-color: #f9fafb00;
  border-radius: 16px;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}

.table-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.table-feature.small {
  color: var(--_primitives---colors--white);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.bold-text-6 {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
  font-size: 2px;
  font-weight: 400;
}

.table-row-grid-2 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  min-width: 700px;
}

.section-regular-2 {
  padding: 82px 5%;
  position: relative;
}

.h1-heading-2 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small-3.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-7 {
  color: var(--verde-protify);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--verde-protify);
  font-weight: 500;
}

.link-5 {
  color: var(--verde-protify);
  text-decoration: none;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  color: var(--verde-protify);
  font-weight: 500;
}

.link-6, .link-7, .link-8 {
  color: var(--verde-protify);
  text-decoration: none;
}

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

.text-size-medium-2 {
  color: var(--_primitives---colors--white);
  margin-right: -400px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.gallery25_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery25_slide {
  padding-right: 2rem;
}

.gallery25_content-left {
  justify-content: flex-end;
  display: flex;
}

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

.gallery25_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.gallery25_mask {
  width: 80%;
  overflow: visible;
}

.gallery25_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;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

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

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

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-lightbox-small {
  width: 100%;
}

.gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.gallery-image-side {
  height: 400px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

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

.gallery-image-x-tall {
  height: 550px;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.section-large-3 {
  padding: 120px 5%;
  position: relative;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.iphone-has-shadow {
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  height: auto;
  position: relative;
  overflow: hidden;
}

.iphone-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 2%;
  width: 70%;
  height: 95%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

.iphone-shape {
  z-index: 1;
  width: 80%;
  position: relative;
}

.iphone-shadow {
  width: 96%;
  height: 98%;
  position: absolute;
  inset: 1% auto auto 2%;
}

.iphone-shadow.sm {
  z-index: 0;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-3.text-color-gray-600 {
  color: var(--_primitives---colors--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.team-slide-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.team-slider {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  overflow: hidden;
}

.team-slider-section {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.overline-2 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.team-slide {
  margin-right: 32px;
}

.team-member-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.h6-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.team-slider-trigger {
  width: 38%;
  transition: opacity .3s;
  inset: 0% 0% 0% auto;
}

.team-slider-trigger:hover {
  opacity: .5;
}

.team-slider-trigger.left {
  background-image: none;
  inset: 0% auto 0% 0%;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-gray-600 {
  color: var(--_primitives---colors--white);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 21px;
}

.team-divider {
  text-align: left;
  background-color: #e0e0e0;
  width: 50%;
  height: 1px;
}

.h2-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.team-slider-mask {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.team-member-description {
  padding: 8px;
}

.slide-nav-hidden {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.heading-7 {
  color: var(--verde-protify);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
}

.heading-7-copy {
  color: var(--verde-protify);
  margin-top: -.6rem;
  padding-left: 100px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
}

.paragraph-2 {
  float: none;
  clear: none;
  color: var(--_primitives---colors--white);
  text-align: right;
  margin-top: 30px;
  margin-right: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  inset: 0% auto auto 0%;
}

.columns {
  margin-bottom: 20px;
  padding-left: 100px;
}

.section {
  margin-bottom: 60px;
}

.iphone14-screen {
  z-index: 0;
  object-fit: cover;
  border-radius: 3%;
  width: 70%;
  height: 95%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.italic-text-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.iphone-mockup-2 {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iphone-shape-2 {
  z-index: 1;
  width: 80%;
  position: relative;
}

.code-embed, .hide-2 {
  display: none;
}

.slider-actions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-nav-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.slider-nav-inactive {
  -webkit-user-select: none;
  user-select: none;
  background-color: #d3d3d3;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.slider-button {
  color: #fff;
  background-color: #000;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-3.background-yellow {
  background-color: var(--negro-rlume);
  background-image: url('../images/imagen-03_1.png');
  background-position: 100% 100%;
  background-size: cover;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.gallery-slide-nav {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-top: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slide-nav.center {
  left: auto;
}

.gallery-slide {
  width: 100%;
  margin-right: 24px;
}

.css-embed {
  display: none;
}

.overline-regular-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-slider-large {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 64px;
  display: flex;
}

.gallery-large-mask {
  overflow: hidden;
}

.gallery-slider-button-small {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  inset: -96px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-slider-button-small.gallery-button-left {
  right: 40px;
}

.gallery-image-large {
  aspect-ratio: 10.8 / 5.6;
  border-radius: 12px;
  overflow: hidden;
}

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

.blur-statusbar {
  z-index: 1;
  background-color: #fffc;
  width: 310px;
  height: 40px;
  position: absolute;
  inset: 20px 0% auto 20px;
}

.blur-statusbar.blur-bg {
  background-color: #fffc;
}

.phone-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 700px;
  padding: 20px 20px 45px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  max-width: 300px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.notification-action-button {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  background-color: #6f7d91;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
  display: flex;
}

.notification-action-button.first {
  margin-right: 8px;
}

.comfort-left {
  transform-style: preserve-3d;
  background-image: url('../images/comfort-zones.svg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  display: none;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tabs-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 40px;
  padding-left: 10px;
  display: flex;
}

.feed {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.home-bar {
  background-color: #333;
  border-radius: 10px;
  width: 120px;
  height: 4px;
}

.frame {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.call {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: none;
}

.refresh-icon {
  width: 15px;
  margin-top: 2px;
  margin-left: 5px;
}

.html-embed {
  width: 25px;
  height: 25px;
}

.tab-1-action-link {
  color: #622aff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.heading {
  color: #622aff;
  margin-top: 0;
  font-size: 21px;
  font-weight: 700;
}

.natural-txt {
  margin-top: 400px;
}

.shadow {
  border-radius: 55px;
  margin: 4px;
  position: absolute;
  inset: 0%;
  box-shadow: 39px 39px 25px 6px #00000014, 28px 28px 10px 6px #00000008, 21px 21px 7px 4px #0000000a, 14px 14px 5px 3px #0000000d, 7px 7px 6px 2px #00000014;
}

.notification-bottom {
  background-color: #85858526;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 40px;
  padding: 6px;
  display: flex;
}

.call-bottom.blur-bg {
  border-radius: 100px;
}

.zone-title {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 18px;
  display: none;
  position: absolute;
  inset: 0%;
}

.navlink {
  color: #6e6e73;
  cursor: pointer;
  background-color: #f5f5f7;
  border: 1px solid #6e6e73;
  border-radius: 80px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 17px;
  line-height: 25px;
  transition: border-color .2s, color .2s;
  box-shadow: 1px 1px 5px #0000001a;
}

.navlink:hover {
  color: #622aff;
  border-color: #622aff;
  box-shadow: 1px 1px 6px #622aff29;
}

.navlink.w--current {
  color: #fffc;
  background-color: #622aff;
  border-color: #622aff;
  box-shadow: 1px 1px 5px #622aff1a;
}

.navlink.none {
  padding-left: 5px;
  padding-right: 5px;
}

.content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hidden-call {
  z-index: 0;
  color: #fff;
  background-color: #26bb4b;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 33px auto auto 41px;
}

.tab-1-source-link {
  opacity: 0;
  color: #622aff;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.feed-wrap {
  padding: 24px 24px 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.feed-content {
  position: relative;
}

.imessage, .email {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: none;
}

.comfort-right {
  background-image: url('../images/comfort-zones.svg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  display: none;
  position: relative;
}

.content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.notifications-wrap {
  z-index: 1;
  border-radius: 50px;
  margin: 5px;
  padding: 55px 25px 38px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.inner-content-link {
  color: #622aff;
  cursor: pointer;
  text-decoration: none;
}

.inner-content-link:hover {
  text-decoration: underline;
}

.actions-txt {
  color: #622aff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.comfort-zone-wrap {
  z-index: 1;
  padding: 22px 24px;
  position: absolute;
  inset: 0%;
}

.home-bar-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
  position: absolute;
  inset: auto 0% 30px;
}

.paragraph-4 {
  max-width: 300px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.heading-8 {
  color: #622aff;
  margin-top: 0;
  font-size: 21px;
  font-weight: 700;
}

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

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

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

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

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

.paragraph-5 {
  max-width: 300px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.gallery15_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
  display: block;
}

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

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

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_slide-nav {
  color: var(--_primitives---colors--white);
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_mask {
  overflow: hidden;
}

.grid-item {
  text-align: center;
  width: 70%;
}

.iphone-screen-2 {
  z-index: 0;
  object-fit: cover;
  border-radius: 2%;
  width: 89.5%;
  height: 95.4%;
  position: absolute;
  top: 2.4%;
  left: 5.5%;
}

.iphone-shape-3 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.device-description-wrap {
  margin-top: 1.1em;
}

.infotext {
  color: #888;
  font-size: .8em;
}

.app-wrap {
  color: #333333c4;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  display: flex;
}

.notification-text-top {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 100%;
}

.app-info {
  align-items: center;
  display: flex;
}

.notification-text-bottom {
  font-size: 15px;
  line-height: 100%;
}

.notification {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .7rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.notification-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #d8d8d8b3;
  border-radius: 15px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.app-text {
  text-transform: uppercase;
}

.app-image {
  margin-right: 5px;
}

.banner-section {
  color: #fff;
  background-color: #131316;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 5%;
  display: block;
  position: sticky;
  top: 0;
}

.container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.banner-strong-text {
  color: #7788f8;
  font-weight: 700;
}

.banner-close-button-absolute {
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.banner-close-button-absolute:hover {
  color: #000;
  background-color: #fff;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--morado-leve);
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.icon-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.banner-content, .columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2-copy {
  color: var(--verde-protify);
  text-align: left;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-9 {
  color: var(--_primitives---colors--white);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 2.6rem;
}

.paragraph-6 {
  color: var(--_primitives---colors--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

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

.header133_image-wrapper3 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30%;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.text-size-medium-3 {
  color: var(--_primitives---colors--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-style-h1-2 {
  color: var(--verde-protify);
  margin-top: -1.5rem;
  padding-left: 6px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.button-3 {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--verde-protify);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

.padding-section-large-2 {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header133_content-wrapper {
  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;
}

.header133_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

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

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

.header133_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.header133_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  overflow: hidden;
}

.heading-style-h1-2-copy {
  color: var(--verde-protify);
  margin-top: -1.5rem;
  padding-left: 60px;
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-4 {
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
}

.heading-style-h1-3 {
  color: var(--_primitives---colors--white);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.header26_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -9px;
}

.section_header26 {
  color: var(--color-scheme-1--text);
  text-align: right;
  background-color: #fff0;
}

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

.columns-3 {
  margin-top: 40px;
}

.paragraph-7 {
  color: var(--_primitives---colors--white);
  margin-top: 40px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-10 {
  color: var(--_primitives---colors--white);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
}

.link-9 {
  border: 3px solid var(--verde-protify);
  color: var(--_primitives---colors--white);
  border-radius: 11px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.paragraph-8 {
  color: var(--_primitives---colors--white);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-9 {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-8-copy {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.social-share-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.social-share-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

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

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

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

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--_primitives---colors--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

.footer4_legal-link {
  color: var(--_primitives---colors--white);
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

.paragraph-10 {
  background-color: var(--_primitives---colors--white);
  text-align: justify;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body-2 {
  background-color: var(--negro-rlume);
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--verde-protify);
}

.text-block-12 {
  color: var(--morado-protify);
  font-family: Notosansdisplay Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 700;
}

.text-block-13 {
  font-weight: 700;
}

.text-block-13:hover {
  color: var(--verde-protify);
}

.text-block-14 {
  font-weight: 700;
}

.text-block-14:hover {
  color: var(--verde-protify);
}

.link-10 {
  color: var(--verde-protify);
  text-decoration: none;
}

.button-3-copy {
  border: 1px solid var(--color-scheme-1--background);
  color: var(--color-scheme-1--background);
  text-align: right;
  background-color: #00bb7c00;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 40px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

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

.banner10_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) none var(--color-scheme-1--border);
  background-color: #eee0;
  position: relative;
}

.padding-global-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.bold-text-19 {
  border: 1px none var(--verde-protify);
  color: var(--color-scheme-1--background);
  text-align: center;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.text-block-15 {
  border: 1px solid var(--verde-protify);
  text-align: center;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.banner1_close-button {
  margin-left: 1rem;
}

.banner1_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.banner1_form-block {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}

.button-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.banner1_wrapper {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--negro-rlume);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global-4 {
  background-color: var(--negro-rlume);
  padding-left: 5%;
  padding-right: 5%;
}

.banner1_form-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 220px;
  margin-right: 0;
  display: flex;
}

.banner1_icon-wrapper {
  flex: none;
}

.text-weight-semibold {
  color: var(--_primitives---colors--white);
  margin-right: -200px;
  padding-right: 0;
  font-weight: 600;
}

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

.pricing22_bottom-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing22_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing22_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--color-scheme-1--background);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing22_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.button-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

.pricing22_feature {
  padding: 1rem 1.5rem;
}

.heading-style-h2-2 {
  color: var(--color-scheme-1--background);
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.pricing22_plans {
  width: 100%;
}

.pricing22_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--color-scheme-1--background);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

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

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

.pricing22_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing22_row.background-color-secondary {
  border-radius: var(--_ui-styles---radius--small);
}

.bold-text-21, .bold-text-22 {
  color: var(--color-scheme-1--background);
}

.pricing27_tabs-content {
  width: 100%;
}

.pricing27_row-content {
  color: var(--_primitives---colors--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.pricing27_component {
  text-align: center;
}

.pricing27_bottom-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--_primitives---opacity--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing27_top-row {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  background-color: var(--_primitives---opacity--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing27_heading-row {
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button-7 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.pricing27_plans {
  width: 100%;
}

.pricing27_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing27_row.background-color-secondary {
  border-radius: var(--_ui-styles---radius--small);
}

.pricing27_feature {
  padding: 1rem 1.5rem;
}

.pricing27_bottom-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

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

.pricing27_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pricing27_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.section_pricing27 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text);
}

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

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

.text-block-16, .text-block-17, .text-block-18 {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
}

.bold-text-24 {
  color: var(--_primitives---colors--white);
  margin-left: 110px;
  text-decoration: none;
}

.bold-text-25, .bold-text-26 {
  color: var(--_primitives---colors--white);
}

.text-block-19 {
  color: var(--_primitives---colors--white);
  font-family: Montserrat, sans-serif;
}

.text-block-20, .text-block-21, .text-block-22, .bold-text-27 {
  color: var(--color-scheme-1--background);
}

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

  .slider-arrow.is-bottom-left-previous {
    left: auto;
  }

  .slider-arrow.is-bottom-left-next {
    left: calc(5% + 4rem);
  }

  .navigation-drawer-menu {
    padding: 12px;
  }

  .navigation-drawer-close {
    display: block;
  }

  .navigation-drawer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navigation-01 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

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

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

  .heading-wrap-regular {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-grid-small {
    grid-template-columns: 1fr;
  }

  .pricing-card-block {
    flex-wrap: wrap;
  }

  .table-row-grid, .table-row-grid-2 {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .gallery25_slide-nav {
    right: 2rem;
  }

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

  .gallery25_slide {
    padding-right: 2rem;
  }

  .gallery25_content-left {
    justify-content: flex-start;
  }

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

  .gallery25_mask {
    width: 50%;
  }

  .gallery25_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery-image-side {
    height: 240px;
  }

  .gallery-image-x-tall {
    height: 440px;
  }

  .team-slider-trigger {
    width: 20%;
  }

  .heading-wrapper {
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-left: 20px;
  }

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

  .banner-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

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

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

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

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

  .heading-style-h1-2-copy, .heading-style-h1-3 {
    font-size: 3.25rem;
  }

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

  .banner1_form-block {
    flex: 1;
  }

  .banner1_icon-wrapper {
    display: none;
  }

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    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;
  }

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

  .navigation-link-large {
    font-size: 32px;
  }

  .header36_component {
    padding-top: 4rem;
  }

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

  .feature-block-dark {
    padding: 64px 32px;
  }

  .feature-accent-right {
    display: none;
  }

  .h2-heading {
    font-size: 44px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-copy {
    font-size: 44px;
  }

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

  .pricing-tabs-menu-right {
    margin-bottom: 48px;
  }

  .h3-heading {
    font-size: 42px;
  }

  .pricing-text {
    font-size: 62px;
  }

  .pricing-grid-small {
    grid-template-columns: 1fr;
  }

  .pricing-header-center {
    margin-bottom: 60px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 54px;
    line-height: 62px;
  }

  .gallery25_slide-nav {
    right: 5%;
  }

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

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

  .gallery25_slide {
    padding-right: 1.5rem;
  }

  .gallery25_mask {
    width: 80%;
  }

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

  .gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .section-large-3, .team-slider-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-slide {
    margin-right: 16px;
  }

  .h6-heading {
    font-size: 28px;
  }

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .team-slider-mask {
    width: 80%;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slide-nav.center {
    left: 0;
  }

  .gallery-slider-button-small {
    inset: auto 0% 0% auto;
  }

  .phone-wrap {
    margin-bottom: 40px;
  }

  .tabs-content {
    padding-top: 0;
  }

  .content-wrap {
    padding-left: 0;
  }

  .wrap {
    flex-direction: column;
  }

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

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

  .banner-close-button-absolute {
    position: static;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .banner1_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .banner1_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner1_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

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

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

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

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

  .pricing22_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .pricing22_empty-space {
    display: none;
  }

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

  .pricing27_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing27_bottom-row, .pricing27_top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .pricing27_empty-space {
    display: none;
  }
}

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

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

  .max-width-large.align-center {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .margin-bottom.margin-small {
    margin-right: 2rem;
  }

  .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 {
    text-align: center;
    margin-right: 29px;
  }

  .heading-style-h2 {
    padding-left: 0;
  }

  .heading-style-h6 {
    margin-left: 0;
  }

  .heading-style-h1 {
    text-align: left;
    padding-left: 0;
  }

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

  .padding-global {
    padding-right: 0%;
  }

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

  .slider-arrow.is-bottom-left-next {
    left: 24%;
  }

  .navigation-button-grid {
    grid-template-columns: 1fr;
  }

  .navigation-links {
    display: none;
  }

  .navigation-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navigation-row-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .navigation-drawer-mask {
    max-width: none;
  }

  .header36_image-wrapper {
    width: 318px;
  }

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

  .header36_image {
    text-align: center;
    vertical-align: baseline;
    width: 94%;
    display: inline-block;
  }

  .header36_content {
    width: 88%;
    max-width: 34.3rem;
    padding-right: 0;
  }

  .body {
    background-image: linear-gradient(to bottom, var(--_primitives---opacity--neutral-darkest-50), var(--_primitives---opacity--neutral-darkest-50)), url('../images/Sin-título-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.8;
  }

  .heading-5 {
    text-align: center;
    padding-left: 0;
    font-size: 2.2rem;
  }

  .heading-6 {
    text-align: center;
    margin-top: -2.7rem;
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3.3;
  }

  .feature-block-dark {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-heading.text-color-white {
    font-size: 44px;
  }

  .wrap-h-x-large {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-heading-copy.text-color-white {
    margin-top: 0;
    font-size: 45px;
  }

  .pricing-feature-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pricing-header {
    margin-bottom: 0;
  }

  .pricing-tab-button, .pricing-tab-button.w--current, .pricing-tab-button-2, .pricing-tab-button-2.w--current {
    width: 100%;
  }

  .pricing-card-block {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-card-title {
    flex-wrap: wrap;
  }

  .pricing-tab-button-3, .pricing-tab-button-3.w--current {
    width: 100%;
  }

  .text-size-medium-2 {
    margin-right: 40px;
  }

  .gallery25_mask {
    width: 95%;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-slider-trigger {
    display: none;
  }

  .team-slider-mask {
    width: 90%;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .heading-7-copy {
    padding-left: 0;
    font-size: 3rem;
  }

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

  .columns {
    padding-left: 40px;
  }

  .paragraph-3 {
    max-width: 100%;
  }

  .tabs-content {
    padding-left: 0;
  }

  .navlink {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 15px;
    font-size: 15px;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .wrap {
    border-top: 1px solid #622aff1a;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-4, .paragraph-5 {
    max-width: 100%;
  }

  .notification-wrap {
    width: 100%;
  }

  .banner-section {
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading-style-h2-copy {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .heading-9 {
    font-size: 1.8rem;
  }

  .text-size-medium-3 {
    text-align: center;
  }

  .heading-style-h1-2 {
    padding-left: 0;
  }

  .header133_content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1-2-copy {
    padding-left: 0;
    line-height: 1.9;
  }

  .link-9 {
    font-size: 1.7rem;
  }

  .footer4_credit-text, .footer4_legal-link, .column-2 {
    text-align: center;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-4 {
    text-align: left;
    font-family: Montserrat, sans-serif;
  }

  .bold-text-20 {
    font-size: .8rem;
    line-height: 1.6;
  }

  .italic-text-5 {
    font-size: .7rem;
  }

  .banner1_form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 25rem;
    margin-left: -101px;
    display: block;
  }

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

  .text-weight-semibold {
    text-align: justify;
    margin-right: 0;
  }

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

  .button-6.max-width-full.is-pricing22-button {
    padding: .25rem 1rem;
  }

  .pricing27_row-content {
    padding: .125rem;
    font-size: .8rem;
  }

  .pricing27_top-row {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .button-7.max-width-full.is-pricing27-button {
    padding: .25rem 1rem;
  }

  .text-block-23 {
    font-size: 1rem;
  }
}

#w-node-_1d7dca63-6b4e-007d-d5b5-8a8cbea80cdb-0fb1fb5d {
  justify-self: end;
}

#w-node-_5374665b-5e90-166d-fe71-064e92d6d016-0fb1fb5d, #w-node-_5374665b-5e90-166d-fe71-064e92d6d020-0fb1fb5d, #w-node-_5374665b-5e90-166d-fe71-064e92d6d02a-0fb1fb5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7db14801-c479-f87e-a1fc-52a8f59ca80f-f59ca807, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-0fb1fb63 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-0fb1fb63, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-0fb1fb63, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-0fb1fb63 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-0fb1fb63, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-0fb1fb63, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-0fb1fb63 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-0fb1fb63, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-0fb1fb63, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-0fb1fb63 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-0fb1fb63, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-0fb1fb63, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-0fb1fb63 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-0fb1fb63, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-0fb1fb63, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-0fb1fb63 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-0fb1fb63, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-0fb1fb63, #w-node-ee961e8d-845a-edc3-3307-509470022457-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-0fb1fb63 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-0fb1fb63, #w-node-ee961e8d-845a-edc3-3307-50947002245b-0fb1fb63, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-0fb1fb63 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-0fb1fb63, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-0fb1fb63, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-0fb1fb63 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-0fb1fb63, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-0fb1fb63, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-0fb1fb63 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-0fb1fb63, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-0fb1fb63, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-0fb1fb63 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-0fb1fb63, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-0fb1fb63, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-0fb1fb63 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-0fb1fb63, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-0fb1fb63, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-0fb1fb63 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-0fb1fb63 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-0fb1fb63 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-0fb1fb63 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-0fb1fb63 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-0fb1fb63 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-0fb1fb63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-0fb1fb63 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1d7dca63-6b4e-007d-d5b5-8a8cbea80cdb-0fb1fb5d {
    justify-self: start;
  }

  #w-node-_7db14801-c479-f87e-a1fc-52a8f59ca80f-f59ca807 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f559-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f566-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f573-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f580-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f58b-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f597-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f5b1-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f5be-0fb1fb5d, #w-node-_7375b97f-c79e-1808-0d31-80ada4e3f5c9-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2003-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2011-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba201f-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba202d-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba203b-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2046-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2054-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2063-0fb1fb5d, #w-node-eb8d7ae2-c01c-6f3a-7c99-676818ba2071-0fb1fb5d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7db14801-c479-f87e-a1fc-52a8f59ca81e-f59ca807 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d7dca63-6b4e-007d-d5b5-8a8cbea80cdb-0fb1fb5d {
    justify-self: center;
  }

  #w-node-_7db14801-c479-f87e-a1fc-52a8f59ca80f-f59ca807 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Notosansdisplay Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Notosansdisplay Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: auto;
}