:root {
  --black: black;
  --mainly-font-secondary: "GT Super Display", sans-serif;
  --light-grey: #f4f4f4;
  --text-size-huge: 5rem;
  --white: white;
  --mainly-font: "Circular Sub", sans-serif;
  --blue: #4600da;
  --invert: #d3ff25;
  --off-white: #f2edeb;
  --color: #f50104;
  --border-radius: 40px;
}

.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-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

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

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: block;
}

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

.main-wrapper.min-height-95 {
  min-height: 95vh;
}

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

.margin-bottom.margin-xlarge.sticky-6vh {
  z-index: 4;
  position: sticky;
  top: 6vh;
}

.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-bottom.margin-2vw {
  margin-bottom: 2vw;
}

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

.padding-vertical.padding-xxlarge {
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-2vw {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.padding-vertical.footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.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 {
  letter-spacing: -.02px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-size-medium.text-style-allcaps.sticky {
  position: sticky;
  top: 0;
}

.text-size-medium.text-style-allcaps.text-weight-medium {
  mix-blend-mode: normal;
}

.text-size-medium.text-style-allcaps.text-weight-medium.difference {
  mix-blend-mode: difference;
}

.text-size-medium.text-style-allcaps.text-weight-medium.text-color-black:hover {
  font-style: normal;
}

.text-size-medium.text-style-allcaps.text-weight-medium.secondary {
  font-family: var(--mainly-font-secondary);
  letter-spacing: -.5px;
  font-weight: 400;
}

.text-size-medium.text-color-black:hover {
  font-style: normal;
}

.text-size-medium.text-color-black.text-weight-medium {
  letter-spacing: -.2px;
  font-weight: 400;
}

.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 {
  letter-spacing: -1px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h2.text-color-white {
  font-weight: 500;
}

.heading-style-h2.text-color-white.secondary {
  font-family: var(--mainly-font-secondary);
  letter-spacing: -2px;
  font-weight: 400;
}

.heading-style-h2.text-color-black {
  letter-spacing: -1px;
  font-weight: 500;
}

.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: 1.25rem;
  font-weight: 400;
  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-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-color-white {
  font-weight: 400;
}

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

.heading-style-h1 {
  letter-spacing: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-size-huge {
  font-size: var(--text-size-huge);
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.text-size-huge.text-color-blue {
  font-weight: 500;
  line-height: .9;
}

.heading-style-h1.text-size-huge.diff {
  font-family: var(--mainly-font-secondary);
  color: var(--white);
  mix-blend-mode: difference;
}

.heading-style-h1.text-color-blue {
  font-size: 4.5rem;
  font-weight: 500;
}

.heading-style-h1.text-color-white {
  font-weight: 500;
}

.heading-style-h1.text-color-white.block {
  text-align: justify;
}

.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 none var(--black);
  background-color: var(--white);
  font-family: var(--mainly-font);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 40px;
  padding: .25rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

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

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

.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: 2rem;
  grid-row-gap: 2rem;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .25rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.is-secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

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

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

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

.button.is-small.absolute-right {
  position: relative;
  inset: auto 0% 0% auto;
}

.button.is-small.absolute-right._100 {
  border-left: 2px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  height: 4vh;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 700;
}

.button.is-alternate {
  background-color: var(--white);
  color: #f50104;
  text-align: justify;
}

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

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

.button.fixed {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button.is-large {
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  color: var(--white);
  letter-spacing: -.6px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.heading-style-h4.text-color-white {
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

.rl-styleguide_label {
  color: 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 {
  letter-spacing: -.02px;
  font-size: 1rem;
  line-height: 1.2;
}

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

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

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

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

.heading-style-h3 {
  color: var(--white);
  letter-spacing: -1px;
  mix-blend-mode: difference;
  font-family: Circular Sub, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.text-color-black {
  font-weight: 500;
}

.heading-style-h3.text-color-white {
  font-weight: 400;
}

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

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

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

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

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

.form-input.is-select-input {
  background-image: 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;
}

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

.text-color-white {
  color: var(--white);
  transition: opacity .1s;
}

.text-color-white.animated {
  display: none;
  position: relative;
}

.text-color-white.rotate-90 {
  transform: rotate(-90deg);
}

.text-color-white.text-align-right.rotate-90.sticky-top {
  color: var(--black);
  position: sticky;
  top: 4%;
}

.text-color-white.text-size-large.text-weight-medium {
  font-weight: 400;
}

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

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

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

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

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

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

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

.text-color-black.max-width-tiny {
  max-width: 320px;
}

.text-color-black.text-size-large.text-weight-medium {
  font-family: var(--mainly-font);
  font-weight: 500;
}

.text-color-black.text-size-large.text-weight-medium.max-width-70 {
  max-width: 70%;
}

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

.background-color-black._100vh {
  min-height: 90px;
}

.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;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-size-small.text-color-blue.is-alternate {
  color: var(--invert);
}

.text-size-small.text-color-white {
  text-decoration: none;
}

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

.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 {
  letter-spacing: -.02px;
  font-size: 1.25rem;
}

.text-size-large.text-weight-medium.text-color-black {
  line-height: 1.4;
}

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

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

.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: 2%;
  padding-right: 2%;
  position: static;
}

.padding-global.sticky-0 {
  position: sticky;
  top: 6vh;
}

.padding-global.fixed {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0%;
}

.padding-global.full-height {
  height: 100%;
}

.padding-global.full-height.sticky {
  height: 90vh;
  position: sticky;
  top: 0%;
}

.padding-global.full-height.sticky._85vh {
  height: 85vh;
}

.padding-global.full-height.sticky._80vh {
  height: 80vh;
}

.padding-global._100 {
  min-height: 85vh;
}

.padding-global._100vh {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_blue {
  background-color: var(--blue);
}

.section_blue._100vh {
  min-height: 100vh;
}

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

.main-grid.sticky {
  color: var(--blue);
  position: sticky;
  top: 6vh;
}

.main-grid.sticky.color {
  color: var(--blue);
}

.main-grid.sticky.color.white {
  color: var(--white);
}

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

.main-grid.sticky.text-color-black.bg-color {
  z-index: 40;
  background-color: var(--off-white);
}

.main-grid.sticky.text-color-black.background-color-offwhite {
  background-color: var(--off-white);
}

.main-grid.sticky.text-color-black.blend {
  mix-blend-mode: normal;
}

.main-grid.sticky.border-bottom {
  border-bottom: 2px solid var(--white);
}

.main-grid._80vh {
  align-content: start;
  min-height: 80vh;
  position: relative;
}

.main-grid.hero {
  grid-template-rows: 65%;
  min-height: auto;
}

.main-grid._100 {
  width: 100%;
  height: 100%;
  min-height: 60vh;
  font-weight: 400;
}

.nav-link {
  font-family: var(--mainly-font);
  color: var(--white);
  text-align: right;
  letter-spacing: .25px;
  text-transform: none;
  padding: 4px 0 4px 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.nav-link:visited {
  text-decoration: underline;
}

.nav-link.left {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
}

.nav-link.left.desktop-only {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link.left.desktop-only:visited, .nav-link.left.desktop-only.w--current {
  color: var(--white);
  text-decoration: underline;
}

.nav-brand {
  padding-top: 4px;
  padding-bottom: 4px;
}

.nav-brand.w--current {
  padding-top: 2px;
  padding-bottom: 2px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px none var(--white);
  background-color: var(--black);
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 2%;
  display: block;
  position: sticky;
  top: 0;
}

.logo {
  mix-blend-mode: normal;
  height: 12px;
  margin-left: 0;
  line-height: 1;
}

.logo.is-huge {
  height: 80px;
  margin-left: 2.5px;
  display: block;
}

.logo.is-huge.is-difference {
  mix-blend-mode: difference;
}

.logo.no-margin {
  margin-left: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
}

.section_beige {
  background-color: var(--off-white);
  height: 64vh;
  padding-top: 1rem;
  position: relative;
}

.section_beige._90vh {
  height: 90vh;
}

.section_beige.border-top {
  border-top: 2px solid #fff;
  padding-top: .5rem;
}

.section_beige.padding-section {
  min-height: 50vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section_beige.padding-section._80vh {
  min-height: 80vh;
}

.section_beige.padding-top-2vw {
  padding-top: 2vw;
}

.section_beige.padding-top-2vw.has-bg-image {
  background-image: url('../images/Bildschirm­foto-2023-12-29-um-15.01.20.png');
  background-position: 0 0;
  background-size: auto;
}

.section_beige._100 {
  background-color: #f2edeb00;
  height: 80vh;
  min-height: 90vh;
}

.heading {
  font-family: var(--mainly-font);
  font-weight: 700;
}

.layout410_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.layout410_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.layout410_card.card-1 {
  border-style: none;
  border-color: var(--blue);
  background-color: var(--blue);
  mix-blend-mode: normal;
  top: 15%;
}

.layout410_card.card-2 {
  top: 18%;
}

.layout410_card.card-3 {
  top: 21%;
}

.layout410_card.card-4 {
  top: 24%;
}

.layout410_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  display: block;
}

.layout410_image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.layout410_card-content {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.body {
  background-color: var(--off-white);
  font-family: var(--mainly-font);
}

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

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

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: block;
}

.full-image.blue {
  background-color: var(--blue);
}

.full-image.blue.centered {
  justify-content: flex-start;
  align-items: center;
  padding-left: .5rem;
  display: flex;
  position: relative;
}

.full-image._50vh {
  height: 50vh;
}

.full-image._80vh {
  max-height: 80vh;
}

.full-image.min-height-90 {
  min-height: 90vh;
}

.full-image.min-height-75 {
  object-fit: contain;
  height: 75vh;
  min-height: 75vh;
}

.full-image.contain {
  object-fit: contain;
  object-position: 100% 50%;
}

.image-wrapper {
  flex: 1;
}

.flex {
  grid-row-gap: .5rem;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.flex.width-is--75 {
  width: 75%;
  overflow: hidden;
}

.flex.gap-0-5rem {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: stretch;
}

.portfolio15_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

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

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

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

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

.portfolio15_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.portfolio15_title-wrapper {
  color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio15_image-link {
  width: 100%;
}

.portfolio15_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.portfolio15_tag-item {
  background-color: var(--light-grey);
  border-radius: 40px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.portfolio15_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio15_image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.portfolio15_item {
  grid-column-gap: 2rem;
  background-color: var(--black);
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  display: grid;
}

.portfolio15_item:last-child {
  padding-bottom: 0;
}

.portfolio15_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.header102_slide-image-wrapper {
  flex: 1;
  position: relative;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 2.625rem 2rem;
}

.header102_slide-content {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2rem 8rem;
  position: relative;
}

.header102_arrow {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 2rem 2rem auto;
}

.header102_arrow.is-left {
  right: 6rem;
}

.header102_slider {
  background-color: var(--light-grey);
  width: 100%;
  min-height: 100vh;
  max-height: 60rem;
}

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

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.header102_content {
  max-width: 35rem;
  margin-right: auto;
}

.section_header102 {
  background-color: var(--blue);
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-left: 2%;
  display: grid;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.section_portfolio4 {
  border-top: 2px solid var(--white);
  padding-top: .5rem;
  position: relative;
}

.portfolio4_title-wrapper {
  grid-column-gap: 5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.portfolio4_item-link {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.portfolio4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.portfolio4_item {
  border: 1px none var(--black);
}

.portfolio4_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.portfolio4_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

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

.portfolio4_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 70vh;
}

.portfolio4_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio4_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.cta38_link-image {
  z-index: -1;
  object-fit: contain;
  width: 75%;
  max-width: 35rem;
  max-height: 320px;
  position: relative;
}

.cta38_link-block {
  border-bottom: 2px solid var(--black);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta38_link-block.border-color-white {
  border-bottom-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section_cta38 {
  border-top: 2px solid var(--white);
  background-color: var(--off-white);
  color: var(--white);
  padding-top: .5rem;
  position: relative;
}

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

.cta38_link-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.cta38_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta-38-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  padding: 2rem;
  display: block;
}

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

.cta38_link-text {
  color: var(--black);
  letter-spacing: -.1rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.cta38_link-text-small {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: .5rem;
  margin-right: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.cta38_link-text-small.text-color-white {
  color: var(--light-grey);
}

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

.padding-section-xsmall.border-bottom {
  border-bottom: 2px solid var(--blue);
}

.culture-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blue);
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 4rem;
  display: flex;
}

.culture-header {
  background-color: var(--blue);
  color: var(--off-white);
  padding-left: .5rem;
}

.image {
  object-fit: cover;
  width: 100%;
  max-height: 50vh;
}

.bottom-bar {
  z-index: 5;
  background-color: var(--blue);
  mix-blend-mode: difference;
  align-items: center;
  min-width: 5vw;
  height: 5vh;
  padding: .5rem;
  display: flex;
  position: fixed;
  inset: auto auto 2% 2rem;
}

.left-button {
  background-color: var(--blue);
  height: 100%;
}

.bottom-navbar {
  z-index: 100;
  background-color: var(--off-white);
  width: 100%;
  min-height: 4vh;
  position: fixed;
  inset: auto 0% 0%;
}

.invert-bar {
  background-color: red;
  min-height: 5vh;
}

.invert-bar.blue {
  background-color: var(--blue);
}

.invert-bar.yellow {
  background-color: var(--invert);
}

.say-hi {
  z-index: 100;
  background-color: var(--blue);
  mix-blend-mode: difference;
  justify-content: flex-end;
  margin-right: 2%;
  padding: .5rem 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lchs {
  color: var(--white);
  text-align: left;
  text-transform: none;
  mix-blend-mode: difference;
  font-size: 12rem;
  font-weight: 900;
  line-height: .8;
}

.bg-effect {
  background-color: var(--blue);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
}

.bottom-loader {
  display: block;
}

.loader-wrapper {
  flex: 1;
  width: 100vw;
  height: 100%;
  min-height: 2vh;
  position: static;
}

.button-wrapper {
  width: 15vw;
}

.loader {
  background-color: var(--color);
  height: 2vh;
}

.image-2 {
  display: block;
}

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

.loader3_image-overlay {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

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

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  position: relative;
}

.loader3_background {
  background-color: var(--blue);
  position: absolute;
  inset: 0%;
}

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

.loader3_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-3-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  display: block;
}

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

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

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

.loader-wrapper-2 {
  min-height: 100vh;
}

.lchf {
  z-index: 0;
  width: 160px;
  max-width: 160px;
  height: 100%;
  position: relative;
}

.left-eye {
  z-index: 1;
  border: 4px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 72px;
  display: flex;
  position: static;
  inset: 32% auto 0% 17%;
}

.pupil {
  background-color: var(--white);
  border-radius: 50%;
  width: 12px;
  height: 16px;
}

.right-eye {
  z-index: 1;
  border: 4px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 72px;
  display: flex;
  position: absolute;
  inset: 32% 9% 0% auto;
}

.circle-container {
  color: #000;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 100vw;
  height: 250px;
  max-height: 100vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-text {
  z-index: 10;
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.circle {
  border: 2px #000;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.fat_arrow {
  height: 48px;
}

.padding-hero {
  height: 100%;
  padding-top: 1%;
  padding-bottom: 1rem;
}

.circle_height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.circle_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.circle_wrap {
  flex: none;
  width: 90em;
  height: 42em;
  margin-top: auto;
}

.circle-2 {
  background-color: var(--light-grey);
  text-align: center;
  border: 1px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.445, .05, .55, .95), opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container.is-timeline {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 35vh 0 0;
  display: flex;
  overflow: hidden;
}

.container.is-info {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.container.is-work {
  z-index: 2;
  color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.circle_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section {
  position: relative;
}

.section.border-top {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--white) black black;
}

.circle_link {
  margin-top: -3.3em;
  text-decoration: none;
  display: block;
  position: relative;
}

.circle_date {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.circle_dot {
  background-color: var(--black);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.circle_description {
  opacity: 0;
  color: var(--black);
  flex: none;
  width: 34em;
  margin-top: 7.5em;
  transition: opacity .3s;
  position: absolute;
}

.circle_line {
  background-color: #fff;
  width: 1px;
  height: 4.9em;
  margin-top: -.8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.circle_p {
  z-index: 10;
  color: var(--black);
  font-size: 1.125em;
  line-height: 1.4;
  position: relative;
}

.footer {
  background-color: var(--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.footer.fixed {
  position: fixed;
  inset: auto 0% 0%;
}

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

.layout427_content-right {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.layout427_image-wrapper {
  width: 100%;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.layout427_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: 20rem;
  height: 100%;
}

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

.layout427_content-left-bottom {
  margin-top: 5rem;
  margin-left: 10%;
  margin-right: 5%;
}

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

.menu-icon4_line-bottom {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 24px;
  height: 2px;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar17_links-wrapper {
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.navbar17_link {
  text-align: right;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  padding: .5rem 5%;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

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

.navbar17_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar17_menu {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  transition: height .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar17_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 100vw;
  min-height: 4.5rem;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-thumbnail {
  max-height: 128px;
  margin-left: auto;
}

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

.collection-list-wrapper {
  padding-right: .5rem;
}

.work-link {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.work-link:hover {
  margin-left: 5%;
}

.heading-3 {
  letter-spacing: -.4px;
  font-size: 2.25rem;
}

.heading-4 {
  letter-spacing: -.2px;
}

.home_work-addon {
  text-transform: lowercase;
  font-style: normal;
  font-weight: 500;
}

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

.work_link-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 25%;
  display: none;
  position: fixed;
  inset: 0%;
}

.work_link-image-wrapper.pointer-events-off {
  z-index: 0;
  width: 80%;
  height: auto;
  position: absolute;
  bottom: auto;
}

.home_work-item {
  flex: 1;
  width: auto;
  min-width: 31%;
  height: 100%;
}

.image-3 {
  object-fit: cover;
  height: 100%;
  display: block;
}

.collection-list {
  height: 100%;
}

.image-4 {
  height: 100%;
  display: block;
}

.collection-list-2 {
  object-fit: cover;
  height: 100%;
}

.hero-button {
  background-color: var(--black);
  color: var(--white);
  transform: rotate(0);
}

.rotate-90 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  transform: rotate(90deg);
}

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

.home_work-link {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home_work-link:hover {
  color: var(--blue);
  font-style: normal;
}

.home_work-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.home-work-info {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

._100 {
  height: 100%;
  min-height: 90vh;
}

.min-height-75 {
  min-height: 75vh;
  max-height: 80vh;
}

.image-5 {
  display: block;
}

.red-circle {
  background-color: #ff2929;
}

.button-5 {
  color: var(--black);
  text-align: left;
  background-color: #f50104;
}

.secondary {
  font-family: var(--mainly-font-secondary);
}

.full-width-heading {
  font-family: var(--mainly-font-secondary);
  color: var(--color);
  letter-spacing: -16px;
  text-transform: uppercase;
  font-size: 38vh;
  font-weight: 400;
  line-height: .7;
}

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

.background-color-red.min-height-10 {
  min-height: 10vh;
}

.button-arrow {
  background-color: var(--black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-6 {
  width: 24px;
  height: 20px;
}

.text-block-2 {
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
}

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

.section-black._100 {
  min-height: 90vh;
}

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

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.full-width {
  width: 100%;
  display: block;
}

.full-width.sticky {
  position: sticky;
  top: 2vh;
}

.full-width._4r {
  margin-right: -16px;
  display: block;
}

.arrow-down {
  height: 80px;
}

.product-wrapper-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.section-headline {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.product-wrapper-masonry {
  grid-column-gap: 16px;
  grid-row-gap: 96px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 64px;
}

.filter {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-2 {
  width: 24px;
  height: 24px;
}

.search {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-bottom: 0;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #fff;
}

.text-field:focus-visible {
  border-bottom-color: #fff;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.text-field::placeholder {
  color: #fff6;
}

.text-field.search {
  color: #000;
  text-transform: uppercase;
  border-bottom-style: none;
}

.text-field.search::placeholder {
  color: #000;
}

.search-button {
  display: none;
}

.product-item {
  text-decoration: none;
  display: block;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container.square {
  padding-top: 100%;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.product-image:hover {
  transform: scale(1.1);
}

.on-sale {
  color: #0000004d;
  font-size: 10px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.product-information {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0000004d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.product-information-brand-list {
  justify-content: flex-start;
  display: flex;
}

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

.journal-link {
  text-decoration: none;
  transition: opacity .5s;
  display: block;
}

.journal-link:hover {
  opacity: .8;
}

.journal-image {
  background-color: #f1f1f3;
  margin-bottom: 8px;
  display: block;
}

.grey {
  color: #0000004d;
}

.space {
  width: 100%;
}

.space._8px {
  height: 8px;
}

.space._24px {
  height: 24px;
}

.text-link {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  text-decoration: none;
  display: inline;
}

.product-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  display: flex;
}

.collection-list-wrapper-2 {
  min-height: auto;
  overflow: hidden;
}

.work-item {
  pointer-events: auto;
  flex: 1;
  width: auto;
  min-width: auto;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  min-height: auto;
  max-height: 45vh;
  overflow: visible;
}

.blur-wrapper {
  background-color: #4600da3d;
  position: relative;
}

.blur-overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #4600da26;
  display: block;
  position: absolute;
  inset: 0%;
}

.info-wrapper {
  z-index: 5;
  background-color: var(--black);
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.info-wrapper:hover {
  opacity: 1;
}

.info-wrapper._12re {
  height: 10rem;
}

.info-wrapper.landing {
  height: 9rem;
}

.info-wrapper.no-pad {
  padding-left: 0;
}

.section-beige {
  position: relative;
}

.section_cases {
  display: block;
  position: relative;
}

.section-indicator {
  z-index: 4;
  background-color: var(--light-grey);
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: 4vw;
  padding-left: 2vw;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.latest {
  z-index: 10;
  background-color: var(--black);
  color: var(--white);
  justify-content: space-between;
  padding-left: .25rem;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: -5% 0% auto;
}

.layout354_component {
  position: sticky;
  top: 0;
}

.layout354_content-item {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: sticky;
  top: 0;
}

.layout354_content-item.content-item-1 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image-1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.layout354_content-item.content-item-2 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image-2.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  top: 0;
}

.layout354_content-item.content-item-3 {
  z-index: 3;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image-3.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  top: 0;
}

.padding-global-3 {
  padding-left: 2%;
  padding-right: 2%;
  position: static;
}

.layout354_content-wrapper {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.text-size-medium-3 {
  letter-spacing: -.02px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.button-6 {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 500;
}

.button-6:hover {
  background-color: var(--invert);
}

.button-6.is-secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

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

.section_layout357 {
  position: relative;
}

.layout357_component {
  position: sticky;
  top: 5%;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.layout357_content-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border: 1px #000;
  height: 90vh;
  position: sticky;
}

.layout357_content-item.content-item-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 110vh;
  padding-bottom: 2rem;
  top: 2rem;
}

.layout357_content-item.content-item-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  height: 110vh;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  top: 6rem;
}

.layout357_content-item.content-item-3 {
  z-index: 3;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 110vh;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  top: 10rem;
}

.layout357_content-item.content-item-4 {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  border-style: none;
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 4rem;
  top: 8rem;
}

.padding-global-4 {
  padding-left: 2%;
  padding-right: 2%;
  position: static;
}

.layout357_sticky-top {
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.text-size-medium-4 {
  letter-spacing: -.02px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-size-medium-4.text-weight-semibold, .text-size-medium-4.text-weight-semibold-2 {
  font-weight: 600;
}

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

.button-7 {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 500;
}

.button-7:hover {
  background-color: var(--invert);
}

.button-7.is-secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

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

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

.layout357_image-wrapper {
  position: relative;
}

.layout357_image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.button-8 {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 500;
}

.button-8:hover {
  background-color: var(--invert);
}

.button-8.is-secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

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

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

.text-size-huge {
  font-size: 6rem;
}

.text-size-huge.text-color-white.text-style-allcaps {
  align-items: center;
  display: flex;
}

.text-size-huge.text-color-black.text-style-allcaps {
  line-height: 1;
}

.text-size-huge.text-style-allcaps {
  font-weight: 700;
  line-height: 1;
}

.flex-top {
  align-items: flex-start;
  display: flex;
}

.number {
  color: var(--white);
  margin-top: 22px;
}

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

.section_wrap {
  color: #0000;
  background-color: #0000;
  position: relative;
}

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

.work_sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0 0% auto;
}

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

.work_list {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.work_item {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-info {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-info_wrap {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.info_p-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.info_num-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 1.7em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info_num-move {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: translate(0%);
}

.info_p {
  font-size: 1.7em;
  line-height: 1;
}

.info_p.is-slide-number {
  text-align: center;
  flex: none;
  width: 100%;
}

.info_p.is-total-slides {
  text-align: center;
  width: 1em;
}

.arrow {
  width: 3em;
  margin-bottom: -.3em;
  margin-left: 1.8em;
}

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

.triggers-list {
  padding-bottom: 100vh;
}

.triggers {
  border: 1px solid #00ff95;
  width: 100%;
  height: 80vh;
}

.work_image-wrap {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.work_top {
  height: 0;
}

.work_middle {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  display: flex;
}

.work_tag {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
}

.work_link {
  text-align: center;
  border: .2em solid #0000;
  border-radius: 100vw;
  padding: 1.4em 2.3em;
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transform: rotate(29deg);
}

.work_link-text {
  font-size: 5em;
  line-height: .8;
}

.work_bottom {
  width: 80%;
}

.work_title {
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 400;
  line-height: .8;
}

.link-block {
  background-color: var(--blue);
  pointer-events: auto;
  color: var(--white);
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  min-width: auto;
  max-width: none;
  padding-bottom: .5vw;
  padding-left: .5vw;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  background-color: var(--light-grey);
  color: var(--blue);
}

.coming-soon-pill {
  border: 2px solid var(--white);
  border-radius: var(--border-radius);
  margin-top: .5rem;
  margin-bottom: -.75rem;
  padding: .25rem .5rem;
}

.project-link-block {
  color: var(--white);
  margin-top: .5rem;
  text-decoration: underline;
}

.text-block-3 {
  font-size: 10.8vw;
  font-weight: 400;
  line-height: 1.1;
}

.bold-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 10.9vw;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9rem 2vw;
  overflow: hidden;
}

.hero-text-parent {
  z-index: 1;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-bottom: 11rem;
  display: flex;
  position: fixed;
  inset: auto auto -10rem 0%;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad {
  padding-left: 3rem;
}

.div-hide.pad-two {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.script {
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.super-text {
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 100vw;
  font-family: Circular, sans-serif;
  font-size: 12.4vw;
  font-weight: 600;
  line-height: .9;
  display: flex;
  position: relative;
}

.span-text-out {
  display: inline-block;
  overflow: hidden;
}

.span-text-out.one, .span-text-out.two {
  display: inline-block;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.scroll-h-parent {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 160%;
  height: 100%;
  display: flex;
}

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid #322d2b33;
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  color: #ddd;
  background-color: #ff3f3f;
}

.scroll-h-child.flex-cc.end.five:hover {
  background-color: var(--blue);
}

.heading-small {
  font-size: 1.2rem;
}

.heading-small.intro {
  font-family: Circular, sans-serif;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.inline {
  display: inline-block;
}

.btn-primary {
  grid-column-gap: .4rem;
  color: #322d2b;
  background-color: #ddd;
  border-radius: 5px;
  padding: .7rem .7rem .5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: #fff;
}

.btn-text-ab {
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-arrow-img-ab {
  position: absolute;
  left: 0;
}

.scroll-parent {
  grid-column-gap: .5rem;
  align-items: center;
  width: 3.1rem;
  height: 5.1rem;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.scroll-child {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: #322d2b;
  width: 2rem;
  height: 1px;
}

.img-parent {
  width: 115%;
  min-width: 115%;
  height: 100%;
}

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

.collection-list-wrapper-3, .collection-list-3, .collection-item, .link-block-2 {
  height: 100%;
}

.full {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 90dvh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
  top: 0;
}

.full.margin-top.margin-large {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}

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

.text-block-4 {
  color: var(--white);
  text-align: center;
  mix-blend-mode: exclusion;
  flex: 1;
  font-family: Circular, sans-serif;
  font-size: 12.2vw;
  font-weight: 600;
}

._140vh {
  width: 100%;
  min-height: 140vh;
}

.flex-space-between {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-image {
  width: 100%;
}

.content24_image-wrapper {
  flex: 1;
  width: 100%;
}

.content24_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 60vh;
}

.content24_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.content24_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content24_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.more-work-collection {
  display: block;
}

.more-work-list {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  height: 20rem;
  display: flex;
}

.more-work-item {
  flex: 1;
  position: relative;
}

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

.font-arrow {
  font-family: Open Sans, sans-serif;
}

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

.more-work-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 12rem;
  position: static;
}

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

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

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

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

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

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

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

.line-divider {
  background-color: #fff0;
  width: 100%;
  height: 1px;
}

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

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

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

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

.section_contact3 {
  color: var(--white);
  min-height: 95vh;
}

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

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

.form_field-wrapper {
  color: var(--white);
  position: relative;
}

.form_field-wrapper:active {
  border-bottom: 3px solid #e21111;
}

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--white);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000 #000 #fff;
  border-bottom-width: 4px;
}

.form_input::placeholder {
  color: var(--white);
}

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

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #fff;
  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;
}

.button-9 {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.button-9:hover {
  background-color: var(--blue);
  color: var(--white);
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

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

.error-text {
  color: #e23939;
}

.radio-button-field {
  border: 2px solid var(--white);
  background-color: #fff0;
  border-radius: 40px;
  padding: .25rem 1rem;
  position: relative;
}

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

.radio-button-label {
  z-index: 2;
  color: var(--white);
  position: relative;
}

.radio-button {
  border: 1px #000;
}

.checkbox {
  z-index: 0;
  color: var(--white);
  border-style: none;
  border-width: 40px;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: var(--blue);
  color: var(--white);
  background-image: none;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-2 {
  z-index: 0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-2.w--redirected-checked {
  z-index: 0;
  background-color: var(--blue);
  border-style: none;
}

.radio-button-label-2 {
  z-index: 2;
  mix-blend-mode: difference;
  display: inline-block;
  position: relative;
}

.form-section {
  margin-bottom: .5rem;
}

.footer4_component {
  border-top: 1px solid var(--off-white);
  background-color: var(--black);
  color: var(--white);
}

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

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

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

.footer4_link {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

.coming-soon {
  color: var(--invert);
  font-size: .8rem;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  position: relative;
}

.text-span {
  text-decoration: line-through;
}

.section_coming-soon {
  padding-top: 2rem;
}

.footer-heading {
  text-transform: uppercase;
}

.footer-column {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_header122 {
  display: none;
}

.header122_content-wrapper {
  margin-left: 5%;
}

.button-10 {
  border: 1px none var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 40px;
  padding: .25rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.button-10:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-10.is-secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
  background-color: #0000;
}

.header122_image-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.header122_image-wrapper1 {
  width: 100%;
  margin-top: 15%;
  margin-bottom: 15%;
}

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

.header122_image-wrapper2 {
  width: 100%;
}

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

.header122_image-wrapper3 {
  width: 100%;
}

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

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

.cover-jitter {
  z-index: 10;
  width: 5%;
  height: 100%;
  position: absolute;
}

.work-link-cs {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.work-link-cs:hover {
  margin-left: 0%;
}

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

.footer-link {
  color: var(--white);
}

.footer-column-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.job-item {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--off-white);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.face-ring {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: absolute;
}

.body-2 {
  mix-blend-mode: multiply;
  background-color: #f15c22;
  border-radius: 10em;
  justify-content: center;
  align-items: flex-start;
  width: 16em;
  height: 10em;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.body-2.small {
  background-color: #ac5fff;
  height: 28em;
}

.body-2.yellow, .body-2.yellow.tall {
  background-color: #fbab19;
}

.body-2.blue {
  background-color: #18a3df;
}

.body-2.blue.circle {
  background-color: #305ddd;
}

.body-2.green, .body-2.green.tall {
  background-color: #00a650;
}

.body-2.circle {
  height: 16em;
}

.body-2.circle.blue {
  background-color: #21409a;
}

.heading-5 {
  color: #969696;
  font-weight: 500;
  display: none;
}

.bold-text-2 {
  color: #f15c22;
  font-weight: 600;
}

.cta-hero {
  background-color: #305ddd;
  border-radius: 10em;
  margin-top: 1em;
  padding: 1em 2em;
  font-weight: 500;
  transition: transform .35s cubic-bezier(.77, 0, .175, 1);
}

.cta-hero:hover {
  background-color: #f15c22;
  transform: rotate(-10deg);
}

.container-2 {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.characters-wrapper {
  z-index: 5;
  border-radius: 5em;
  justify-content: center;
  align-items: flex-end;
  font-size: 1em;
  display: flex;
  position: relative;
}

.eye-rig {
  align-items: center;
  padding-top: 2em;
  padding-bottom: 1em;
  display: flex;
}

.character-group {
  flex-direction: column;
  align-items: center;
  margin-left: -2.4em;
  display: flex;
}

.eye {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 15em;
  width: .8em;
  height: .8em;
  margin-left: .2em;
  margin-right: .2em;
}

.heading-hero {
  z-index: 10;
  width: 40em;
  padding-top: 3em;
  padding-left: 5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.warpper {
  z-index: 10;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 3em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.mought {
  background-color: #fff;
  border: .2em solid #fff;
  border-radius: 5em;
  width: 3em;
  height: .4em;
}

.heading-6 {
  color: #305ddd;
  text-transform: none;
  margin-top: 0;
  font-weight: 600;
}

.body-3 {
  mix-blend-mode: multiply;
  background-color: #f15c22;
  border-radius: 10em;
  justify-content: center;
  align-items: flex-start;
  width: 16em;
  height: 10em;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.body-3.small {
  background-color: #ac5fff;
  height: 28em;
}

.body-3.yellow, .body-3.yellow.tall {
  background-color: #fbab19;
}

.body-3.blue {
  background-color: #18a3df;
}

.body-3.blue.circle {
  background-color: #305ddd;
}

.body-3.green, .body-3.green.tall {
  background-color: #00a650;
}

.body-3.circle {
  height: 16em;
}

.body-3.circle.blue {
  background-color: #21409a;
}

.heading-7 {
  color: #305ddd;
  text-transform: none;
  margin-top: 0;
  font-weight: 600;
}

.heading-style-h3-2 {
  color: #fff;
  letter-spacing: -1px;
  mix-blend-mode: difference;
  font-family: Circular Sub, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.section_beige-2 {
  background-color: #f2edeb;
  height: 90vh;
  padding-top: 1rem;
  position: relative;
}

.heading-style-h3-3 {
  color: var(--white);
  letter-spacing: -1px;
  mix-blend-mode: difference;
  font-family: Circular Sub, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fixed-image {
  position: fixed;
}

.fixed-image.topleft {
  inset: 0% 0% auto;
}

.fixed-image.right {
  object-position: 50% 50%;
  inset: 0% 0% 0% auto;
}

.fattext {
  color: var(--black);
  text-align: center;
  word-break: break-all;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  position: fixed;
  inset: 2rem 0% auto;
}

@media screen and (min-width: 1280px) {
  .flex, .flex.width-is--75 {
    flex: 1;
  }

  .work-image {
    height: 320px;
  }

  .link-block {
    flex: none;
    width: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .work-image {
    height: 400px;
    max-height: 40vh;
  }
}

@media screen and (min-width: 1920px) {
  .characters-wrapper {
    z-index: 10;
    justify-content: flex-end;
  }

  .warpper {
    z-index: 2;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global.full-height.sticky {
    height: 80vh;
    top: 4%;
  }

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

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

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

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

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

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

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

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

  .main-grid, .main-grid._100 {
    width: 100%;
  }

  .nav-link {
    font-size: 2rem;
  }

  .nav-link:visited {
    color: var(--white);
  }

  .nav-link.left.desktop-only {
    display: none;
  }

  .nav-link.left.footer {
    font-size: .85rem;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 4rem;
    padding-right: 2rem;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .layout410_card-content {
    padding: 2rem;
  }

  .flex.gap-0-5rem {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .portfolio15_item {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .portfolio4_title-wrapper {
    grid-column-gap: 3rem;
  }

  .portfolio4_list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .cta38_link-image {
    object-fit: cover;
    width: 100%;
    max-height: 104px;
  }

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .cta38_link-text {
    font-size: 3.25rem;
  }

  .icon {
    color: var(--white);
    mix-blend-mode: difference;
  }

  .menu-button {
    padding: 4px 8px;
  }

  .menu-button.w--open {
    z-index: 100;
    color: var(--white);
    background-color: #fff;
  }

  .circle_wrap {
    font-size: 2vw;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.is-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .layout427_content-left-bottom {
    margin-top: 4.5rem;
  }

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

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

  .navbar17_link, .navbar17_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

  .menu-icon4_line-middle {
    background-color: #000;
    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-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .work-link {
    flex-flow: row-reverse;
  }

  .work_link-image-wrapper {
    z-index: -1;
  }

  .work_link-image-wrapper.pointer-events-off {
    width: 25%;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .div-block {
    width: 75%;
  }

  .section-2.first {
    padding-top: 64px;
  }

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

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-1 {
    height: 90vh;
    position: sticky;
  }

  .layout357_content-item.content-item-2 {
    position: sticky;
  }

  .layout357_content-item.content-item-3 {
    height: auto;
    position: sticky;
  }

  .layout357_content-item.content-item-4 {
    height: auto;
    margin-bottom: 0;
    position: sticky;
  }

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

  .layout357_image {
    height: 30rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .super-text {
    text-align: center;
    padding-left: 2vw;
    font-size: 12.5vw;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .scroll-parent {
    inset: auto 0% 0% auto;
  }

  .full {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .full.margin-top.margin-large {
    justify-content: flex-end;
    align-items: center;
  }

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

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

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

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

  .section_header122 {
    display: none;
  }

  .text-size-responsive {
    text-align: left;
    font-size: 1.5rem;
  }

  .work-link-cs {
    flex-flow: row-reverse;
  }

  .characters-wrapper {
    font-size: 1.2vw;
  }

  .character-group.is--m {
    display: none;
  }

  .heading-hero {
    margin-top: 8.5em;
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .warpper {
    padding: 2em;
  }

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

  .fixed-image.right, .fattext {
    display: none;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4.text-color-white.cs {
    text-decoration: line-through;
  }

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

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

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

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

  .padding-global.full-height {
    height: 100vh;
  }

  .padding-global.full-height.sticky._80vh {
    height: 80vh;
  }

  .padding-global._100 {
    min-height: 80vh;
  }

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

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

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

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

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

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

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

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

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

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

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

  .main-grid {
    width: 100%;
  }

  .main-grid.hero {
    grid-template-rows: auto;
  }

  .main-grid._100 {
    width: 100%;
  }

  .nav-brand, .nav-brand.w--current {
    padding-left: 0;
  }

  .section_beige {
    height: 90vh;
  }

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

  .layout410_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout410_card-content {
    padding: 1.5rem;
  }

  .flex.width-is--75 {
    flex-flow: row;
  }

  .flex.gap-0-5rem {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .portfolio15_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

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

  .header102_arrow.is-left {
    right: 5.5rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_component {
    padding-top: 4rem;
  }

  .portfolio4_title-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .cta38_link-image {
    object-fit: cover;
    width: 100%;
    max-height: 96px;
  }

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta38_link-text {
    font-size: 2.25rem;
  }

  .cta38_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

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

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

  .layout427_content-left-bottom {
    margin-top: 3rem;
  }

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

  .navbar17_link {
    font-size: 2rem;
  }

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

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

  .navbar17_component {
    min-height: 4rem;
  }

  .work-link {
    flex-flow: row-reverse;
  }

  .work_link-image-wrapper.pointer-events-off {
    width: 30%;
    margin-left: 0%;
    display: block;
    position: static;
  }

  .div-block {
    width: 75%;
  }

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

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .layout357_content-item.content-item-1 {
    height: 90vh;
  }

  .layout357_content-item.content-item-3 {
    height: 100vh;
  }

  .layout357_content-item.content-item-4 {
    top: 12rem;
  }

  .padding-global-4._100 {
    min-height: 80vh;
  }

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

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

  .text-size-huge.text-color-white.text-style-allcaps, .text-size-huge.text-color-black.text-style-allcaps, .text-size-huge.text-style-allcaps {
    font-size: 4rem;
  }

  .flex-top {
    grid-column-gap: .5rem;
  }

  .sticky-info {
    display: none;
  }

  .work_bottom {
    width: 100%;
  }

  .link-block {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 2vw;
    padding-left: 2vw;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .div-hide.pad-two {
    margin-left: 0;
  }

  .super-text {
    padding-left: 0;
    font-size: 12.3vw;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .full {
    flex-flow: column;
    min-height: 40dvh;
  }

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

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

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

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

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

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-auto-flow: row;
    place-items: stretch start;
  }

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

  .footer4_credit-text {
    margin-top: 0;
  }

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

  .section_header122 {
    display: block;
  }

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

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

  .work-link-cs {
    flex-flow: row-reverse;
  }

  .characters-wrapper {
    font-size: 1.5vw;
  }

  .character-group.is--m-2 {
    display: none;
  }

  .heading-hero {
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

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

  .heading-6, .heading-7 {
    font-size: 2.5em;
  }

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

  .section_beige-2 {
    height: 90vh;
  }

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

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

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

  .padding-global.full-height.sticky._80vh {
    height: 80vh;
  }

  .nav-brand.w--current {
    padding-left: 0;
  }

  .logo {
    margin-left: 0;
  }

  .section_beige {
    height: 85vh;
    padding-top: 1rem;
  }

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

  .flex.width-is--75 {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .flex.gap-0-5rem {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_component {
    overflow: hidden;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .portfolio4_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .circle_wrap {
    font-size: 2.5vw;
  }

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

  .product-wrapper-masonry {
    grid-column-gap: 8px;
    grid-row-gap: 64px;
  }

  .section-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .layout357_content-item.content-item-3 {
    height: 100vh;
  }

  .layout357_content-item.content-item-4 {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

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

  .layout357_image {
    height: 25rem;
  }

  .text-size-huge.text-color-white.text-style-allcaps, .text-size-huge.text-color-black.text-style-allcaps, .text-size-huge.text-style-allcaps {
    font-size: 3rem;
  }

  .flex-top {
    flex-flow: column;
  }

  .work_middle {
    font-size: 2.8vw;
  }

  .work_title {
    font-size: 15vw;
  }

  .link-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2vw;
  }

  .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .div-hide.pad-two {
    margin-left: 0;
  }

  .super-text {
    font-size: 12.4vw;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .scroll-child {
    display: none;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .radios {
    flex-flow: wrap;
  }

  .footer4_top-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .footer4_link-list {
    place-items: stretch center;
  }

  .footer4_bottom-wrapper {
    grid-row-gap: .5rem;
    text-align: left;
    flex-flow: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header122_image1 {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .text-size-responsive {
    color: var(--white);
    text-transform: uppercase;
    font-family: Circular, sans-serif;
    font-size: 10.5vw;
    font-weight: 600;
    text-decoration: none;
  }

  .characters-wrapper {
    font-size: 1.5vw;
  }

  .section_beige-2 {
    height: 85vh;
    padding-top: 1rem;
  }
}

#w-node-ceb29f6f-7621-e678-e574-d850f663e8b3-d7320fe3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_73a53af5-2085-c9b8-a5f8-3421449fbf56-d7320fe3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d7320fde, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-d7320fde, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-d7320fde {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-d7320fde, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-d7320fde, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-d7320fde {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-d7320fde, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-d7320fde, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-d7320fde {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-d7320fde, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-d7320fde, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-d7320fde {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-d7320fde, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-d7320fde, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-d7320fde {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-d7320fde, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-d7320fde, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-d7320fde {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-d7320fde, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-d7320fde, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-d7320fde {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-d7320fde, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-d7320fde, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-d7320fde {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-d7320fde, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-d7320fde {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-d7320fde, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-d7320fde, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-d7320fde, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-d7320fde, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-d7320fde {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-d7320fde, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-d7320fde, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-d7320fde {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-d7320fde, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-d7320fde, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-d7320fde {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-d7320fde, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-d7320fde, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-d7320fde {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-d7320fde, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-d7320fde, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-d7320fde {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-d7320fde, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-d7320fde, #w-node-ee961e8d-845a-edc3-3307-509470022457-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-d7320fde {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-d7320fde, #w-node-ee961e8d-845a-edc3-3307-50947002245b-d7320fde, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-d7320fde {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-d7320fde, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-d7320fde, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-d7320fde {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-d7320fde, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-d7320fde, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-d7320fde {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-d7320fde, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-d7320fde, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-d7320fde {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-d7320fde, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-d7320fde, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-d7320fde {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-d7320fde, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-d7320fde, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-d7320fde, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-d7320fde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_5bcb6694-80ea-580c-8834-2240032c5f10-d7320fe0, #w-node-_22d5982a-9acd-eb79-d490-b647561842b0-d7320fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd3f0bd1-2b82-641b-41c2-937caff78750-e214de30 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-f1c91cad-4b3d-d139-f246-ad06e9664b75-e214de30 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-fe063028-b791-286f-6ef8-3d0634be9ee6-e214de30 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-a6860c5f-55a3-9492-d675-1a4797ac5537-e214de30 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_5a749a04-2275-a635-054f-a8b7503da0bb-e214de30, #w-node-f2118043-8faa-2818-c58d-8368bea25565-bea25563 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2118043-8faa-2818-c58d-8368bea25567-bea25563 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-f2118043-8faa-2818-c58d-8368bea25574-bea25563 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center start;
}

#w-node-f2118043-8faa-2818-c58d-8368bea2556e-bea25563 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: center start;
}

#w-node-f2118043-8faa-2818-c58d-8368bea25570-bea25563 {
  grid-area: 1 / 10 / 2 / 11;
  place-self: center start;
}

#w-node-c6511c19-04b3-c05a-9743-db170a9f0bcd-bea25563 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: center start;
}

@media screen and (min-width: 1280px) {
  #w-node-ceb29f6f-7621-e678-e574-d850f663e8b3-d7320fe3 {
    grid-area: 1 / 1 / 2 / 8;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fd3f0bd1-2b82-641b-41c2-937caff78750-e214de30, #w-node-f1c91cad-4b3d-d139-f246-ad06e9664b75-e214de30, #w-node-fe063028-b791-286f-6ef8-3d0634be9ee6-e214de30, #w-node-a6860c5f-55a3-9492-d675-1a4797ac5537-e214de30, #w-node-_5a749a04-2275-a635-054f-a8b7503da0bb-e214de30, #w-node-f2118043-8faa-2818-c58d-8368bea25565-bea25563 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f2118043-8faa-2818-c58d-8368bea25576-bea25563 {
    grid-area: 1 / 11 / 2 / 13;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ceb29f6f-7621-e678-e574-d850f663e8b3-d7320fe3 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-fd3f0bd1-2b82-641b-41c2-937caff78750-e214de30, #w-node-f1c91cad-4b3d-d139-f246-ad06e9664b75-e214de30, #w-node-fe063028-b791-286f-6ef8-3d0634be9ee6-e214de30, #w-node-a6860c5f-55a3-9492-d675-1a4797ac5537-e214de30, #w-node-_5a749a04-2275-a635-054f-a8b7503da0bb-e214de30 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a6ae2d37-8a68-4077-2adc-d364e214de49-e214de30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f2118043-8faa-2818-c58d-8368bea25565-bea25563 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f2118043-8faa-2818-c58d-8368bea25576-bea25563 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ceb29f6f-7621-e678-e574-d850f663e8b3-d7320fe3 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-fd3f0bd1-2b82-641b-41c2-937caff78750-e214de30, #w-node-f1c91cad-4b3d-d139-f246-ad06e9664b75-e214de30, #w-node-fe063028-b791-286f-6ef8-3d0634be9ee6-e214de30, #w-node-a6860c5f-55a3-9492-d675-1a4797ac5537-e214de30 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5a749a04-2275-a635-054f-a8b7503da0bb-e214de30, #w-node-f2118043-8faa-2818-c58d-8368bea25565-bea25563 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    justify-self: start;
  }

  #w-node-f2118043-8faa-2818-c58d-8368bea25576-bea25563 {
    grid-area: 1 / 11 / 2 / 13;
  }
}


@font-face {
  font-family: 'GT Super Display';
  src: url('../fonts/GT-Super-Display-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Super Display';
  src: url('../fonts/GT-Super-Display-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Super Display';
  src: url('../fonts/GT-Super-Display-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Super Display';
  src: url('../fonts/GT-Super-Display-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular ';
  src: url('../fonts/CircularXXWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Sub';
  src: url('../fonts/CircularXXSub-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Sub';
  src: url('../fonts/CircularXXSub-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXTTTrial-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/CircularXXTTTrial-Medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}