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

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

:root {
  --white: #f6f6f6;
  --black: #111;
  --light-grey: #f4f4f4;
  --yellow: #fbe758;
}

.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-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-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(--white);
  background-color: #111;
  font-family: Sk Modernist Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Bold, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Bold, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.1;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  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: none;
}

.text-style-link {
  color: var(--white);
  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: 100%;
}

.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 {
  position: relative;
}

.main-wrapper.max-width-full {
  overflow: visible;
}

.main-wrapper.max-width-full.overflow-hidden {
  overflow: hidden;
}

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

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

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

.margin-bottom.margin-small.z {
  z-index: 10;
  position: relative;
}

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

.margin-bottom.margin-xsmall.align-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-1x1-xsmall.is-inverted {
  filter: invert();
}

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

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

.heading-style-h1 {
  text-transform: none;
  font-family: Sk Modernist Bold, sans-serif;
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  background-color: var(--white);
  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 {
  color: var(--white);
  font-size: .75rem;
}

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

.button {
  border: 1px none var(--black);
  border-radius: 12px;
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 16.25rem;
  padding: 1rem 1.5rem;
  font-family: Sk Modernist Bold, sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
  display: flex;
  box-shadow: 0 0 20px 3px #fbe75826;
}

.button:hover {
  text-transform: none;
  transform: scale(1.015)translate(0, -1px);
  box-shadow: 0 0 20px 3px #fbe75866;
}

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

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

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

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

.button.is-secondary {
  border-color: var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1116;
}

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

.button.is-secondary.is-small {
  border-style: solid;
}

.button.is-small {
  width: auto;
  padding: .75rem 1.5rem;
}

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

.button.is-small.is-nav-dropdown {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-regular.is-location-placeholder {
  z-index: -1;
  position: relative;
}

.text-size-regular.text-size-small {
  text-align: left;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 1.25rem;
}

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

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

.text-weight-bold {
  font-family: Sk Modernist Bold, sans-serif;
  font-weight: 700;
}

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

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

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

.form-input {
  border: 1px solid var(--white);
  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;
}

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

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

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

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

.button-group.is-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
}

.button-group.is-full-width {
  justify-content: space-between;
}

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

.text-color-white.heading-style-h4,
.text-color-white.heading-style-h5 {
  line-height: 1;
}

.text-color-white.text-weight-bold {
  font-family: Sk Modernist Bold, sans-serif;
}

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

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

.text-weight-semibold.text-color-yellow {
  text-align: center;
}

.text-weight-semibold.text-color-yellow.is-center {
  text-align: center;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
}

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

.icon-1x1-small.is-inverted {
  filter: invert();
}

.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 {
  object-fit: contain;
  width: 3rem;
  height: 3rem;
}

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

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

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

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

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

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  padding-bottom: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

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

.padding-section-large {
  box-sizing: border-box;
  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;
}

.navbar13_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 1.5rem 0% auto;
}

.navbar13_component.delete-this-class {
  display: block;
  position: relative;
}

.navbar-13-instructions-delete {
  background-color: var(--light-grey);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

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

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

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

.navbar13_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  background-color: #11111159;
  border: 1px solid #f6f6f666;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: auto;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar13_logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.navbar13_logo-link.w--current,
.navbar13_logo-link {
  width: 7rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.navbar13_logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  filter: none;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
}

.navbar13_menu {
  background-color: #c8c8c800;
  align-items: center;
  position: static;
}

.navbar13_menu-link-wrapper {
  display: flex;
}

.navbar13_link {
  color: var(--white);
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem 1.6rem .5rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.navbar13_link:visited {
  text-shadow: 0 0 10px #f6f6f6a6;
  background-color: #0000;
  text-decoration: none;
}

.navbar13_link.w--current {
  color: var(--yellow);
  text-shadow: 0 0 10px #f6f6f6a6;
}

.navbar13_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar13_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

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

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

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_menu-button {
  padding: 0;
}

.section_header23 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.statement_component {
  flex-direction: column;
  min-height: 50svh;
  display: flex;
}

.statement_image-wrapper {
  flex: 1;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}

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

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

.statement_background-image {
  object-fit: cover;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0% -.5rem;
}

.l-r_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: start;
  padding-left: 6rem;
  padding-right: 6rem;
  display: grid;
}

.l-r_content-right {
  text-align: center;
  text-decoration: none;
}

.video_component {
  flex-direction: column;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.video_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.video_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  top: 13vh;
}

.video_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 0 64px #fbe7584d;
}

.video_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.lightbox-play-icon {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #1116;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 130px;
  display: flex;
  position: absolute;
}

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

.video_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.gallery_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr 1fr;
  width: 100%;
  height: 100%;
}

.gallery_lightbox-link {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.gallery_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

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

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_accordion {
  border: 1px solid #f6f6f666;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.faq_accordion:hover {
  border-color: #f6f6f6b3;
  transform: translate(0, -1px);
  box-shadow: 0 0 30px -17px #f6f6f6b3;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.footer_component {
  background-color: #0000;
}

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

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

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

.footer_logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_link-list { align-items: center !important;
  align-items: center !important;
  grid-column-gap: .25rem;
  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;
}

.footer8_link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.down-arrow {
  opacity: .8;
  filter: invert();
}

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

.footer-logo {
  filter: invert();
  width: 100%;
  height: 100%;
  position: static;
}

.section_cta57 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.cta-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline stretch;
  width: 100%;
  display: grid;
}

.cta-image-wrap {
  width: 11.5vw;
  height: auto;
  position: relative;
}

.cta-image-wrap.small {
  width: 8.5vw;
  height: 8.5vw;
}

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

.additive-image.is-border {
  border: .5px solid var(--yellow);
}

.section-divider {
  background-image: linear-gradient(91deg, #f6f6f600, var(--white) 50%, #fff0);
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.bg-blur {
  z-index: -1;
  filter: blur(160px);
  background-color: #f6f6f666;
  border-radius: 100%;
  width: 16.5rem;
  height: 23rem;
  position: absolute;
  inset: 0% auto auto -10%;
  transform: rotate(15deg);
}

.bg-blur.is-right {
  inset: auto 0% 0% auto;
}

.bg-blur.is-contact_1 {
  background-color: #f6f6f680;
  inset: 0% -10% auto auto;
}

.bg-blur.is-contact_2 {
  inset: auto auto -20% -10%;
}

.bg-blur.is-bottom-left {
  inset: auto auto -10% -10%;
}

.section_header78 {
  padding-top: 9rem;
  position: relative;
}

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

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  width: 16.25rem;
  padding: 1.25rem 1.5rem;
  transition: all .1s;
  box-shadow: 0 0 20px 3px #fbe75826;
}

.button-2:hover {
  box-shadow: 0 0 20px 3px #fbe75866;
}

.button-2.is-secondary {
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
}

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

.moving-images_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.moving-images_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.moving-images_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.moving-images_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.moving-images_image-wrapper {
  width: 26rem;
  padding-top: 80%;
  position: relative;
}

.moving-images_image-wrapper.is-bigger {
  width: 27rem;
}

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

.moving-images_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

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

.philosophy_image-wrapper {
  position: relative;
}

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

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

.process_timeline-wrapper {
  position: relative;
}

.process_progress-bar-wrapper {
  z-index: -4;
  background-color: #f6f6f64d;
  width: 2px;
  height: 79%;
  position: absolute;
  top: 7%;
  left: 2.4375rem;
  right: auto;
}

.process_progress-bar {
  background-color: var(--yellow);
  width: 2px;
  height: 100%;
}

.process_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.process_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.process_timeline-icon-wrapper {
  z-index: -2;
  background-color: #111;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.process_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section_right-left-alignment {
  margin-top: 4rem;
}

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

.sustainability_image-wrapper {
  position: relative;
}

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

.section_cta38 {
  color: var(--black);
  display: block;
}

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

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

.cta38_instructions-list-item {
  padding-left: .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_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

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

.cta38_link-block {
  border-bottom: 1px solid #f6f6f64d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.advantages_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.cta38_link-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.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_link-image-wrapper.pointer-events-off {
  z-index: 1;
  width: 30%;
  margin-left: 70%;
  display: block;
}

.cta38_link-image {
  width: 85%;
  max-width: 35rem;
}

.lattices_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

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

.lattices_card.card-1 {
  background-color: var(--black);
  border-color: #f6f6f64d;
  height: 50vh;
  padding-right: 3rem;
  top: 18%;
}

.lattices_card.card-2 {
  background-color: var(--black);
  border-color: #f6f6f64d;
  height: 50vh;
  padding-left: 3rem;
  top: 18%;
}

.lattices_card.card-3 {
  background-color: var(--black);
  border-color: #f6f6f64d;
  height: 50vh;
  padding-right: 3rem;
  top: 18%;
}

.lattices_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.llattices_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_values {
  position: relative;
}

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

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

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

.section_mission {
  margin-top: 5%;
}

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

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

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

.team_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

.team_image.is-sam {
  object-position: 36% 50%;
}

.team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.social-link {
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.social-link:hover {
  transform: scale(1.2);
}

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

.section_testimonials {
  display: block;
}

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

.testimonials_content {
  border: 1px solid #f6f6f64d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonials_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-bottom: 1.5rem;
  display: none;
}

.testimonial18_rating-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonials_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonials_client-image-wrapper {
  margin-right: 1rem;
}

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

.section_support {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 7rem;
  display: flex;
}

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

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

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

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

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

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

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

.success-text {
  color: var(--black);
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.hero-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-image-wrap {
  z-index: -2;
  position: relative;
}

.hero-image-wrap.is-1 {
  top: -30vh;
}

.hero-image-wrap.is-2 {
  top: -11vh;
  right: -15vw;
}

.hero-image-wrap.is-3 {
  left: -14vw;
}

.hero-image-grid {
  z-index: -2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-image-grid.overflow-hidden {
  display: none;
  overflow: hidden;
}

.hero-image-grid.overflow-hidden.is-shown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: visible;
}

.hero-image-container {
  z-index: -2;
  position: relative;
}

.hero-image-container.is-1 {
  position: relative;
  top: -35%;
}

.hero-image-container.is-1.is-new1 {
  top: -7%;
}

.hero-image-container.is-2 {
  position: relative;
  left: -32%;
}

.hero-image-container.is-2.is-new2 {
  left: -2%;
}

.hero-image-container.is-3 {
  right: -31%;
}

.hero-image-container.is-3.is-new3 {
  right: -8%;
}

.hero-image {
  opacity: .8;
  width: 100%;
  max-width: 29rem;
  height: 100%;
}

.hero-image.is-smaller {
  width: 100%;
  max-width: 26rem;
  height: 100%;
}

.hero-image.is-smaller.is-new3 {
  max-width: 19rem;
}

.hero-image.is-new1 {
  max-width: 34rem;
}

.hero-image.is-new2 {
  max-width: 19rem;
}

.image-border {
  border: 1px solid var(--yellow);
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
  transform: translate(.5rem, 1rem);
}

.button-text {
  background-color: var(--black);
  color: var(--white);
  padding: 1.25rem 1.5rem;
  text-decoration: none;
}

.button-secondary {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--white), #fff0);
  color: var(--black);
  text-align: center;
  width: 16.25rem;
  padding: 1px;
}

.button-secondary:hover {
  color: var(--black);
}

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

.blur-wrap.overflow-hidden {
  display: none;
  overflow: hidden;
}

.blur-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.image-darken {
  background-color: #111c;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-hover-text-wrap {
  text-align: center;
}

.yellow-line {
  background-color: var(--yellow);
  width: 50%;
  height: 1px;
  margin-top: .5rem;
}

.yellow-line.is-top {
  margin-top: auto;
  margin-bottom: .25rem;
}

.line-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.cta-grid-copy {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cta-image-wrap-copy {
  width: 16vw;
  height: auto;
  position: relative;
}

.cta-image-wrap-copy.z-index-1 {
  object-fit: fill;
}

.cta-image-wrap-copy.small {
  width: 10vw;
  height: 10vw;
}

.cta-image-copy {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-image-copy.is-border {
  border: .5px solid var(--yellow);
}

.header78_image-list-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center;
  width: 100%;
  display: grid;
}

.manufacture_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.manufacture_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.moving-images {
  justify-content: center;
  width: 100vw;
  margin-top: -7rem;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.header78_image-wrapper-copy {
  width: 21rem;
  height: 12rem;
  padding-top: 70%;
  position: relative;
}

.lottie-animation {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-4 {
  z-index: 0;
  background-color: #fff;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.lottie-animation-2 {
  z-index: 1;
  position: absolute;
}

.div-block-5 {
  height: 400vh;
}

.lottie-animation-2-copy {
  z-index: 1;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.lottie-animation-2-copy.is-2 {
  display: block;
}

.yellow-bg-quesiton {
  z-index: -1;
  background-color: var(--yellow);
  opacity: 0;
  position: absolute;
  inset: 0%;
  transform: scale(1.2)skew(-35deg);
}

.yellow-bg-answer {
  z-index: -1;
  background-color: var(--yellow);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.section_map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_map.is-hidden {
  display: none;
}

.map {
  z-index: 1;
  width: 500px;
  position: relative;
}

.map.align-center {
  z-index: 1;
  width: auto;
  max-width: 500px;
}

.map-image {
  z-index: 1;
  opacity: .7;
  width: 100%;
  position: relative;
}

.map_area {
  z-index: 3;
  width: 10rem;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map_area.is-tenbury-wells {
  width: 5.8rem;
  margin-top: 27.3rem;
  margin-left: 20.1rem;
}

.map_area.is-ebbw-vale {
  width: 5.8rem;
  margin-top: 27.3rem;
  margin-left: 17.6rem;
}

.map_embed {
  width: 100%;
}

.nav-underline {
  background-color: var(--yellow);
  width: 0%;
  height: 2px;
}

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

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

.map-container {
  z-index: 0;
  font-size: 1vw;
  position: relative;
}

.map-dot {
  z-index: 20;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28.3rem;
  margin-left: 16.4rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-dot.is-hidden {
  margin-top: 22.7rem;
  display: none;
}

.map-circle {
  background-color: var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .4rem;
  height: .4rem;
  display: flex;
  position: relative;
}

.map-circle.is-bigger {
  width: .7rem;
  height: .7rem;
}

.map-fill {
  z-index: -1;
  background-color: var(--black);
  border-radius: 100%;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  position: relative;
}

.map-fill.is-bigger {
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
}

.map-text {
  background-color: var(--yellow);
  color: var(--black);
  text-align: right;
  white-space: nowrap;
  word-break: normal;
  margin-top: -.7rem;
  margin-right: 1.3rem;
  padding: .1rem .3rem;
  font-family: Sk Modernist Regular, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-item {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
  font-size: 1.38vw;
  display: block;
}

.map-part {
  background-color: var(--white);
  white-space: nowrap;
  margin-top: 1.3rem;
  margin-right: 1.3rem;
  padding: .1rem .3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.secondary-button_text {
  color: var(--white);
}

.secondary-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  border: 1px #f6f6f64d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3.9rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.secondary-button:hover {
  text-shadow: 0 0 14px #f6f6f68a;
}

.secondary-button_underline {
  background-color: var(--white);
  opacity: .3;
  width: 100%;
  height: 1px;
  margin-bottom: -.1rem;
  position: static;
  inset: auto 0% 0%;
}

.secondary-button_underline.is-top {
  opacity: 1;
  width: 0%;
}

.secondary-button_arrow {
  opacity: .3;
  filter: invert();
  transform: rotate(0);
}

.secondary-button_arrow.is-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.secondary-button_arrow.is-x {
  opacity: 1;
  filter: invert();
  transform: rotate(45deg);
}

.secondary-button_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.tertiary-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  border: 1px #f6f6f64d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3.9rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.tertiary-button:hover {
  text-shadow: 0 0 14px #f6f6f68a;
}

.tertiary-button.is-left {
  justify-content: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 0;
}

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

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

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

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

.advantages_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.advantages_link-block {
  z-index: 1;
  border-bottom: 1px solid #f6f6f64d;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.advantages_link-text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

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

.advantages_link-image-wrapper.pointer-events-off {
  z-index: 1;
  width: 100%;
  margin-left: 0%;
  display: none;
  overflow: hidden;
}

.advantages_link-image {
  object-fit: cover;
  width: 40%;
  max-width: 35rem;
}

.section_legal {
  padding-top: 10rem;
}

.faq4_accordion-overlay {
  border: 1px solid var(--white);
  position: absolute;
  inset: 0%;
}

.footer_link {
  color: var(--white);
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer_link:visited {
  text-shadow: 0 0 10px #f6f6f6a6;
  background-color: #0000;
  text-decoration: none;
}

.footer_link.w--current {
  color: var(--yellow);
  text-shadow: 0 0 10px #f6f6f6a6;
}

.footer_link.is-logo {
  width: 9rem;
  padding-left: 0;
}

._3d-render {
  width: 80vw;
  display: none;
  position: static;
  top: 13rem;
}

.section_3d-render {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.section_render {
  display: none;
  position: relative;
}

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

.render_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50vh;
  position: relative;
}

.render_text-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.layout355_lightbox-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.layout353_lightbox-link {
  z-index: 3;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.render_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 100vh;
  position: relative;
}

.render_space-reducer {
  margin-bottom: -100vh;
}

.render_background-video-wrapper {
  z-index: -2;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  bottom: -6rem;
}

.render_background-video {
  z-index: 0;
  object-fit: cover;
  width: 70vw;
  height: 70vh;
  position: sticky;
  bottom: 0%;
}

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

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

.section_hero.overflow-hidden {
  height: 30vh;
  overflow: visible;
}

.manufacturing_image-container {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 135vh;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.manufacture_image-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

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

.div-block-8 {
  width: 35vw;
}

.manufacture_image-wrap {
  object-fit: fill;
  width: 23vw;
  height: 20vw;
  position: relative;
  overflow: visible;
}

.manufacture_image-wrap.is-large {
  width: 35vw;
  height: auto;
}

.div-block-9 {
  margin-top: -13.5rem;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.additive_grid {
  z-index: -1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  opacity: .7;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  width: 100%;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.additive_image-wrap {
  opacity: 1;
  width: 11.5vw;
  height: auto;
  position: relative;
}

.additive_image-wrap.z-index-1 {
  opacity: 1;
}

.additive_image-wrap.z-index-1.is-opacity_low {
  opacity: .4;
}

.additive_image-wrap.is-small {
  object-fit: fill;
  width: 8.5vw;
  height: 8.5vw;
}

.additive_image-wrap.is-opacity_low {
  opacity: .8;
}

.additive_grid-mobile {
  display: none;
}

.section_cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_image-wrap {
  background-color: #0000;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 26%;
  right: 0%;
}

.cta_image-wrap.is-1 {
  z-index: auto;
  width: 24rem;
  height: 24rem;
  top: 30%;
  right: -5vw;
}

.cta_image-wrap.is-2 {
  z-index: auto;
  object-fit: fill;
  width: 24rem;
  height: 24rem;
  top: 16%;
  left: -3.1vw;
  right: auto;
}

.cta_image-wrap.is-3 {
  z-index: auto;
  transform-style: preserve-3d;
  display: none;
  inset: auto auto 13% 13%;
  transform: rotateX(0)rotateY(180deg)rotateZ(27deg);
}

.cta_image-wrap.is-4 {
  z-index: auto;
  transform-style: preserve-3d;
  width: 24rem;
  height: 24rem;
  top: auto;
  bottom: -10vw;
  right: 40%;
  transform: rotate(21deg);
}

.cta_image-wrap.is-4.is-mobile {
  display: none;
}

.cta-image_large {
  filter: blur(3px);
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.cta-image_large:hover {
  filter: none;
}

.cta-image_large.is-1 {
  filter: blur(2.5px);
  object-fit: contain;
  transition-duration: .2s;
  position: static;
}

.cta-image_large.is-1:hover {
  filter: none;
}

.section_layout355-copy {
  display: none;
  position: relative;
}

.manufacture-images {
  justify-content: center;
  width: 100vw;
  margin-top: -7rem;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 12rem;
  bottom: 0%;
}

.tab-link-configuration-1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #ddd6;
  padding: 14px 55px;
}

.tab-link-configuration-1.w--current {
  background-color: var(--yellow);
  color: var(--black);
  padding: 14px 55px;
  font-weight: 400;
}

.tab-link-configuration-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #ddd6;
  padding: 14px 55px;
}

.tab-link-configuration-2.w--current {
  background-color: var(--yellow);
  color: var(--black);
}

.tab-link-configuration-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #dddddd63;
  padding: 13px 55px;
}

.tab-link-configuration-3.w--current {
  background-color: var(--yellow);
  color: var(--black);
}

.tabs-content {
  overflow: visible;
}

.tabs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  top: 0;
  bottom: 0;
}

.header82_component {
  flex-direction: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.header82_content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: sticky;
  top: 0;
}

.button-3 {
  border: 1px none var(--black);
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  width: 16.25rem;
  padding: 1.25rem 1.5rem;
  transition: all .15s ease-in-out;
  box-shadow: 0 0 20px 3px #fbe75826;
}

.button-3:hover {
  text-transform: none;
  font-family: Sk Modernist Regular, sans-serif;
  font-size: 1.015rem;
  font-weight: 400;
  transform: scale(1.015)translate(0, -1px);
  box-shadow: 0 0 20px 3px #fbe75866;
}

.button-3.is-secondary {
  border-color: var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1116;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  height: 80vh;
  margin-bottom: -10vh;
  display: flex;
  position: sticky;
  top: 20vh;
}

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

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

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 80%;
}

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

.founder_content-left {
  position: sticky;
  top: 30%;
}

.button-4 {
  border: 1px none var(--black);
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  width: 16.25rem;
  padding: 1.25rem 1.5rem;
  transition: all .15s ease-in-out;
  box-shadow: 0 0 20px 3px #fbe75826;
}

.button-4:hover {
  text-transform: none;
  font-family: Sk Modernist Regular, sans-serif;
  font-size: 1.015rem;
  font-weight: 400;
  transform: scale(1.015)translate(0, -1px);
  box-shadow: 0 0 20px 3px #fbe75866;
}

.button-4.is-secondary {
  border-color: var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1116;
}

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

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

.founder_content-item {
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.founder_content-item.content-item-1 {
  background-color: var(--yellow);
  color: var(--black);
  top: 30%;
}

.founder_content-item.content-item-2 {
  background-color: var(--yellow);
  color: var(--black);
  top: 32%;
}

.founder_content-item.content-item-3 {
  background-color: var(--yellow);
  color: var(--black);
  top: 34%;
}

.founder_content-item.content-item-4 {
  top: 36%;
}

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

.founder_image-wrapper {
  position: relative;
}

.map-pin {
  z-index: 20;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-pin.is-ebbw-vale {
  margin-top: 490px;
  margin-left: 283px;
}

.map-pin.is-tenbury-wells {
  white-space: nowrap;
  margin-top: 451px;
  margin-left: 326px;
  text-decoration: none;
}

.map-pin.is-devon {
  margin-top: 564px;
  margin-left: 265px;
}

.map-pin.is-aylesbury {
  margin-top: 488px;
  margin-left: 383px;
}

.map-pin.is-petersfield {
  margin-top: 541px;
  margin-left: 402px;
}

.map-pin.is-london {
  margin-top: 511px;
  margin-left: 381px;
}

.map-pin.is-newcastle {
  margin-top: 258px;
  margin-left: 349px;
}

.map-pin.is-arlingham {
  margin-top: 493px;
  margin-left: 310px;
}

.map-pin_location {
  background-color: var(--white);
  padding: .2rem 1.2rem;
  display: none;
  position: absolute;
  top: -17px;
  left: -178px;
}

.location_name {
  font-family: Sk Modernist Regular, sans-serif;
  font-size: 1.3rem;
  text-decoration: none;
}

.map-pin_link {
  background-color: var(--yellow);
  padding: .2rem 1.2rem;
  display: none;
  position: absolute;
  top: 17px;
  left: -166px;
}

.link_text {
  font-size: 1rem;
}

.bottom-bar {
  z-index: 20;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 1.5rem 5%;
  display: flex;
}

.bottom-bar_container {
  z-index: 20;
  color: var(--black);
  background-color: #b3b3b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  overflow: visible;
}

.bottom-bar_title {
  justify-content: center;
  align-items: center;
  font-size: .5rem;
  line-height: 1;
  display: flex;
}

.location-pop-up {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: left;
  background-color: #1116;
  border: 1px solid #f6f6f64d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 470px;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: -465.203px;
}

.location-pop-up.is-tenbury-wells {
  height: 600px;
  display: none;
  top: -587.203px;
  left: auto;
  right: auto;
  overflow: visible;
}

.location-pop-up.is-ebbw-vale {
  display: none;
  left: 30.5vw;
}

.location-pop-up.is-devon,
.location-pop-up.is-aylesbury,
.location-pop-up.is-petersfield,
.location-pop-up.is-london {
  display: none;
  left: 298.594px;
}

.page-blur {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #111c;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_layout355 {
  position: relative;
}

.layout355_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
}

.layout355_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 100vh;
  position: relative;
}

.layout355_text-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.layout355_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 150vh;
  position: relative;
}

.layout355_space-reducer {
  margin-bottom: -100vh;
}

.layout355_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.layout355_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: sticky;
  bottom: 0%;
}

._3d-render-text {
  font-size: 1.9rem;
  font-weight: 400;
}

.pop-up_image {
  object-fit: cover;
  width: 100%;
  height: 15rem;
}

.pop-up_container {
  z-index: 999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pop-up_box {
  z-index: 999;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #1116;
  border: 1px solid #f6f6f626;
  width: 50vw;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 2rem;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.pop-up_box.is-ebbw-vale,
.pop-up_box.is-tenbury-wells,
.pop-up_box.is-devon,
.pop-up_box.is-aylesbury,
.pop-up_box.is-petersfield,
.pop-up_box.is-london,
.pop-up_box.is-london_2,
.pop-up_box.is-london_3 {
  display: none;
}

.pop-up_box.is-newcastle {
  flex-flow: column;
  display: none;
}

.pop-up_box.is-arlingham {
  display: none;
}

.right-arrow {
  padding: .5rem;
}

.left-arrow {
  transform-style: preserve-3d;
  padding: .5rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.pre-order_form-block {
  min-width: 25rem;
  margin-bottom: 0;
}

.pre-order_form-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.text-container {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 2048px;
  height: 80vh;
  display: flex;
}

.text-container.is-right_aligned {
  justify-content: flex-end;
  height: 60vh;
}

.div-block-13 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  max-width: 2048px;
  display: flex;
  position: static;
}

.background-video-2 {
  position: sticky;
  top: 0;
}

.text-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1116;
  border: 1px solid #f6f6f626;
  border-radius: 12px;
  padding: 2rem;
}

.div-block-14 {
  align-self: center;
  width: 80%;
  height: 80%;
  position: sticky;
  top: 26vh;
}

.background-video-3 {
  object-fit: none;
  padding-bottom: 0;
}

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

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

.paragraph {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.press_release-image-wrap {
  width: 100%;
  height: 10rem;
}

.read_more-wrap {
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.read_more-button {
  color: var(--white);
  background-color: #1110;
  background-image: linear-gradient(#1110, #111 80%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.press_release-link {
  color: var(--white);
  width: 100%;
  text-decoration: none;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: var(--black);
  border: 1px solid #6b6b6b;
  flex-direction: column;
  justify-content: center;
  width: 55vw;
  height: 36vh;
  padding: 3rem;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.modal1_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--black);
  border-top: 1px solid #ffffff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #f6f6f680;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  border: 2px #000;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--white);
  background-color: #fbe75800;
  border: 1px solid #ffffff3b;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: var(--black);
  border-radius: 0;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: var(--white);
  font-size: .75rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_button {
  background-color: var(--yellow);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff29;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

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

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #11111178;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  aspect-ratio: auto;
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible,
.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible,
.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading {
  text-align: center;
  text-transform: none;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
}

.heading-2 {
  text-align: center;
  text-transform: none;
  margin-left: 5%;
  margin-right: 5%;
}

.heading-3,
.heading-4 {
  text-transform: none;
}

.heading-5 {
  text-align: center;
  text-transform: none;
}

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

.heading-7 {
  text-align: center;
  text-transform: none;
}

.heading-8 {
  text-transform: none;
  margin-bottom: 2rem;
}

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

.heading-10 {
  text-align: center;
  text-transform: none;
}

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

.close-icon-wrap {
  cursor: pointer;
  padding: .75rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-up-arrow {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.pop-up-arrow.is-left {
  justify-content: flex-start;
  align-items: center;
}

.tagline-text {
  color: var(--yellow);
  font-size: 1.2rem;
}

.section_quote {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

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

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

.button-5 {
  border: 1px none var(--black);
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  width: 16.25rem;
  padding: 1rem 1.5rem;
  font-family: Sk Modernist Bold, sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
  box-shadow: 0 0 20px 3px #fbe75826;
}

.button-5:hover {
  text-transform: none;
  transform: scale(1.015)translate(0, -1px);
  box-shadow: 0 0 20px 3px #fbe75866;
}

.button-5.is-secondary {
  border-color: var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1116;
}

.header28_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header28_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.bg-image-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-image {
  object-fit: contain;
  width: 100%;
}

.bg-image-overlay {
  background-color: #11111191;
  position: absolute;
  inset: 0%;
}

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

.layout488_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  position: relative;
}

.layout488_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 40%;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout488_heading {
  z-index: 1;
  white-space: nowrap;
  font-size: 6rem;
  position: relative;
}

.layout488_heading.show-mobile-landscape {
  display: none;
}

.layout488_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 4rem;
  max-width: 24rem;
  display: flex;
  position: relative;
}

.layout488_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
}

.layout488_circle {
  z-index: -1;
  background-color: #fff;
  border-radius: 99999px;
  width: 4vh;
  height: 4vh;
  position: absolute;
}

.layout488_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.bold-text {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar13_logo-link.w--current,
  .navbar13_logo-link {
    width: 10%;
    display: block;
  }

  .video_content {
    align-items: center;
  }

  .cta-grid {
    width: 100vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .moving-images_image-wrapper.is-bigger {
    width: 36rem;
    padding-top: 80%;
  }

  .hero-image-container.is-1 {
    top: -33%;
  }

  .hero-image-container.is-2 {
    top: -8%;
    left: -31%;
  }

  .hero-image-container.is-2.is-new2 {
    top: 15%;
  }

  .hero-image-container.is-3 {
    top: -4%;
    right: -23%;
  }

  .hero-image-container.is-3.is-new3 {
    top: 8%;
  }

  .hero-image {
    max-width: 34rem;
  }

  .hero-image.is-smaller {
    max-width: 28rem;
  }

  .hero-image.is-new2 {
    max-width: 24rem;
  }

  .blur-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .header78_image-wrapper-copy {
    width: 32rem;
    height: 20rem;
    padding-top: 65%;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lottie-animation-2-copy {
    display: block;
  }

  .map {
    width: 600px;
  }

  .map.align-center {
    width: auto;
    max-width: 600px;
  }

  .map-dot.is-hidden {
    display: none;
  }

  .map-circle.is-bigger {
    width: .9rem;
    height: .9rem;
  }

  .map-fill.is-bigger {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .map-text {
    margin-right: 1.4rem;
  }

  .html-embed {
    font-size: 1.21vw;
  }

  .map-part {
    margin-top: 1.8rem;
  }

  ._3d-render {
    position: static;
    top: 0;
  }

  .section_3d-render {
    height: 400vh;
  }

  .render_layout {
    grid-column-gap: 20rem;
    grid-row-gap: 20rem;
    grid-template-columns: 1fr 1fr;
  }

  .render_content-left {
    margin-top: 50vh;
  }

  .render_content-right {
    padding-top: 100vh;
  }

  .render_background-video-wrapper {
    bottom: -16vh;
  }

  .render_background-video {
    display: block;
    overflow: hidden;
  }

  .manufacturing_image-container {
    height: 140vh;
  }

  .manufacture_image-wrap {
    width: 24vw;
    height: 22vw;
  }

  .additive_grid {
    padding-top: 3%;
  }

  .additive_image-wrap {
    width: 13vw;
  }

  .additive_image-wrap.is-small {
    width: 10vw;
    height: 10vw;
  }

  .cta_image-wrap {
    width: 20rem;
    height: 20rem;
  }

  .cta_image-wrap.is-1 {
    width: 26rem;
    height: 26rem;
    right: 0%;
  }

  .cta_image-wrap.is-2 {
    width: 26rem;
    height: 26rem;
    top: 18%;
    left: 0%;
  }

  .cta_image-wrap.is-4 {
    width: 26rem;
    height: 26rem;
    bottom: -7vh;
  }

  .map-pin.is-ebbw-vale {
    margin-top: 592px;
    margin-left: 342px;
  }

  .map-pin.is-tenbury-wells {
    margin-top: 547px;
    margin-left: 390px;
  }

  .map-pin.is-devon {
    margin-top: 678px;
    margin-left: 321px;
  }

  .map-pin.is-aylesbury {
    margin-top: 585px;
    margin-left: 457px;
  }

  .map-pin.is-petersfield {
    margin-top: 646px;
    margin-left: 480px;
  }

  .map-pin.is-london {
    margin-top: 612px;
    margin-left: 458px;
  }

  .map-pin.is-newcastle {
    margin-top: 321px;
    margin-left: 425px;
  }

  .map-pin.is-arlingham {
    margin-top: 593px;
    margin-left: 378px;
  }

  .bottom-bar {
    width: 100%;
  }

  .location-pop-up.is-tenbury-wells,
  .location-pop-up.is-ebbw-vale,
  .location-pop-up.is-devon,
  .location-pop-up.is-aylesbury,
  .location-pop-up.is-petersfield,
  .location-pop-up.is-london {
    left: 518.594px;
  }

  .div-block-14 {
    width: 70rem;
    height: 50rem;
    margin-left: auto;
    margin-right: auto;
    top: 22vh;
  }

  .background-video-3 {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h1 {
    text-transform: none;
  }

  .navbar13_container {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 70vw;
    max-width: 70vw;
    min-height: 0;
    display: flex;
  }

  .navbar13_logo-link.w--current,
  .navbar13_logo-link {
    box-sizing: border-box;
    width: 10%;
    display: block;
  }

  .moving-images_image-wrapper.is-bigger {
    padding-top: 65%;
  }

  .testimonials_content {
    display: flex;
  }

  .hero-image-container.is-1 {
    top: -38%;
  }

  .hero-image-container.is-2 {
    left: -31%;
  }

  .hero-image-container.is-3 {
    right: -29%;
  }

  .hero-image {
    max-width: 45rem;
  }

  .hero-image.is-smaller {
    max-width: 38rem;
  }

  .hero-image.is-smaller.is-new3 {
    max-width: 27rem;
  }

  .hero-image.is-new1 {
    max-width: 50rem;
  }

  .hero-image.is-new2 {
    max-width: 35rem;
  }

  .header78_image-wrapper-copy {
    width: 34rem;
    height: 20rem;
    padding-top: 50%;
  }

  .container-xlarge {
    max-width: 100rem;
  }

  .container-xxlarge {
    max-width: 120rem;
  }

  .map-part {
    margin-top: 2rem;
  }

  .additive_grid {
    padding-top: 3%;
  }

  .cta_image-wrap {
    width: 21rem;
    height: 21rem;
  }

  .cta_image-wrap.is-1 {
    width: 40%;
    height: 40%;
    top: 10%;
    right: 0%;
  }

  .cta_image-wrap.is-2 {
    width: 40%;
    height: 40%;
    top: 10%;
    left: -4%;
  }

  .cta_image-wrap.is-4 {
    width: 40%;
    height: 40%;
    bottom: 0%;
    right: 30%;
  }

  .location-pop-up.is-tenbury-wells,
  .location-pop-up.is-ebbw-vale,
  .location-pop-up.is-devon,
  .location-pop-up.is-aylesbury,
  .location-pop-up.is-petersfield,
  .location-pop-up.is-london {
    left: 759.594px;
  }

  .div-block-14 {
    height: 50rem;
  }

  .image {
    display: block;
  }

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

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

  h2 {
    font-size: 3.5rem;
  }

  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: 4.3rem;
  }

  .button.is-secondary.is-small.is-pre-order {
    display: block;
  }

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

  .button.is-small.is-nav-dropdown {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .navbar13_component {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navbar13_logo-link {
    width: 20%;
    height: 4%;
  }

  .navbar13_logo-link.w--current,
  .navbar13_logo-link {
    width: 15%;
    height: 10%;
  }

  .navbar13_menu {
    z-index: 0;
    background-color: transparent;
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar13_menu-link-wrapper {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #11111159;
    border: 1px solid #f6f6f666;
    border-radius: 12px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar13_link {
    color: var(--white);
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

  .navbar13_menu-button {
    padding: 0;
  }

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

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

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

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

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

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

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

  .video_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .video_content-bottom {
    justify-content: center;
    top: 0;
  }

  .video_lightbox {
    box-shadow: 0 0 30px #fbe7584d;
  }

  .video_lightbox-image {
    max-height: 40rem;
  }

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

  .footer_link-list { align-items: center !important;
  align-items: center !important;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .section_cta57 {
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    overflow: visible;
  }

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

  .cta-image-wrap {
    width: 25vw;
  }

  .cta-image-wrap.small {
    width: 16vw;
    height: 16vw;
  }

  .section-divider {
    width: 80%;
  }

  .bg-blur {
    width: 14rem;
    height: 22rem;
    left: -20%;
  }

  .bg-blur.is-right {
    right: -20%;
  }

  .bg-blur.is-contact_1 {
    right: -15%;
  }

  .bg-blur.is-contact_2 {
    left: -15%;
  }

  .moving-images_image-wrapper.is-bigger {
    width: 17rem;
    padding-top: 90%;
  }

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

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

  .process_progress-bar-wrapper {
    height: 81%;
    top: 4%;
  }

  .process_timeline-step {
    grid-column-gap: 24px;
  }

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

  .advantages_link-text-small {
    color: var(--white);
    text-align: left;
  }

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

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

  .lattices_card.card-1 {
    padding-right: 0;
  }

  .lattices_card.card-2 {
    padding-left: 0;
  }

  .lattices_card.card-3 {
    padding-right: 0;
  }

  .lattices_card-content {
    padding: 2rem;
  }

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

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

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

  .testimonials_component {
    column-count: 2;
  }

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

  .hero-image-grid.overflow-hidden,
  .hero-image-grid.overflow-hidden.is-shown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hero-image-container.is-1.is-new1 {
    left: -7%;
  }

  .hero-image-container.is-2 {
    left: -42%;
  }

  .hero-image-container.is-2.is-new2 {
    top: 16%;
  }

  .hero-image-container.is-3 {
    top: -9%;
    right: -40%;
  }

  .hero-image-container.is-3.is-new3 {
    right: -21%;
  }

  .hero-image.is-smaller {
    opacity: 1;
    max-width: 19rem;
  }

  .hero-image.is-smaller.is-new3 {
    max-width: 14rem;
  }

  .hero-image.is-new1 {
    min-width: 34rem;
    max-width: 34rem;
  }

  .image-darken {
    display: none;
  }

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

  .cta-image-wrap-copy {
    width: 25vw;
    display: none;
  }

  .cta-image-wrap-copy.z-index-1 {
    display: none;
  }

  .cta-image-wrap-copy.small {
    width: 16vw;
    height: 16vw;
  }

  .header78_image-wrapper-copy {
    width: 14rem;
    height: 14rem;
    padding-top: 70%;
  }

  .section_map {
    display: flex;
  }

  .map {
    width: 100%;
  }

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

  .html-embed {
    font-size: 2.85vw;
  }

  .map-part {
    margin-top: 1.9rem;
  }

  .advantages_link-block {
    display: block;
  }

  .advantages_link-text {
    color: var(--white);
    text-align: left;
    font-size: 2.5rem;
  }

  .advantages_link-image-wrapper {
    display: none;
  }

  .footer_link {
    color: var(--white);
    text-align: center;
    padding: 1rem 0 1rem .5rem;
    font-size: 1.125rem;
  }

  .footer_link.is-logo {
    width: 7rem;
  }

  ._3d-render {
    width: 100vw;
  }

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

  .render_content-left {
    margin-top: 0;
  }

  .render_text-wrapper {
    height: 100vh;
  }

  .render_content-right {
    padding-top: 50vh;
  }

  .render_background-video {
    width: 50vw;
    height: 50vh;
  }

  .section_hero {
    height: 100svh;
    padding-top: 8rem;
  }

  .manufacturing_image-container {
    height: 110vh;
  }

  .additive_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: -3rem;
    padding-top: 0;
  }

  .additive_image-wrap {
    width: 20vw;
  }

  .additive_image-wrap.is-small {
    width: 11vw;
    height: 11vw;
  }

  .cta_image-wrap.is-1 {
    width: 40%;
    height: 40%;
    top: 10%;
    right: 0;
  }

  .cta_image-wrap.is-2 {
    width: 40%;
    height: 40%;
    top: 9%;
    left: 0;
  }

  .cta_image-wrap.is-4 {
    width: 40%;
    height: 40%;
    bottom: 0;
    right: 35%;
  }

  .cta_image-wrap.is-4.is-mobile {
    display: none;
  }

  .header82_content {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header82_content-bottom {
    justify-content: center;
  }

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

  .bottom-bar {
    bottom: -25px;
  }

  .location-pop-up.is-tenbury-wells,
  .location-pop-up.is-ebbw-vale,
  .location-pop-up.is-devon,
  .location-pop-up.is-aylesbury,
  .location-pop-up.is-petersfield,
  .location-pop-up.is-london {
    width: 52vw;
    display: none;
    left: 184.398px;
  }

  .page-blur {
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #111c;
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  ._3d-render-text {
    font-size: 1.9rem;
  }

  .pop-up_image {
    height: 240px;
  }

  .pop-up_box {
    width: 80vw;
  }

  .pre-order_form-block {
    min-width: auto;
  }

  .pre-order_form-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    top: 20vh;
  }

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

  .modal1_component {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper {
    width: 100vw;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .gallery-slider {
    margin-top: 100px;
    padding-top: 50px;
  }

  .container {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .bg-image {
    width: 130%;
    max-width: 150%;
  }

  .layout488_content {
    height: 100svh;
  }

  .layout488_heading {
    font-size: 4rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  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: 3.4375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar13_component {
    margin-top: 0;
  }

  .navbar13_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_logo-link {
    width: 30%;
    height: 6%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar13_logo-link.w--current,
  .navbar13_logo-link {
    width: 15%;
    height: 14%;
  }

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .section_header23 {
    padding-top: 7rem;
  }

  .statement_component {
    height: auto;
    max-height: none;
  }

  .statement_background-image {
    object-position: 50% 50%;
    position: absolute;
  }

  .l-r_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .video_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video_lightbox-image {
    max-height: 30rem;
  }

  .lightbox-play-icon {
    width: 170px;
    height: 120px;
  }

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

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer_link-list { align-items: center !important;
  align-items: center !important;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

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

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

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

  .cta-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cta-image-wrap {
    width: 26vw;
  }

  .cta-image-wrap.small {
    width: 18vw;
    height: 18vw;
  }

  .section-divider {
    width: 90%;
    margin-top: 0;
  }

  .bg-blur {
    left: -30%;
  }

  .bg-blur.is-right {
    right: -30%;
  }

  .bg-blur.is-contact_1 {
    right: -20%;
  }

  .bg-blur.is-contact_2 {
    left: -20%;
  }

  .moving-images_image-wrapper {
    width: 18rem;
  }

  .moving-images_image-wrapper.is-bigger {
    width: 15rem;
  }

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

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

  .process_progress-bar-wrapper {
    z-index: -2;
    height: 82%;
    top: 4%;
    left: 2rem;
  }

  .process_timeline-icon-wrapper {
    z-index: -2;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .advantages_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

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

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

  .lattices_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .lattices_card.card-1,
  .lattices_card.card-2,
  .lattices_card.card-3 {
    height: 80vh;
  }

  .lattices_card-content {
    padding: 1.5rem;
  }

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

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

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

  .team_image-wrapper {
    height: 100%;
  }

  .testimonials_component {
    column-count: 1;
  }

  .testimonials_content {
    padding: 1.5rem;
  }

  .testimonials_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

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

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

  .hero-image-grid.overflow-hidden,
  .hero-image-grid.overflow-hidden.is-shown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .hero-image-container.is-1 {
    top: -24%;
  }

  .hero-image-container.is-2 {
    top: 4%;
    left: -45%;
  }

  .hero-image-container.is-2.is-new2 {
    top: 8%;
    left: -4%;
  }

  .hero-image-container.is-3 {
    top: 1%;
    right: -34%;
  }

  .hero-image-container.is-3.is-new3 {
    right: 59%;
  }

  .hero-image {
    min-width: 20rem;
    max-width: 25rem;
  }

  .hero-image.is-smaller {
    min-width: 18rem;
  }

  .hero-image.is-smaller.is-new3 {
    min-width: 13rem;
    max-width: 13rem;
  }

  .hero-image.is-new2 {
    min-width: 16rem;
    max-width: 16rem;
  }

  .cta-grid-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cta-image-wrap-copy {
    width: 26vw;
  }

  .cta-image-wrap-copy.small {
    width: 18vw;
    height: 18vw;
  }

  .header78_image-wrapper-copy {
    width: 9rem;
    height: 9rem;
  }

  .html-embed {
    font-size: 3.1vw;
  }

  .map-part {
    margin-top: 1.4rem;
  }

  .advantages_link-text {
    font-size: 1.9rem;
  }

  .section_render {
    display: none;
  }

  .render_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .render_content-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75vh;
    display: flex;
  }

  .render_text-wrapper {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout355_lightbox-wrapper {
    height: 50vh;
    position: static;
  }

  .layout353_lightbox-link {
    width: auto;
    height: auto;
    position: static;
  }

  .render_content-right {
    padding-top: 0;
  }

  .render_background-video-wrapper {
    height: 120vh;
    position: relative;
    top: -777px;
  }

  .render_background-video {
    width: 60vw;
    height: 40vh;
    position: sticky;
    top: 60%;
    overflow: visible;
  }

  .section_cta {
    overflow: hidden;
  }

  .cta_image-wrap.is-1 {
    top: 50%;
    right: 0;
  }

  .cta_image-wrap.is-2 {
    left: 0;
  }

  .cta_image-wrap.is-4 {
    display: none;
    bottom: -.9vw;
    right: 32%;
    transform: rotateX(0)rotateY(180deg)rotateZ(21deg);
  }

  .cta_image-wrap.is-4.is-mobile {
    width: 22rem;
    height: 22rem;
    display: block;
    transform: rotate(-21deg);
  }

  .tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .tab-link-configuration-1.w--current,
  .tab-link-configuration-2,
  .tab-link-configuration-3 {
    text-align: center;
  }

  .header82_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .founder_content-left {
    position: static;
  }

  .bottom-bar {
    bottom: -56px;
  }

  .location-pop-up.is-tenbury-wells,
  .location-pop-up.is-ebbw-vale {
    width: 71vw;
    display: none;
    left: 84.3984px;
  }

  .location-pop-up.is-devon,
  .location-pop-up.is-aylesbury,
  .location-pop-up.is-petersfield,
  .location-pop-up.is-london {
    width: 71vw;
    left: 84.3984px;
  }

  .layout355_layout {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .layout355_content-left {
    margin-top: 0;
  }

  .layout355_text-wrapper {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout355_content-right {
    padding-top: 0;
  }

  ._3d-render-text {
    font-size: 1.5rem;
  }

  .pop-up_image {
    object-fit: cover;
    height: 240px;
  }

  .pop-up_box {
    width: 90vw;
    padding: 3rem 1.5rem 1.5rem;
  }

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

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

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .gallery-slider {
    margin-top: 0;
    padding: 80px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .layout488_component {
    height: 200vh;
  }

  .layout488_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 60%;
  }

  .layout488_heading {
    font-size: 3rem;
  }

  .layout488_heading.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }
}

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

  h2 {
    font-family: Sk Modernist Bold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    width: 100%;
  }

  .button.is-secondary {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1116;
  }

  .navbar13_container {
    height: auto;
  }

  .navbar13_logo-link {
    width: 30%;
    height: 9%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar13_logo-link.w--current,
  .navbar13_logo-link {
    width: 25%;
    height: 25%;
  }

  .section_header23 {
    height: 100vh;
    padding-top: 10rem;
  }

  .statement_component {
    min-height: 100vh;
  }

  .statement_image-wrapper {
    object-fit: cover;
  }

  .statement_background-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    left: -.25rem;
    overflow: hidden;
  }

  .statement_background-image.is-nature {
    object-fit: cover;
    object-position: 27% 50%;
  }

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

  .video_lightbox {
    box-shadow: 0 0 20px #fbe7584d;
  }

  .video_lightbox-image {
    max-height: 25rem;
  }

  .lightbox-play-icon {
    width: 150px;
    height: 100px;
  }

  .gallery9_image {
    object-fit: cover;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section_cta57 {
    padding-top: 10rem;
  }

  .section-divider {
    width: 90%;
  }

  .bg-blur {
    background-color: #f6f6f64d;
    left: -50%;
  }

  .bg-blur.is-right {
    right: -50%;
  }

  .header78_component {
    flex-wrap: wrap;
    align-content: center;
  }

  .button-2 {
    width: 100%;
  }

  .moving-images_image-wrapper {
    width: 60vw;
  }

  .moving-images_image-wrapper.is-bigger {
    width: 11rem;
  }

  .philosophy_component,
  .process_component {
    grid-template-columns: 1fr;
  }

  .process_progress-bar-wrapper {
    height: 82%;
    top: 3%;
  }

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

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

  .lattices_card.card-1,
  .lattices_card.card-2,
  .lattices_card.card-3 {
    height: auto;
  }

  .lattices_card-content {
    flex-wrap: wrap;
  }

  .values_list,
  .mission_component,
  .team_list {
    grid-template-columns: 1fr;
  }

  .team_image-wrapper {
    padding-top: 100%;
  }

  .support_component {
    justify-content: flex-start;
  }

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

  .hero-image-grid {
    z-index: -2;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-image-container.is-1 {
    width: 100%;
    height: 100%;
    top: -37%;
  }

  .hero-image-container.is-1.is-new1 {
    left: -16%;
  }

  .hero-image-container.is-2 {
    top: -63%;
    left: -52%;
  }

  .hero-image-container.is-2.is-new2 {
    top: -71%;
    left: -14%;
  }

  .hero-image-container.is-3 {
    top: -47%;
    right: -77%;
  }

  .hero-image-container.is-3.is-new3 {
    object-position: 50% 50%;
    top: -9%;
    right: -81%;
  }

  .hero-image {
    opacity: .6;
    max-width: 18rem;
  }

  .hero-image.is-smaller {
    opacity: .6;
    min-width: 16rem;
    max-width: 14rem;
  }

  .hero-image.is-smaller.is-new3 {
    opacity: .5;
    object-position: 50% 50%;
    min-width: 9rem;
    max-width: 9rem;
  }

  .hero-image.is-new1 {
    opacity: .5;
    min-width: 24rem;
    max-width: 24rem;
  }

  .hero-image.is-new2 {
    opacity: .5;
    min-width: 11rem;
    max-width: 11rem;
  }

  .image-border {
    width: 100%;
    height: 100%;
    transform: translate(.5rem, 1rem);
  }

  .button-text {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .button-secondary {
    width: 100%;
  }

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

  .manufacture_image-list {
    display: block;
  }

  .manufacture_images-layout {
    display: flex;
  }

  .moving-images {
    margin-top: -10rem;
    padding-top: 0;
  }

  .moving-images.is-our_story {
    margin-top: -7rem;
  }

  .header78_image-wrapper-copy {
    width: 7rem;
    height: 7rem;
  }

  .div-block-4 {
    justify-content: center;
  }

  .lottie-animation-2,
  .lottie-animation-2-copy {
    width: 220vw;
    height: 100vh;
  }

  .map.align-center {
    width: auto;
    max-width: 310px;
  }

  .html-embed {
    font-size: 3vw;
  }

  .map-part {
    margin-top: .6rem;
  }

  .secondary-button,
  .tertiary-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section_legal {
    padding-top: 10rem;
  }

  .section_render {
    display: none;
  }

  .render_content-left {
    margin-top: 42vh;
  }

  .render_text-wrapper {
    align-items: stretch;
  }

  .render_background-video-wrapper {
    height: 120vh;
    top: -300px;
  }

  .render_background-video {
    object-fit: cover;
    width: 70vw;
    height: 30vh;
    top: 20%;
    overflow: visible;
  }

  .section_hero.is-manufacturing {
    align-items: center;
  }

  .manufacturing_image-container {
    height: 170vh;
  }

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

  .manufacture-image {
    object-fit: scale-down;
  }

  .manufacture_image-wrap {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 40vw;
    display: block;
    position: relative;
  }

  .manufacture_image-wrap.is-large {
    width: 100%;
  }

  .manufacture-image-large {
    width: 100%;
    height: 100%;
  }

  .additive_grid {
    display: none;
  }

  .additive_grid-mobile {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 430px;
    margin-top: -6rem;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
  }

  .div-block-11 {
    width: 26vw;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .additive_image-wrap-mobile {
    width: 26vw;
  }

  .additive_image-wrap-mobile.is-small {
    width: 20vw;
    height: 20vw;
  }

  .cta_image-wrap {
    opacity: .7;
  }

  .cta_image-wrap.is-1 {
    width: 18rem;
    height: 18rem;
    top: 60%;
    right: 0;
  }

  .cta_image-wrap.is-2 {
    width: 18rem;
    height: 18rem;
    top: 5%;
    left: 0;
  }

  .cta_image-wrap.is-4 {
    width: 20rem;
    height: 20rem;
    bottom: 0;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(21deg);
  }

  .cta_image-wrap.is-4.is-mobile {
    width: 16rem;
    height: 16rem;
    bottom: 1.9vw;
  }

  .manufacture-images {
    margin-top: -10rem;
    padding-top: 0;
  }

  .manufacture-images.is-our_story {
    margin-top: -7rem;
  }

  .tabs-menu {
    grid-template-rows: auto auto auto;
  }

  .tabs-content {
    display: block;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.is-secondary {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1116;
  }

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

  .button-4 {
    width: 100%;
  }

  .button-4.is-secondary {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1116;
  }

  .map-pin.is-ebbw-vale {
    margin-top: 299px;
    margin-left: 173px;
  }

  .map-pin.is-tenbury-wells {
    margin-top: 275px;
    margin-left: 202px;
  }

  .map-pin.is-devon {
    margin-top: 345px;
    margin-left: 164px;
  }

  .map-pin.is-aylesbury {
    margin-top: 292px;
    margin-left: 236px;
  }

  .map-pin.is-petersfield {
    margin-top: 336px;
    margin-left: 243px;
  }

  .map-pin.is-london {
    margin-top: 315px;
    margin-left: 237px;
  }

  .map-pin.is-newcastle {
    margin-top: 168px;
    margin-left: 217px;
  }

  .map-pin.is-arlingham {
    margin-top: 300px;
    margin-left: 195px;
  }

  .location-pop-up.is-tenbury-wells {
    width: 90vw;
    height: 610px;
    display: none;
    top: -590.203px;
    left: 16.3984px;
  }

  .location-pop-up.is-ebbw-vale {
    width: 91vw;
    height: 484px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
    left: 16.3984px;
  }

  .location-pop-up.is-devon,
  .location-pop-up.is-aylesbury,
  .location-pop-up.is-petersfield,
  .location-pop-up.is-london {
    width: 91vw;
    height: 484px;
    display: none;
    left: 16.3984px;
  }

  ._3d-render-text {
    font-size: 1.3rem;
  }

  .pop-up_image {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .pop-up_box {
    width: 90vw;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pop-up_box.is-aylesbury {
    display: none;
  }

  .right-arrow,
  .left-arrow {
    position: relative;
    top: 0;
    left: 0;
  }

  .pre-order_form-copy {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .text-container {
    height: 80vh;
  }

  .div-block-14 {
    width: 100%;
    height: 52vh;
  }

  .background-video-3 {
    height: 100%;
    overflow: hidden;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component,
  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .gallery-slider {
    margin-top: 50px;
  }

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .button-5 {
    width: 100%;
  }

  .button-5.is-secondary {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1116;
  }

  .bg-image {
    object-fit: contain;
    width: 160vw;
    max-width: 200vw;
    height: 100%;
  }

  .layout488_content {
    grid-row-gap: 1rem;
  }

  .layout488_heading {
    font-size: 2.3rem;
  }
}

#w-node-_00bc010f-d1ad-8c29-9435-89ab6ef51668-7e757256 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_00bc010f-d1ad-8c29-9435-89ab6ef5166a-7e757256 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_00bc010f-d1ad-8c29-9435-89ab6ef5166c-7e757256 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-_1d47be5e-95ce-b379-1382-01ba0e8c59e5-7e757256 {
  justify-self: end;
}

#w-node-_1d47be5e-95ce-b379-1382-01ba0e8c59ea-7e757256 {
  justify-self: start;
}

#w-node-d967c33c-8a0f-645f-70dc-79c94205436d-42054367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d967c33c-8a0f-645f-70dc-79c942054370-42054367 {
  justify-self: start;
}

#w-node-d967c33c-8a0f-645f-70dc-79c94205437b-42054367 {
  align-self: end;
}

#w-node-ca0dcdb3-d18a-f0f7-6ddb-182d8609246e-42054367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16045e41-dc27-5386-17b6-43e00e6baecf-0e6baecb {
  justify-self: center;
}

#w-node-_16045e41-dc27-5386-17b6-43e00e6baedb-0e6baecb {
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86386-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-bff42a4f-840e-ce89-4b86-6fa1e3ef9f50-7e75725f,
#w-node-ee2b9815-a4fc-de5e-67de-3f0197420367-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee2b9815-a4fc-de5e-67de-3f0197420368-7e75725f {
  justify-self: start;
}

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-7e75725f,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-7e75725f,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-7e75725f {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-7e75725f,
#w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-7e75725f,
#w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-7e75725f {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86402-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-7e75725f,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-7e75725f,
#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-7e75725f {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-7e75725f,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-7e75725f,
#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-7e75725f {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-7e75725f,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-7e75725f,
#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-7e75725f {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-7e75725f,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-7e75725f,
#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-7e75725f {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-7e75725f,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-7e75725f,
#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-7e75725f {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-7e75725f,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-7e75725f,
#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-7e75725f {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-7e75725f,
#w-node-_40872103-aff7-c010-da67-704a8f3f1108-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-7e75725f {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86490-7e75725f,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86491-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b997fa17-2937-1d7d-b98b-ee7aaf98065c-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b997fa17-2937-1d7d-b98b-ee7aaf98065d-7e75725f {
  justify-self: start;
}

#w-node-b997fa17-2937-1d7d-b98b-ee7aaf98065f-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cd0b04be-9d03-ea1b-a6d2-50084b24b4e4-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd0b04be-9d03-ea1b-a6d2-50084b24b4e5-7e75725f {
  justify-self: start;
}

#w-node-cd0b04be-9d03-ea1b-a6d2-50084b24b4e7-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-7e75725f,
#w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-7e75725f,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-7e75725f {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-7e75725f,
#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-7e75725f,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-7e75725f {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-7e75725f,
#w-node-_16994295-7a31-57da-1001-8ec0ea846a22-7e75725f,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-7e75725f {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-7e75725f,
#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-7e75725f,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a964-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-7e75725f {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-7e75725f,
#w-node-f28919c2-e180-d075-d1c2-81b601b8a968-7e75725f,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-7e75725f {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-7e75725f,
#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-7e75725f,
#w-node-ee961e8d-845a-edc3-3307-509470022457-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-7e75725f {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-7e75725f,
#w-node-ee961e8d-845a-edc3-3307-50947002245b-7e75725f,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-7e75725f {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-7e75725f,
#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-7e75725f,
#w-node-_626bd165-37fe-b21e-713f-accb16c57414-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-7e75725f {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-7e75725f,
#w-node-_626bd165-37fe-b21e-713f-accb16c57418-7e75725f,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-7e75725f {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-7e75725f,
#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-7e75725f,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-7e75725f {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-7e75725f,
#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-7e75725f,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-7e75725f {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-7e75725f,
#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-7e75725f,
#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-7e75725f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f0-7e757260 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f2-7e757260 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f4-7e757260 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

#w-node-d2e51342-9a55-8cef-a891-15a4923c0adb-7e757260,
#w-node-d2e51342-9a55-8cef-a891-15a4923c0ae6-7e757260,
#w-node-_2b4b7179-7cf3-d919-f5d1-8268019855ad-7e757260,
#w-node-_92f93598-82d6-86c8-f350-c5cf799fb7f1-7e757260,
#w-node-_519ce513-f2a6-5043-3214-3e536fd3d571-7e757260,
#w-node-_7999d259-5f60-e2f9-14fd-de8c45efd21b-7e757260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93c4e329-c4bd-6b96-5cdb-dcbe0f5099de-7e757262,
#w-node-_93c4e329-c4bd-6b96-5cdb-dcbe0f5099e4-7e757262 {
  align-self: center;
}

#w-node-_5cd34603-bca5-acbf-e816-9d37bd2b41bb-7e757263 {
  justify-self: center;
}

#w-node-_3a4c8b85-43f2-08f2-ef73-cd19482a3735-7e75726a,
#w-node-_3a4c8b85-43f2-08f2-ef73-cd19482a3739-7e75726a,
#w-node-fb0d7f0a-edfe-304c-1e22-8c4f85c40f69-7e75726a,
#w-node-fb0d7f0a-edfe-304c-1e22-8c4f85c40f7c-7e75726a,
#w-node-_0e27cc31-3438-75c2-d325-66124c14fdda-7e75726a,
#w-node-_0e27cc31-3438-75c2-d325-66124c14fdde-7e75726a,
#w-node-a5f73a2d-b0e9-1376-f331-feca24d5b231-7e75726a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_997e1fb9-6f4a-c2fd-54c3-613a32ec311f-7e75726c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_997e1fb9-6f4a-c2fd-54c3-613a32ec3123-7e75726c,
#w-node-_997e1fb9-6f4a-c2fd-54c3-613a32ec312d-7e75726c,
#w-node-_997e1fb9-6f4a-c2fd-54c3-613a32ec3132-7e75726c,
#w-node-_3ab20a95-c022-eaf0-138d-285f792518c4-7e75726c,
#w-node-b4b6859a-d07f-5bc2-3ff0-0ed8a8f6d92e-7e75726c,
#w-node-c83cb9de-6ef2-413f-edee-be6798ff1c22-7e75726c,
#w-node-c172e6bd-587b-3f2a-1082-ee8c3d675909-7e75726c,
#w-node-_55231f76-ecdf-a181-0af3-400b53ab5d92-7e75726c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e6e741-949c-49f8-dc82-ac7299908245-427d8014 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_58e6e741-949c-49f8-dc82-ac7299908247-427d8014 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center start;
}

#w-node-_58e6e741-949c-49f8-dc82-ac7299908249-427d8014 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_5af39fc9-b857-a864-0634-0b6f186f8155-7e757256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d967c33c-8a0f-645f-70dc-79c942054370-42054367 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_26f76bbc-b551-3633-2e3b-934edbe3a453-7e757260 {
    order: -9999;
  }

  #w-node-_519ce513-f2a6-5043-3214-3e536fd3d571-7e757260 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3a4c8b85-43f2-08f2-ef73-cd19482a373a-7e75726a {
    order: -9999;
  }

  #w-node-fb0d7f0a-edfe-304c-1e22-8c4f85c40f69-7e75726a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0e27cc31-3438-75c2-d325-66124c14fddf-7e75726a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00bc010f-d1ad-8c29-9435-89ab6ef51668-7e757256 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_00bc010f-d1ad-8c29-9435-89ab6ef5166a-7e757256 {
    grid-row: 3 / 4;
    place-self: auto;
  }

  #w-node-_00bc010f-d1ad-8c29-9435-89ab6ef5166c-7e757256 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_5af39fc9-b857-a864-0634-0b6f186f8152-7e757256,
  #w-node-_5af39fc9-b857-a864-0634-0b6f186f814f-7e757256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f0-7e757260 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f2-7e757260 {
    grid-row: 3 / 4;
    place-self: auto;
  }

  #w-node-ac31d3d8-94b8-77d1-7aab-2f21ea8214f4-7e757260 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_997e1fb9-6f4a-c2fd-54c3-613a32ec311f-7e75726c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58e6e741-949c-49f8-dc82-ac7299908245-427d8014 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_58e6e741-949c-49f8-dc82-ac7299908247-427d8014 {
    grid-row: 3 / 4;
    place-self: auto;
  }

  #w-node-_58e6e741-949c-49f8-dc82-ac7299908249-427d8014 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }
}


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

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

.process_content-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 100px;
  /* Keep it in view while scrolling */
}

/* Transparent vertical container */
.vertical-video-wrap {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 9/16;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  /* Slightly smaller radius inside the padded wrapper */
}

@media screen and (max-width: 991px) {

  /* Revert back to standard 1-column stack and hide the video on mobile/tablet portrait */
  .process_component {
    grid-template-columns: 1fr;
  }

  .process_content-video {
    display: none !important;
  }
}