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

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

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

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

@font-face {
  font-family: "Meltowsan 300";
  src: url('../fonts/MeltowSan300-Regular.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-brand--beige);
  --text-color--text-primary: var(--base-color-brand--dark-black);
  --base-color-brand--white: white;
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-brand--dark-black: var(--darkblue);
  --darkblue: #252c34;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-brand--brown: #966b54;
  --transparant: #252c3400;
  --base-color-brand--beige: #e8e1d9;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-brand--dark-black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-brand--light-yellow: #fefed4;
  --base-color-neutral--neutral-lightest: #eee;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--black: black;
  --base-color-brand--darkblue-1: #064789;
  --base-color-brand--darkerblue-2: #123860;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Artifexcf, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.container-large.footer {
  max-width: none;
}

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

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

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

.max-width-large {
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.max-width-large.align-center {
  color: var(--base-color-neutral--white);
  text-align: center;
  padding-top: 40px;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-top.margin-medium.align-center {
  justify-content: center;
  align-items: center;
}

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

.margin-bottom.margin-xxlarge {
  z-index: 5;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  text-align: justify;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-color-alternate {
  text-align: center;
}

.text-size-medium.text-color-white {
  text-align: left;
}

.text-size-medium.special {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 1rem;
}

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

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

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

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

.heading-style-h2 {
  color: var(--base-color-brand--dark-black);
  font-size: 2.5rem;
  line-height: 1.2;
  overflow: clip;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--darkblue);
  font-size: 1.25rem;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.icon-embed-medium.white {
  color: var(--base-color-brand--white);
}

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

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

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

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

.heading-style-h1.text-color-alternate {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Artifexcf, sans-serif;
  font-size: 4.5rem;
}

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

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

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

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

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

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

.button {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 35px;
  padding: .75rem 1.5rem;
  font-family: Artifexcf, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  background-color: var(--base-color-brand--dark-black);
  opacity: .95;
  color: var(--base-color-brand--white);
  box-shadow: 3px 3px 3px #0003;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.button.is-link.is-icon.is-alternate {
  color: var(--base-color-brand--white);
}

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

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

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

.button.is-secondary.is-alternate:hover {
  background-color: var(--base-color-brand--dark-black);
}

.button.is-secondary.is-alternate.is-black {
  border-color: var(--darkblue);
  color: var(--base-color-brand--dark-black);
  text-transform: uppercase;
  font-family: Artifexcf, sans-serif;
  font-size: 1rem;
}

.button.is-secondary.is-alternate.is-black:hover {
  background-color: var(--transparant);
}

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

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

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

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

.button.is-navbar2-button {
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.heading-style-h4.text-color-white {
  color: var(--base-color-brand--white);
  text-align: center;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  color: var(--base-color-brand--dark-black);
  font-size: 2.5rem;
  line-height: 1.2;
}

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

.form_input {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 40px;
  min-width: 240px;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

.button-group.is-center {
  justify-content: center;
  padding-top: 40px;
}

.button-group.is-center.text {
  padding-top: 0;
}

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

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

.text-color-white.middle {
  color: var(--base-color-brand--beige);
  text-align: center;
}

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

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

.icon-embed-xsmall {
  color: var(--link-color--link-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

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

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

.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;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.text-align-center {
  z-index: 5;
  text-align: center;
  position: relative;
}

.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(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  background-color: var(--transparant);
  color: var(--base-color-brand--beige);
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-large {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

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

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

.padding-section-large.pictureapart.apart.escapes, .padding-section-large.faq {
  flex-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  padding: 0;
}

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

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-brand--light-yellow);
  border-radius: 3px;
  padding: .5rem;
  position: absolute;
}

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

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

.navbar2_menu.is-page-height-tablet {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 1px;
}

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

.navbar2_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--base-color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: auto 1.5fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.navbar2_component {
  border-bottom: 1px none var(--background-color--background-alternate);
  background-color: #252c3400;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar2_link {
  color: var(--link-color--link-alternate);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  transition: all .5s ease-in-out;
  display: flex;
}

.navbar2_link:hover {
  border-bottom: 1px none var(--base-color-brand--brown);
  color: var(--base-color-brand--brown);
  border-radius: 20px;
}

.navbar2_link.w--current {
  color: var(--base-color-brand--white);
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}

.navbar2_link.w--current:hover {
  color: var(--base-color-brand--brown);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
  transition: all .2s ease-in-out;
}

.navbar2_dropdown-link:hover {
  border-bottom: .5px solid var(--base-color-brand--brown);
  color: var(--base-color-brand--brown);
  letter-spacing: 0;
  text-transform: none;
  mix-blend-mode: normal;
  font-style: normal;
  text-decoration: none;
}

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-alternate);
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 1px;
  padding: .5rem 1rem;
  transition: all .5s ease-in-out;
  display: flex;
}

.navbar2_dropdwn-toggle:hover {
  border-bottom: .5px none var(--base-color-brand--brown);
  color: var(--base-color-brand--brown);
}

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

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

.section_home_hero-header {
  background-image: linear-gradient(#00000057, #00000057), linear-gradient(#00000080, #00000080), url('../images/Store-min_1.avif');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  position: relative;
}

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

.home_hero-header_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home_problem-solving_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  margin-top: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.home_problem-solving_image-wrapper {
  aspect-ratio: 1 / 1.2;
}

.home_problem-solving_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: static;
}

.home_problem-solving_component {
  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;
}

.section_home_problem-solving {
  background-color: var(--base-color-brand--light-yellow);
}

.section_home_features-list-section-values {
  background-color: var(--base-color-brand--beige);
  position: relative;
}

.home_features-list-section-values_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_features-list-section-values_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home_features-list-section-values_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_features-list-section-values_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.home_features-list-section-values_list {
  grid-column-gap: 6rem;
  grid-row-gap: 5rem;
  color: var(--base-color-neutral--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  margin-top: 20px;
  display: grid;
}

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

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

.home_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.home_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.home_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

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

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

.home_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.home_testimonial_logo {
  max-height: 3rem;
}

.home_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.home_testimonial_rating-wrapper {
  display: flex;
}

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

.section_home_services {
  background-color: var(--darkblue);
}

.home_services_card {
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home_services_card-content {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.home_services_instructions-callout-image {
  margin-top: 1.5rem;
}

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

.home_services_hover-content {
  display: none;
}

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

.layout-423-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
}

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

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

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

.home_team_image {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

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

.section_home_team {
  background-color: var(--base-color-brand--light-yellow);
}

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

.home_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.home_faq_answer {
  overflow: hidden;
}

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

.home_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

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

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

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

.section_home_cta {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000007a, #0000007a), url('../images/Bistecca-Florentine-min_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  position: relative;
}

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

.footer4_legal-link {
  color: var(--border-color--border-alternate);
  font-size: .875rem;
  text-decoration: underline;
}

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

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

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

.footer4_link {
  color: var(--link-color--link-alternate);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  transform: translate(0);
}

.footer4_link:hover {
  color: var(--base-color-brand--brown);
}

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

.line-divider {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 1px;
}

.footer4_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: grid;
}

.footer4_component {
  background-color: var(--base-color-brand--dark-black);
  color: var(--base-color-brand--dark-black);
}

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

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.text-block {
  font-size: 3rem;
}

.div-block {
  border-top: 1px none var(--darkblue);
  background-image: linear-gradient(180deg, #252c3461 33%, var(--base-color-brand--beige)), url('../images/Tuscany-from-Unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 30vw;
  display: flex;
}

.div-block.ourtravels {
  border-top-color: var(--base-color-brand--white);
  background-image: linear-gradient(180deg, var(--transparant) 6%, var(--base-color-brand--dark-black)), linear-gradient(to bottom, transparent, transparent), url('../images/Italy-Dining-MLKBNL-min.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 30vw;
}

.div-block.tuscana {
  z-index: 2;
  background-image: linear-gradient(180deg, #252c3461 33%, var(--base-color-brand--beige)), url('../images/Tuscany-Clay-Banks-min.jpg');
  position: relative;
}

.div-block.tuscana.piemonte {
  background-image: linear-gradient(180deg, #252c3461 33%, var(--base-color-brand--beige)), url('../images/Italy-Food-Carissa-Gan-min.jpg');
}

.div-block.tuscana.sicily {
  background-image: linear-gradient(180deg, #252c3461 33%, var(--base-color-brand--beige)), url('../images/Sicily-Giuseppe-Gallo.jpg');
  background-position: 0 0, 60% 90%;
}

.div-block.about-us {
  background-image: linear-gradient(180deg, #252c3461 33%, var(--base-color-brand--beige)), url('../images/SvenSander-min.jpeg');
  background-position: 0 0, 50% 36%;
}

.text-block-2 {
  z-index: 2;
  color: var(--darkblue);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -4vw;
  padding-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.text-block-2.light {
  color: var(--base-color-brand--white);
  margin-bottom: -3vw;
  font-family: Caudex, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.text-block-3 {
  color: var(--base-color-brand--light-yellow);
  text-align: center;
  text-transform: uppercase;
  font-size: 6vw;
  position: relative;
  top: 38px;
  overflow: visible;
}

.paragraph-3 {
  text-align: justify;
}

.text-span, .text-span-2, .text-span-3 {
  font-size: 3.5rem;
}

.heading {
  text-transform: uppercase;
  font-weight: 400;
}

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

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

.faq1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

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

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq1_answer {
  overflow: hidden;
}

.button-2 {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 35px;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  background-color: var(--base-color-brand--dark-black);
  opacity: .95;
  color: var(--base-color-brand--white);
  box-shadow: 3px 3px 3px #0003;
}

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

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

.heading-2 {
  text-transform: none;
}

.section_cta4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wine-min_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.cta4_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

.button-3 {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 35px;
  padding: .75rem 1.5rem;
  font-family: Artifexcf, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.button-3:hover {
  background-color: var(--base-color-brand--dark-black);
  opacity: .95;
  color: var(--base-color-brand--white);
  box-shadow: 3px 3px 3px #0003;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

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

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

.italic-text-2 {
  font-family: Caudex, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.text-span-5 {
  font-family: Caudex, sans-serif;
  font-weight: 400;
  line-height: .9;
}

.heading-3 {
  font-family: Caudex, sans-serif;
  font-weight: 400;
}

.button-4 {
  border: 1px none var(--base-color-neutral--black);
  background-color: var(--base-color-brand--brown);
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 35px;
  padding: .75rem 1.5rem;
  font-family: Artifexcf, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

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

.button-4.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.button-4.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.text-size-medium-2 {
  color: var(--base-color-brand--dark-black);
  text-align: justify;
  font-family: Artifexcf, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-2.white, .text-size-medium-2.align-center {
  text-align: center;
}

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

.section_contact-us_contact-form {
  background-color: var(--base-color-brand--beige);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: "Meltowsan 300", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.above {
  color: var(--base-color-brand--brown);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.text-style-tagline.above.align-center {
  justify-content: center;
  align-items: center;
}

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

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

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

.contact-us_contact-form_image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
}

.contact-us_contact_grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.section_contact-us_contact {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/Cheese-min_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.contact-us_contact_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.contact-us_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.contact-us_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.contact-us_faq_answer {
  overflow: hidden;
}

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

.body {
  background-color: var(--base-color-brand--light-yellow);
}

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

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

.navbar2_dropdown-list-2.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  padding: .5rem;
  position: absolute;
}

.navbar2_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_component-2 {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link-2 {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar2_link-2.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_dropdwn-toggle-2 {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.header65_background-image.contact {
  object-fit: cover;
  object-position: 50% 50%;
}

.text-style-tagline.hero {
  color: var(--base-color-brand--light-yellow);
}

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

.heading-style-h1-2.black {
  color: var(--darkblue);
}

.padding-section-large-2 {
  border-top: 1px #fff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-2.planning {
  margin-top: -66px;
  padding-top: 0;
}

.padding-section-large-2.middle {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section_header65 {
  position: relative;
}

.section_header65.text-color-alternate {
  background-color: var(--base-color-brand--beige);
}

.section_header65.text-color-alternate.contact {
  height: 330px;
}

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

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

.section_italy_feature-3 {
  background-color: var(--base-color-brand--light-yellow);
}

.italy_feature-3_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;
}

.italy_feature-3_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.heading-style-h2-2 {
  color: var(--base-color-brand--dark-black);
}

.section_italy_feature-2 {
  background-color: var(--base-color-brand--light-yellow);
}

.italy_feature-2_image {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 70%;
}

.italy_feature-2_image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.italy_feature-2_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;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
}

.section_italy_cta {
  background-color: var(--darkblue);
  position: relative;
}

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

.footer4_legal-link-2 {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer4_link-2 {
  color: var(--link-color--link-primary);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_bottom-wrapper-2 {
  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_link-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.preloader {
  z-index: 5000;
  background-color: #04090c;
  border-bottom: 1px #eff9fc1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  position: relative;
}

.brand {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

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

.header69_background-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_header69 {
  position: relative;
}

.section_about-us_about {
  background-color: var(--base-color-brand--beige);
}

.about-us_about_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-style-tagline {
  color: var(--base-color-brand--brown);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.about-us_about_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 2px #000;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

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

.about-us_team_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;
  margin-top: 0;
  display: grid;
}

.about-us_team_content.top {
  margin-top: 10rem;
}

.about-us_team_image {
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.section_about-us_team {
  background-color: var(--base-color-brand--beige);
}

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

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

.section_cta27 {
  position: relative;
}

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

.piemonte_feature-1_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;
}

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

.section_piemonte_feature-1 {
  background-color: var(--base-color-brand--beige);
}

.piemonte_feature-1_image {
  width: 100%;
  height: 100%;
}

.piemonte_feature-2_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;
}

.piemonte_feature-2_item-icon-wrapper {
  display: inline-block;
}

.section_piemonte_feature-2 {
  background-color: var(--base-color-brand--beige);
}

.piemonte_feature-2_image {
  width: 100%;
  height: 100%;
}

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

.piemonte_feature-3_image {
  width: 100%;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.timeline-13-instructions-delete {
  z-index: 1;
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.piemonte_feature-3_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.piemonte_feature-3_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.piemonte_feature-3_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

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

.piemonte_feature-3_line {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: 3px;
  height: 100%;
}

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

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

.piemonte_feature-3_progress-line {
  background-color: var(--base-color-neutral--black);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.piemonte_feature-3_progress-line-cover {
  background-color: var(--background-color--background-primary);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

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

.piemonte_feature-3_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.section_piemonte_feature-3 {
  z-index: -3;
  background-color: var(--base-color-brand--beige);
}

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

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

.piemonte_feature-3_image-wrapper {
  overflow: hidden;
}

.piemonte_feature-3_circle {
  z-index: 2;
  background-color: var(--base-color-neutral--black);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.section_piemonte_cta-1 {
  position: relative;
}

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

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

.section_cta3 {
  position: relative;
}

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

.section_sicily_feature-1 {
  background-color: var(--base-color-brand--beige);
}

.sicily_feature-1_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;
}

.sicily_feature-1_item-icon-wrapper {
  display: inline-block;
}

.sicily_feature-1_image {
  width: 100%;
  height: 100%;
}

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

.sicily_feature-2_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;
}

.sicily_feature-2_item-icon-wrapper {
  display: inline-block;
}

.section_sicily_feature-2 {
  z-index: 2;
  background-color: var(--base-color-brand--beige);
  position: relative;
}

.sicily_feature-2_image {
  width: 100%;
  height: 100%;
}

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

.sicily_layout_image {
  width: 100%;
}

.sicily_layout_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.sicily_layout_item.item-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

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

.sicily_layout_line {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: 3px;
  height: 100%;
}

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

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

.sicily_layout_progress-line {
  background-color: var(--base-color-neutral--black);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.sicily_layout_progress-line-cover {
  background-color: var(--base-color-brand--beige);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

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

.sicily_layout_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.section_sicily_layout {
  z-index: -3;
  background-color: var(--base-color-brand--beige);
}

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

.sicily_layout_image-wrapper {
  overflow: hidden;
}

.sicily_layout_circle {
  z-index: 2;
  background-color: var(--base-color-neutral--black);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

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

.section_toscana_feature-1 {
  background-color: var(--base-color-brand--light-yellow);
}

.toscana_feature-1_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;
}

.toscana_feature-1_item-icon-wrapper {
  display: inline-block;
}

.toscana_feature-1_image {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border: 1px #000;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.toscana_feature-1_image.image2 {
  aspect-ratio: 1 / 1.2;
}

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

.toscana_feature-1_image-wrapper {
  max-width: none;
}

.toscana_feature-2_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;
}

.toscana_feature-2_item-icon-wrapper {
  display: inline-block;
}

.section_toscana_feature-2 {
  background-color: var(--base-color-brand--light-yellow);
}

.toscana_feature-2_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.toscana_feature-2_image-wrapper {
  aspect-ratio: auto;
}

.toscana_layout_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
}

.toscana_layout_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.toscana_layout_item.item-left {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.toscana_layout_line {
  background-color: var(--base-color-neutral--neutral-lighter);
  width: 3px;
  height: 100%;
}

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

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

.toscana_layout_progress-line {
  background-color: var(--base-color-neutral--black);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.toscana_layout_progress-line-cover {
  background-color: var(--base-color-brand--beige);
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

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

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

.toscana_layout_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.section_toscana_layout {
  z-index: -3;
  background-color: var(--base-color-brand--beige);
}

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

.toscana_layout_image-wrapper {
  aspect-ratio: 1;
  border-radius: 2px;
  overflow: hidden;
}

.toscana_layout_circle {
  z-index: 2;
  background-color: var(--base-color-neutral--black);
  box-shadow: 0 0 0 8px var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

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

.heading-4 {
  color: var(--base-color-brand--dark-black);
  text-align: left;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--darkblue);
  text-align: justify;
}

.paragraph-8, .paragraph-9 {
  color: var(--darkblue);
}

.heading-5 {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: .9;
}

.heading-5.white {
  font-size: 5.5rem;
  line-height: .9;
}

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

.text-block-4 {
  color: var(--link-color--link-alternate);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.text-block-4:hover {
  color: var(--base-color-brand--brown);
}

.text-block-5 {
  color: #888;
  text-align: right;
  font-weight: 300;
}

.link, .link-2 {
  color: #888;
}

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

.paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: justify;
}

.image {
  margin-left: -9px;
  padding-left: 0;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  margin-left: auto;
  padding-left: 0;
  display: grid;
}

.heading-6 {
  color: var(--darkblue);
  text-align: left;
}

.heading-7 {
  color: var(--darkblue);
}

.heading-8 {
  color: var(--darkblue);
  text-align: left;
}

.heading-9, .heading-10 {
  color: var(--darkblue);
}

.heading-11 {
  color: var(--darkblue);
  text-align: left;
}

.heading-12 {
  color: var(--darkblue);
}

.heading-13 {
  color: var(--darkblue);
  text-align: left;
}

.bold-text-2 {
  color: #888;
  font-weight: 300;
}

.div-block-5 {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-span-7 {
  text-transform: uppercase;
  font-family: Artifexcf, sans-serif;
  font-weight: 700;
}

.text-span-8 {
  font-family: Caudex, sans-serif;
  font-weight: 700;
}

.bold-text-3 {
  text-transform: uppercase;
  font-family: Artifexcf, sans-serif;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  text-transform: uppercase;
}

.text-size-medium-3 {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 300;
}

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

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

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

.heading-style-h1-3 {
  color: var(--base-color-brand--black);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-navbar2-button {
    margin-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon2_line-bottom {
    background-color: var(--base-color-brand--light-yellow);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

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

  .navbar2_dropdown-list.w--open {
    background-color: var(--base-color-brand--beige);
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--base-color-brand--light-yellow);
    color: var(--base-color-brand--light-yellow);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    color: var(--base-color-brand--dark-black);
    inset: auto 0% auto auto;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    color: var(--text-color--text-primary);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: .75rem 0 .75rem 1rem;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: left;
    width: auto;
    padding: .75rem 0 .75rem 2rem;
    font-size: 16px;
  }

  .menu-icon2_line-middle {
    background-color: var(--base-color-brand--light-yellow);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0 .75rem 1rem;
    display: flex;
  }

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

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

  .home_features-list-section-values_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_services_card {
    width: 100%;
  }

  .home_services_image {
    object-fit: cover;
  }

  .home_services_card-content {
    padding: 2rem;
  }

  .home_services_row {
    flex-direction: column;
  }

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

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

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

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

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

  .contact-us_contact_grid-list {
    grid-column-gap: 2rem;
  }

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

  .navbar2_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

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

  .navbar2_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_dropdwn-toggle-2 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

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

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

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

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

  .about-us_about_content, .about-us_team_content, .piemonte_feature-1_content, .piemonte_feature-2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .piemonte_feature-3_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

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

  .sicily_layout_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .toscana_feature-1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    min-height: auto;
  }

  .toscana_feature-1_image, .toscana_feature-1_image.image2 {
    aspect-ratio: 1 / 2.5;
  }

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

  .toscana_layout_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

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

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

  .div-block-2 {
    place-items: center start;
  }

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

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium.align-center {
    flex-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

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

  .button-group.is-center.bold-text {
    flex-flow: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .home_features-list-section-values_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .home_testimonial_component {
    padding-bottom: 3rem;
  }

  .home_testimonial_divider {
    display: none;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

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

  .home_services_card-content {
    padding: 1.5rem;
  }

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

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

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

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

  .home_faq_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .cta4_form {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .signup-form-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .button-4.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

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

  .contact-us_contact-form_content, .contact-us_contact_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-us_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-us_faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .navbar2_component-2 {
    min-height: 4rem;
  }

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

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

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

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

  .italy_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .about-us_about_content, .about-us_team_content, .piemonte_feature-1_content, .piemonte_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .piemonte_feature-3_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .piemonte_feature-3_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .piemonte_feature-3_row {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: max-content 1fr;
  }

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

  .piemonte_feature-3_circle-wrapper {
    left: 0;
  }

  .piemonte_feature-3_image-wrapper {
    width: 100%;
  }

  .piemonte_feature-3_circle {
    margin-top: 1.75rem;
  }

  .sicily_feature-1_content, .sicily_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sicily_layout_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

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

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

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

  .sicily_layout_circle-wrapper {
    left: 0;
  }

  .sicily_layout_image-wrapper {
    width: 100%;
  }

  .sicily_layout_circle {
    margin-top: 1.75rem;
  }

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

  .toscana_feature-1_image {
    aspect-ratio: 1;
  }

  .toscana_feature-1_image.image2 {
    aspect-ratio: 1 / 2;
  }

  .toscana_feature-2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .toscana_layout_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

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

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

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

  .toscana_layout_circle-wrapper {
    left: 0;
  }

  .toscana_layout_image-wrapper {
    width: 100%;
  }

  .toscana_layout_circle {
    margin-top: 1.75rem;
  }

  .heading-5.white {
    font-size: 4.4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-color-alternate {
    text-align: center;
  }

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

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

  .navbar2_logo {
    max-height: 100%;
  }

  .section_home_hero-header {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/Store-min_1.avif');
    background-position: 0 0, 0 0, 50% 0;
  }

  .home_problem-solving_item-list, .home_problem-solving_component {
    grid-template-columns: 1fr;
  }

  .home_features-list-section-values_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .home_services_row, .home_team_component, .home_team_item-list {
    grid-template-columns: 1fr;
  }

  .footer4_link {
    transition: opacity .2s ease-in-out;
  }

  .footer4_link:hover {
    color: var(--base-color-brand--brown);
  }

  .logo3_list {
    justify-content: center;
  }

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

  .div-block, .div-block.ourtravels {
    height: 70vw;
  }

  .text-block-2 {
    font-size: 2.5rem;
    line-height: 1;
    top: 34px;
  }

  .text-block-2.light {
    font-size: 2.5rem;
    top: 31px;
  }

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

  .contact-us_header_content, .contact-us_contact-form_content, .layout1_content, .italy_feature-3_content, .italy_feature-2_content, .about-us_about_content, .about-us_team_item-list, .about-us_team_content, .piemonte_feature-1_content, .piemonte_feature-1_item-list, .piemonte_feature-2_content, .piemonte_feature-2_item-list {
    grid-template-columns: 1fr;
  }

  .piemonte_feature-3_item {
    grid-template-columns: 3rem 1fr;
  }

  .piemonte_feature-3_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sicily_feature-1_content, .sicily_feature-1_item-list, .sicily_feature-2_content, .sicily_feature-2_item-list {
    grid-template-columns: 1fr;
  }

  .sicily_layout_item {
    grid-template-columns: 3rem 1fr;
  }

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

  .toscana_feature-1_content, .toscana_feature-1_item-list, .toscana_feature-2_content, .toscana_feature-2_item-list {
    grid-template-columns: 1fr;
  }

  .toscana_layout_item {
    grid-template-columns: 3rem 1fr;
  }

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

  .heading-5.white {
    font-size: 2.5rem;
  }
}

#w-node-_041c43cf-f04c-6b4a-8985-0cd039220420-e54b2c0e, #w-node-_041c43cf-f04c-6b4a-8985-0cd039220433-e54b2c0e, #w-node-_041c43cf-f04c-6b4a-8985-0cd039220446-e54b2c0e {
  align-self: start;
}

#w-node-_7dc05e82-1832-90c9-5ab6-27861e8384d0-1e8384ca {
  justify-self: start;
}

#w-node-_7dc05e82-1832-90c9-5ab6-27861e8384dd-1e8384ca {
  justify-self: end;
}

#w-node-_7dc05e82-1832-90c9-5ab6-27861e8384ef-1e8384ca, #email-2.w-node-d95cacd0-16f1-bc96-4d42-148d148ea956-148ea945, #w-node-b9991f16-728d-3ef3-2b35-5d2ab7cd33c7-b7cd33c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9991f16-728d-3ef3-2b35-5d2ab7cd33c9-b7cd33c5, #w-node-b9991f16-728d-3ef3-2b35-5d2ab7cd33dc-b7cd33c5 {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-e54b2c2b, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-e54b2c2b, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-e54b2c2b, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-e54b2c2b, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-e54b2c2b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-e54b2c2b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e54b2c2b, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e54b2c2b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e54b2c2b {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e54b2c2b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e54b2c2b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e54b2c2b {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e54b2c2b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e54b2c2b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e54b2c2b {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e54b2c2b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e54b2c2b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e54b2c2b {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e54b2c2b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e54b2c2b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e54b2c2b {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e54b2c2b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e54b2c2b, #w-node-ee961e8d-845a-edc3-3307-509470022457-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e54b2c2b {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e54b2c2b, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e54b2c2b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e54b2c2b {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e54b2c2b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e54b2c2b, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e54b2c2b {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e54b2c2b, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e54b2c2b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e54b2c2b {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e54b2c2b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e54b2c2b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e54b2c2b {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e54b2c2b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e54b2c2b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e54b2c2b {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e54b2c2b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e54b2c2b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-e54b2c2b {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-e54b2c2b {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-e54b2c2b {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-e54b2c2b {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-e54b2c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-e54b2c2b {
  justify-self: start;
}

#w-node-d2b6a52c-b02b-de41-87f8-9efe7cd89f1f-1ef1e34e {
  align-self: auto;
}

#w-node-d2b6a52c-b02b-de41-87f8-9efe7cd89f1d-1ef1e34e {
  place-self: auto;
}

#w-node-_370411b0-4606-7087-df1d-e7b457b02086-834dd985 {
  justify-self: start;
}

#w-node-a159d273-e948-d1b6-199d-322d61f7fa75-ff34115d, #w-node-a159d273-e948-d1b6-199d-322d61f7faab-ff34115d, #w-node-_89b48b8d-8f74-0653-bc82-89f317e99ff1-9a70b916, #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a027-9a70b916, #w-node-_853bdb4b-bef2-2951-b516-f9186f07da9e-67a6e3db, #w-node-_853bdb4b-bef2-2951-b516-f9186f07dae4-67a6e3db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7dc05e82-1832-90c9-5ab6-27861e8384d0-1e8384ca, #w-node-_7dc05e82-1832-90c9-5ab6-27861e8384dd-1e8384ca {
    justify-self: center;
  }

  #w-node-d2b6a52c-b02b-de41-87f8-9efe7cd89f47-1ef1e34e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2b6a52c-b02b-de41-87f8-9efe7cd89f36-1ef1e34e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_041c43cf-f04c-6b4a-8985-0cd039220460-e54b2c0e {
    order: -9999;
  }

  #w-node-_7dc05e82-1832-90c9-5ab6-27861e8384eb-1e8384ca {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d9c0ba47-03f0-02fa-e4be-c4351b71f6d9-a736badf, #w-node-_9c02ed8a-0b7e-d1db-a09a-78a6a9a6e7e0-a736badf, #w-node-d2b6a52c-b02b-de41-87f8-9efe7cd89f1f-1ef1e34e, #w-node-a159d273-e948-d1b6-199d-322d61f7fa3b-ff34115d {
    order: -9999;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa6f-ff34115d {
    justify-self: start;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa77-ff34115d {
    order: 9999;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa79-ff34115d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa98-ff34115d {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa9d-ff34115d {
    order: 9999;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fa9f-ff34115d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7faab-ff34115d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a159d273-e948-d1b6-199d-322d61f7fab6-ff34115d {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e99fb7-9a70b916 {
    order: -9999;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e99feb-9a70b916 {
    justify-self: start;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e99ff3-9a70b916 {
    order: 9999;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e99ff5-9a70b916 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a014-9a70b916 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a019-9a70b916 {
    order: 9999;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a01b-9a70b916 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a027-9a70b916 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89b48b8d-8f74-0653-bc82-89f317e9a032-9a70b916 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07da4d-67a6e3db {
    order: -9999;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07da98-67a6e3db {
    justify-self: start;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07daa0-67a6e3db {
    order: 9999;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07daa2-67a6e3db {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07dac9-67a6e3db {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07dace-67a6e3db {
    order: 9999;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07dad0-67a6e3db {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07dae4-67a6e3db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_853bdb4b-bef2-2951-b516-f9186f07daf7-67a6e3db {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7dc05e82-1832-90c9-5ab6-27861e8384d0-1e8384ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Artifexcf';
  src: url('../fonts/ArtifexCF-Regular.ttf') format('truetype'), url('../fonts/ArtifexCF-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artifexcf';
  src: url('../fonts/ArtifexCF-Regular.ttf') format('truetype'), url('../fonts/ArtifexCF-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meltowsan 300';
  src: url('../fonts/MeltowSan300-Regular.ttf') format('truetype'), url('../fonts/MeltowSan300-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meltowsan 300';
  src: url('../fonts/MeltowSan300-Regular.ttf') format('truetype'), url('../fonts/MeltowSan300-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meltowsan 300';
  src: url('../fonts/MeltowSan300-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}