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

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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
  --gold: #ad913c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  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 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

strong {
  font-weight: bold;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-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;
}

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.text-style-quote {
  border-left: .1875rem solid #000;
  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 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1rem;
  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;
}

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

.heading-style-h5 {
  font-family: Clashdisplay, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

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

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

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

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

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

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

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

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

.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(--white);
  color: var(--black);
}

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

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-navbar-button {
  border-color: var(--gold);
  background-color: #0000;
  align-items: center;
  padding: .25rem 1.25rem;
  display: flex;
}

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

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

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

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

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

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

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

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

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

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

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

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

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

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
  background-color: var(--white);
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.rl-styleguide_color.is-gold {
  background-color: var(--gold);
}

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

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

.button-group.vertical {
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

.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(--black);
  color: var(--white);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

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

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.page-wrapper-2 {
  z-index: 0;
}

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

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

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

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

.navbar_menu {
  background-color: var(--light-grey);
  width: 100%;
  height: 100vh;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

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

.menu-icon_line-middle-base {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar_link {
  color: var(--black);
  margin-left: 0;
  padding: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: .9;
  transition: color .3s;
  display: inline-block;
}

.navbar_link:hover {
  color: var(--gold);
}

.navbar_link.w--current {
  color: var(--black);
}

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

.navbar_dropdown-list.w--open {
  background-color: var(--white);
  position: static;
}

.navbar_component {
  z-index: 991;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.navbar_icon {
  grid-column-gap: 1rem;
  filter: invert();
  flex-direction: row;
  align-items: center;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

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

.navbar_logo-link {
  color: var(--white);
  align-items: flex-start;
  padding-top: .2rem;
  padding-left: 0;
}

.navbar_logo-link.w--current {
  height: 100%;
}

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

.navbar_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
  line-height: 1;
}

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

.menu-icon_line-top {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_menu-button {
  padding: 0;
}

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

.navbar_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar_dropdown-link.w--current {
  color: var(--black);
}

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

.menu-icon_line-bottom {
  background-color: var(--white);
  width: 24px;
  height: 2px;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.header_content-right {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
  position: relative;
}

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

.hero_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_home-hero {
  display: none;
}

.hero_component {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 4.5rem;
  display: flex;
}

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

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

.hero_lightbox-wrapper {
  flex: 1;
  position: relative;
}

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

.logo_logo {
  max-height: 2.5rem;
}

.logo_wrapper {
  opacity: .9;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  transition: opacity .2s, transform .3s;
  display: flex;
}

.logo_wrapper:hover {
  opacity: 1;
  transform: scale(1.1);
}

.horizontal-gallery_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-gallery_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

.section_home-horizontal-gallery {
  display: none;
}

.horizontal-gallery_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.horizontal-gallery_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.horizontal-gallery_component {
  height: 400vh;
}

.zoom_image-wrapper {
  width: 100%;
  padding-top: 150%;
  position: relative;
}

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

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

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

.section_home-values {
  background-color: var(--light-grey);
}

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

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

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

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

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

.section_home-story {
  height: 80vh;
  margin-bottom: 10rem;
  position: relative;
}

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

.story-image_text-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: auto 0% -5.5vw;
  overflow: hidden;
}

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

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

.footer_logo-link {
  color: var(--white);
  margin-bottom: 2rem;
  padding-left: 0;
}

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

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

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer_component {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

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

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

.footer_bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.instagram_image-wrapper {
  width: 100%;
}

.instagram_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.section_home-instagram, .instagram_content {
  position: relative;
}

.heading-style-xxl {
  text-transform: uppercase;
  font-family: Clashdisplay, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-xxl.super {
  line-height: 1;
}

.big-script {
  font-family: Rightgilligant, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.small-script {
  font-family: Rightgilligant, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

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

.nav_logo-embed {
  display: none;
}

.social-icon {
  grid-column-gap: .5rem;
  width: 1.5rem;
  color: var(--white);
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.social-icon:hover {
  opacity: .7;
}

.social-icon.black {
  color: var(--black);
}

.social-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.social-wrapper.menu {
  padding-top: 1rem;
}

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

.background-video {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  z-index: 5;
  inset: 0%;
}

.heading-superxxl {
  text-transform: uppercase;
  width: 100%;
  font-family: Clashdisplay, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 1;
}

.section_home-about {
  background-color: var(--white);
  margin-top: 0;
}

.section_home-intro {
  position: relative;
}

.golden-line {
  background-color: var(--gold);
  width: 3px;
  height: 15rem;
}

.golden-line.about {
  z-index: 2;
  transform-origin: 50% 100%;
  height: 25rem;
  position: absolute;
  top: -20%;
}

.intro-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.intro_autogram-wrapper {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-5deg);
}

.page-reveal {
  z-index: 995;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  transform: translate(0);
}

.brand-wrapper {
  width: 25rem;
  min-width: 20vw;
  color: var(--white);
  margin-bottom: 2rem;
}

.golden-line_about {
  background-color: var(--gold);
  width: 3px;
  height: 25rem;
  position: absolute;
  inset: -5rem auto auto;
}

.golden-line_about.about {
  z-index: 2;
  transform-origin: 50% 100%;
  height: 25rem;
  position: absolute;
  top: -20%;
}

.skribble-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.values_skribble {
  z-index: 1;
  color: var(--gold);
  margin-top: 2%;
  position: absolute;
  top: 40%;
  left: auto;
  right: auto;
}

.instagram_script-wrapper {
  position: absolute;
  inset: 44% auto 0% 15%;
}

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

.play-icon, .pause-icon {
  filter: invert();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
}

.golden-line_story {
  z-index: 2;
  background-color: var(--gold);
  width: 3px;
  height: 25rem;
  position: absolute;
  inset: auto 0% -10vw 5%;
}

.golden-line_story.about {
  z-index: 2;
  transform-origin: 50% 100%;
  height: 25rem;
  position: absolute;
  top: -20%;
}

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

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

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

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

.error-text {
  color: #e23939;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section_gallery10 {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

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

.gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.html-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_unhover-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-text {
  font-family: Clashdisplay, sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.video-text._1 {
  height: 3.5rem;
}

.video-text_outer {
  width: 100%;
  color: var(--white);
  background-color: #0003;
  padding: 2rem 5%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-text_line {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_home-video {
  z-index: 990;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  margin-top: 4.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-video {
  width: 100%;
  height: 100%;
  display: none;
}

.section_zoom-in {
  background-color: var(--black);
  height: 500vh;
  position: relative;
}

.zoom-in_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.zoom-in_content {
  width: 100%;
  height: 100%;
}

.zoom-in_grid {
  perspective: 1000px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.zoom-in_img-wrap {
  flex: none;
  position: absolute;
}

.zoom-in_img-wrap._1 {
  z-index: 18;
  width: 10vw;
  margin-bottom: 10%;
  margin-right: 20%;
}

.zoom-in_img-wrap._2 {
  z-index: 19;
  width: 20vw;
  margin-bottom: 15%;
  margin-left: 5%;
}

.zoom-in_img-wrap._3 {
  z-index: 20;
  width: 12vw;
  margin-bottom: 10%;
  margin-left: 15%;
}

.zoom-in_img-wrap._4 {
  z-index: 17;
  width: 15vw;
  margin-top: 20%;
  margin-right: 10%;
}

.zoom-in_img-wrap._5 {
  z-index: 22;
  width: 20vw;
  margin-top: 15%;
  margin-left: 30%;
}

.zoom-in_img-wrap._6 {
  z-index: 23;
  width: 10vw;
}

.zoom-in_img-wrap._7 {
  z-index: 21;
  width: 13vw;
  margin-top: 19%;
  margin-right: 5%;
}

.zoom-in_img-wrap._11 {
  z-index: 14;
  width: 15vw;
  margin-bottom: 9%;
  margin-right: 16%;
}

.zoom-in_img-wrap._12 {
  z-index: 15;
  width: 6vw;
  margin-bottom: 20%;
  margin-left: -1%;
}

.zoom-in_img-wrap._13 {
  z-index: 13;
  width: 12vw;
  margin-bottom: 10%;
  margin-left: 14%;
}

.zoom-in_img-wrap._14 {
  z-index: 16;
  width: 12vw;
  margin-top: 15%;
  margin-right: 8%;
}

.zoom-in_img-wrap._15 {
  z-index: 10;
  background-image: url('../images/tiffany_winteler82.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.zoom-in_text {
  z-index: 25;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.zoom-in_text-xxl {
  color: var(--black);
  text-transform: uppercase;
  font-family: Clashdisplay, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: .8;
}

.zoom-in_text-xxl.super {
  line-height: 1;
}

.section_cta29 {
  position: relative;
}

.cta29_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.cta-image {
  object-fit: cover;
}

.gallery-text_absolute {
  z-index: 12;
  width: 100%;
  color: var(--white);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.golden-line_zoom-in {
  z-index: 2;
  background-color: var(--gold);
  width: 3px;
  height: 25rem;
  position: absolute;
  top: -20vw;
  left: 5%;
  right: 0%;
}

.golden-line_zoom-in.about {
  z-index: 2;
  transform-origin: 50% 100%;
  height: 25rem;
  position: absolute;
  top: -20%;
}

.fs-cc-prefs4_overlay {
  z-index: -1;
  background-color: #64cff6e6;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs4_label {
  color: var(--gold);
  font-size: 16px;
  font-weight: 300;
}

.fs-cc-prefs4_header {
  border-bottom: 1px solid #1d2126;
  margin-bottom: 10px;
  padding: 40px;
}

.fs-cc-manager4_component {
  z-index: 994;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-preferences4_close-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.fs-cc-banner4_button {
  opacity: .8;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #eff3f6;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 14px 28px;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  transition: opacity .3s;
  display: flex;
}

.fs-cc-banner4_button:hover {
  opacity: 1;
}

.fs-cc-banner4_button.fs-cc-button-alt {
  background-color: #0000;
  border: 1px solid #eff3f6;
}

.fs-cc-manager4_button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #eff3f6;
  background-color: #0003;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner4_component {
  z-index: 997;
  background-color: #03040dcc;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs4_submit {
  opacity: .8;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #eff3f6;
  border-radius: 50vw;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 300;
  transition: opacity .3s;
}

.fs-cc-prefs4_submit:hover {
  opacity: 1;
}

.fs-cc-prefs4_title {
  color: #cfdae2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.fs-cc-prefs4_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fs-cc-prefs4_text {
  color: #cfdae2;
  font-size: 12px;
  line-height: 1.4;
}

.fs-cc-banner4_buttons-wrapper {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-cc-prefs4_form {
  height: 100%;
  display: block;
}

.fs-cc-prefs4_form-wrapper {
  background-color: #03040d;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs4_button {
  color: #6e7f8bcc;
  margin-right: 10px;
  padding: 15px;
}

.fs-cc-banner4_text-link {
  color: var(--gold);
  border-bottom: 2px solid #333;
  text-decoration: underline;
}

.fs-cc-prefs4_button-wrapper {
  background-color: #03040d;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.fs-cc-banner4_block {
  text-align: center;
  background-color: #0000;
  padding: 30px;
}

.fs-cc-prefs4_close {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -48px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs-cc-banner4_text {
  color: #cfdae2;
  font-size: 14px;
  line-height: 1.4;
}

.fs-cc-prefs4_component {
  z-index: 998;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs4_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs4_checkbox-label {
  display: none;
}

.fs-cc-prefs4_option {
  width: 50%;
  padding: 12px 20px;
}

.fs-cc-prefs4_checkbox {
  cursor: pointer;
  border-width: 1px;
  border-color: #eff3f6;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs4_checkbox.w--redirected-checked {
  border-color: var(--gold);
  background-color: #ad913c3d;
  background-size: 10px;
}

.fs-cc-prefs4_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #cfdae2;
}

.fs-cc-banner4_container {
  background-color: #03040d;
  max-width: 340px;
  padding-bottom: 30px;
}

.section_legals-hero {
  height: 80vh;
  margin-bottom: 10rem;
  position: relative;
}

.legals-text h1 {
  margin-bottom: 2rem;
}

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

.legals-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.legals-text ul {
  padding-left: 1rem;
  list-style-type: none;
}

.legals-text li {
  margin-top: 0;
  margin-bottom: 1rem;
}

.legals-text strong {
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
}

.video-embed-marius {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.html-embed-3 {
  z-index: 5;
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
  position: relative;
  top: 50%;
  bottom: 0%;
  left: 25%;
}

.button-2 {
  z-index: 5;
}

.button-embed-marius {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 48px;
  height: 48px;
  color: var(--white);
  cursor: pointer;
  background-color: #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  transition: background-color .3s;
}

.button-embed-marius:hover {
  background-color: #0006;
}

.button-row {
  z-index: 11;
  grid-column-gap: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-video-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  border-radius: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  position: relative;
}

.play-button_embed {
  z-index: 10;
  width: 100%;
  height: 100%;
  color: var(--black);
  background-color: #0000;
  display: block;
  position: absolute;
}

.play-video_icon {
  z-index: 1;
  filter: invert();
  width: 32px;
  height: 32px;
  position: relative;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.enter-button {
  z-index: 2;
  border: 1px solid var(--gold);
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: .5rem 1.5rem;
  font-family: Clashdisplay, sans-serif;
  font-weight: 600;
  transition: background-color .3s;
}

.enter-button:hover {
  background-color: #ad913c40;
}

.hero-video {
  z-index: 55;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-vimeo-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.vimeo-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause--icon {
  justify-content: center;
  align-items: center;
  width: .75em;
  height: .75em;
  font-size: 1.7em;
  display: flex;
}

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

.unmute-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 1.9em;
  display: flex;
}

.cms_main-image-wrapper {
  border-radius: 1rem;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

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

.vimdeo-player-overlay {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.video-pause-wrapper {
  z-index: 1;
  color: #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-play-wrapper {
  z-index: 0;
  color: #fff;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  font-size: 1rem;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.video-play-pause-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border-radius: 999em;
  width: 4rem;
  height: 4rem;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .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-medium {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .navbar_menu-wrapper {
    justify-content: center;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

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

  .navbar_link {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

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

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

  .navbar_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

  .navbar_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

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

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .navbar_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-icon_line-middle {
    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;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .horizontal-gallery_image {
    max-height: 40rem;
  }

  .horizontal-gallery_horizontal-scroll-content {
    width: 300vh;
  }

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

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

  .story-image_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .story-faq_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

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

  .big-script {
    font-size: 6rem;
  }

  .small-script {
    font-size: 3rem;
  }

  .heading-superxxl {
    font-size: 6.8rem;
  }

  .heading-superxxl.vw {
    font-size: 11vw;
  }

  .values_skribble {
    height: 2rem;
    top: 1.1rem;
    left: auto;
  }

  .story-image_text-inner {
    overflow: hidden;
  }

  .instagram_script-wrapper {
    top: 32%;
  }

  .video-text_line {
    font-size: 2.75rem;
  }

  .zoom-in_sticky {
    display: block;
  }

  .zoom-in_text-xxl {
    font-size: 3.25rem;
  }

  .video-play-wrapper:active {
    transform: scale(.9);
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

  .icon-embed-medium {
    width: 2.5rem;
    height: 2.5rem;
  }

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

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

  .button.is-navbar-button {
    align-items: center;
    padding: .25rem 1rem;
    line-height: 1;
    display: flex;
  }

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

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

  .navbar_link {
    font-size: 11vw;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_logo-link.w--current {
    padding-right: 1rem;
  }

  .header_content-right {
    margin-top: 40%;
  }

  .hero_component {
    height: auto;
    min-height: 40rem;
    padding-top: 4rem;
  }

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

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

  .logo_logo {
    max-height: 3rem;
  }

  .logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .horizontal-gallery_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .horizontal-gallery_image {
    width: 90vw;
    max-height: 30rem;
  }

  .horizontal-gallery_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

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

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

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

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

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

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .instagram_component {
    grid-row-gap: 3rem;
  }

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

  .big-script {
    font-size: 5rem;
  }

  .small-script {
    font-size: 2.5rem;
  }

  .heading-superxxl {
    font-size: 8rem;
  }

  .brand-wrapper {
    width: 20rem;
  }

  .skribble-wrapper {
    display: flex;
  }

  .values_skribble {
    top: .9rem;
    left: auto;
    right: auto;
  }

  .golden-line_story {
    bottom: -25vw;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .gallery_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .video-text_line {
    font-size: 2.25rem;
  }

  .zoom-in_text-xxl {
    font-size: 2.5rem;
  }

  .golden-line_zoom-in {
    bottom: -25vw;
  }

  .fs-cc-prefs4_header {
    display: none;
  }

  .fs-cc-manager4_button {
    color: #eff3f6;
  }

  .fs-cc-prefs4_form-wrapper {
    max-width: none;
  }

  .fs-cc-banner4_text-link {
    margin-right: 8px;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }
}

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

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

  .button-group.vertical {
    align-items: center;
  }

  .hero_component {
    min-height: 95vh;
  }

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

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

  .horizontal-gallery_image {
    max-height: 25rem;
  }

  .horizontal-gallery_horizontal-scroll-content {
    width: 150vh;
  }

  .values_list, .story-image_component, .story-faq_component {
    grid-template-columns: 1fr;
  }

  .instagram_image-wrapper._1 {
    z-index: 1;
    margin-bottom: -30%;
    margin-left: 10%;
    position: relative;
  }

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

  .heading-superxxl {
    font-size: 28vw;
    line-height: .8;
  }

  .brand-wrapper {
    width: 15rem;
  }

  .instagram_script-wrapper {
    text-align: center;
    width: 100%;
    margin-top: -6%;
    position: relative;
    left: 0%;
  }

  .section_home-video {
    justify-content: flex-start;
  }

  .zoom-in_img-wrap._15 {
    background-position: 70%;
  }

  .gallery-text_absolute {
    left: -8%;
  }

  .fs-cc-prefs4_header {
    padding: 20px;
    display: block;
  }

  .fs-cc-prefs4_title {
    font-size: 18px;
  }

  .fs-cc-prefs4_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-prefs4_button-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs4_option {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-prefs4_checkbox-field {
    margin-left: 5px;
  }
}

#w-node-_31a88a93-f72a-ead8-ac3e-0035ca6f4611-b6238c9d, #w-node-c46e1802-8ab1-c93a-5a59-c6d854b1a4e9-b6238c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_669fc89f-7c9d-7b82-ac2f-b05a82f1cc9b-b6238c9d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_71bee056-03b3-b1c9-7e08-c142c89e7bc2-b6238c9d {
  grid-area: 2 / 3 / 6 / 7;
}

#w-node-_6ecdd078-307c-f8b3-b65e-816f3db371bb-3db371b5 {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_5d8ff1c9-6c42-42db-36c2-825c33880f7b-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d8ff1c9-6c42-42db-36c2-825c33880f7c-14238cbb {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-14238cbb {
  justify-self: start;
}

#w-node-ae20aa72-be81-73d1-c83d-9464bf3079ce-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae20aa72-be81-73d1-c83d-9464bf3079cf-14238cbb {
  justify-self: start;
}

#w-node-_2b8b72c4-2fa3-1276-596b-fba2d9eae7ad-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b8b72c4-2fa3-1276-596b-fba2d9eae7ae-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-14238cbb {
  justify-self: start;
}

#w-node-fa6331f5-db4b-8188-0eb2-d4e3d4d81851-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa6331f5-db4b-8188-0eb2-d4e3d4d81852-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-14238cbb {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-14238cbb {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-14238cbb, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-14238cbb, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-14238cbb {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-14238cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-14238cbb {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6ecdd078-307c-f8b3-b65e-816f3db371bb-3db371b5 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_669fc89f-7c9d-7b82-ac2f-b05a82f1cc9b-b6238c9d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_71bee056-03b3-b1c9-7e08-c142c89e7bc2-b6238c9d {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_6ecdd078-307c-f8b3-b65e-816f3db371bb-3db371b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rightgilligant';
  src: url('../fonts/RightGilligant.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}