:root {
  --heading: Merriweather, serif;
  --yallow-site: #c7a139;
  --white: #fff;
  --primary-bg: #161511;
}

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

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

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

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

.button {
  font-family: var(--heading);
  color: #fff;
  text-align: center;
  background-color: #dbb651;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

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

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-color: var(--yallow-site);
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
}

.button.is-icon:hover {
  background-color: #242119;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.heading-style-h1 {
  font-family: var(--heading);
  color: #c7a139;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-align-center {
  color: var(--yallow-site);
}

.heading-style-h1.text-align-center.text-color-white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 3.7rem;
  font-weight: 900;
}

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

.heading-style-h2.text-color-yallow {
  font-family: var(--heading);
  color: var(--yallow-site);
  font-weight: 900;
}

.heading-style-h2.text-color-yallow.text-align-center {
  margin-bottom: 0;
  font-size: 3.5rem;
}

.heading-style-h2.text-color-yallow.text-align-center.white {
  color: var(--white);
}

.heading-style-h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-gold {
  color: var(--yallow-site);
  line-height: 1;
}

.heading-style-h3.text-color-gold.text-align-center {
  font-size: 2.1rem;
}

.heading-style-h3.text-color-gold.text-align-center.uppercase {
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
}

.heading-style-h4 {
  font-family: var(--heading);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.text-align-center.text-color-gray {
  color: #999997;
}

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

.heading-style-h5.text-align-center.text-color-white {
  font-family: var(--heading);
  font-size: 1.2rem;
}

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

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

.text-size-large.text-color-gold {
  color: var(--yallow-site);
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

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

.background-color-black {
  background-color: #000;
}

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

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

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

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

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

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

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

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

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

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: #000;
}

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

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

.tabs-menu {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

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

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

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

.slider-arrow.is-bottom-next {
  background-color: #eee;
  inset: auto 0% 0% auto;
}

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

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

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

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

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

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

.form_field-label.is-alternate {
  color: #fff;
}

.form_input {
  color: #000;
  background-color: #f2f3f7;
  border: 1px solid #c7a1398f;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  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 {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

.form_checkbox.is-alternate {
  color: #fff;
}

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

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

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

.form_radio.is-alternate {
  color: #fff;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

.form_radio-icon.is-alternate {
  border-color: #fff;
}

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

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

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

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

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

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

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

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 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;
}

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

.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-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

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

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

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

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

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

.max-width-large.custom_design {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  transform: translate(0, -25%);
}

.max-width-large.custom_design.scale {
  transform: translate(0, -50%);
}

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

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

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

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

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

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

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

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

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

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.margin-0 {
  margin: 0;
}

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

.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_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  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;
}

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

.navbar2_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--primary-bg);
  color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 7.6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar2_container {
  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%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.navbar2_logo {
  max-width: 5.5rem;
  position: static;
  top: -45px;
}

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

.navbar2_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-size: 18px;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

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

.navbar2_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.navbar2_menu-button {
  padding: 0;
}

.menu-icon2_line-top, .menu-icon2_line-middle, .menu-icon2_line-middle-inner, .menu-icon2_line-bottom {
  background-color: var(--white);
}

.hero-section {
  background-image: url('../images/544759c1d3d40c64cc728c6611108a51238e9885-1-1.png'), linear-gradient(#000000d6, #000000d6);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  height: 100svh;
}

.hero_content_wraper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.main_content-wraper {
  background-color: #f2f2f2;
  padding: 1.88rem 1.25rem;
}

.hero-pargraph_wraper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.88rem;
  display: grid;
}

.devider {
  background-color: var(--yallow-site);
  color: var(--yallow-site);
  min-height: 3px;
  max-height: 3px;
}

.link-block {
  grid-column-gap: .44rem;
  grid-row-gap: .44rem;
  display: flex;
}

.hero-content-section {
  margin-bottom: -126px;
}

.hero-content-section._2nd {
  margin-bottom: -83px;
}

.section_contact5 {
  color: var(--white);
  background-color: #1a2b6e;
}

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

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

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

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

.contact5_form-block {
  color: var(--primary-bg);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 1.88rem 1.56rem;
}

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

.button-2 {
  border: 1px solid var(--yallow-site);
  color: #fff;
  text-align: center;
  background-color: #dbb651;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

.error-text {
  color: #e23939;
}

.blok-header {
  margin-bottom: .63rem;
}

.every-block {
  margin-bottom: 1.56rem;
}

.section_header88 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.header88_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-style-h1-2 {
  color: #c7a139;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #dbb651;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-3.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

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

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

.section_header112 {
  position: relative;
}

.header112_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header112_content-wrapper {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.header112_content-left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #dbb651;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.button-4.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-4.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.header112_content-right {
  flex-direction: column;
  display: flex;
}

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

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

.hero-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

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

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

.layout396_card {
  border: 1px solid var(--yallow-site);
  border-radius: 7px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout396_card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

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

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

.heading-style-h4-2.text-color-yallow {
  color: var(--yallow-site);
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #dbb651;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

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

.section_layout395 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

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

.layout395_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  overflow: hidden;
}

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

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

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

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

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

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

.footer8_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

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

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

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

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

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

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

.footer8_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.display-flex {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  justify-content: center;
  display: flex;
}

.icon-box {
  background-color: var(--primary-bg);
  color: var(--yallow-site);
  border-radius: 100px;
  padding: .31rem;
}

.big-devider {
  background-color: var(--yallow-site);
  height: 2rem;
}

.navbar11_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--primary-bg);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.navbar11_logo {
  max-width: 4.5rem;
}

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

.navbar11_link {
  font-family: var(--heading);
  color: var(--white);
  padding: .5rem 1rem;
  font-size: 1rem;
}

.navbar11_link.w--current {
  color: var(--yallow-site);
}

.navbar11_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar11_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  width: 20rem;
  padding: 1.5rem;
}

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

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

.navbar11_icon-wrapper {
  flex: none;
}

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

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

.navbar11_menu-button {
  padding: 0;
}

.section_contact11 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

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

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

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

.contact11_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.image {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -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_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact5_content {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .navbar11_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar11_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_component {
    min-height: 4rem;
  }

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

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

  .header88_card {
    min-height: 32rem;
    padding: 2rem;
  }

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

  .header112_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

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

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

  .layout396_card-content {
    padding: 1.5rem;
  }

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

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

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

  .layout395_card-content {
    padding: 1.5rem;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

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

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

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

  .navbar11_component {
    min-height: 4rem;
  }

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

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    font-size: 13px;
    font-weight: 400;
  }

  .button.is-navbar2-button {
    display: none;
  }

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

  .heading-style-h1.text-align-center.text-color-white {
    font-size: 2rem;
  }

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

  .heading-style-h2.text-color-yallow.text-align-center {
    font-size: 2rem;
  }

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

  .heading-style-h3.text-color-gold.text-align-center {
    font-size: 1.5rem;
  }

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

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

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

  .max-width-large.custom_design {
    transform: translate(0, -17%);
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_logo {
    max-width: 8rem;
    position: absolute;
    top: -32px;
  }

  .menu-icon2_line-top, .menu-icon2_line-middle, .menu-icon2_line-bottom {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .hero-section {
  background-image: url('../images/544759c1d3d40c64cc728c6611108a51238e9885-1-1.png'), linear-gradient(#000000d6, #000000d6);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  }

  .hero-pargraph_wraper {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    display: block;
  }

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

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

  .button-3 {
    font-size: 13px;
    font-weight: 400;
  }

  .header112_content-wrapper {
    grid-auto-flow: row;
  }

  .button-4 {
    font-size: 13px;
    font-weight: 400;
  }

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

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

  .button-5 {
    font-size: 13px;
    font-weight: 400;
  }

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

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

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

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

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

  .contact11_content, .contact11_contact-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_0b05b5a0-9b2f-599e-a45f-7eb9ae4411fb-3dc4ceb1, #w-node-_0b05b5a0-9b2f-599e-a45f-7eb9ae4411fc-3dc4ceb1, #w-node-_0b05b5a0-9b2f-599e-a45f-7eb9ae44120d-3dc4ceb1, #w-node-_0b05b5a0-9b2f-599e-a45f-7eb9ae44121e-3dc4ceb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f63f67d9-aa81-bbe7-2f02-f0f45a1257bc-5a1257a3 {
  align-self: center;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf717-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf718-3ea97b3c {
  justify-self: center;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf72f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf730-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf734-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf735-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf739-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf73a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf73e-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf73f-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf743-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf744-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf748-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf749-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf753-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf754-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf758-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf759-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf75d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf75e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf762-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf763-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf767-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf768-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf76c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf76d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf777-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf778-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf77c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf77d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf781-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf782-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf786-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf787-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf790-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf791-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf79a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf79b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7ad-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7ae-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7b2-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7b3-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7b7-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7b8-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7bc-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7bd-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7c1-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7c2-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7cc-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7cd-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7d1-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7d2-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7d6-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7d7-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7db-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7dc-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7e0-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7e1-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7e5-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7e6-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7f1-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7f2-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7f6-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7f7-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7fb-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf7fc-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf800-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf801-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf805-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf806-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf80a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf80b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf80f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf810-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf814-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf815-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf819-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf81a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf81e-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf81f-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf823-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf824-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf82f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf830-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf834-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf835-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf839-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf83a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf841-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf842-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf874-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf88b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf88c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf88d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf88f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf892-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf893-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf894-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf898-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf89b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf89c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf89d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8a1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8a5-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8a6-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8ac-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8b0-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8b1-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8b5-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8b8-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8bd-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8be-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8bf-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8c3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8c6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8c7-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8c8-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8ce-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8d1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8d2-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8d3-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8d9-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8dc-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8dd-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8de-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8e6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8e9-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8ea-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8eb-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8f7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf8f8-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8f9-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf8fd-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf902-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf903-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf904-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf90a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf90f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf910-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf911-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf917-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf91c-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf91d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf91e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf926-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf92c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf92d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf933-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf939-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf93a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf93b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf941-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf946-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf947-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf948-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf950-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf955-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf956-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf957-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf95f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf964-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf965-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf966-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf970-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf976-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf977-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf97f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf988-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf989-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf98a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf993-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf994-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf995-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf99e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf99f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf9a0-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf9bb-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9bc-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9c1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9c2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9ca-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9cb-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9d2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9d3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9e2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9e3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9e4-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf9e5-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aaf9e7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9ea-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9ee-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9ef-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9f0-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9f9-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9fa-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aaf9fb-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa04-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa05-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa06-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa07-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa0d-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa0e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa0f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa10-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa12-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa16-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa17-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa18-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa19-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa1b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa24-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa2b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa2c-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa2d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa2e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa30-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa33-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa37-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa38-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa39-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa42-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa43-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa44-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa4d-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa4e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa4f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa50-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa56-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa57-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa58-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa59-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa5b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa5f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa60-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa61-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafa62-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafa64-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafaff-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb02-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb03-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb06-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb07-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb0a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb0b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb0f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb12-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb13-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb16-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb17-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb1a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb1f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb23-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb24-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb26-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb28-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb29-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb2b-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb2d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb2e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb30-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb32-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb33-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb35-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb37-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb38-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb3a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb3c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb3d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb3f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb41-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb43-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb45-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb47-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb48-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb4a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb4b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb4d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb4e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb50-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb51-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb53-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb54-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb56-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb57-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb59-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb5a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb5c-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb62-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb65-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb66-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb68-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafb6a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb6b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb6d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb6f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb70-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb72-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb74-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb75-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb77-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb79-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb7a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb7c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb7e-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb7f-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb81-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb83-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb84-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb86-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb88-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb89-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb8b-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb8d-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb8e-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb90-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb92-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb93-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb95-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb97-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb98-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb9a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafb9f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafba3-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafba5-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafba8-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbad-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbb2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbb7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbbc-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbc3-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbc4-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbc6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbc7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbc9-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbca-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbcc-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbcd-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbcf-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbd0-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbd2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbd3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbd5-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbd6-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbd8-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbd9-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbdb-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbdc-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbde-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbdf-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbe1-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbe2-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbe4-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbe5-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbe7-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbe8-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbea-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbeb-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbed-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbee-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbf0-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbf1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbf3-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbf4-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbf6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbf7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbf9-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbfa-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafbfc-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbfd-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafbff-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc00-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc02-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc03-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc05-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc06-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc08-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc09-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc0b-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc0c-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc0e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc0f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc11-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc12-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc14-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc15-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc17-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc18-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc1a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc1b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc20-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc24-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc26-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc29-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc2e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc33-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc38-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc3d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc44-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc45-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc47-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc48-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc4a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc4b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc4d-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc4e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc50-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc51-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc53-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc54-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc56-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc57-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc59-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc5a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc5c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc5d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc5f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc60-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc62-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc63-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc65-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc66-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc68-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc69-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc6b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc6c-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc6e-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc6f-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc71-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc72-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc74-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc75-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc77-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc78-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc7a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc7b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc7d-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc7e-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc80-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc81-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc83-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc84-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc86-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc87-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc89-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc8a-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc8c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc8d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc8f-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc90-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc92-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc93-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc95-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc96-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc98-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc99-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafc9b-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafc9c-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafca1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafca4-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafca5-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafca7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafca8-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcaa-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcab-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcad-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcae-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcb0-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcb1-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcb3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcb4-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcb6-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcb7-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcb9-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcba-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcbc-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcbd-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcbf-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcc0-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcc2-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcc3-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcc5-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcc6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcc8-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcc9-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafccb-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafccc-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcce-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafccf-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcd1-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcd2-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcd4-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcd5-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcd7-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcd8-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcda-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcdb-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafcdd-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafcde-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafce0-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafce1-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafce3-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafce4-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafdd6-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafdda-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafddb-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafddf-3ea97b3c, #w-node-c6e47105-b8e8-4afc-48da-572a95aafde1-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafde2-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafde6-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafde7-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdeb-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdec-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdf0-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdf1-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdf5-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdf6-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdfa-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdfb-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafdff-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe00-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe04-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe05-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe09-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe0a-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe0e-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe0f-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe12-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe13-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe17-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe18-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe1c-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe1d-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe21-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe22-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe26-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe27-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe2b-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe2c-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe30-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe31-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe35-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe36-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe3a-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe3b-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe3f-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe40-3ea97b3c {
  justify-self: start;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe44-3ea97b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e47105-b8e8-4afc-48da-572a95aafe45-3ea97b3c, #w-node-_5fb3cd3b-82de-36fc-ef15-b6acbdc14de3-0075a69d {
  justify-self: start;
}

#w-node-_5fb3cd3b-82de-36fc-ef15-b6acbdc14dee-0075a69d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_4d01aa69-6935-19f2-fd9c-bb042e4cd170-3dc4ceb1 {
    order: -9999;
  }
}


