@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Roboto, Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Roboto, Arial, sans-serif;
  --blue: #405cb3;
  --_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);
  --_primitives---colors--neutral-lighter: #ccc;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --_primitives---colors--neutral-light: #aaa;
  --_ui-styles---stroke--divider-width: 1px;
  --_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;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
}

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/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(--blue);
  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;
}

.max-width-full.margin-bottom.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper.is-grey {
  color: #031330;
  background-color: #f6f6f6;
}

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

.container-large._w-line {
  border-top: 1px solid #c7c8c9;
}

.container-large.max-width-80-pc {
  max-width: 60%;
}

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

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

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

.align-center.benefits.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.max-width-large.aling-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.main-wrapper.is-relative {
  position: relative;
}

.main-wrapper.is-new {
  margin-top: 5rem;
}

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

.container-medium.is-smaller {
  max-width: 60rem;
}

.container-medium.is-smallest {
  max-width: 44rem;
}

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

.margin-bottom.margin-small.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.margin-bottom.margin-small.grid.hide-pc {
  margin-bottom: 0;
  display: none;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-small {
  color: #7f858b;
  text-align: left;
  font-size: .75rem;
  line-height: 1.7;
}

.text-size-small.is-fb {
  color: #4b4f56;
}

.text-size-small.text-color-black.text-height-1-2 {
  line-height: 1.2;
}

.text-size-small.text-color-reviews {
  color: #007ffd;
}

.text-size-small.is-cute {
  color: #343e5c;
  text-align: center;
}

.text-size-small.is-cute.no-background {
  background-image: none;
}

.text-size-small.text-color-main {
  color: #5f021f;
}

.text-size-small.color-333 {
  color: #333;
  line-height: 1.2;
}

.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 {
  color: var(--_primitives---colors--white);
  background-color: #036;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.icon-embed-small.text-color-green.fill-transparent {
  background-color: #0000;
}

.icon-embed-small.is-transparent-background {
  color: var(--color-scheme-1--text);
  background-color: #0000;
}

.icon-embed-small.no-strange-padding, .icon-embed-small.no-background {
  background-color: #0000;
}

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

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

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

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

.heading-style-h6.text-weight-medium {
  font-weight: 700;
}

.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 {
  color: #fa6908;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-weight-normal.text-color-pink.dark-blue {
  color: #036;
}

.heading-style-h5.text-color-blue-light {
  color: #0b61e0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.heading-style-h5.is-color-body {
  color: #1f2937;
}

.heading-style-h5.is-color-body.no-down {
  margin-bottom: -1.5rem;
}

.heading-style-h5.text-color-red-aging {
  color: red;
}

.heading-style-h5.text-color-green {
  color: #16a34a;
}

.heading-style-h5.text-color-blue {
  color: #1b4a6e;
}

.heading-style-h5.text-color-dark-blue {
  color: #031330;
}

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

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

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

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

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

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

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

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

.text-size-tiny.is-title {
  margin-bottom: -1rem;
}

.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 {
  color: var(--_primitives---colors--white);
  text-align: center;
  background-color: #c20017;
  border-radius: .5rem;
  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;
  font-size: .75rem;
  font-weight: 700;
}

.button.is-small.text-size-xlarge {
  font-size: 1.125rem;
}

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

.button.is-green {
  background-color: #0e820c;
  margin-top: -1rem;
  font-size: 2rem;
}

.button.max-width-full {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
}

.button.max-width-full.is-bigger {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button.max-width-full.bigger {
  width: 110%;
  margin-left: -5%;
}

.button.is-big {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.button.is-big.text-style-allcaps.text-weight-semibold {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.65rem;
}

.button.is-big.text-style-allcaps.text-weight-semibold.is-full-red {
  width: 100%;
}

.button.is-big.text-style-allcaps.text-weight-semibold.is-full-red.is-fixed {
  z-index: 9;
  text-transform: capitalize;
  font-weight: 400;
  position: fixed;
  inset: auto 0% 0%;
}

.button.is-big.is-black {
  background-color: #000;
}

.button.is-blue {
  background-color: #3578e5;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 700;
}

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

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

.heading-style-h4.is-pc {
  display: block;
}

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

.heading-style-h4.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4.text-weight-normal.text-color-red-strong.text-style-underline {
  text-decoration: underline;
}

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

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

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

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

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

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

.icon-1x1-xlarge.is-round {
  border-radius: 100%;
}

.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-size-regular.height-1-2 {
  line-height: 1.2;
}

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

.heading-style-h3.text-color-green-dark {
  color: #379825;
  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 {
  text-align: center;
  object-position: 70% 50%;
  justify-content: center;
  align-items: center;
}

.button-group.is-center.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button-group.is-center.new {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.button-group.smaller-gap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.button-group.is-blog-style {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

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

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

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

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

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

.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-xxsmall.is-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-embed-xxsmall.text-color-blue.is-bigger {
  width: 1.125rem;
  height: 1.125rem;
  padding-right: 0;
}

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

.icon-embed-xsmall.text-color-testimonial {
  color: #6eceb2;
  margin-left: -4px;
}

.icon-embed-xsmall.text-color-green {
  color: #1ac70e;
}

.icon-embed-xsmall.icon-color-green {
  color: #19a614;
}

.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 {
  text-align: center;
}

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

.text-align-center.align-center.little-padding {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.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 {
  color: #292525;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-large.smaller-height {
  line-height: 1.2;
}

.text-size-large.smaller-height.is-strange {
  margin-top: -1.25rem;
}

.text-size-large.different-upper {
  font-size: 1rem;
}

.text-size-large.is-fb-name {
  color: #365899;
}

.text-size-large.text-color-black {
  color: #000;
  font-size: 1.125rem;
}

.text-size-large.better-height {
  line-height: 1.2;
}

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

.padding-section-small.smaller-top {
  padding-top: 1.5rem;
}

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

.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 {
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

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

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

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

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

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

.spacer-small.hide-mobile {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aspect-ratio-square.fit-cover {
  object-fit: cover;
}

.aspect-ratio-square.fit-cover.fill-component {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 110%;
  margin: -1rem auto 0 -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-arrow.is-centre-previous {
  background-color: var(--color-scheme-1--background);
  display: none;
  bottom: 4rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  display: none;
}

.slider-arrow.is-centre-next {
  background-color: var(--color-scheme-1--background);
  display: none;
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  margin-left: 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;
}

.banner_component {
  background-color: #036;
  border-top: 3px solid #c20017;
  position: relative;
}

.banner_component.is-advertisement {
  background-color: #eff2f5;
  border-top-style: none;
}

.banner_component.is-advertisement.is-black {
  color: var(--_primitives---colors--neutral-lighter);
  background-color: #000;
  margin-top: 2.75rem;
}

.banner_component.is-advertisement.is-black.is-no-top {
  margin-top: 0;
}

.banner_component.no-red-top {
  z-index: 99999;
  border-top-style: none;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: sticky;
  top: 0;
}

.banner_component.no-red-top.smaller {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.banner_component.is-white {
  background-color: #fff;
  border-top-style: none;
}

.banner_component.is-white.is-darker {
  background-color: #f2f2f2;
}

.banner8_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.banner8_content-wrapper.is-smaller {
  max-width: 44rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.banner8_content.align-center {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.banner8_content.align-center.not-all-caps {
  text-transform: none;
}

.banner8_content.is-center {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.banner8_logo-wrapper {
  color: var(--color-scheme-1--background);
  font-size: 1.8125rem;
}

.banner8_logo-wrapper.is-black {
  color: var(--color-scheme-1--text);
}

.banner8_logo-wrapper.is-black.is-max-small {
  max-width: 20rem;
}

.text-color-grey {
  font-size: .75rem;
  font-weight: 400;
}

.navbar1_component {
  background-color: #fff;
  border-bottom: 1px solid #c7c8c9;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_component.not-padding {
  margin-top: 0;
}

.navbar1_component.not-padding.is-full {
  max-width: 100%;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

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

.navbar1_container.is-80-rem {
  max-width: 80rem;
}

.navbar1_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post1-header_title-wrapper.text-align-center {
  margin-bottom: 1rem;
}

.blog-post1-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-header_author-image-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.blog-post1-header_author-image.is-bigger {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post1-header_author-image.is-bigger.is-square {
  border-radius: 0%;
}

.blog-post1-header_author-image.is-bigger.is-huge {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.blog-post1-header_author-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.blog-post1-header_image-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-post1-header_image-wrapper.is-smaller {
  color: var(--_primitives---colors--white);
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-post1-content_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blog-post1-content_content.smaller-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.blog-post1-content_content.is-double {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.blog-post1-content_content.is-different {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  max-width: 64rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 0 5px 3px #0003;
}

.blog-post1-content_divider {
  background-color: #cedfef;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_divider.is-top {
  background-color: #cedfef;
  max-width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.blog-post1-content_divider.is-top.is-bigger {
  background-color: #aeaeae;
  height: 3px;
}

.blog-post1-content_divider.no-padding {
  max-width: 100%;
  margin-top: -1rem;
  margin-bottom: 0;
}

.blog-post1-content_divider.is-black {
  background-color: #c7c8c9;
  max-width: 100%;
  margin-top: -1rem;
  margin-bottom: 0;
}

.blog-post1-content_divider.is-smaller {
  background-color: #9b9b9b;
  margin-top: 0;
  margin-bottom: 0;
}

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

.blog-post5-header_category-link {
  color: var(--color-scheme-1--background);
  text-transform: uppercase;
  background-color: #c20017;
  border-radius: .25rem;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post5-header_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.cute-paragraph-blue {
  color: #405cb3;
  width: 90%;
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-color-blue {
  color: #405cb3;
}

.background-video {
  aspect-ratio: 2.39;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.background-video.is-bigger {
  aspect-ratio: 16 / 9;
}

.testimonial-wrapper {
  margin-top: -1rem;
  display: flex;
}

.testimonial-wrapper.is-comment {
  border-left: 1px dotted #c7c8c9;
  margin-left: 5rem;
  padding-left: .75rem;
}

.testimonial-wrapper.is-new {
  margin-top: 0;
  position: relative;
}

.testimonial-text-wrapper {
  background-color: #f0f2f5;
  border-radius: 1rem;
  padding: 1rem .5rem;
}

.testimonial-text-wrapper.different {
  background-color: #0000;
  padding: 0;
}

.text-span-cute {
  background-image: linear-gradient(90deg, #fff6b2, #feeb5d 50%, #fff6b2);
}

.footer_component {
  color: var(--color-scheme-1--background);
  background-color: #036;
}

.footer_component.is-white {
  color: #212529;
  background-color: #fff;
}

.logo-text {
  letter-spacing: -1px;
  text-transform: uppercase;
}

.span-only-mobile {
  color: #405cb3;
  font-weight: 700;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  display: none;
}

.link {
  color: #405cb3;
}

.blog-post4-content_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 2rem;
  display: grid;
}

.blog-post4-content_component.is-smaller {
  grid-column-gap: .5rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-post4-content_component.is-smaller.smaller-gap-mobile.is-more-smaller {
  max-width: 64rem;
}

.blog-post4-content_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blog-post4-content_content.background-color-white {
  background-color: #fff;
  padding: 1rem 1rem 3rem;
  overflow: hidden;
}

.blog-post4-content_newsletter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #ffffe0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 10px #ddd;
}

.navbar {
  width: 3rem;
}

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

.blog-left-size {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blog-left-size.is-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-left-size.is-sticky {
  position: sticky;
  top: 0;
}

.blog-left-size.is-sticky.check-mobile.little-margin {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  padding: 1rem .5rem;
}

.body-different-black {
  color: #212529;
  font-size: 1.125rem;
}

.text-span-yellow {
  background-color: #fcffd2;
}

.text-color-green-cute {
  color: var(--_primitives---colors--white);
  background-color: #2dc26b;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration-color: #0d6efd;
  text-decoration-thickness: 2px;
}

.textarea {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 5rem;
  margin-bottom: 0;
  font-size: 1.15rem;
  overflow: hidden;
}

.div-block-2 {
  background-color: #f5f6f7;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem;
  display: flex;
}

.checkbox-field {
  flex: 1;
}

.button-fb {
  background-color: #4267b2;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.checkbox-label {
  color: #90949c;
  font-size: .85rem;
}

.text-fb {
  color: #365899;
  font-size: .9375rem;
}

.down-fb-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.likes-fb {
  color: #90949c;
  margin-left: -.5rem;
  font-size: .875rem;
}

.fb-imae {
  width: 1px;
  height: 100%;
}

.minutes-fb {
  color: #4b4f56;
  font-size: .875rem;
}

.image-small {
  width: 10rem;
  max-width: 10rem;
}

.text-color-blue-light {
  color: #0d6efd;
}

.text-color-blue-light.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.button-form {
  text-align: center;
  background-color: #3578e5;
  border-radius: .25rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.button-form.is-hidden {
  display: none;
}

.button-form.is-main-cta {
  width: 70%;
  margin: 1rem auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-form.is-main-cta.is-bigger {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.button-form.is-main-cta.is-bigger.funnel {
  background-color: #0e820c;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.75rem;
}

.button-form.is-normal {
  border-radius: 1rem;
  width: auto;
  padding: 1rem 3rem;
}

.button-form.is-normal.is-smaller {
  max-width: 60rem;
}

.button-form.is-normal.funnel {
  aspect-ratio: auto;
  background-color: #0e820c;
  border-radius: .5rem;
  font-size: 1.5rem;
}

.button-form.is-normal.is-see-all.funnel {
  display: none;
}

.button-form.is-normal.is-full {
  width: 100%;
}

.button-form.is-banner {
  border-radius: .5rem;
  width: auto;
  font-size: 1rem;
}

.button-form.is-banner.hide-banner {
  color: #405cb3;
  background-color: #fff;
  font-size: 1.125rem;
}

.button-form.is-huge {
  font-size: 1.75rem;
}

.button-form.is-huge.is-strange {
  text-decoration: underline;
}

.button-form.is-bigger {
  font-size: 1.25rem;
  font-weight: 400;
}

.button-form.is-bigger.text-weight-bold {
  font-weight: 700;
}

.button-form.is-bigger.text-weight-bold.is-smaller {
  color: var(--_primitives---colors--white);
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sale-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c7c8c9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 2rem;
  display: grid;
  position: relative;
}

.sale-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.span-promo-sale {
  color: #fff;
  background-color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}

.progress-container {
  margin-top: -1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.checkbox {
  color: #ccc;
}

.image-normal {
  width: 100%;
}

.image-normal.is-smaller {
  object-fit: cover;
  object-position: 50% 50%;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.image-normal.is-smaller.down {
  object-position: 50% 100%;
}

.image-normal.is-smaller.full {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.image-normal.is-smaller.bigger-mobile.bigger-one {
  width: 100%;
}

.image-normal.is-smaller.bigger-mobile.is-video {
  aspect-ratio: 2 / 3;
  height: 60%;
}

.image-normal.is-smaller.bigger-mobile.is-video.is-full {
  width: 100%;
  height: 100%;
}

.image-normal.is-smaller.bigger-mobile.is-video.is-full.is-landscape {
  aspect-ratio: 3 / 2;
}

.image-normal.is-smaller.bigger-mobile.is-video.is-full.smaller {
  aspect-ratio: 2 / 3.5;
  height: 100%;
}

.image-normal.is-smaller.bigger-mobile.is-video.is-strange {
  aspect-ratio: 1;
}

.image-normal.is-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.image-normal.is-landscape.is-bottom {
  aspect-ratio: auto;
  object-position: 50% 80%;
}

.image-normal.is-landscape.different-top {
  object-position: 50% 0%;
}

.image-normal.is-aging {
  width: 104.5%;
  max-width: 105%;
  margin-left: -1rem;
  margin-right: 1rem;
}

.image-normal.is-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.testimonial35_card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.testimonial35_client-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.testimonial35_client-image.is-center {
  object-position: 70% 50%;
}

.testimonial35_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial35_client-info {
  margin-bottom: .5rem;
}

.testimonial-comment {
  margin-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.image-testimonial {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
}

.image-testimonial.is-new {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 1rem 1rem 0% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.image-testimonial.is-bigger {
  width: 100%;
  height: 100%;
}

.image-testimonial.is-bigger.is-not-circle {
  border-radius: 1rem;
}

.image-testimonial.is-different.is-new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.stars-wrapper {
  display: flex;
}

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

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

.text-color-red.darker {
  color: #c81f54;
}

.text-color-red.is-aging {
  color: #e1461b;
}

.text-block {
  color: var(--blue);
}

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

.image-3 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.italic-text {
  font-size: .7rem;
}

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

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

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

.banner10_component {
  position: relative;
}

.banner10_component.is-new {
  z-index: 999;
  background-color: #017ffb;
  width: 100%;
  height: 2.5rem;
  position: fixed;
  top: 0;
}

.banner10_component.is-new.funnel {
  color: #579500;
  background-color: #ffe9db;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.banner10_component.is-new.funnel.not-fixed {
  position: static;
}

.banner10_component.is-new.is-white {
  color: #212529;
  background-color: #fff;
  height: 5rem;
  margin-top: 2.5rem;
  position: static;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content-wrapper.is-navbar {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.banner10_content {
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner10_content.is-blue {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.promo-label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-block-2 {
  font-size: 1.25rem;
}

.text-block-2.is-red-big {
  color: red;
  font-size: 1.6rem;
}

.js-clock {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: static;
  right: 4%;
  transform: scale(1.25);
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #579500;
  background-color: #fff;
  border: 1px solid #579500;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  padding: 4px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #579500;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 2rem;
  margin-bottom: 6px;
  padding: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}

.clock-label {
  color: #579500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.2;
}

.section_header65 {
  position: relative;
}

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

.last-day-badge {
  background-color: #c20817;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  padding-top: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing1_plan {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.heading-style-discount {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}

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

.header65_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

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

.featured-pc.is-smaller {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 0%;
}

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

.section_layout238.is-pink {
  background-color: #fcecf5;
}

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

.layout244_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.layout244_list.is-first {
  grid-template-columns: 1fr 1fr;
}

.layout244_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  display: flex;
}

.layout244_item.is-pink {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  display: block;
}

.layout244_item.is-different {
  flex-flow: column;
}

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

.layout244_item-icon-wrapper.bigger {
  color: #fff;
  background-color: #67ccb0;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  display: flex;
}

.guarantee-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.section_testimonial17.is-color-white {
  background-color: #fff;
}

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

.testimonial17_grid-list.is-2-columns {
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.testimonial17_grid-list.is-2-columns.is-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial17_grid-list.is-2-columns.is-1-column, .testimonial17_grid-list.is-vertical {
  grid-template-columns: 1fr;
}

.testimonial17_card {
  background-color: var(--_primitives---colors--white);
  border: 1px #000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial17_card.is-new {
  border-style: solid;
  overflow: visible;
}

.testimonial17_card.is-new.is-cute {
  background-image: linear-gradient(#fff, #fff 49%, #ffe77f 50%, #ffe77f);
}

.testimonial17_card.is-new.is-new-cute {
  background-color: #ffe77f4d;
  border-style: none;
  border-radius: .5rem;
}

.testimonial17_card.is-cute {
  background-color: #f4f5fb;
}

.testimonial17_card.is-cute.is-new-cute {
  background-image: none;
}

.testimonial17_card.is-cute.is-new-cute.text-align-left {
  background-color: #fff;
  border-style: solid;
  border-color: #eef0f2;
  border-radius: 4px;
  box-shadow: 0 2px 5px #0003;
}

.testimonial17_card.is-cute.is-new-cute.text-align-left.is-in-card {
  color: #333;
}

.testimonial17_content-top.is-new {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.testimonial17_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.testimonial17_client.is-better {
  display: flex;
}

.testimonial17_client.is-better.is-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial17_client.is-better.is-horizontal.is-new {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.testimonial17_client.is-better.is-horizontal.better-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.testimonial17_client.is-better.is-benefits {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.testimonial17_client.is-absolute {
  justify-items: start;
  position: absolute;
  inset: auto 0% -2.5%;
}

.testimonial17_client-image-wrapper.new {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: .1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.text-color-pink {
  color: var(--blue);
}

.text-color-pink.dark-blue {
  color: #036;
}

.text-color-pink.dark-blue.text-weight-semibold {
  color: #46e460;
}

.is-mobile {
  display: none;
}

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

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

.cta1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0 3rem;
  display: grid;
}

.cta1_content.transparent {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
}

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

.layout238_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
  display: inline-grid;
}

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

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

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

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

.image-smaller {
  height: 1.5rem;
  min-height: auto;
}

.image-smaller.is-bigger {
  height: auto;
  min-height: 12rem;
}

.image-smaller.is-bigger-main {
  height: 10rem;
}

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

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

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

.image-guarantee {
  width: 10rem;
}

.image-guarantee.bigger {
  width: 14rem;
}

.smaller-stars {
  width: 7rem;
}

.trustpilot {
  width: 10rem;
}

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

.text-height-1 {
  line-height: 1.1;
}

.section_product-header7 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.product-header7_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: grid;
}

.product-header7_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header7_slider {
  background-color: #0000;
  width: 100%;
  height: 60vh;
}

.product-header7_slide {
  height: 100%;
}

.product-header7_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

.product-header7_image-wrapper {
  border: 1px solid #d6d6d6;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-header7_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.02);
}

.product-header7_arrow-left {
  background-color: #68c161;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.product-header7_arrow-icon {
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
}

.product-header7_arrow {
  color: var(--_primitives---colors--white);
  background-color: #68c161;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

.product-header7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  position: static;
}

.product-header7_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.product-header7_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header7_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

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

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

.section_faq1.is-new {
  background-color: #fff;
}

.faq1_accordion {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq1_accordion.is-different {
  border-color: #0000;
  margin-bottom: .5rem;
}

.faq1_accordion.is-new-gray {
  background-color: #f0f0f0;
  border-style: none;
  border-radius: 0;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_question.is-new {
  background-color: #f4f5fb;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 1rem;
  margin-bottom: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1rem;
}

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

.faq1_answer {
  overflow: hidden;
}

.footer1_component {
  color: #fff;
  background-color: #161616;
}

.footer1_component.is-blue {
  background-color: #036;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: start;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer1_logo {
  width: 12rem;
}

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

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

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

.footer1_social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: underline;
  display: flex;
}

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

.footer1_credit-text.text-align-center {
  margin-bottom: 1rem;
}

.footer1_credit-text.text-align-center.text-color-grey {
  color: var(--_primitives---colors--neutral-light);
}

.text-size-medium.text-color-grey.dark {
  color: #797979;
  font-size: 1.125rem;
}

.text-size-medium.spacer-more {
  line-height: 2;
}

.text-size-medium.text-style-italic.is-alt-text {
  text-align: center;
  margin-top: -.75rem;
}

.banner7_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  position: relative;
}

.banner7_component.is-blue {
  color: var(--color-scheme-1--background);
  background-color: #2095fc;
  border-bottom-style: none;
  font-size: 1.1875rem;
}

.banner7_component.is-black {
  background-color: var(--color-scheme-1--text);
  color: var(--_primitives---colors--white);
  font-size: 1.1875rem;
}

.banner7_content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.banner7_content-wrapper.is-small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.banner7_content.is-mobile {
  display: none;
}

.home2-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.home2-features_component.max-width-80-pc {
  width: 80%;
}

.home2-features_component.max-width-80-pc.has-backgrounds {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.home2-features_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.home2-features_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home2-features_image-wrapper.different-padding {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dynamic-counter {
  font-weight: 700;
}

.dynamic-counter.text-color-red {
  font-size: 1.125rem;
}

.text-color-yellow {
  color: #ffd72f;
}

.body-13-reasons {
  color: #343e5c;
}

.body-13-reasons.is-7-reasons {
  background-color: #f0fdf4;
}

.text-size-xlarge {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-xlarge.is-bigger-height {
  line-height: 2;
}

.text-size-xlarge.is-strange {
  margin-top: -1.25rem;
}

.text-size-xlarge.text-span-yellow-2 {
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-xlarge.is-sub-image {
  text-align: right;
  margin-top: -1rem;
}

.text-size-xlarge.is-testimonial {
  background-color: #f2f2f2;
  padding: .5rem;
  font-style: italic;
  font-weight: 600;
}

.text-size-xlarge.is-strange-blue {
  color: #2400ee;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: underline;
}

.max-width-75pc {
  text-align: left;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.max-width-75pc.is-bigger {
  width: 80%;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-4.is-left {
  object-position: 0% 50%;
}

.image-4.is-full {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout1_component.is-cute {
  background-image: none;
}

.layout1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  outline-offset: 0px;
  background-color: #f3f5fb;
  outline: 2px dashed #343e5c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 2rem;
  padding: 2rem .5rem;
  display: grid;
  position: relative;
}

.layout1_content.is-different {
  outline-offset: 0px;
  background-color: #f4f5fb;
  border-radius: 2rem;
  outline-width: 2px;
  outline-style: solid;
  place-items: center stretch;
  padding-left: 2rem;
  padding-right: 2rem;
}

.layout1_content.is-different.is-background-white {
  background-color: #fff;
}

.layout1_content.is-color-white {
  background-color: #fff;
  padding-bottom: 0;
}

.layout1_content.is-color-white.is-new-product {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  outline: 1px solid #343e5c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.layout1_content.is-color-white.is-new-product.different {
  outline-color: red;
  justify-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.layout1_content-left {
  text-align: center;
  background-color: #fff;
  margin-top: -2rem;
  padding: 4rem .5rem 2rem;
}

.layout1_content-left.is-black {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  background-color: #0000;
  border-radius: 2rem;
  max-width: 35rem;
  margin-top: 0;
  padding: 1rem;
}

.layout1_content-left.is-different {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.layout1_content-left.better-mobile.is-upper {
  background-color: #0000;
  margin-top: -5rem;
  padding-bottom: .5rem;
}

.layout1_content-left.is-new-layout {
  color: #fff;
  background-color: #406abf;
  margin-top: 0;
  padding: 0;
}

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

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

.banner-cute {
  color: #fff;
  background-color: #000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  display: flex;
  position: absolute;
  inset: -4% 20% auto;
}

.banner-cute.is-green {
  text-transform: uppercase;
  background-color: #23a455;
  border-radius: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  top: -2.5%;
  left: 10%;
  right: 10%;
}

.sell-out-wrapper {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.divider-horizontal {
  background-color: #000;
  width: 1px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.divider-horizontal.is-full {
  background-color: var(--_primitives---colors--neutral-light);
  color: var(--_primitives---colors--neutral-light);
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.fixed-element {
  z-index: 2;
  position: sticky;
  inset: 0% 0% auto;
}

.fixed-element.more-padding.no-sticky {
  position: relative;
}

.section_layout244 {
  color: var(--color-scheme-1--text);
  background-color: #f4f5fb;
  position: relative;
}

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

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

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

.text-size-medium-ok {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.layout240_component {
  border: 3px solid #2095fc;
  border-radius: 1rem;
  width: 85%;
  padding: 1rem;
}

.layout240_list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

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

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

.section_header115 {
  position: relative;
}

.header115_component {
  z-index: 1;
  object-position: 50% 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.header115_content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header115_content-left {
  background-color: #ffffffe6;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header115_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

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

.divider-cute {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.text-color-red-strong {
  color: #c20017;
}

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

.gallery4_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.image-bigger {
  width: 10rem;
}

.section-guarantee {
  background-color: #f4f5fb;
}

.banner6_component {
  z-index: 2;
  color: #fff;
  background-color: #036;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -1px 5px #0003;
}

.banner6_component.show-all {
  display: flex;
}

.banner6_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-old-price {
  font-size: 2rem;
  text-decoration: line-through;
}

.text-old-price.is-new {
  color: #c20017;
  font-size: 3rem;
  font-weight: 600;
  text-decoration: none;
}

.text-old-price.new {
  font-size: 1.125rem;
  text-decoration: none;
}

.save-div {
  color: #fff;
  background-color: #07a956;
  border-radius: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  font-weight: 700;
}

.pricing-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.link-blue.no-underline {
  font-size: .9375rem;
  text-decoration: none;
}

.hero-image-mobile {
  display: none;
}

.pink-wrapper {
  background-color: #ecfafc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.pink-wrapper.is-yellow {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  font-size: .9375rem;
  box-shadow: 0 2px 5px #0003;
}

.pink-wrapper.is-yellow.is-blue {
  box-shadow: none;
  background-color: #cfeaf8;
  border-style: none;
  border-radius: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}

.pink-wrapper.is-yellow.is-blue.is-pink {
  background-color: #fad8f1;
}

.pink-wrapper.is-yellow.is-blue.is-pink.is-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-size-large-2 {
  color: #292525;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-large-2.text-color-grey {
  color: var(--_primitives---colors--neutral-light);
}

.text-size-large-2.text-color-grey.text-size-regular {
  font-size: .9375rem;
}

.body-color-japanese {
  color: #1f2937;
}

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

.list-new {
  margin-top: -1rem;
  margin-bottom: 0;
}

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

.testimonial {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f4f4f4;
  flex-flow: column;
  align-items: flex-start;
  padding: .5rem;
  display: flex;
}

.testimonial.bigger-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
}

.stars {
  height: 2rem;
}

.is-cute {
  background-image: linear-gradient(#fff, #fff 49%, #ffe77f 50%, #ffe77f);
}

.grid-2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #feffe4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 1rem;
  display: grid;
  position: relative;
}

.grid-images {
  margin-top: 2rem;
}

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

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

.is-normal {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.footer-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5%;
  display: grid;
}

.section_header1 {
  color: var(--color-scheme-1--text);
  position: relative;
}

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

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

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

.header26_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2rem;
  width: 90%;
  height: 100%;
  margin-left: 5%;
}

.navbar1_logo {
  width: 5rem;
}

.navbar1_logo.is-white {
  filter: invert();
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

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

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.image-2-3-ratio {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

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

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

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

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.section_layout182 {
  position: relative;
}

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

.layout182_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--_primitives---colors--white);
  background-color: #8db5ac;
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.cta39_card-content {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #e5e5e5;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.cta39_card-content.is-grey {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #e5e5e5;
}

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

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

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

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

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

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

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

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

.image-big {
  width: 60%;
}

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

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

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

.testimonial18_card {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem;
  display: inline-block;
  overflow: hidden;
}

.testimonial18_rating-wrapper {
  display: flex;
}

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

.icon-flag {
  width: 2rem;
  margin-bottom: -6px;
}

.date {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-testimonial {
  display: flex;
}

.text-color-green {
  color: #1ac70e;
}

.text-color-green.is-softer {
  color: #7ed336;
}

.text-color-green.is-new {
  color: #16a34a;
  font-size: 1.0625rem;
}

.text-color-green.is-new.is-red {
  color: red;
}

.text-color-green.is-new.is-blue {
  color: #1b4a6e;
}

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

.image-stars {
  width: 10rem;
  margin-left: -4px;
}

.green-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f4f9f3;
  padding: .5rem 2rem;
  display: flex;
}

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

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

.faq4_accordion {
  background-color: #e7e7e7;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  border-top: 1px solid #0000;
  padding-top: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_cta1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: url('../images/limited-promo_1limited-promo.webp');
  background-position: 0 0;
  background-size: auto;
}

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

.header50_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.image-testimonials {
  width: 50%;
}

.image-testimonials.stars-small {
  width: 6rem;
}

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

.stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 42rem;
  display: grid;
}

.text-color-red-soft {
  color: #d00953;
}

.text-grey-offer {
  color: #6d5969;
}

.soft-green {
  color: #908028;
}

.testimonial7_slider {
  z-index: 1;
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 2rem;
}

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

.testimonial7_content {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.image-5 {
  object-fit: contain;
}

.absoule-tick {
  position: absolute;
  inset: 0% 0% auto auto;
}

.benefit {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.icon-small {
  width: 1.25rem;
  height: 1.25rem;
}

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

.heading-style-h4-5.is-weight-normal {
  font-weight: 400;
}

.heading-style-h4-5.no-down {
  margin-bottom: -1rem;
}

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

.image-strange.is-smaller {
  width: 60%;
}

.is-horizontal {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-horizontal.is-bigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-style-yellow-padding, .rich-text-yellow {
  border-left: 5px solid #ff9200;
  padding-left: 1rem;
}

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

.is-final-box {
  text-align: center;
  background-color: #eee;
  border-radius: 1rem;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.icon-embed-small-2 {
  color: #fff;
  background-color: #036;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.icon-embed-small-2.no-background {
  background-color: #0000;
}

.body-color-anti-aging {
  background-color: #f3f4f6;
}

.blog-title-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.is-bigger {
  padding-right: .5rem;
  font-size: 1.35rem;
}

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

.heading-style-h5-5.is-purple {
  background-color: #c27ba0;
  text-decoration: underline;
}

.color-div {
  background-color: #036;
  width: 1.4rem;
  height: 1.5rem;
}

.testimonial-aging {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aging-block {
  background-color: #fefbc3;
  border: 5px dashed #d0021b;
  width: 70%;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.text-color-red-aging {
  color: #d0021b;
}

.section-header.is-black {
  color: var(--_primitives---colors--white);
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.padding-section-hero {
  padding-top: .25rem;
}

.badge-top {
  background-color: #fff4eb;
  border: 1px solid #daa48a;
}

.link-color-main {
  color: #5f021f;
  transition: all .3s;
}

.link-color-main:hover {
  color: #000;
}

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

.category-wrap.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.category-first {
  color: #fff;
  background-color: #2783e8;
  padding: .25rem;
}

.category-first.color-secondary {
  background-color: #cc1e3a;
}

.link-no-underline {
  text-decoration: none;
}

.text-size-large-3 {
  color: #292525;
  font-size: 1rem;
  line-height: 1.5;
}

.blog-author-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post1-header_image {
  width: 100%;
  height: 100%;
}

.padding-section-text {
  padding-top: 2rem;
}

.text-style-benefit {
  color: #fff;
  background-color: #000;
  padding-left: .25rem;
  padding-right: .25rem;
  font-weight: 400;
}

.video {
  width: 50%;
  height: 85vh;
}

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 60%;
  display: grid;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

.product-header3_main-image-wrapper {
  width: 100%;
}

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

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

.product-header3_image-wrapper {
  width: 100%;
}

.product-header3_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 77%;
  height: 100%;
}

.is-grid-3x2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

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

.footer4_legal-link {
  color: #aaa;
  font-size: .875rem;
  text-decoration: underline;
}

.text-span-yellow-2 {
  background-color: #fff3d2;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.list1_component.is-smaller {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.list1_item {
  display: flex;
}

.layout65_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.line-separator {
  border: 1px dashed #000;
  width: 100%;
  height: 0;
}

.red-block {
  color: red;
  text-align: center;
  background-color: #fef2f2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.red-block.is-black {
  color: #333;
  text-align: left;
  padding-left: 1rem;
}

.red-block.is-black.is-green {
  background-color: #f0fdf4;
}

.red-block.is-black.is-green.is-new {
  color: #fff;
  background-color: #1e3a8a;
  font-size: .9375rem;
}

.red-block.is-black.is-comparison {
  text-align: center;
  background-color: #f8fafc;
  padding-right: 1rem;
}

.block-blue {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #677ce7, #754fa7);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blue-block-soft {
  color: #1b4a6e;
  text-align: center;
  background-color: #e0f2fe;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.blue-block-soft.is-align-left {
  text-align: left;
  border-left: 2px solid #1b4a6e;
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blue-block-soft.is-align-left.no-padding-left {
  border: 1px #000;
}

.blue-block-soft.more-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blue-block-soft.more-padding.more {
  background-color: #0000;
  padding-left: 3rem;
  padding-right: 3rem;
}

.max-width-60-pc {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.comparison-item {
  padding: 1rem 1.5rem;
}

.comparison-item.is-green {
  text-align: left;
  border-left: 5px solid #16a34a;
  border-radius: .5rem;
}

.comparison-item.is-green.is-blue {
  border-left-color: #3b82f6;
}

.text-more-space {
  line-height: 2;
}

.darker-blue {
  color: #fff;
  background-color: #2955b2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.darker-blue.is-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-reviews {
  color: #d9bf24;
  font-size: 1.0625rem;
}

.text-color-gold {
  color: #d9bf24;
}

.is-old-pricing {
  color: #94a3b8;
  font-size: 1.5rem;
  text-decoration: line-through;
}

._3-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-cta {
  max-width: 40%;
}

.image-section {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.video-full {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 100%;
}

.video-full.is-square {
  aspect-ratio: 1;
  width: 60%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.gallery18_mask.is-full {
  width: 100%;
}

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

.gallery18_slide.is-no-gap {
  padding-left: 0;
  padding-right: 0;
}

.gallery18_lightbox-link {
  width: 100%;
}

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

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

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.underline-cute {
  color: var(--_primitives---colors--neutral-light);
}

.image-horizontal {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-square.is-testimonial {
  width: 40%;
}

.top-user {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.top-user.nottom {
  margin-top: .5rem;
  margin-bottom: 0;
}

.video-with-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 3 / 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-with-image.different {
  grid-template-columns: 1fr 2fr;
}

.image-double-asset {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.image-double-asset.different {
  aspect-ratio: 1;
  object-fit: cover;
}

.under-image-yellow {
  text-align: center;
  background-color: #fdcc5e;
  width: 100%;
  margin-top: -2rem;
  padding: .5rem 3rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.under-image-yellow.no-under {
  text-align: left;
  margin-top: -1rem;
}

.pricacy-new {
  color: var(--_primitives---colors--neutral-light);
  text-align: center;
  font-size: .875rem;
}

.cute {
  background-color: #fdcc5e;
}

.list-no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.code-embed {
  overflow: auto;
}

.grid-3-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: grid;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-styl {
    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_scheme-list {
    grid-template-columns: 1fr;
  }

  .text-color-grey {
    color: #646464;
    letter-spacing: -.5px;
    font-size: .91rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .blog-post4-content_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post4-content_content {
    margin-bottom: 3rem;
  }

  .blog-post4-content_newsletter {
    position: static;
  }

  .blog-left-size {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .blog-left-size.is-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-form.is-banner.hide-banner {
    width: 100%;
  }

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

  .testimonial35_client-image {
    aspect-ratio: 2 / 3;
  }

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

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

  .testimonial17_client.is-better.is-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .cta1_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .product-header7_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .product-header7_gallery-slider {
    position: static;
  }

  .product-header7_slider {
    height: auto;
  }

  .product-header7_image-wrapper {
    padding-top: 120%;
  }

  .product-header7_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

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

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

  .max-width-75pc {
    width: 100%;
  }

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

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

  .banner6_component.is-different {
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

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

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

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

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

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

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

  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta39_card-content {
    padding: 3rem;
  }

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

  .testimonial18_list {
    column-count: 2;
  }
}

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

  .max-width-medium.align-center {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

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

  .max-width-large.align-center {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .main-wrapper.is-new {
    margin-top: 5rem;
  }

  .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-bottom.margin-small.grid {
    width: 90%;
  }

  .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-small {
    font-size: 1rem;
  }

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

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

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

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

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

  .heading-style-h5.text-weight-normal.text-style-italic {
    font-size: 1.45rem;
  }

  .heading-styl {
    font-size: 2.5rem;
  }

  .button.is-blue {
    width: 100%;
  }

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

  .heading-style-h4.is-pc {
    display: none;
  }

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

  .heading-style-h4.text-weight-semibold.bigger-mobile {
    font-size: 1.75rem;
  }

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

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

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

  .text-size-large.different-bottom {
    margin-bottom: -1.5rem;
  }

  .text-size-large.different-upper {
    margin-top: -1.5rem;
  }

  .text-size-large.is-fb-name {
    font-size: .875rem;
  }

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

  .padding-global.no-padding-mobile, .padding-global.is-full {
    padding-left: 0%;
    padding-right: 0%;
  }

  .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-small.hide-mobile {
    display: none;
  }

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

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

  .spacer-large.hide-button-see {
    display: none;
  }

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

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

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

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

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

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

  .slider-arrow.is-centre-previous {
    display: flex;
    left: -5%;
  }

  .slider-arrow.is-centre-previous.hide {
    display: none;
  }

  .slider-arrow.is-centre-next {
    display: flex;
    right: -5%;
  }

  .slider-arrow.is-centre-next.hide {
    display: none;
  }

  .banner8_content-wrapper.align-center {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .banner8_content {
    align-items: flex-start;
    margin-right: 1.75rem;
  }

  .banner8_content.align-center {
    margin-bottom: 0;
    margin-right: auto;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

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

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .blog-post1-content_content.is-double {
    grid-template-columns: 1fr;
  }

  .blog-post1-content_content.is-different {
    max-width: 64rem;
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .testimonial-wrapper.is-comment {
    margin-left: 0;
  }

  .image-big-mobile.different-upper {
    margin-top: -1rem;
  }

  .span-only-mobile {
    font-size: 1rem;
    line-height: 1.2;
    display: inline;
  }

  .blog-post4-content_component.is-smaller.smaller-gap-mobile {
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .blog-post4-content_content {
    margin-bottom: 2rem;
  }

  .blog-post4-content_content.background-color-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .blog-post4-content_newsletter {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .blog-left-size, .blog-left-size.is-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-left-size.is-sticky.check-mobile.little-margin {
    display: flex;
  }

  .button-fb {
    font-size: 1rem;
  }

  .down-fb-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: .75rem;
  }

  .image-small {
    width: 80%;
    max-width: 80%;
  }

  .image-small.is-comment {
    width: 10rem;
    max-width: 10rem;
  }

  .button-form.is-normal {
    width: 100%;
  }

  .button-form.is-normal.is-see-all {
    color: #24d160;
    background-color: #fff;
    border: 1px solid #24d160;
    width: 100%;
  }

  .button-form.is-normal.is-see-all.funnel {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sale-card {
    grid-template-columns: 1fr;
  }

  .image-normal.is-smaller.bigger-mobile {
    width: 100%;
  }

  .image-normal.is-aging {
    width: 106%;
    max-width: 110%;
    margin-right: 0;
  }

  .testimonial35_card {
    place-items: center start;
    padding: 1.5rem;
  }

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

  .image-testimonial.is-different.is-new {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .banner10_content.is-blue {
    justify-content: center;
    align-items: center;
  }

  .last-day-badge {
    font-size: 1.25rem;
  }

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

  .heading-style-discount {
    font-size: 5rem;
  }

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

  .layout244_list.is-first {
    grid-template-columns: 1fr;
  }

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

  .testimonial17_grid-list, .testimonial17_grid-list.is-2-columns, .testimonial17_grid-list.is-2-columns.is-3-columns {
    grid-template-columns: 1fr;
  }

  .testimonial17_card {
    padding: 1.5rem;
  }

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

  .testimonial17_client.is-better.is-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial17_client.is-better.is-horizontal.is-new {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .testimonial17_client.is-better.is-horizontal.better-flex.is-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .is-mobile {
    display: inline;
  }

  .header1_image-wrapper {
    display: none;
  }

  .cta1_content {
    grid-row-gap: 3rem;
    padding-top: 1rem;
  }

  .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .layout238_item {
    text-align: left;
  }

  .layout238_item.hide-button-see {
    display: none;
  }

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

  .product-header7_component {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    width: auto;
    padding-bottom: 1rem;
  }

  .product-header7_gallery-slider {
    grid-template-columns: 1fr;
  }

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

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .banner7_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .banner7_content-wrapper.is-small {
    justify-content: center;
    align-items: center;
  }

  .banner7_content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1.75rem;
  }

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

  .header115_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .banner6_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

  .layout254_left, .layout254_right {
    grid-row-gap: 3rem;
  }

  .cta39_card-content {
    padding: 2rem;
  }

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

  .testimonial18_list {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

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

  .testimonial7_slider {
    padding-bottom: 0;
  }

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

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

  .testimonial-aging {
    grid-template-columns: 1fr;
  }

  .aging-block {
    width: 100%;
    margin-top: 0;
  }

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

  .section-pas {
    overflow: hidden;
  }

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

  .video {
    width: 100%;
    height: 70vh;
  }

  .product-header3_gallery {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-header3_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-header3_image {
    width: 100%;
  }

  .is-grid-3x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 80%;
  }

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

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

  .blue-block-soft.more-padding.more {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .comparison-table {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .gallery18_mask {
    width: 50%;
  }

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

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

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

  .container-large.max-width-80-pc {
    max-width: 100%;
  }

  .main-wrapper.is-new {
    margin-top: 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.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom.margin-small.grid.hide-pc {
    grid-template-columns: 1fr;
    margin-bottom: 1.125rem;
    display: flex;
  }

  .margin-bottom.margin-xxsmall.no-margin {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h5.text-weight-normal.text-color-pink.dark-blue {
    text-align: center;
    font-size: 1rem;
  }

  .button.is-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-green {
    font-size: 1.2rem;
  }

  .button.max-width-full.bigger {
    width: 100%;
    margin-left: 0%;
  }

  .button.text-weight-bold.text-size-xlarge.is-full {
    width: 100%;
  }

  .button.is-smaller {
    margin-left: 2rem;
    padding: .5rem 1rem;
    font-weight: 600;
  }

  .button.is-big.text-style-allcaps.text-weight-semibold {
    font-size: 1.35rem;
  }

  .button.is-big.text-style-allcaps.text-weight-semibold.is-full-red.is-fixed {
    bottom: 2%;
  }

  .button.is-big.is-black {
    background-color: #000;
  }

  .button.is-big.smaller-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
  }

  .button.is-blue {
    overflow-wrap: normal;
  }

  .heading-style-h4.text-align-left {
    font-size: 1.25rem;
  }

  .heading-style-h4.bigger-mobile {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .heading-style-h4.smaller-grid {
    line-height: 1.2;
  }

  .heading-style-h4.text-weight-normal.text-color-red-strong.text-style-underline.bigger-mobile {
    font-size: 1.5rem;
  }

  .icon-1x1-xlarge.is-round {
    width: 4rem;
    height: 4rem;
  }

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

  .heading-style-h3.left-mobile {
    text-align: left;
  }

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

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

  .text-size-large.text-color-red {
    color: red;
  }

  .text-size-large.smaller-mobile {
    font-size: 1rem;
  }

  .padding-section-medium.is-hero {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .padding-section-large.is-new {
    padding-bottom: 2rem;
  }

  .slider-arrow.is-centre-previous {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0;
    left: 0%;
  }

  .slider-arrow.is-centre-next {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 0;
    right: 0%;
  }

  .slider-arrow-icon_default {
    margin-top: 0;
    margin-left: 0;
  }

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

  .banner_component.is-advertisement.is-black {
    margin-top: 4.25rem;
  }

  .banner_component.no-red-top.smaller {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .banner8_content-wrapper.is-different {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .banner8_content {
    margin-right: 0;
  }

  .banner8_logo-wrapper {
    font-size: 1.25rem;
  }

  .navbar1_logo-link {
    flex: 1;
  }

  .section_blog-post1-header {
    overflow: hidden;
  }

  .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-header_author-text {
    font-size: .9rem;
  }

  .blog-post1-header_image-wrapper.is-smaller {
    word-break: break-all;
    justify-content: center;
    align-items: center;
  }

  .blog-post1-content_content.is-different {
    border-radius: 0;
    overflow: hidden;
  }

  .blog-post1-content_divider.is-top {
    width: 111%;
    max-width: 111%;
    margin-left: -5.5%;
  }

  .blog-post1-content_divider.is-top.is-bigger.new-smaller {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  .padding-section-xsmall {
    padding-bottom: .5rem;
  }

  .blog-post5-header_category-link {
    margin-right: 0;
  }

  .cute-paragraph-blue {
    width: 100%;
    font-size: 1rem;
  }

  .background-video {
    width: 111%;
    margin-left: -5.5%;
  }

  .div-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .logo-text.is-bigger-mobile {
    font-size: 1.25rem;
  }

  .image-big-mobile {
    width: 111%;
    max-width: 111%;
    margin-left: -5.5%;
  }

  .blog-left-size.is-sticky.check-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .button-form.is-normal {
    font-size: 1.125rem;
  }

  .button-form.is-banner.hide-banner {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-form.is-huge {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
  }

  .button-form.is-huge.is-strange {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .65rem;
  }

  .button-form.is-bigger.text-weight-bold.is-smaller {
    word-break: break-all;
    justify-content: center;
    align-items: center;
  }

  .image-normal.is-smaller.full-mobile {
    width: 111%;
    max-width: 111%;
    margin-left: -5.5%;
  }

  .image-normal.is-landscape.is-bottom, .image-normal.is-landscape.auto-mobiel {
    aspect-ratio: auto;
  }

  .image-normal.is-aging {
    width: 111%;
    max-width: 111%;
  }

  .image-wrapper-horizontal.bigger-mobile {
    width: 111%;
    margin-left: -5.5%;
  }

  .testimonial35_card {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-comment {
    margin-top: .5rem;
  }

  .image-testimonial.is-new {
    width: 100%;
    min-width: 100%;
    height: 70%;
  }

  .image-testimonial.is-different {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .banner10_content.is-blue {
    font-size: .875rem;
  }

  .promo-label {
    text-align: center;
    justify-content: center;
  }

  .js-clock {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section_header65.text-color-white {
    margin-top: 2rem;
  }

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

  .guarantee-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: .875rem;
  }

  .testimonial17_content-top.is-new {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

  .is-mobile.is-smaller {
    width: 60%;
  }

  .cta1_content {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout238_list, .layout238_list.is-2-columns {
    grid-template-columns: 1fr;
  }

  .layout238_item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-smaller.is-bigger-main {
    height: auto;
  }

  .image-guarantee {
    width: 7rem;
  }

  .product-header7_component {
    grid-template-columns: 1fr;
  }

  .product-header7_price-wrapper {
    flex-direction: column;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

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

  .footer1_credit-text.text-align-center.is-left {
    text-align: left;
  }

  .text-size-medium.spacer-more {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .banner7_component.is-black {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner7_content {
    margin-right: 0;
  }

  .banner7_content.is-mobile {
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    font-size: 1.25rem;
    display: flex;
  }

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

  .home2-features_component.max-width-80-pc {
    width: 100%;
  }

  .home2-features_component.max-width-80-pc.has-backgrounds {
    border-radius: 1rem;
  }

  .home2-features_content {
    padding: 0 1rem 1rem;
  }

  .home2-features_image-wrapper.different-padding {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }

  .text-size-xlarge.smaller-mobile {
    font-size: 1rem;
  }

  .max-width-75pc.is-bigger {
    width: 100%;
  }

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

  .layout1_content.is-different {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    padding: 1rem;
  }

  .layout1_content.is-different.is-background-white {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .layout1_content.is-color-white {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 3rem;
    padding-bottom: .5rem;
  }

  .layout1_content.is-color-white.is-new-product {
    width: 100%;
  }

  .layout1_content-left {
    margin: -1rem -.5rem -2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout1_content-left.is-black {
    background-color: #0000;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout1_content-left.is-different, .layout1_content-left.better-mobile {
    margin-bottom: 0;
  }

  .layout1_content-left.better-mobile.is-upper {
    margin-top: -2rem;
  }

  .layout1_image.not-wsuare {
    aspect-ratio: auto;
  }

  .banner-cute {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.1875rem;
    line-height: 1.2;
    top: -3%;
    left: 10%;
    right: 10%;
  }

  .is-pc {
    display: none;
  }

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

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

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

  .header115_background-image-wrapper {
    display: none;
  }

  .image-overlay-layer {
    background-color: #0003;
  }

  .text-color-red-strong {
    font-size: 1rem;
  }

  .text-color-red-strong.is-title {
    font-size: 1.75rem;
  }

  .gallery4_image {
    object-fit: contain;
    width: 60%;
    height: 60%;
  }

  .banner6_component {
    border-top: 1px solid #fff;
    display: flex;
  }

  .banner6_component.is-different {
    box-shadow: none;
    border-top-style: none;
  }

  .text-old-price {
    font-size: 1.5rem;
  }

  .text-old-price.is-new {
    font-size: 2rem;
  }

  .text-old-price.new {
    font-size: 1rem;
  }

  .hero-image-mobile {
    object-fit: cover;
    max-width: 111%;
    margin-top: -.25rem;
    margin-left: -5.5%;
    margin-right: -5.5%;
    display: block;
  }

  .pink-wrapper.is-yellow.is-blue {
    border-radius: 2rem;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

  .text-size-large-2.text-color-grey.text-size-regular.smaller-mobile {
    font-size: .875rem;
  }

  ._2-columns, .testimonial-3-columns, .grid-2-column {
    grid-template-columns: 1fr;
  }

  .grid-images {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-banner, .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .section_layout182.text-color-white {
    margin-top: 2rem;
  }

  .cta39_card {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

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

  .image-big {
    width: 100%;
  }

  .container-xmedium.is-bigger {
    width: 111%;
    margin-left: -5.5%;
  }

  .green-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bigeer-mobile {
    object-fit: cover;
    object-position: 0% 50%;
    height: 20vh;
  }

  .image-testimonials {
    width: 100%;
  }

  .text-size-xxlarge.smaller-mobile {
    font-size: 1.125rem;
  }

  .text-size-xxlarge.is-subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .stats {
    min-width: 100%;
  }

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

  .image-strange.is-smaller {
    width: 90%;
  }

  .is-horizontal.is-bigger {
    place-items: start stretch;
  }

  .rich-text-yellow.is-left {
    text-align: left;
  }

  .is-final-box {
    width: 100%;
    padding: 1rem;
  }

  .link-no-underline.text-color-white {
    margin-top: 2rem;
  }

  .text-size-large-3 {
    font-size: 1.2rem;
  }

  .blog-post1-header_image {
    width: 100%;
  }

  .blog-post1-header_image.bigger-mobile {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }

  .video {
    object-position: 50% 50%;
    width: 100%;
    height: 50vh;
  }

  .is-grid-3x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .red-block.is-black.is-green {
    padding-left: .5rem;
  }

  .red-block.is-black.is-green.is-new {
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .red-block.is-black.is-comparison {
    padding-left: .5rem;
  }

  .blue-block-soft.is-align-left.no-padding-left {
    margin-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .blue-block-soft.more-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blue-block-soft.more-padding.more {
    margin-top: 3rem;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .darker-blue.is-columns {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .gallery18_mask {
    width: 60%;
  }

  .gallery18_slide {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .image-double-asset {
    object-position: 65% 50%;
  }

  .under-image-yellow {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
  }

  .code-embed {
    overflow: auto;
  }
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be1d, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-bc42be1d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-bc42be1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be1d, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be1d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be1d, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be1d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be1d, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be1d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be1d, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be1d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be1d, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be1d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be1d {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-bc42be61, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-bc42be61, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-bc42be61 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-bc42be61, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-bc42be61, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-bc42be61 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-bc42be61, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-bc42be61, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-bc42be61 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-bc42be61, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-bc42be61, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-bc42be61 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-bc42be61, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-bc42be61, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-bc42be61 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-bc42be61, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-bc42be61, #w-node-ee961e8d-845a-edc3-3307-509470022457-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-bc42be61 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-bc42be61, #w-node-ee961e8d-845a-edc3-3307-50947002245b-bc42be61, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-bc42be61 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-bc42be61, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-bc42be61, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-bc42be61 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-bc42be61, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-bc42be61, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-bc42be61 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-bc42be61, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-bc42be61, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-bc42be61 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-bc42be61, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-bc42be61, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-bc42be61 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-bc42be61, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-bc42be61, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-bc42be61 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-bc42be61 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-bc42be61 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-bc42be61 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-bc42be61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-bc42be61 {
  justify-self: start;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be84, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-bc42be84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-bc42be84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be84, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be84 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be84, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be84 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be84, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be84 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be84, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be84 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be84, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be84 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be84 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be86, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-bc42be86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-bc42be86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be86, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be86 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be86, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be86 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be86, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be86 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be86, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be86 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be86, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be86 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be86 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be87, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-bc42be87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-bc42be87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be87, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be87 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be87 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be87, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be87 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be87 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be87, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be87 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be87 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be87, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be87 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be87 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be87, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be87 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be87 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60748-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60752-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b6075c-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60767-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60771-bc42be88 {
  align-self: start;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60869-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60876-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60884-bc42be88 {
  align-self: stretch;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e3-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608f0-bc42be88, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608fc-bc42be88 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60748-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60752-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b6075c-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60767-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60771-bc42be89 {
  align-self: start;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60869-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60876-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60884-bc42be89 {
  align-self: stretch;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e3-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608f0-bc42be89, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608fc-bc42be89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e64e2fa3-f4f8-eeb8-f743-30836b1ad751-bc42bec6, #w-node-e64e2fa3-f4f8-eeb8-f743-30836b1ad759-bc42bec6, #w-node-e64e2fa3-f4f8-eeb8-f743-30836b1ad761-bc42bec6, #w-node-ff8a5c6c-fd09-fa3a-4581-034ee726c8fc-bc42bec6, #w-node-_4e4f1ae7-c600-663d-f658-287d6cbbf983-bc42bec6, #w-node-_75f6bba6-30cc-0592-5a14-d9f93187a58a-bc42bec6, #w-node-_7d48a579-9e9a-71c2-9212-5f601e96570a-bc42bec6, #w-node-_55c3547a-384b-fd00-9c0a-814af3225175-bc42bec6, #w-node-_55c3547a-384b-fd00-9c0a-814af322517b-bc42bec6, #w-node-_55c3547a-384b-fd00-9c0a-814af3225181-bc42bec6, #w-node-_491c8fb6-d3bd-0915-f6a8-09ff57c0f973-bc42bec6, #w-node-_491c8fb6-d3bd-0915-f6a8-09ff57c0f97b-bc42bec6, #w-node-_491c8fb6-d3bd-0915-f6a8-09ff57c0f983-bc42bec6, #w-node-_05524bc2-ec9f-250d-3b63-42486d6c1cd0-bc42bec6, #w-node-_2549b752-c777-8819-8fcb-26244a09f503-bc42bec6, #w-node-_0365b47f-0cdc-d484-9db0-8cc37130a611-bc42bec6, #w-node-_0365b47f-0cdc-d484-9db0-8cc37130a619-bc42bec6, #w-node-_0365b47f-0cdc-d484-9db0-8cc37130a621-bc42bec6, #w-node-_0f8809b1-5413-085c-2f4a-7a4a293a1f6f-bc42bec6, #w-node-a1437fed-fed2-6ecb-9d84-2e75004312bb-bc42bec6, #w-node-_91450e8b-3759-88a6-3bf6-707f275faba8-bc42bec6, #w-node-_91450e8b-3759-88a6-3bf6-707f275fabae-bc42bec6, #w-node-_91450e8b-3759-88a6-3bf6-707f275fabb4-bc42bec6 {
  align-self: start;
}

#w-node-ee57dd9a-063d-ce21-ad6a-53370f6cfc69-bc42bec6 {
  align-self: stretch;
}

#w-node-f508e60a-a1e1-2013-ceb5-12bdeb43beaf-bc42bec6, #w-node-f508e60a-a1e1-2013-ceb5-12bdeb43beb7-bc42bec6, #w-node-f508e60a-a1e1-2013-ceb5-12bdeb43bebf-bc42bec6 {
  align-self: start;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60798-bc42bec6, #w-node-b229f82c-61eb-cc91-ba1b-61a947cc3a89-bc42bec6, #w-node-_703d8f35-fb2e-a955-f3d3-3f74896052e7-bc42bec6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df959f2a-ce83-cb9d-123a-908ecba26c62-bc42bec6 {
  align-self: center;
}

#w-node-_08dcd826-57b2-b743-d9c9-a3150b1a6d45-bc42bec6, #w-node-_08dcd826-57b2-b743-d9c9-a3150b1a6d4d-bc42bec6, #w-node-_08dcd826-57b2-b743-d9c9-a3150b1a6d55-bc42bec6, #w-node-_2496b8e1-1688-733a-f33b-3022ef8f2c0a-bc42bec6, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60748-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60752-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b6075c-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60767-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60771-bc42bec7 {
  align-self: start;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b60869-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60876-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b60884-bc42bec7 {
  align-self: stretch;
}

#w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e3-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608f0-bc42bec7, #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608fc-bc42bec7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d11faa85-c3e5-b20c-42f2-9d6364b27140-bc42bec9, #w-node-c041093d-f3df-0024-2ef0-d11dc5e3eb9d-bc42bec9, #w-node-c3a0ac9f-3e8c-61d5-9cb4-caaedd9e68fc-bc42bec9 {
  align-self: start;
}

#w-node-_255489af-73a0-9b20-c1d7-20bc32c2e84a-bc42bec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccd1-bc42bec9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccd7-bc42bec9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccdd-bc42bec9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-bc42bedc, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-bc42bedc, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-bc42bedc, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-bc42bedc, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-bc42bedc, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-bc42bedc, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-bc42bedc, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-bc42bedc, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-bc42bedc {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bedc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-bc42bedd, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-bc42bedd, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-bc42bedd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-bc42bedd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-bc42bedd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-bc42bedd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-bc42bedd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-bc42bedd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-bc42bedd {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bedd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-bc42bede, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-bc42bede, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-bc42bede, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-bc42bede, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-bc42bede, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-bc42bede, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-bc42bede, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-bc42bede, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-bc42bede {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bede {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cdb36147-a711-636e-d29c-fb7fa9d1ac81-bc42bedf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15b47b4f-f652-808a-d496-2173ed5aada1-bc42bedf, #w-node-_15b47b4f-f652-808a-d496-2173ed5aadab-bc42bedf, #w-node-_15b47b4f-f652-808a-d496-2173ed5aadb6-bc42bedf, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-62b21f11, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-62b21f11, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-62b21f11, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-62b21f11, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-62b21f11, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-62b21f11, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-62b21f11, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-62b21f11, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-62b21f11 {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-62b21f11 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_10f63ad0-bec4-a475-1dc5-41718e3f354d-1951a682, #w-node-_4ee5c158-86c2-5746-f388-993ae4eb4c4e-1951a682, #w-node-_8f9031c4-c692-8ee4-be67-f46eb9ab69c2-1951a682, #w-node-_09896723-fc4e-f6c7-86c3-324ec638daaa-1951a682, #w-node-_09896723-fc4e-f6c7-86c3-324ec638dab0-1951a682, #w-node-_09896723-fc4e-f6c7-86c3-324ec638dab6-1951a682, #w-node-_6bec9b97-6399-df4a-f6f4-c7c16f986cfe-1951a682, #w-node-_6bec9b97-6399-df4a-f6f4-c7c16f986d04-1951a682, #w-node-_6bec9b97-6399-df4a-f6f4-c7c16f986d0a-1951a682, #w-node-_12ba3bae-6e5a-4dc0-85c1-dcadf57e7735-1951a682, #w-node-_12ba3bae-6e5a-4dc0-85c1-dcadf57e773b-1951a682, #w-node-_12ba3bae-6e5a-4dc0-85c1-dcadf57e7741-1951a682, #w-node-b50be3ce-839d-81d1-28ab-e2fc3ef55d43-1951a682, #w-node-b50be3ce-839d-81d1-28ab-e2fc3ef55d49-1951a682, #w-node-b50be3ce-839d-81d1-28ab-e2fc3ef55d4f-1951a682, #w-node-_3cd63ab3-1e96-54be-97a8-1ed20e5ffc6d-1951a682, #w-node-_3cd63ab3-1e96-54be-97a8-1ed20e5ffc73-1951a682, #w-node-_3cd63ab3-1e96-54be-97a8-1ed20e5ffc79-1951a682, #w-node-_26a8ff66-5e56-83de-6194-869d5bddc795-1951a682, #w-node-_26a8ff66-5e56-83de-6194-869d5bddc79b-1951a682, #w-node-_26a8ff66-5e56-83de-6194-869d5bddc7a1-1951a682, #w-node-_77b246c7-b7e1-5025-012b-86dfe1c789cb-1951a682, #w-node-_77b246c7-b7e1-5025-012b-86dfe1c789d1-1951a682, #w-node-_77b246c7-b7e1-5025-012b-86dfe1c789d7-1951a682, #w-node-_6ce7b232-7edc-bb57-ed8f-0b28d788aefa-1951a682, #w-node-_6ce7b232-7edc-bb57-ed8f-0b28d788af00-1951a682, #w-node-_6ce7b232-7edc-bb57-ed8f-0b28d788af06-1951a682, #w-node-_19309feb-766e-7db5-bb1d-0fe033c662fc-1951a682, #w-node-_19309feb-766e-7db5-bb1d-0fe033c66302-1951a682, #w-node-_19309feb-766e-7db5-bb1d-0fe033c66308-1951a682, #w-node-_78104b4f-d1ab-f626-e6c2-c3589ae61e41-1951a682, #w-node-_78104b4f-d1ab-f626-e6c2-c3589ae61e47-1951a682, #w-node-_78104b4f-d1ab-f626-e6c2-c3589ae61e4d-1951a682, #w-node-e73b303b-1c79-0bfd-7b77-861cc25a88cf-1951a682, #w-node-e73b303b-1c79-0bfd-7b77-861cc25a88d5-1951a682, #w-node-e73b303b-1c79-0bfd-7b77-861cc25a88db-1951a682, #w-node-_1f9b528c-00da-638a-1db9-04d43fc20d4c-1951a682, #w-node-_1f9b528c-00da-638a-1db9-04d43fc20d52-1951a682, #w-node-_1f9b528c-00da-638a-1db9-04d43fc20d58-1951a682, #w-node-_8e69a170-6096-2127-d748-9c726bcdae41-1951a682, #w-node-_8e69a170-6096-2127-d748-9c726bcdae49-1951a682, #w-node-_8e69a170-6096-2127-d748-9c726bcdae51-1951a682, #w-node-_0907e591-3cff-2db6-341b-8cde09b374b7-1951a682 {
  align-self: start;
}

#w-node-_0907e591-3cff-2db6-341b-8cde09b374bf-1951a682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0907e591-3cff-2db6-341b-8cde09b374c7-1951a682, #w-node-be263138-cae9-33f3-60f2-88121f3fde50-1951a682, #w-node-_9cf528c2-3a67-eacf-a4bc-c325b6d09595-1951a682 {
  align-self: start;
}

#w-node-_9cf528c2-3a67-eacf-a4bc-c325b6d0959d-1951a682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9cf528c2-3a67-eacf-a4bc-c325b6d095a5-1951a682, #w-node-_9cf528c2-3a67-eacf-a4bc-c325b6d095ad-1951a682, #w-node-_62660bb3-6de6-a392-ffc3-dc5400954b15-1951a682 {
  align-self: start;
}

#w-node-_62660bb3-6de6-a392-ffc3-dc5400954b1d-1951a682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7bbcd3cb-9223-fff0-c75f-e8372de78ce3-1951a682 {
  align-self: start;
}

#w-node-_7bbcd3cb-9223-fff0-c75f-e8372de78ceb-1951a682, #w-node-_7e30cafe-681c-4c87-b06f-f5d338aefa35-1951a682, #w-node-_30a48018-64cd-93ae-76fa-fc37ef77ec61-1951a682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_54393b2a-8d52-7809-5e28-3e276df6215d-1951a682 {
  align-self: start;
}

#w-node-_54393b2a-8d52-7809-5e28-3e276df62165-1951a682, #w-node-_54393b2a-8d52-7809-5e28-3e276df6216d-1951a682, #w-node-_54393b2a-8d52-7809-5e28-3e276df62175-1951a682, #w-node-fcfeb6b7-562b-0a35-760f-ee006844929d-1951a682, #w-node-ec1e1c7e-c8c4-f4ae-44ee-fad15ed48451-1951a682, #w-node-b0fb1e63-a80a-e0ef-f67c-7ba59036da38-1951a682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc6531c9, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-bc6531c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-bc6531c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc6531c9, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc6531c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc6531c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc6531c9, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc6531c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc6531c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc6531c9, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc6531c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc6531c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc6531c9, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc6531c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc6531c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc6531c9, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc6531c9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc6531c9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-0b2867bd, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-0b2867bd, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-0b2867bd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-0b2867bd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-0b2867bd, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-0b2867bd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-0b2867bd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-0b2867bd, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-0b2867bd {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-0b2867bd {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d45-202cc804, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d4b-202cc804, #w-node-f0d6320c-df1d-447a-93c7-22d7d3da6d51-202cc804, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4013-202cc804, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad4019-202cc804, #w-node-d97ee2c4-05de-be31-ee1d-7a497cad401f-202cc804, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb56-202cc804, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb5c-202cc804, #w-node-_4e49ec73-d23c-5b18-9a8f-bf2beaf1bb62-202cc804 {
  align-self: start;
}

#w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-202cc804 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a0af8001-49dc-72f2-c370-49b87f326f9b-93ac4859, #w-node-b30f9cea-43fd-9c95-e446-302c02fb06cc-93ac4859, #w-node-_2208dd13-d235-e58b-1951-a3b3ef709554-93ac4859, #w-node-ad8ea32c-28e3-9688-a86e-8a18f64d0248-93ac4859, #w-node-_39e9aeef-716e-088f-2c51-e90c5abd720e-93ac4859, #w-node-_2666635c-84f7-0c19-0cab-a61f85594138-93ac4859, #w-node-_43995ba3-daf9-26f7-90c8-1fc30c230a99-93ac4859, #w-node-_9e778d5f-cb4f-a115-f15a-05e8c831d7f5-93ac4859, #w-node-_89f36484-d0e4-ad13-ae1b-b2182a907283-93ac4859, #w-node-b5af0b60-4309-11e3-4cdf-9c6384dbf03c-93ac4859, #w-node-e6c8d1c2-af7d-b8cc-9bca-f451a79d4555-93ac4859, #w-node-_7a59d770-4e3f-6749-07cd-2ee121ab8b18-93ac4859, #w-node-_6e18ab9d-874a-669a-077b-8ea8b5bedad6-93ac4859, #w-node-_56b10edc-1790-d7d6-75d2-6fbfc4de3ccf-93ac4859, #w-node-aedb9990-d181-7f13-d6cb-91cb25c67b69-93ac4859 {
  align-self: stretch;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-08d97642, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-08d97642 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-08d97642 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-08d97642, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-08d97642 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-08d97642 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-08d97642, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-08d97642 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-08d97642 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-08d97642, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-08d97642 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-08d97642 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-08d97642, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-08d97642 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-08d97642 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-08d97642, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-08d97642 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-08d97642 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_10f63ad0-bec4-a475-1dc5-41718e3f354d-9898325f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ed501cb8-7c8d-eff5-222a-ee80cf57cd9e-9898325f, #w-node-_075f623d-4cfd-51e2-f302-a02d30ee86ec-9898325f, #w-node-_098db57a-9540-8f34-ce1d-ce741365a558-9898325f {
  align-self: start;
}

#w-node-_94a2f76b-9a5c-4c77-5bea-bc63cbceebf0-9898325f, #w-node-_4d00cf53-b961-2387-3e65-88b3e7e2d14c-9898325f, #w-node-e07e0941-e0c3-5d76-3986-d9616c4bdab9-9898325f, #w-node-fb2df1e8-511a-6588-0f59-1cd0ad4ae0a9-9898325f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fb2df1e8-511a-6588-0f59-1cd0ad4ae0b0-9898325f, #w-node-fb2df1e8-511a-6588-0f59-1cd0ad4ae0b7-9898325f, #w-node-fb2df1e8-511a-6588-0f59-1cd0ad4ae0be-9898325f, #w-node-_1094fb09-1b9a-a2c8-a2a1-83819cc8ba15-9898325f {
  align-self: start;
}

#w-node-_34b93a0f-98c3-0b2a-eb1f-7a84fb0a2dea-9898325f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_34b93a0f-98c3-0b2a-eb1f-7a84fb0a2df3-9898325f, #w-node-_34b93a0f-98c3-0b2a-eb1f-7a84fb0a2dfc-9898325f, #w-node-_34b93a0f-98c3-0b2a-eb1f-7a84fb0a2e05-9898325f, #w-node-_34b93a0f-98c3-0b2a-eb1f-7a84fb0a2e0e-9898325f, #w-node-_97b91c37-0f20-4eb4-7e43-a915da127375-9898325f, #w-node-bdfcc7f5-34ec-85e6-60d7-9605de350cd7-9898325f, #w-node-_527ecdf4-f861-86ee-4cf9-b687a8b720dd-9898325f, #w-node-_516345aa-e515-62f5-5941-f27d87693fab-9898325f {
  align-self: start;
}

#w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-ae9aa613, #w-node-_86a3502b-6b5b-fc9e-d0cd-796389850407-ae9aa613 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0da-ae9aa613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-ae9aa613, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-ae9aa613 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-ae9aa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-ae9aa613, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-ae9aa613 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-ae9aa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-ae9aa613, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-ae9aa613 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-ae9aa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-ae9aa613, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-ae9aa613 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-ae9aa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-ae9aa613, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-ae9aa613 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-ae9aa613 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_8a6e4640-c90e-20d2-5fc4-8a4437a04ba3-f9beab10 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be1d, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be1d, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be1d, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be1d, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be1d, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be1d, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be1d, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be1d, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be1d, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be1d, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be1d, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be1d, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be1d, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be1d, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be1d, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be84, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be84, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be84, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be84, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be84, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be84, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be84, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be84, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be84, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be84, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be84, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be84, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be84, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be84, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be84, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be86, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be86, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be86, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be86, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be86, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be86, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be86, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be86, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be86, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be86, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be86, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be86, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be86, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be86, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be86, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be87, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc42be87, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc42be87, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be87, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc42be87, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc42be87, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be87, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc42be87, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc42be87, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be87, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc42be87, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc42be87, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be87, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc42be87, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc42be87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0eeeb2d7-4fea-ff72-c625-c95c57b18475-bc42bec9 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc6531c9, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-bc6531c9, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-bc6531c9, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc6531c9, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-bc6531c9, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-bc6531c9, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc6531c9, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-bc6531c9, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-bc6531c9, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc6531c9, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-bc6531c9, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-bc6531c9, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc6531c9, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-bc6531c9, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-bc6531c9, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-08d97642, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-08d97642, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-08d97642, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-08d97642, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-08d97642, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-08d97642, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-08d97642, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-08d97642, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-08d97642, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-08d97642, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-08d97642, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-08d97642, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-08d97642, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-08d97642, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-08d97642, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-ae9aa613, #w-node-_1da19ccc-34c6-7e1e-c560-73dfa15a5981-ae9aa613, #w-node-_8202af8b-6b2b-b5fb-c574-5a280e21a0e0-ae9aa613, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-ae9aa613, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee41-ae9aa613, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee42-ae9aa613, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-ae9aa613, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d42-ae9aa613, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d43-ae9aa613, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-ae9aa613, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b0-ae9aa613, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0b1-ae9aa613, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-ae9aa613, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc4-ae9aa613, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc5-ae9aa613 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be1d, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be1d, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be1d, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be1d, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be1d, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be84, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be84, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be84, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be84, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be84, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be86, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be86, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be86, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be86, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be86, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc42be87, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc42be87, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc42be87, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc42be87, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc42be87 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e1-bc42be88 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608ee-bc42be88 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e1-bc42be89 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608ee-bc42be89 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608e1-bc42bec7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fddc0980-65ab-3d7f-6a21-3636f1b608ee-bc42bec7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-bc6531c9, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-bc6531c9, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-bc6531c9, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-bc6531c9, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-bc6531c9, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-08d97642, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-08d97642, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-08d97642, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-08d97642, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-08d97642, #w-node-_87d56ba0-e5bc-c74e-ea63-9cdb64be59ba-ae9aa613, #w-node-_50154f4a-f3f2-f7d2-1536-6d52d93cee3f-ae9aa613, #w-node-_6069d133-71d5-c4b5-62d6-ed0345eb1d40-ae9aa613, #w-node-d52b0c3a-388a-ddf0-8cc5-7fcf1a14f0ae-ae9aa613, #w-node-_4a2d8aa1-5964-d0da-ef1d-3a668389abc2-ae9aa613 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be1d, #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be84, #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be86, #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc42be87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24d8cfdb-d5cd-de82-67b6-cde4e0731cdf-bc42bec6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0365b47f-0cdc-d484-9db0-8cc37130a62c-bc42bec6, #w-node-_91450e8b-3759-88a6-3bf6-707f275fabc6-bc42bec6, #w-node-_0eeeb2d7-4fea-ff72-c625-c95c57b18475-bc42bec9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccd1-bc42bec9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccd7-bc42bec9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_73b5f6e9-f683-81e3-db97-932d4e1dccdd-bc42bec9, #w-node-_73b5f6e9-f683-81e3-db97-932d4e1dcd17-bc42bec9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73b5f6e9-f683-81e3-db97-932d4e1dcd42-bc42bec9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0309648-6b7d-3333-07ef-80a197d005d2-bc42beca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bedc, #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bedd, #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-bc42bede, #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-62b21f11 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-bc6531c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-0b2867bd, #w-node-edbf89ee-b008-9c43-9495-b552a5e080f3-202cc804 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-08d97642, #w-node-_2a871b80-cc47-a4db-d20f-eee0ebbe6895-ae9aa613 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}