@font-face {
  font-family: Avenida Std;
  src: url('../fonts/Avenida-Std-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Inter, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Avenida Std", Arial, sans-serif;
  --color-scheme-1--golden: #dab455;
  --color-scheme-1--tiffany-blue: #1f94a2;
  --color-scheme-1--oxford-blue: #001740;
  --color-scheme-1--royal-blue: #021538;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---opacity--white-50: #ffffff80;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-1--light: #fffcf9;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --color-scheme-1--light-blue: #e2fcff;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--color-scheme-1--golden);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.text-style-link:hover {
  color: var(--color-scheme-1--tiffany-blue);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-blue {
  color: var(--color-scheme-1--oxford-blue);
}

.text-size-medium.opacity-80 {
  opacity: .8;
}

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

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

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

.heading-style-h2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.text-color-golden {
  color: var(--color-scheme-1--golden);
}

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

.heading-style-h2.text-color-blue {
  color: var(--color-scheme-1--royal-blue);
}

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h1 {
  letter-spacing: -8px;
  text-transform: uppercase;
  font-size: 12.4375rem;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1.h1-smaller {
  letter-spacing: -4px;
  font-size: 7rem;
}

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

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

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

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

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

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

.text-size-tiny.opacity-80 {
  opacity: .8;
}

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

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

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

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

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

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

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

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

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

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

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

.button.is-navbar32-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.button.is-footer-button {
  background-color: var(--color-scheme-1--golden);
  color: var(--color-scheme-1--oxford-blue);
  border-radius: 100px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .25s;
}

.button.is-footer-button:hover {
  border-color: var(--_primitives---opacity--white-15);
  background-color: var(--color-scheme-1--royal-blue);
  color: var(--color-scheme-1--background);
}

.button.is-submit-button {
  background-color: var(--color-scheme-1--golden);
  color: var(--color-scheme-1--royal-blue);
  border-radius: 100px;
  margin-top: 1.5rem;
  font-weight: 600;
  transition: all .25s;
}

.button.is-submit-button:hover {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--color-scheme-1--royal-blue);
  color: var(--color-scheme-1--background);
}

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

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

.text-size-regular {
  letter-spacing: -.5px;
  font-size: 1rem;
}

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

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

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

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

.heading-style-h3 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-color-golden {
  color: var(--color-scheme-1--golden);
}

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_primitives---opacity--white-15);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form_input::placeholder {
  color: var(--_primitives---opacity--white-50);
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  letter-spacing: -.25px;
  font-size: .875rem;
}

.text-size-small.text-weight-xbold {
  font-weight: 900;
}

.text-size-small.opacity-80 {
  opacity: .8;
}

.text-size-small.text-weight-semibold.text-color-blue {
  color: var(--color-scheme-1--royal-blue);
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

.body {
  background-color: var(--color-scheme-1--royal-blue);
  color: var(--color-scheme-1--light);
}

.section_hero {
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.home-hero_content {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-color-blob_dot {
  height: var(--btn-color-blob-dot-size);
  width: var(--btn-color-blob-dot-size);
  background-color: #ff5100;
  border-radius: 50%;
  grid-area: 1 / 1;
  display: block;
  position: relative;
  left: .375rem;
}

.button-color-blob_dot.is-first {
  background-color: var(--_primitives---colors--white);
}

.button-color-blob_dot.is-first.is-secondary-blob, .button-color-blob_dot.is-first.is-blue {
  background-color: var(--color-scheme-1--royal-blue);
}

.button-color-blob_dot.is-second {
  background-color: var(--_primitives---colors--white);
}

.button-color-blob_dot.is-second.is-secondary-blob, .button-color-blob_dot.is-second.is-blue {
  background-color: var(--color-scheme-1--royal-blue);
}

.button-color-blob_dot.is-third {
  background-color: var(--_primitives---colors--white);
}

.button-color-blob_dot.is-third.is-secondary-blob, .button-color-blob_dot.is-third.is-blue {
  background-color: var(--color-scheme-1--royal-blue);
}

.button-color-blob_dot-wrap {
  z-index: 1;
  grid-area: 1 / 1;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.button-color-blob {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: inline-grid;
}

.button-color-blob_text {
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  z-index: 1;
  grid-area: 1 / 1;
  padding: .875rem 1rem;
  font-weight: 900;
}

.button-color-blob_text.is-secondary-text, .button-color-blob_text.is-blue-text {
  color: var(--color-scheme-1--royal-blue);
}

.button-color-blob_bg {
  background-color: var(--color-scheme-1--royal-blue);
  border-radius: .25rem;
  grid-area: 1 / 1;
}

.button-color-blob_bg.is-secondary-bg {
  background-color: var(--_primitives---colors--white);
}

.button-color-blob_bg.is-golden-bg {
  background-color: var(--color-scheme-1--golden);
}

.button-color-blob_inner {
  grid-area: 1 / 1;
  display: grid;
}

.hero-bg-vector {
  z-index: 2;
  opacity: .5;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 24% 0% auto;
}

.hero-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #02153800, #02153866);
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar32_menu-button {
  z-index: 1;
  padding: 0;
}

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

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

.menu-icon4_line-middle-base {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar32_link {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---colors--white);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.navbar32_link.w--current {
  color: var(--_primitives---colors--white);
}

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

.menu-icon4_line-middle {
  background-color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

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

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar32_links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 50rem;
  font-size: 2.5rem;
}

.navbar-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  width: 100%;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
}

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

.menu-icon4_line-bottom {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
}

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

.navbar32_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  width: 100%;
  min-height: 4.5rem;
  color: var(--color-scheme-1--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar32_component.delete-this-class {
  z-index: 10;
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-bottom-style: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar32_menu {
  border-right: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--royal-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar32_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100dvh;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.navbar32_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar32_logo-link {
  z-index: 2;
  padding-left: 0;
}

.menu-icon4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_primitives---colors--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar32_menu-bottom {
  flex-direction: column;
}

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

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

.nav-logo {
  transition: all .2s;
}

.nav-logo:hover {
  opacity: .6;
}

.navbar16_menu-button {
  z-index: 1;
  color: #fff;
  width: 3.1rem;
  height: 3rem;
  padding: 0;
  position: relative;
}

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

.hamburger_7_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 36px;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_7_line {
  width: 100%;
  height: var(--thickness);
  background-color: #fff;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_7_line.is-short {
  width: 70%;
}

.hamburger_embed {
  position: absolute;
}

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

.hamburger {
  width: 25px;
  height: 14px;
  color: var(--_primitives---colors--white);
}

.section_intro {
  position: relative;
}

.intro_component {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.intro-item_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--_primitives---opacity--white-10);
  border-right: 1px solid var(--_primitives---opacity--white-10);
  border-bottom: 1px solid var(--_primitives---opacity--white-10);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.intro-item_left.menu-item_left {
  justify-content: center;
  align-items: flex-start;
}

.section_tagline {
  letter-spacing: -.25px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
}

.section_tagline.text-color-blue {
  color: var(--color-scheme-1--royal-blue);
}

.blob-lottie {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: -.5rem;
}

.intro-left_top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.intro-left_top-wrapper.menu-top_left-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
}

.intro-left_top-img {
  object-fit: cover;
  max-height: 28rem;
}

.intro-left_bottom-wrapper {
  margin-top: 3rem;
}

.intro-item_right {
  border-style: solid none;
  border-width: 1px 0;
  border-color: var(--_primitives---opacity--white-15);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
}

.intro-inner_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  display: grid;
}

.intro-inner_list-item {
  position: relative;
  overflow: hidden;
}

.intro-inner_image {
  object-fit: cover;
  min-height: 100%;
}

.intro-inner_li-content {
  text-align: center;
  padding: 0 1rem 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-size-xsmall.opacity-80 {
  opacity: .8;
}

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

.diamond-shape {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  color: var(--color-scheme-1--golden);
}

.diamond-shape.diamond_intro-bottom-right {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  position: absolute;
  inset: auto -.6rem -.4rem auto;
}

.diamond-shape.diamond_intro-top-right {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  position: absolute;
  inset: -.4rem -.6rem auto auto;
}

.diamond-shape.diamond-environment-content {
  position: relative;
  inset: 0% 0% .15rem auto;
}

.diamond-shape.diamond-environment-content.is-blue-diamond {
  color: var(--color-scheme-1--royal-blue);
}

.container-xlarge {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.section_our-environment {
  background-image: linear-gradient(to bottom, var(--color-scheme-1--oxford-blue), var(--color-scheme-1--oxford-blue));
}

.section-content_top-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_content-line {
  background-color: var(--_primitives---opacity--white-15);
  width: 100%;
  height: 1px;
  margin-left: 1rem;
}

.section_content-line.is-dark {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
}

.environment_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.environment_item {
  position: relative;
  overflow: hidden;
}

.env-item_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.env-item_image.is-absolute-env-image {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.env-item_content {
  position: absolute;
  inset: auto 2rem 2rem;
}

.env-item_cta-wrapper {
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.env-france-roof_image {
  object-fit: cover;
  min-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.env-img_menu-wrapper {
  position: relative;
}

.section_playlist {
  background-color: var(--color-scheme-1--light-blue);
  position: relative;
}

.playlist_wrapper-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.playlist-code-wrapper {
  flex: 1;
  min-width: 25rem;
  max-width: 38.75rem;
}

.playlist_wrapper-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 11.25rem;
  display: flex;
}

.section_gallery {
  background-image: linear-gradient(to bottom, var(--color-scheme-1--oxford-blue), var(--color-scheme-1--oxford-blue));
  border: 1px #000;
  overflow: hidden;
}

.gallery_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery_content-line {
  background-color: var(--_primitives---opacity--white-15);
  width: 100%;
  height: 1px;
}

.gallery_content-line.is-right {
  margin-left: 1rem;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
  display: flex;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  display: none;
  position: relative;
}

.progress {
  background-color: #ffffff17;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: var(--_primitives---colors--white);
  width: 0%;
  height: 100%;
  position: relative;
}

.menu-item_right {
  border-top: 1px solid var(--_primitives---opacity--white-15);
  border-bottom: 1px solid var(--_primitives---opacity--white-15);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.menu-inner_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.menu-inner_list-item {
  position: relative;
}

.menu-inner-image {
  border: 1px solid var(--_primitives---opacity--white-20);
  object-fit: cover;
  border-radius: 500px;
  min-width: 100%;
  min-height: 30rem;
}

.menu-inner_overlay {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#02153800, #021538cc);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-inner_icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

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

.menu_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_bg-img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: -1rem;
  margin-bottom: -1rem;
  position: absolute;
  inset: 0%;
}

.private_dinners-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.pd_list-item.is-content-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pd_content-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

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

.pd_list-image-wrapper {
  border: 1px solid var(--_primitives---opacity--white-15);
  position: relative;
  overflow: hidden;
}

.pd_list-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 34.9375rem;
}

.pd_list-image-overlay {
  background-image: linear-gradient(#02153800, #021538);
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_instagram {
  background-color: var(--color-scheme-1--oxford-blue);
}

.instagram_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.instagram_item {
  position: relative;
}

.instagram_item.is-smaller {
  max-height: 21.1875rem;
}

.ig_item-img {
  border-bottom: 1px solid var(--_primitives---opacity--white-10);
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.ig_item-img.is-large_ig-img {
  min-height: 100%;
}

.ig_item-top-banner {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_primitives---opacity--white-15);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00174066;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem .75rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ig_item-top-banner:hover {
  background-color: #001740;
}

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

.icon-ig_top-banner {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.ig_item-social-lottie {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.social-lottie {
  height: 70px;
}

.location_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

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

.location_map {
  object-fit: cover;
  min-width: 100%;
  min-height: 600px;
  max-height: 100%;
}

.location_img-wrapper {
  position: relative;
}

.location_img-bottom-banner {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-scheme-1--light);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.location-pin {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

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

.section_testimonials {
  background-color: var(--color-scheme-1--light-blue);
}

.tagline_dot-static {
  background-color: var(--color-scheme-1--oxford-blue);
  border-radius: 50px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-right: .5rem;
}

.testimonials_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.testimonial_item {
  background-color: var(--color-scheme-1--light);
  min-height: 17.625rem;
  color: var(--color-scheme-1--royal-blue);
  border-radius: 6px;
  padding: 1.25rem;
  position: relative;
  box-shadow: 0 1px 4px #00000026;
}

.testimonial_item-bottom-row {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 9rem;
  display: flex;
  position: absolute;
  inset: auto 1.25rem 1.25rem;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.875rem;
  height: .875rem;
  display: flex;
}

.icon-stars-testimonial {
  height: 15px;
  color: var(--color-scheme-1--golden);
}

.testimonial-img {
  object-fit: cover;
  border-radius: 6px;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.section_home-careers {
  overflow: hidden;
}

.home-careers_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-careers_item.is-content-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-careers_item.is-image-item {
  position: relative;
}

.home-careers_content {
  max-width: 32rem;
}

.about_list-right {
  position: relative;
}

.careers_img {
  border: 1px solid var(--_primitives---opacity--white-15);
  object-fit: cover;
  border-radius: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: 640px;
}

.image-reveal-wrapper {
  width: 100%;
  min-height: 700px;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.color-overlay {
  z-index: 1;
  background-color: #283e2f;
  border-radius: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.careers_top-right {
  border: 1px solid var(--_primitives---opacity--white-15);
  object-fit: cover;
  border-radius: 6px;
  max-height: 240px;
  position: absolute;
  inset: -3rem -3rem auto auto;
}

.careers_bottom-left {
  border: 1px solid var(--_primitives---opacity--white-15);
  object-fit: cover;
  border-radius: 6px;
  max-height: 240px;
  position: absolute;
  inset: auto auto -3rem -3rem;
}

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

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

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

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

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

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

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

.section_cta27 {
  position: relative;
}

.footer16_legal-link {
  text-transform: none;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
}

.footer16_legal-link:hover {
  opacity: .75;
}

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

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

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

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

.footer16_credit-text {
  opacity: 1;
  color: var(--_primitives---colors--white);
  font-size: .875rem;
}

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

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

.footer16_image {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.footer16_image-wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer16_component {
  background-color: var(--color-scheme-1--royal-blue);
  color: var(--_primitives---colors--white);
}

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

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

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---opacity--white-15);
}

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

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

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

.footer16_link {
  color: var(--_primitives---colors--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .25s;
}

.footer16_link:hover {
  opacity: 1;
  color: var(--color-scheme-1--golden);
}

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

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

.footer_col-title {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--golden);
  text-transform: uppercase;
  font-size: 1.5rem;
}

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

.footer-link-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.padding-section_legal-hero {
  padding-top: 9rem;
  padding-bottom: 5rem;
}

.section_careers-hero {
  position: relative;
  overflow: hidden;
}

.padding-section_careers-hero {
  padding-top: 11rem;
  padding-bottom: 5rem;
}

.careers-hero_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.careers-hero_img-wrapper {
  border: 1px solid var(--_primitives---opacity--white-15);
  border-radius: 16px;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.careers-hero_image {
  border: 1px solid var(--_primitives---opacity--white-15);
  object-fit: cover;
  border-radius: 16px;
  min-width: 100%;
  max-height: 59.625rem;
}

.careers-hero_img-opacity {
  background-image: radial-gradient(circle, #02153800, #021538cc);
  position: absolute;
  inset: 0%;
}

.careers-hero_ellipse {
  position: absolute;
  inset: -20% auto auto -15%;
}

.careers-hero_ellipse.is-right-career-hero-ellipse {
  inset: -30% 0% auto auto;
}

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

.pe_img {
  object-fit: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  min-height: 100%;
}

.pe_line-separator {
  background-color: #fff3;
  width: 100%;
  height: 2px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.heading-style-h5-2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5-2.text-color-yellow {
  color: #faea6c;
}

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

.pe_list-item.pe_list-item-img {
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.heading-style-h3-2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h3-2.text-color-yellow {
  color: #faea6c;
}

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

.tagline-illustration {
  width: 2.5rem;
  height: 1.5rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #04186c;
  border: 1px solid #ffffff1a;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .25s;
}

.button-3:hover {
  color: #04186c;
  background-color: #fff;
}

.button-3.submit-button {
  color: #283e2f;
  text-transform: uppercase;
  background-color: #faea6c;
  border-radius: 10px;
  margin-top: 1.25rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 900;
}

.button-3.submit-button:hover {
  color: #fff;
  background-color: #283e2f;
}

.tf-label {
  color: #283e2f;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  inset: .3rem auto auto .5rem;
}

.text-field-wrapper {
  position: relative;
}

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

.tagline-text {
  letter-spacing: 1px;
}

.text-field {
  border: 1px solid var(--color-scheme-1--oxford-blue);
  color: #000;
  border-radius: 4px;
  height: 63px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
  transition: all .25s;
}

.text-field:focus {
  color: #283e2f;
  border-color: #233b39;
  box-shadow: inset 2px 2px 13px 6px #d8b80026;
}

.text-field::placeholder {
  color: #283e2fbf;
  font-weight: 500;
}

.text-field.message-field {
  color: #283e2f;
  height: auto;
  min-height: 160px;
}

.text-field.message-field::placeholder {
  color: #04186c;
}

.text-field.select-field {
  color: #283e2f;
  background-color: #fff;
  padding-top: 24px;
}

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

.section_privateevents {
  background-color: var(--color-scheme-1--oxford-blue);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.success-message {
  background-color: var(--color-scheme-1--oxford-blue);
  color: #fff;
  border: 1px solid #ffffff26;
  font-size: 1.25rem;
}

.careers-hero-vector {
  position: absolute;
  inset: 30% 0% auto;
}

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

.button-inner-txt-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.button-txt-wrapper {
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-3---brix {
  z-index: 5;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.popup-img {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.button-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f9f3de;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  background-color: #86171d;
  border: 1px solid #fff3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

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

.popup-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 3rem;
  display: grid;
}

.popup-title---brix {
  letter-spacing: -.04em;
  margin-bottom: 8px;
  font-size: 3rem;
  font-weight: 400;
}

.isola-symbol {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 13px;
  display: inline-flex;
}

.close-popup-wrapper {
  z-index: 6;
  cursor: pointer;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-popup-wrapper:hover {
  border-color: #f8f8d0;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-3-content-wrapper---brix {
  background-color: var(--color-scheme-1--tiffany-blue);
  min-width: 55rem;
  max-width: 55rem;
  color: var(--color-scheme-1--light-blue);
  border-radius: 32px 0;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.button-icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

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

.close-popup---brix {
  z-index: 10;
  cursor: pointer;
  border-radius: 5px;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

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

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

  .heading-style-h1 {
    letter-spacing: -5px;
    font-size: 8rem;
  }

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

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

  .heading-style-h3.text-color-golden {
    line-height: 1.1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar32_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon4_line-middle-base {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar32_link {
    font-size: 2.5rem;
  }

  .menu-icon4_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar32_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

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

  .navbar32_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar32_container {
    grid-auto-columns: 1fr;
  }

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

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

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .section_intro {
    overflow: hidden;
  }

  .intro-item_left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .blob-lottie {
    margin-left: -.5rem;
  }

  .intro-left_top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .intro-left_top-img {
    max-height: 10rem;
  }

  .intro-left_bottom-wrapper {
    margin-top: 0;
  }

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

  .intro-inner_list-item {
    max-height: 400px;
  }

  .env-item_cta-wrapper {
    bottom: 1rem;
    left: auto;
    right: 1rem;
  }

  .playlist_wrapper-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .playlist-code-wrapper {
    flex: 0 auto;
    max-width: 100%;
  }

  .playlist_wrapper-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .menu-item_right {
    padding-left: 0;
  }

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

  .section_menu-button-wrapper {
    margin-top: 2rem;
  }

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

  .pd_list-image-overlay {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .location_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column-reverse;
    margin-top: 2rem;
    display: flex;
  }

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

  .home-careers_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .home-careers_item.is-content-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-careers_content {
    max-width: 100%;
  }

  .careers_top-right {
    right: -2rem;
  }

  .careers_bottom-left {
    left: -1rem;
  }

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

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

  .pe_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-right: 2.5%;
  }

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

  .heading-style-h3-2.text-color-yellow {
    letter-spacing: -1px;
    font-size: 3rem;
  }

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

  .section_privateevents {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-3---brix {
    max-width: 100%;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    min-width: 100%;
    max-width: none;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    inset: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

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

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

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

  .heading-style-h1 {
    letter-spacing: -3px;
    font-size: 5rem;
  }

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

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

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

  .heading-style-h3.text-color-golden {
    font-size: 2.5rem;
  }

  .button-group {
    flex-flow: column;
  }

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

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

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

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

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

  .padding-section-large.padding-section_home-careers {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .button-color-blob {
    z-index: 3;
    flex: 1;
    min-width: 100%;
    max-width: 100%;
    display: inline-grid;
    position: relative;
  }

  .navbar32_link {
    font-size: 1.5rem;
  }

  .navbar32_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar32_component {
    min-height: 4rem;
  }

  .navbar32_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar32_container {
    flex-flow: row-reverse;
  }

  .nav-logo-wrapper.w--current {
    flex: 1;
  }

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

  .intro-item_left {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .intro-left_top-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .intro-left_bottom-wrapper {
    margin-top: 2rem;
  }

  .intro-item_right {
    padding-left: 0;
  }

  .intro-inner_image {
    min-width: 100%;
  }

  .section_our-environment {
    position: relative;
  }

  .environment_component {
    grid-template-columns: 1.75fr;
  }

  .env-item_content {
    bottom: 1rem;
    left: 1rem;
  }

  .playlist-code-wrapper {
    min-width: 100%;
  }

  .tricks-slider_slide {
    width: 100%;
    max-height: 80vh;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

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

  .menu-inner_list-item {
    max-height: 350px;
  }

  .menu-inner-image {
    min-height: auto;
    max-height: 100%;
  }

  .section_menu-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .private_dinners-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_instagram {
    background-size: auto;
  }

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

  .ig_item-img.is-large_ig-img {
    min-height: 500px;
  }

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

  .careers_img {
    max-height: 440px;
  }

  .careers_top-right {
    max-height: 140px;
    right: -.5rem;
  }

  .careers_bottom-left {
    max-height: 160px;
    left: -1rem;
  }

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

  .footer16_credit-text {
    margin-top: 1.5rem;
  }

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

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

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

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

  .pe_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .pe_img {
    border-radius: 16px;
  }

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

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

  .section_privateevents {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-wrapper---brix.preview-page {
    overflow: hidden;
  }

  .popup-3---brix {
    max-width: 100%;
    padding: 0;
  }

  .popup-img {
    width: 100%;
    height: 350px;
  }

  .popup-component {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .popup-title---brix {
    font-size: 1.5rem;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    left: 0;
    right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .padding-section-large.padding-section_home-careers {
    padding-bottom: 8rem;
  }

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

  .button-color-blob {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .hero-overlay {
    background-image: radial-gradient(circle, #02153800, #02153866 59%);
  }

  .navbar32_link {
    font-size: 2rem;
  }

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

  .navbar32_menu {
    border-right-style: none;
    width: 100dvw;
    height: auto;
    overflow: visible;
  }

  .navbar32_menu-wrapper {
    height: 100%;
  }

  .nav-logo {
    max-height: 1.25rem;
  }

  .nav-logo.nav-menu-logo {
    position: absolute;
    inset: 1.5rem auto auto 0%;
  }

  .hamburger_7_wrap {
    min-width: 32px;
    max-width: 32px;
  }

  .intro-item_left {
    padding-right: 1rem;
  }

  .intro-left_top-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .intro-left_top-img {
    min-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .intro-item_right {
    border-right: 1px none var(--_primitives---opacity--white-15);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .diamond-shape.diamond_intro-bottom-right {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    bottom: 0;
    right: -.3rem;
  }

  .diamond-shape.diamond_intro-top-right {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
    top: -.8rem;
    right: -.4rem;
    overflow: visible;
  }

  .section_our-environment {
    background-size: auto;
  }

  .env-item_image.is-first-env-image {
    min-height: 31.25rem;
  }

  .env-item_cta-wrapper {
    right: 2rem;
  }

  .playlist-code-wrapper {
    min-width: 100%;
  }

  .playlist_wrapper-bottom {
    margin-top: 5rem;
  }

  .section_gallery {
    background-size: auto;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding: 4rem 1.5em;
  }

  .tricks-slider_slide {
    width: 100%;
    max-height: 130vw;
    margin-right: 1.5em;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .section_menu {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu-item_right {
    border-right: 0px none var(--_primitives---opacity--white-15);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding: 0;
  }

  .menu-inner_list {
    margin-top: 3rem;
  }

  .menu-inner-image {
    border-radius: 500px;
  }

  .menu-inner_icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .private_dinners-list {
    margin-top: 2rem;
  }

  .pd_list-item.is-content-list-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .text-size-xlarge.text-weight-medium {
    font-size: 1.125rem;
  }

  .pd_list-image {
    min-height: 25rem;
  }

  .pd_list-image-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ig_item-social-lottie {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .social-lottie {
    height: 50px;
  }

  .location_map {
    min-height: 550px;
  }

  .careers_img {
    max-height: 280px;
  }

  .careers_top-right {
    max-height: 120px;
  }

  .careers_bottom-left {
    max-height: 144px;
    left: -.6rem;
  }

  .button-group-2.is-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

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

  .padding-section_legal-hero {
    padding-top: 7rem;
  }

  .padding-section_careers-hero {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }

  .careers-hero_image {
    min-height: 25rem;
  }

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

  .pe_img {
    max-height: 555px;
  }

  .pe_line-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-style-h5-2.text-color-yellow {
    font-size: 2rem;
    line-height: .9;
  }

  .section_privateevents {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }

  .success-message {
    font-size: 1rem;
  }

  .careers-hero-vector {
    top: 45%;
  }

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

  .popup-buttons-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: .75rem;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-3---brix {
    padding: 0;
  }

  .popup-img {
    height: 300px;
  }

  .button-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .popup-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-title---brix {
    font-size: 2.25rem;
    line-height: 1;
  }

  .isola-symbol {
    width: 37px;
    height: 10px;
  }

  .close-popup-wrapper {
    top: .5rem;
    right: .5rem;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    min-width: 90%;
    max-width: 90%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    inset: 0;
  }

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

  .close-popup---brix {
    z-index: 99;
  }
}

#w-node-_982b6a62-f6fa-6db1-6320-c663ea7c0d19-34e08a0b, #w-node-dbb951d5-3497-9672-c909-7317b5c68f81-34e08a0b, #w-node-_5ecc32d6-0353-7c53-611f-c2614175cad7-34e08a0b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-34e08a0e {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-34e08a0e {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-34e08a0e {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-34e08a0e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-34e08a0e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-34e08a0e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-34e08a0e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-34e08a0e, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-34e08a0e {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-34e08a0e, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-34e08a0e, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-34e08a0e {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-34e08a0e, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-34e08a0e {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-34e08a0e, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-34e08a0e {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-34e08a0e, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-34e08a0e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-34e08a0e, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-34e08a0e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-34e08a0e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-34e08a0e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-34e08a0e, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-34e08a0e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-34e08a0e {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-34e08a0e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-34e08a0e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-34e08a0e {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-34e08a0e, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-34e08a0e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-34e08a0e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-34e08a0e, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-34e08a0e, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-34e08a0e, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-34e08a0e, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-34e08a0e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-34e08a0e {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-34e08a0e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-34e08a0e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-34e08a0e {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-34e08a0e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-34e08a0e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-34e08a0e {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-34e08a0e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-34e08a0e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-34e08a0e {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-34e08a0e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-34e08a0e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-34e08a0e {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-34e08a0e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-34e08a0e, #w-node-ee961e8d-845a-edc3-3307-509470022457-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-34e08a0e {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-34e08a0e, #w-node-ee961e8d-845a-edc3-3307-50947002245b-34e08a0e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-34e08a0e {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-34e08a0e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-34e08a0e, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-34e08a0e {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-34e08a0e, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-34e08a0e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-34e08a0e {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-34e08a0e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-34e08a0e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-34e08a0e {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-34e08a0e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-34e08a0e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-34e08a0e {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-34e08a0e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-34e08a0e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-34e08a0e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-34e08a0e {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-34e08a0e {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-34e08a0e {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-34e08a0e {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-34e08a0e {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-34e08a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-34e08a0e {
  justify-self: start;
}

#w-node-de4b5261-c1ba-5988-180e-af2e3279f109-a8d01bd0, #w-node-de4b5261-c1ba-5988-180e-af2e3279f10e-a8d01bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8120bd69-a037-4d87-db79-e2284cb8f551-34e08a0b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8120bd69-a037-4d87-db79-e2284cb8f551-34e08a0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenida Std';
  src: url('../fonts/Avenida-Std-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}