:root {
  --global-colors--link: black;
  --global-colors--link-hover: black;
  --global--body-font-family: Inter, sans-serif;
  --global-colors--text-default: black;
  --global--body-font-size: 16px;
  --subnav--font-family: "Clash Display", sans-serif;
  --subnav-default--text: var(--global-colors--text-default);
  --subnav--font-size: 13px;
  --subnav--letter-spacing: 1.5px;
  --subnav-default--text-hover: var(--subnav-default--text);
  --subnav-default-inverse--text: var(--global-colors--text-muted-inverse);
  --subnav-default-inverse--text-hover: var(--global-colors--text-inverse);
  --button-text--font-family: "Clash Display", sans-serif;
  --button-default--text: var(--global-colors--text-default);
  --button-text--font-size: 13px;
  --button-text--letter-spacing: 1px;
  --button-default--text-hover: var(--button-default--text);
  --button-default--text-pressed: var(--button-default--text);
  --global--border-width: 1px;
  --global-colors--border-default: black;
  --button--padding-vertical: 1rem;
  --button--padding-horizontal: 1.25rem;
  --button--border-width: var(--global--border-width);
  --button-default--border: var(--global-colors--border-default);
  --button--border-radius: 0px;
  --button-default--background: transparent;
  --button--font-family: "Clash Display", sans-serif;
  --button--font-size: 12px;
  --button--letter-spacing: 1.5px;
  --button-default--border-hover: var(--button-default--border);
  --button-default--background-hover: var(--button-default--background);
  --button-default--border-pressed: var(--button-default--border);
  --button-default--background-pressed: var(--button-default--background);
  --button-primary--border: transparent;
  --button-primary--background: var(--global-colors--background-primary);
  --button-primary--text: var(--global-colors--text-inverse);
  --button-primary--border-hover: transparent;
  --button-primary--border-pressed: transparent;
  --button-primary--background-pressed: var(--button-primary--background);
  --button-primary--text-pressed: var(--button-primary--text);
  --button-muted--border: transparent;
  --button-muted--background: var(--global-colors--background-muted);
  --button-muted--text: var(--global-colors--text-default);
  --button-muted--border-hover: transparent;
  --button-muted--background-hover: var(--button-muted--background);
  --button-muted--text-hover: var(--button-muted--text);
  --button-muted--border-pressed: transparent;
  --button-muted--background-pressed: var(--button-muted--background);
  --button-muted--text-pressed: var(--button-muted--text);
  --button-secondary--border: transparent;
  --button-secondary--text: var(--global-colors--text-default);
  --button-secondary--border-hover: transparent;
  --button-secondary--text-hover: var(--button-secondary--text);
  --button-secondary--border-pressed: transparent;
  --button-secondary--background-pressed: var(--button-secondary--background);
  --button-secondary--text-pressed: var(--button-secondary--text);
  --nav--font-family: "Clash Display", sans-serif;
  --nav-default--text: var(--global-colors--text-default);
  --nav--font-size: 13px;
  --nav--letter-spacing: 1.5px;
  --nav-default--text-hover: var(--nav-default--text);
  --nav-default-inverse--text: var(--global-colors--text-muted-inverse);
  --nav-default-inverse--text-hover: var(--global-colors--text-inverse);
  --text-meta--font-family: "Clash Display", sans-serif;
  --text-meta--font-size: 13px;
  --text-meta--letter-spacing: 1.5px;
  --global-colors--body-background: #e8e8e8;
  --global--heading-font-family: "Clash Display", sans-serif;
  --global-colors--background-secondary: #d2f65a;
  --global-colors--background-muted: #f8f8f8;
  --card--border-width: var(--global--border-width);
  --card-default--border: var(--global-colors--border-default);
  --card-default--background: transparent;
  --card-default--text: var(--global-colors--text-default);
  --card-secondary--border: transparent;
  --card-secondary--background: var(--global-colors--background-secondary);
  --card-secondary--text: var(--global-colors--text-default);
  --card-primary--border: transparent;
  --card-primary--background: var(--global-colors--background-primary);
  --card-primary--text: var(--global-colors--text-inverse);
  --card-muted--border: transparent;
  --card-muted--background: var(--global-colors--background-muted);
  --card-muted--text: var(--global-colors--text-default);
  --nav--border-width: var(--global--border-width);
  --nav-default--border: var(--global-colors--border-default);
  --nav-default-inverse--border: var(--global-colors--border-inverse);
  --global-colors--text-muted: #000000b3;
  --subnav--border-width: var(--global--border-width);
  --subnav-default--border: var(--global-colors--border-default);
  --subnav-default-inverse--border: var(--global-colors--border-inverse);
  --global-colors--background-primary: black;
  --form--padding-vertical: 1rem;
  --form--padding-horizontal: 1.25rem;
  --form--border-width: 2px;
  --form-default--border: var(--global-colors--border-default);
  --form--border-radius: 0px;
  --form-default--background: var(--global-colors--background-default);
  --form--font-family: var(--global--body-font-family);
  --form-default--text: var(--global-colors--text-default);
  --form--font-size: 16px;
  --form-default--border-focus: var(--global-colors--border-default);
  --form-default--background-focus: var(--global-colors--background-muted);
  --form-default--text-placeholder: var(--global-colors--text-muted);
  --button-text--border-width: var(--global--border-width);
  --button-text-default--border: var(--button-text-default--text);
  --global-colors--text-inverse: white;
  --global-colors--text-muted-inverse: #ffffffb3;
  --global-colors--text-secondary: #d2f65a;
  --global-colors--background-default: white;
  --global-colors--border-inverse: white;
  --button-primary--text-hover: var(--button-primary--text);
  --button-primary--background-hover: var(--button-primary--background);
  --button-secondary--background: var(--global-colors--background-secondary);
  --button-secondary--background-hover: var(--button-secondary--background);
  --button-text-default--text: var(--global-colors--text-default);
  --button-text-default--text-hover: var(--button-text-default--text);
  --card--border-radius: 0px;
  --navbar-item--font-family: "Clash Display", sans-serif;
  --navbar-item--font-size: 13px;
  --navbar-item--letter-spacing: 1.5px;
  --navbar-item-default--text: var(--global-colors--text-default);
  --navbar-item-default--text-hover: var(--navbar-item-default--text);
  --navbar-item-default--border: var(--global-colors--border-default);
  --text-meta--text-color: var(--global-colors--text-default);
}

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--global-colors--link);
}

a:hover {
  color: var(--global-colors--link-hover);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.page-wrapper {
  width: auto;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.page-padding {
  padding: 5vh 3vw 0;
}

.main-wrapper {
  color: #161616;
  background-color: #161616;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 30px #00000008;
}

.utility-component {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 0 0 30px #00000008;
}

.padding-medium {
  padding: 2rem;
}

.utility-form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-top.margin-small {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.padding-top.padding-medium {
  border-radius: 8px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.padding-top.padding-xxlarge {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

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

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

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

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

.body {
  font-family: var(--global--body-font-family);
  color: var(--global-colors--text-default);
  font-size: var(--global--body-font-size);
  background-color: #0e0e0e;
  padding-top: 3vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-menu-toggle {
  display: none;
}

.subnav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--subnav--font-family);
  color: var(--subnav-default--text);
  font-size: var(--subnav--font-size);
  letter-spacing: var(--subnav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.subnav-item:hover {
  color: var(--subnav-default--text-hover);
}

.subnav-item.w--current {
  text-decoration: underline;
}

.subnav-item.inverse {
  color: var(--subnav-default-inverse--text);
}

.subnav-item.inverse:hover {
  color: var(--subnav-default-inverse--text-hover);
}

.button-text {
  font-family: var(--button-text--font-family);
  color: var(--button-default--text);
  font-size: var(--button-text--font-size);
  text-align: center;
  letter-spacing: var(--button-text--letter-spacing);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-text:hover {
  color: var(--button-default--text-hover);
}

.button-text:active {
  color: var(--button-default--text-pressed);
}

.line {
  height: var(--global--border-width);
  background-color: var(--global-colors--border-default);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
}

.button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  border: var(--button--border-width) solid var(--button-default--border);
  border-radius: var(--button--border-radius);
  background-color: var(--button-default--background);
  font-family: var(--button--font-family);
  color: var(--button-default--text);
  font-size: var(--button--font-size);
  text-align: center;
  letter-spacing: var(--button--letter-spacing);
  text-transform: uppercase;
  justify-content: center;
  margin: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--button-default--border-hover);
  background-color: var(--button-default--background-hover);
  color: var(--button-default--text-hover);
}

.button:active {
  border-color: var(--button-default--border-pressed);
  background-color: var(--button-default--background-pressed);
  color: var(--button-default--text-pressed);
}

.button.primary {
  border-color: var(--button-primary--border);
  background-color: var(--button-primary--background);
  color: var(--button-primary--text);
}

.button.primary:hover {
  border-color: var(--button-primary--border-hover);
  color: #242424;
  background-color: #dfdfdf;
}

.button.primary:active {
  border-color: var(--button-primary--border-pressed);
  background-color: var(--button-primary--background-pressed);
  color: var(--button-primary--text-pressed);
}

.button.muted {
  border-color: var(--button-muted--border);
  background-color: var(--button-muted--background);
  color: var(--button-muted--text);
}

.button.muted:hover {
  border-color: var(--button-muted--border-hover);
  background-color: var(--button-muted--background-hover);
  color: var(--button-muted--text-hover);
}

.button.muted:active {
  border-color: var(--button-muted--border-pressed);
  background-color: var(--button-muted--background-pressed);
  color: var(--button-muted--text-pressed);
}

.button.secondary {
  border-color: var(--button-secondary--border);
  color: var(--button-secondary--text);
  background-color: #d2f65a00;
  background-image: linear-gradient(90deg, #9645ff 28%, #495eff);
  position: relative;
}

.button.secondary:hover {
  border-width: 1px;
  border-color: var(--button-secondary--border-hover);
  color: var(--button-secondary--text-hover);
  background-color: #fff;
  background-image: linear-gradient(#ffffff47, #ffffff47), linear-gradient(90deg, #9645ff 28%, #495eff);
}

.button.secondary:active {
  border-color: var(--button-secondary--border-pressed);
  background-color: var(--button-secondary--background-pressed);
  color: var(--button-secondary--text-pressed);
}

.label-link {
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  align-items: center;
  padding: .4rem .5rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--nav--font-family);
  color: var(--nav-default--text);
  font-size: var(--nav--font-size);
  letter-spacing: var(--nav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-item:hover {
  color: var(--nav-default--text-hover);
}

.nav-item.inverse {
  color: var(--nav-default-inverse--text);
}

.nav-item.inverse:hover {
  color: var(--nav-default-inverse--text-hover);
}

.styleguide-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.styleguide-menu-toggle-line._02 {
  margin-top: -1px;
}

.styleguide-menu-toggle-line._03 {
  bottom: 0;
}

.styleguide-navbar-overlay {
  z-index: 10;
  opacity: .5;
  background-color: #222;
  display: none;
  position: fixed;
  inset: 0%;
}

.styleguide-nav-wrapper {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  width: 300px;
  padding: 3rem 2.5rem;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: scroll;
}

.styleguide-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.styleguide-nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-family: var(--nav--font-family);
  color: var(--nav-default--text);
  font-size: var(--nav--font-size);
  letter-spacing: var(--nav--letter-spacing);
  text-transform: uppercase;
  flex-direction: column;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.styleguide-nav-item:hover, .styleguide-nav-item.w--current {
  text-decoration: underline;
}

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

.block-quote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 3rem 0 3rem 3.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

.text-color-default {
  color: var(--global-colors--text-default);
}

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

.text-meta {
  font-family: var(--text-meta--font-family);
  color: #e3dff1;
  font-size: var(--text-meta--font-size);
  letter-spacing: var(--text-meta--letter-spacing);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-meta.text-color-muted {
  color: var(--global-colors--body-background);
}

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

.form-wrapper {
  margin-bottom: 0;
}

.card-padding {
  padding: 3rem;
}

.card-padding.xlarge {
  padding: 5rem;
}

.card-padding.small {
  padding: 1.5rem 2rem;
}

.card-padding.large {
  padding: 4rem;
}

.heading-medium {
  font-family: var(--global--heading-font-family);
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.form-checkbox-label {
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.form-radio-icon {
  border: 2px solid var(--global-colors--border-default);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 7px;
  border-color: #000;
  width: 20px;
  height: 20px;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  width: .875rem;
  height: .875rem;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-rich-text figcaption {
  font-size: .875rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.text-rich-text blockquote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

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

.heading-h3 {
  font-family: var(--global--heading-font-family);
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.text-size-xlarge {
  font-size: 1.5rem;
  line-height: 150%;
}

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

.form-checkbox-icon {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin: 0 .5rem 2px 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #000;
  background-size: 70%;
  border-color: #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.text-meta-large {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.form-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.form-field-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-bottom: 1.5rem;
  display: flex;
}

.icon-1x1-xsmall {
  width: 18px;
  height: 18px;
  line-height: 100%;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 160%;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.background-color-secondary {
  background-color: var(--global-colors--background-secondary);
}

.icon-1x1-medium {
  width: 28px;
  height: 28px;
  line-height: 100%;
}

.form-message-success {
  background-color: #f2ff93;
  background-image: linear-gradient(90deg, #a845ff, #4a53ff);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.background-color-muted {
  background-color: var(--global-colors--background-muted);
}

.card {
  border: var(--card--border-width) solid var(--card-default--border);
  background-color: var(--card-default--background);
  color: var(--card-default--text);
}

.card.secondary {
  border-color: var(--card-secondary--border);
  background-color: var(--card-secondary--background);
  color: var(--card-secondary--text);
}

.card.primary {
  border-color: var(--card-primary--border);
  background-color: var(--card-primary--background);
  color: var(--card-primary--text);
}

.card.muted {
  border-color: var(--card-muted--border);
  background-color: var(--card-muted--background);
  color: var(--card-muted--text);
}

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

.nav-item-line {
  height: var(--nav--border-width);
  background-color: var(--nav-default--border);
  width: 0%;
}

.nav-item-line.inverse {
  background-color: var(--nav-default-inverse--border);
}

.icon-1x1-large {
  width: 32px;
  height: 32px;
  line-height: 100%;
}

.styleguide-elements {
  margin-left: 300px;
}

.icon-1x1-default {
  width: 24px;
  height: 24px;
  line-height: 100%;
}

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

.heading-h4 {
  font-family: var(--global--heading-font-family);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
}

.heading-small {
  font-family: var(--global--heading-font-family);
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.text-uppercase {
  color: #f3f3f3;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
}

.heading-h2 {
  font-family: var(--global--heading-font-family);
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-h2.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.text-color-muted {
  color: var(--global-colors--text-muted);
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 170%;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 160%;
}

.subnav-item-line {
  height: var(--subnav--border-width);
  background-color: var(--subnav-default--border);
  width: 0%;
}

.subnav-item-line.inverse {
  background-color: var(--subnav-default-inverse--border);
  color: #fff;
}

.background-color-primary {
  background-color: var(--global-colors--background-primary);
}

.form-input {
  padding: var(--form--padding-vertical) var(--form--padding-horizontal);
  border: var(--form--border-width) solid var(--form-default--border);
  border-radius: var(--form--border-radius);
  background-color: var(--form-default--background);
  font-family: var(--form--font-family);
  color: var(--form-default--text);
  font-size: var(--form--font-size);
  min-height: 4rem;
  margin-bottom: 0;
  line-height: 140%;
  transition: background-color .2s, border .2s;
}

.form-input:active, .form-input:focus {
  border-color: var(--form-default--border-focus);
  background-color: var(--form-default--background-focus);
}

.form-input::placeholder {
  color: var(--form-default--text-placeholder);
}

.form-input.is-text-area {
  min-height: 10rem;
}

.text-size-small {
  font-size: .875rem;
  line-height: 160%;
}

.text-meta-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

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

.heading-h6 {
  font-family: var(--global--heading-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
}

.heading-large {
  font-family: var(--global--heading-font-family);
  font-size: 7rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-large.text-uppercase {
  color: var(--global-colors--body-background);
  letter-spacing: 4px;
  font-family: Clash Display, sans-serif;
  font-weight: 600;
}

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

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

.heading-xlarge {
  font-family: var(--global--heading-font-family);
  font-size: 9rem;
  font-weight: 500;
  line-height: 90%;
}

.heading-xlarge.text-uppercase {
  letter-spacing: 6px;
  font-weight: 600;
}

.form-message-error {
  text-align: center;
  background-color: #ff9393;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1rem;
}

.icon-1x1-small {
  width: 20px;
  height: 20px;
  line-height: 100%;
}

.heading-h1 {
  font-family: var(--global--heading-font-family);
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.italic {
  font-weight: 400;
}

.section-styleguide {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section-styleguide.first {
  padding-top: 0;
}

.section-styleguide.last {
  padding-bottom: 0;
}

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.heading-h5 {
  font-family: var(--global--heading-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  color: var(--global-colors--body-background);
  letter-spacing: 1px;
}

.form-radio-label {
  font-size: 1rem;
  font-weight: 300;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.styleguide-classes {
  display: none;
}

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

.show-tablet {
  display: none;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.main-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 1rem;
  max-width: 112.5rem;
  min-height: 93vh;
  margin-left: auto;
  margin-right: auto;
}

.show {
  display: block;
}

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

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

.button-text-line {
  height: var(--button-text--border-width);
  background-color: var(--button-text-default--border);
  width: 100%;
  margin-top: 2px;
}

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

.mobile-menu-toggle {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  position: static;
  top: 5vh;
  right: 3vw;
}

.navbar-right-button {
  display: flex;
}

.header {
  z-index: 400;
  height: 10vh;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: block;
}

.mobile-menu-nav-link.w--current {
  grid-column-gap: 5.7rem;
  grid-row-gap: 5.7rem;
  color: #9f6fff;
  -webkit-text-stroke-color: #b676ff;
  text-decoration: underline;
  display: block;
}

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

.navbar {
  z-index: 2000;
  width: 100%;
  position: relative;
  top: auto;
}

.mobile-menu-nav-text {
  color: #f7f7f7;
  width: auto;
  font-family: Clash Display, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 100px;
  text-decoration: none;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mobile-menu-toggle-line._03 {
  background-color: #9e9e9e;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 2px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.mobile-menu-toggle-line._02 {
  background-color: #9e9e9e;
  width: 30px;
  height: 2px;
  margin-top: 0;
  position: static;
  top: 50%;
}

.mobile-menu-toggle-line._01 {
  color: #000;
  background-color: #9e9e9e;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0% 0% auto;
}

.mobile-menu {
  z-index: 1500;
  background-color: #0e0e0e;
  width: auto;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-menu-wrapper {
  height: 85%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-menu-nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.navbar-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: block;
}

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

.section-home-hero {
  z-index: 1;
}

.home-hero-image-wrapper {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 92vw;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.button-line-left.primary {
  background-color: #fff;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navbar-menu-item-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  position: relative;
}

.navbar-menu-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.home-services-grid-left-inner {
  padding-bottom: 7rem;
  position: sticky;
  top: 2rem;
}

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

.home-services-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.home-services-card-wrapper {
  border-top: 2rem solid #fff;
  position: sticky;
  top: 0;
}

.home-services-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.section-marquee-secondary {
  color: var(--global-colors--text-default);
  background-color: #d2f65a00;
  background-image: linear-gradient(90deg, #a100ff, #5334ff);
  overflow: hidden;
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Clash Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.home-clients-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: "Area"
  / .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.section-home-clients {
  padding: 4rem;
}

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

.text-color-secondary {
  color: #7856ff;
}

.home-services-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-services-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-marquee {
  overflow: hidden;
  transform: translate(0);
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.marquee-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Clash Display, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 100%;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid-right-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  z-index: 0;
  background-color: var(--global-colors--background-primary);
  color: var(--global-colors--text-inverse);
  margin-top: -1px;
  position: relative;
}

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

.text-style-link.inverse {
  color: var(--global-colors--text-inverse);
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.inverse-text-color-muted {
  color: #ffffffb3;
}

.clip {
  overflow: hidden;
}

.section-cta-contact {
  color: var(--global-colors--text-inverse);
  background-color: #000;
  position: relative;
}

.button-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.home-work-link {
  z-index: 10;
  border: 0px solid var(--global-colors--background-secondary);
  transition: border-width .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.home-work-link:hover {
  border: 10px solid #d2f65a;
}

.home-work-category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.banner-circle-image {
  width: 120px;
  position: static;
}

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.banner-circle {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.body-styleguide {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-meta-line {
  height: var(--global--border-width);
  background-color: var(--global-colors--body-background);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 24px;
}

.text-meta-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--global-colors--body-background);
  align-items: center;
  display: flex;
}

.home-work {
  position: relative;
  overflow: hidden;
}

.home-services-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.home-hero-subheading {
  color: var(--global-colors--body-background);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 110%;
}

.section-project-hero {
  z-index: 1;
}

.project-services-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.project-about-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.project-about-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-about-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.project-about-grid-left-inner {
  position: sticky;
  top: 2rem;
}

.project-about-card-wrapper {
  border-top: 2rem solid #fff;
  position: sticky;
  top: 0;
}

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

.image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.project-pagination-previous-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.project-pagination-next-link {
  display: flex;
}

.project-pagination-previous {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.project-pagination-previous-link {
  display: flex;
}

.project-pagination-grid {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.project-pagination-previous-image-wrapper {
  overflow: hidden;
}

.project-pagination-next {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  display: grid;
}

.project-pagination-next-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.project-pagination-next-image-wrapper {
  display: block;
  overflow: hidden;
}

.section-project-pagination {
  z-index: 100;
}

.project-pagination-center {
  align-items: center;
  display: flex;
}

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

.project-about-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

.project-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
}

.project-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 6rem;
  display: flex;
}

.section-work-heading, .section-work-projects {
  z-index: 1;
}

.div-block {
  padding-bottom: 2rem;
}

.home-project-button-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-button {
  z-index: 10;
  background-color: var(--global-colors--background-secondary);
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: transform .1s linear;
  display: flex;
}

.view-button-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Clash Display, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.home-project-image-wrapper {
  border-radius: .5rem;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.home-project-image, .image-cover-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-hero-grid-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-contact-hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.contact-form-wrapper {
  width: 500px;
  height: 50vh;
  margin-bottom: 0;
}

.section-contact-socials {
  z-index: 1;
  background-color: #d2f65a00;
  background-image: linear-gradient(90deg, #a44aff, #675aff);
}

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

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

.licensing-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.licensing-inner-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.licensing-item-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.licensing-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.licesing-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-licensing {
  z-index: 1;
}

.licesing-hero-grid-left {
  position: sticky;
  top: 2rem;
}

.section-404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

.button-line-right.primary {
  background-color: #fff;
}

.home-clients-logos {
  overflow: hidden;
}

.home-clients-logos-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.home-clients-logos-inner {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.work-project-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}

.work_link {
  margin-left: 4.4em;
  position: relative;
}

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

.work-projects-category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.work-projects-work {
  position: relative;
  overflow: hidden;
}

.work-projects-work-link {
  z-index: 10;
  border: 0 solid #d2f65a;
  transition: border-width .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.work-projects-work-link:hover {
  border: 10px solid #d2f65a;
}

.work-projects-work-button-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.page-padding-menu {
  height: 80vh;
  padding-left: 3rem;
  padding-right: 3rem;
}

.div-block-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  width: 50%;
}

.div-block-3 {
  background-image: url('../images/logo-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: #0e0e0e;
  padding: 2rem;
  overflow: visible;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #b4b4b4;
}

.fn-button {
  opacity: 1;
  color: #0f1213;
  text-align: center;
  background-color: #7856ff;
  border: 0 solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  background-color: #fff;
  border-color: #0f1213;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.fh-features-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.fn-featured-tabs-content-wrapper {
  width: 100%;
}

.fn-featured-tabs-content {
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.fn-tabs-paragraph {
  flex: none;
  overflow: hidden;
}

.fn-tabs-link-title-icon {
  color: #df0;
  object-fit: contain;
  width: 19px;
  height: 19px;
}

.fn-tabs-link-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-tabs-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #939b9b;
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  transition: opacity .25s;
  display: flex;
}

.fn-tabs-link:hover {
  opacity: .8;
  color: #939b9b;
}

.fn-tabs-link.w--current {
  background-color: #0f1213;
}

.fn-featured-tabs-menu {
  flex-direction: column;
  display: flex;
}

.fn-featured-tabs {
  width: 100%;
  margin-bottom: 32px;
  position: static;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  color: #e7e7e7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Clash Display, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.fn-container-grid.relative {
  max-width: none;
  position: relative;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fh-section-image-wrapper-first {
  background-image: url('../images/Image-service-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  width: 42vw;
  height: 52vh;
  overflow: hidden;
}

.fn-label-small {
  color: #7537f0;
  margin-bottom: 24px;
  line-height: 1em;
}

.div-block-4 {
  height: 50px;
  position: sticky;
  inset: auto 0% 0%;
}

.div-block-5 {
  background-image: url('../images/Untitled-1-01-Recovered.svg');
  background-position: 0 0;
  background-size: cover;
  width: 25%;
  height: 25%;
  position: relative;
}

.link {
  color: var(--global-colors--text-inverse);
  text-decoration: none;
}

.link:hover {
  color: #8536fa;
}

.section-405 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  padding: 20px;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/light.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 60vh;
  overflow: hidden;
}

.div-block-9 {
  width: 20%;
  height: 20%;
  position: relative;
  bottom: 40%;
  left: 40%;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75%;
  display: flex;
}

.div-block-11 {
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, #ba42f6, #4e39f1);
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: auto;
  margin-top: 10%;
  display: flex;
}

.heading {
  font-size: 2rem;
  font-weight: 500;
}

.heading-2, .heading-3, .text-block, .text-block-2 {
  color: #ececec;
}

.div-block-12 {
  background-image: linear-gradient(#bf50ff00 19%, #753aff);
  width: 100%;
  height: 6%;
}

.section-406 {
  height: 10%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.heading-4 {
  color: #dadada;
}

.bold-text {
  color: #8b52ff;
}

.image {
  color: #b9b9b9;
}

.heading-5 {
  color: var(--global-colors--body-background);
  font-size: 10rem;
  font-weight: 600;
}

.div-block-13 {
  z-index: 1;
  width: 20vw;
  height: 20vh;
  position: absolute;
}

.page-padding-copy {
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

.line-2 {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-14 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  display: grid;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  border-radius: 6px;
  width: auto;
  overflow: hidden;
}

.div-block-16 {
  border-radius: 6px;
  width: auto;
  height: 80%;
  overflow: visible;
}

.code-embed-2 {
  z-index: 502;
  height: 100%;
  position: relative;
}

.code-embed-3 {
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.fn-container-grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-408 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #ecf0ef;
  background-color: #161616;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.button-header-white {
  color: #ecf0ef;
  background-color: #1d1f1e;
  border: 1px solid #d1d0ca;
  border-radius: 8px;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-header-white:hover {
  color: #1e1e1e;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: #fff;
}

.button-header-white.w--current {
  color: #ebebeb;
  background-color: #262626;
  border-radius: 8px;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
}

.button-header-white.w--current:hover {
  color: #fff;
  -webkit-text-stroke-color: #262626;
}

.div-block-17 {
  background-image: url('../images/Site_Web_TransmiXR_Loop.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-7 {
  height: auto;
  font-size: 80px;
  line-height: 100%;
}

.fn-section-410 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #ecf0ef;
  background-color: #161616;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.heading-8 {
  height: auto;
  font-size: 80px;
  line-height: 100%;
}

.div-block-18 {
  background-image: url('../images/Site_Web_TransmiXR_Loop.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.fs-consent_component {
  display: none;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

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

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_checkbox_field-3, .fs-consent_checkbox_field-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.pageloader {
  z-index: 9999;
  color: #fff;
  background-color: #0e1011;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100dvh;
  padding: 5vw 6vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pageloader-heading {
  text-align: right;
  text-transform: uppercase;
  background-image: url('../images/Site_Web_TransmiXR_Loop.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  height: 20vh;
  font-size: 12vw;
  font-weight: 400;
  line-height: 100%;
}

.text-meta-copy {
  font-family: var(--text-meta--font-family);
  color: #7e56ff;
  font-size: var(--text-meta--font-size);
  letter-spacing: var(--text-meta--letter-spacing);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-meta-copy.text-color-muted {
  color: var(--global-colors--body-background);
}

.section-407 {
  height: 15%;
}

.paragraph-4 {
  color: var(--global-colors--body-background);
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-10 {
  color: var(--global-colors--body-background);
  padding-left: 3rem;
  font-size: 52px;
}

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

.fh-hero-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 534px;
  margin-top: 36px;
  overflow: hidden;
}

.fn-button-2 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Clash Display, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
}

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

.fn-container-grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
}

.fn-section-411 {
  color: #ecf0ef;
  background-color: #1d1f1e00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-button-secondery-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 3px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  flex: 0 auto;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-blog-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Clash Display, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-2 {
  flex-direction: column;
  order: 0;
  align-self: flex-start;
  align-items: flex-start;
  display: block;
}

.fh-hero-image-wrapper-second {
  background-image: url('../images/nude.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.fn-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-author-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.fn-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-label-icon {
  background-color: #80f;
  width: 63px;
  height: 1px;
  margin-bottom: 24px;
}

.fn-slider-column {
  padding: 46px 100px 46px 24px;
}

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

.fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f1213;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.body-paralax {
  font-family: var(--global--body-font-family);
  color: var(--global-colors--text-default);
  font-size: var(--global--body-font-size);
  background-color: #0e0e0e;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 150%;
}

.section_hero {
  display: block;
}

.parallax_heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-shadow: 0 1px 3rem #00000085;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: PT Sans, sans-serif;
  font-size: 8rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.parallax_component {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 3500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.parallax_layer {
  z-index: 2;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: static;
  top: -5vh;
}

.parallax_layer.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer.is-4 {
  position: relative;
}

.parallax_layer.is-4.pointer-events-off {
  position: absolute;
  inset: 0% 0% auto;
}

.parallax_layer-1 {
  z-index: 0;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  position: absolute;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-1.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-1.is-4 {
  position: relative;
}

.parallax_layer-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.parallax_layer-2.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-2.is-4 {
  position: relative;
}

.parallax_layer-2.foreground {
  z-index: 0;
  pointer-events: none;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-3 {
  z-index: 500;
  pointer-events: none;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.parallax_layer-3.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-3.is-4 {
  position: relative;
}

.parallax_layer-3.is-4.pointer-events-off {
  position: absolute;
  inset: 0% 0% auto;
}

.parallax_layer-3.foreground {
  z-index: 2000;
  display: inline-block;
}

.video {
  z-index: 5;
  aspect-ratio: 16 / 9;
  width: auto;
  height: 50%;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.overlay {
  z-index: 20;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 25% 0% 0% 25%;
}

.div-block-19 {
  z-index: 21;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 50%;
  display: grid;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
}

.div-block-20 {
  z-index: 22;
  width: 38%;
  height: 6%;
  position: absolute;
  top: 70%;
  left: 25%;
}

.div-block-21 {
  height: 100%;
}

.div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27 {
  pointer-events: auto;
}

.parallax_layer-1-copy {
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: none;
  position: absolute;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-1-copy.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-1-copy.is-4 {
  position: relative;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.div-block-29 {
  flex: 0 auto;
}

.div-block-30 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto;
}

.body-3 {
  background-color: #0e0e0e;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-31 {
  display: block;
}

.div-block-32 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  z-index: 1;
  background-image: url('../images/Untitled-22.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.div-block-34, .div-block-35, .div-block-36, .div-block-37 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.body-4 {
  background-color: #0e0e0e;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-38 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1vw;
  height: 1vh;
  position: absolute;
}

.div-block-39 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 19vh;
  width: 20vw;
  height: 20vh;
  position: absolute;
}

.div-block-40 {
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-41 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 25%;
  position: absolute;
}

.fn-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-2 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-10 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-icon {
  color: #b969ff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #9253ff;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-11 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Clash Display, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.fn-container-grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.fn-section-412 {
  color: #ecf0ef;
  background-color: #1d1f1e00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-logos-masonary-logo {
  color: #9f4bff;
  object-fit: contain;
  width: 64px;
  height: auto;
}

.fn-logos-card {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 170px;
  display: block;
}

.fn-logos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-button-secondery-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-3:hover {
  background-color: #3e4545;
}

.fn-heading-12 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Clash Display, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-413 {
  color: #ecf0ef;
  background-color: #1d1f1e00;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-get-a-demo-shape-second {
  border: 1px solid #90f;
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: absolute;
  inset: auto auto auto 0;
}

.fn-get-a-demo-shape {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.fn-span-color-text {
  color: #994bff;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-label-jambo {
  color: #cdd3d2;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-section-off-black {
  color: #ecf0ef;
  background-color: #0f121300;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-faq-link {
  color: #8a66ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
  color: #fff;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  width: 80vw;
  padding: 24px;
  display: flex;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-section-414 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: #ecf0ef;
  background-color: #1d1f1e00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10vh 4vw;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-42 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 19vh;
  width: 20vw;
  height: 20vh;
  position: absolute;
}

.text-block-3 {
  color: #fff;
}

.div-block-43 {
  z-index: 1;
  background-image: url('../images/Untitled-22.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1vw;
  height: 1vh;
  position: absolute;
}

.text-block-4 {
  padding: 6px 10px;
}

.div-block-44 {
  z-index: 1;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
  height: 5vw;
  position: absolute;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-head {
  z-index: 1;
  color: #f8f8f8;
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  bottom: 3rem;
  left: 5rem;
}

.div-block-46 {
  z-index: 2;
  background-image: linear-gradient(#a14fff, #001bb3);
  width: 2px;
  height: 50%;
  position: absolute;
  top: 15%;
  left: 6vw;
}

.div-block-47 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 5vw;
  height: 30vh;
  display: flex;
  position: absolute;
  inset: 25% auto auto 8vw;
}

.div-block-51 {
  background-color: #fff;
  width: 2px;
  height: 30px;
}

.link-block-3, .link-block-4, .link-block-5 {
  width: 40px;
}

.parallax_layer-4 {
  z-index: 0;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  position: absolute;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-4.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-4.is-4 {
  position: relative;
}

.parallax_layer-0 {
  z-index: 0;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  position: absolute;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-0.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-0.is-4 {
  position: relative;
}

.parallax_layer-5 {
  z-index: 0;
  width: 110vw;
  max-width: none;
  height: 110vh;
  display: block;
  position: absolute;
  inset: -5vh 0% 0% -5vw;
}

.parallax_layer-5.is-1 {
  width: 110%;
  max-width: none;
  height: 110%;
}

.parallax_layer-5.is-4 {
  position: relative;
}

.div-block-52 {
  z-index: 1;
  background-image: url('../images/Untitled-23.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1vw;
  height: 1vh;
  position: absolute;
}

.heading-11 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}

.div-block-53 {
  z-index: 1;
  pointer-events: none;
  background-image: url('../images/Untitled-1-01-Recovered-02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2vw;
  height: 3vh;
  position: absolute;
}

.text-block-5 {
  color: #fff;
}

.text-span {
  color: #8f5fff;
}

.div-block-8-copy {
  background-image: url('../images/untitled-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 60vh;
  overflow: hidden;
}

.fn-logos-masonary-logo-cggopy, .fn-logos-masonary-logo-1 {
  color: #9f4bff;
  object-fit: contain;
  width: 100px;
  height: auto;
}

.fn-logos-masonary-logo-2, .fn-logos-masonary-logo-3 {
  color: #9f4bff;
  object-fit: contain;
  width: 64px;
  height: auto;
}

.fn-logos-card-copy {
  background-color: #0f1213;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 170px;
  display: block;
}

.div-block-45-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-6 {
  width: 100px;
}

.code-embed-7 {
  width: 64px;
}

.utility-component-copy {
  background-color: #171717;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 0 0 30px #00000008;
}

.div-block-54 {
  z-index: 1;
  aspect-ratio: 1;
  -webkit-backdrop-filter: drop-shadow(0 2px 10px #000);
  backdrop-filter: drop-shadow(0 2px 10px #000);
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  position: absolute;
  top: 64%;
  left: 50%;
  overflow: visible;
}

.div-block-54:hover {
  aspect-ratio: 4;
  border-radius: 10px;
  width: 200px;
}

.arrow {
  width: auto;
  height: auto;
}

.arrow.second {
  position: relative;
  top: 1rem;
}

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

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

.hover-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.circle-hover {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: static;
}

.circle-hero {
  background-color: #e2317c;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.circle-hero:hover {
  background-color: #fff;
}

.hero-hover {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  border: 1px none var(--global-colors--body-background);
  white-space: nowrap;
  background-color: #fff;
  border-radius: .0625rem .3125rem .3125rem;
  align-items: flex-start;
  padding: .75rem 1rem;
  display: flex;
  position: absolute;
  left: .5rem;
  overflow: hidden;
}

.arrow-hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 1rem;
  height: .9rem;
  margin-top: .4rem;
  display: flex;
  overflow: hidden;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 4 / 3;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 490px;
  display: grid;
  position: absolute;
  inset: auto;
}

.fn-container-grid-7-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
}

.fn-column-3-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-7-copy1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-2-copy {
  background-color: #0e0e0e;
  padding: 2rem;
  overflow: visible;
}

.div-block-55-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 42vw;
  height: 52vh;
  display: grid;
  position: absolute;
  inset: auto;
}

.page-padding-copy {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4vh 0% 0 0;
  display: flex;
}

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

.padding-top-copy.padding-medium {
  padding-top: 4vh;
  padding-bottom: 0;
}

.padding-top-copy.padding-xxlarge {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-55-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 92vw;
  height: auto;
  display: grid;
  position: absolute;
  inset: auto;
}

.image-3 {
  max-width: none;
}

.text-block-6 {
  width: 60%;
  font-size: 12px;
  line-height: 110%;
}

.link-2 {
  color: #9270ff;
}

.link-2:hover {
  color: #fff;
}

.link-3 {
  color: #9270ff;
}

.link-3:hover {
  color: #fff;
}

.link-4 {
  color: #8264e2;
}

.link-4:hover {
  color: #c9b8ff;
}

.fn-container-grid-6-cospy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-block-56 {
  z-index: 1;
  padding-bottom: 2vh;
  padding-left: 2vw;
  position: absolute;
  bottom: 0%;
}

.code-embed-8 {
  z-index: 1;
  color: #f7f7f7;
  width: 1.5vw;
  position: static;
  inset: auto auto 1vh 2vw;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-hover-copy {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: auto;
  display: flex;
  position: static;
}

.circle-hero-copy {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.circle-hero-copy:hover {
  background-color: #e2317c;
}

.div-block-56-copy {
  z-index: 1;
  padding-bottom: 2vh;
  padding-left: 2vw;
  position: absolute;
  bottom: 0%;
}

.fn-container-grid-6-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.div-block-58 {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff24;
  border-radius: 8px;
  width: 50px;
  height: 46px;
  position: absolute;
  inset: 5vh 3vw 0% auto;
}

.page-padding-copy {
  padding: 5vh 3vw 0;
}

.page-padding-copy-wy {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4vh 2vw 0;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    margin: 2vw;
    overflow: hidden;
  }

  .page-padding {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    flex-flow: column;
    padding-top: 4vh;
    padding-bottom: 0;
    display: flex;
  }

  .padding-top.padding-medium {
    flex: 0 auto;
    width: 100%;
    padding: 0;
  }

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

  .mobile-menu-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    flex: 0 auto;
    width: auto;
    height: auto;
    padding: 10px;
  }

  .header {
    justify-content: space-between;
    align-items: flex-end;
    height: 12vh;
    display: flex;
  }

  .mobile-menu-nav-link.w--current {
    -webkit-text-decoration: underline #bf5fff;
    text-decoration: underline #bf5fff;
  }

  .navbar-inner {
    padding: 1vh 0;
  }

  .mobile-menu-toggle-line._03, .mobile-menu-toggle-line._02, .mobile-menu-toggle-line._01 {
    width: 40px;
    height: 2px;
  }

  .mobile-menu {
    display: none;
  }

  .image-cover {
    max-width: none;
    height: 100%;
  }

  .home-hero-image-wrapper {
    width: 92vw;
    height: 80vh;
    display: block;
    overflow: hidden;
  }

  .section-marquee-secondary {
    flex-flow: row;
    display: block;
  }

  .section-home-clients {
    padding: 10rem 4rem;
  }

  .home-stats-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .section-contact-hero {
    background-image: none;
    padding-top: 10vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home-clients-logos-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .body-2 {
    padding: 0;
    display: block;
    overflow: visible;
  }

  .fn-heading-2 {
    font-size: 4rem;
  }

  .fn-container-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .fh-section-image-wrapper-first {
    aspect-ratio: auto;
    background-image: url('../images/Image-service-copy.jpg');
    width: 40vw;
    height: 52vh;
  }

  .fn-label-small {
    color: #874bff;
  }

  .div-block-5 {
    background-image: url('../images/Untitled-1-01-Recovered-02.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-405 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-6 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
  }

  .div-block-8 {
    height: 60vh;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-11 {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .heading {
    text-decoration: none;
  }

  .heading-2 {
    font-size: 50px;
  }

  .section-406 {
    padding-bottom: 3rem;
  }

  .div-block-13 {
    height: 25vh;
    display: block;
  }

  .div-block-14 {
    z-index: auto;
  }

  .div-block-16 {
    z-index: 502;
    height: 75%;
    position: relative;
  }

  .code-embed-2 {
    z-index: 503;
  }

  .pageloader-heading {
    font-size: 12rem;
  }

  .paragraph-4 {
    max-width: 90%;
    padding-left: 2rem;
  }

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

  .fn-heading-6 {
    text-transform: uppercase;
  }

  .parallax_component {
    z-index: auto;
  }

  .parallax_layer {
    width: 100vw;
    height: 100vh;
  }

  .parallax_layer-1 {
    z-index: 1;
    pointer-events: none;
  }

  .parallax_layer-2 {
    pointer-events: none;
    cursor: auto;
  }

  .parallax_layer-2.foreground {
    z-index: 1;
    pointer-events: none;
    display: block;
  }

  .parallax_layer-3 {
    z-index: 500;
    pointer-events: none;
    cursor: auto;
  }

  .parallax_layer-3.foreground {
    pointer-events: none;
  }

  .video {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    transition: opacity .2s;
    display: block;
  }

  .code-embed-4 {
    width: 100%;
    height: 50vh;
  }

  .div-block-19 {
    z-index: 20;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
  }

  .div-block-20 {
    z-index: 21;
    width: 40%;
    height: 10%;
    position: absolute;
    top: 70%;
    left: 25%;
  }

  .div-block-28 {
    display: flex;
  }

  .link-block, .link-block-2 {
    text-decoration: none;
  }

  .div-block-36 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fn-paragraph-no-margin-2 {
    width: 100%;
  }

  .fn-heading-11 {
    text-transform: uppercase;
    width: 100%;
  }

  .fn-column-3 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .fn-container-grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fn-logos-grid {
    width: 50%;
  }

  .fn-heading-jambo {
    font-size: 80px;
  }

  .fn-faq-link:hover {
    color: #aa90ff;
  }

  .main-head {
    font-weight: 600;
    bottom: 4vh;
    left: 4vw;
  }

  .div-block-46 {
    left: 5vw;
  }

  .div-block-47 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 20vw;
    height: 6vh;
    display: flex;
    inset: auto 4vw 4vh auto;
  }

  .div-block-48 {
    color: #000;
  }

  .image-2 {
    color: #eb8383;
  }

  .code-embed-5 {
    color: #eee;
    width: 40px;
  }

  .div-block-49, .div-block-50 {
    width: 40px;
  }

  .div-block-51 {
    background-color: #fff;
    width: 30px;
    height: 2px;
  }

  .parallax_layer-4 {
    z-index: 0;
    pointer-events: none;
  }

  .parallax_layer-0 {
    z-index: 1;
    pointer-events: none;
  }

  .parallax_layer-5 {
    z-index: 0;
    pointer-events: none;
  }

  .heading-11 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
  }

  .div-block-8-copy {
    height: 60vh;
  }

  .circle-hover {
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    background-color: #b764ff1a;
  }

  .circle-hero {
    background-color: #e2317c;
  }

  .div-block-55 {
    aspect-ratio: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    height: 490px;
    left: auto;
    right: auto;
  }

  .div-block-55-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    height: 80vh;
    left: 4rem;
    right: 4rem;
  }

  .link-block-6 {
    padding: 1rem;
  }

  .fn-container-grid-7-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .fn-column-3-copy {
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
    display: block;
  }

  .fn-container-grid-7-copy1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .body-2-copy {
    padding: 0;
    display: block;
    overflow: visible;
  }

  .div-block-55-copy {
    aspect-ratio: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 40vw;
    height: 52vh;
    left: auto;
    right: auto;
  }

  .page-padding-copy {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    flex-flow: column;
    padding: 5vh 2vw 0;
    display: flex;
  }

  .padding-top-copy.padding-medium {
    padding: 0;
  }

  .div-block-55-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 92vw;
    height: 80vh;
    left: 4vw;
    right: 4vw;
  }

  .link-2 {
    color: #a33bff;
  }

  .link-2:hover {
    color: #ddb5ff;
  }

  .link-3 {
    color: #923dd9;
  }

  .link-3:hover {
    color: #d097ff;
  }

  .link-4 {
    color: #8e3edc;
  }

  .link-4:hover {
    color: #c385ff;
  }

  .div-block-56 {
    z-index: 50;
  }

  .circle-hover-copy {
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    background-color: #b764ff1a;
  }

  .circle-hero-copy {
    background-color: #fff;
  }

  .div-block-56-copy {
    z-index: 50;
    position: relative;
    bottom: 0%;
  }

  .div-block-58 {
    width: 60px;
    height: 58px;
    top: 5vh;
    left: auto;
    right: 3vw;
  }

  .page-padding-copy {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    flex-flow: column;
    padding-top: 4vh;
    padding-bottom: 0;
    display: flex;
  }

  .page-padding-copy-wy {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    flex-flow: column;
    padding: 5vh 2vw 0;
    display: flex;
  }

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

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-component {
    height: 96vh;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-large {
    display: block;
  }

  .body {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

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

  .styleguide-navbar {
    z-index: 5;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .styleguide-menu-toggle-line {
    transform-origin: 100%;
    background-color: #191919;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .styleguide-menu-toggle-line._01 {
    top: 0;
  }

  .styleguide-menu-toggle-line._02 {
    top: 50%;
  }

  .styleguide-nav-wrapper {
    border-left: 1px solid #e8e8e8;
    border-right-style: none;
    border-right-width: 0;
    left: auto;
    right: 0;
    transform: translate(100%);
  }

  .hide-tablet {
    display: none;
  }

  .block-quote {
    background-position: 0 50px;
    background-size: 40px;
    padding-left: 4rem;
  }

  .card-padding, .card-padding.large {
    padding: 2.5rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .text-rich-text blockquote {
    background-position: 0 50px;
    background-size: 40px;
    padding-left: 3.5rem;
    font-size: 2rem;
    line-height: 140%;
  }

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

  .styleguide-elements {
    margin-left: 0;
    padding-top: 3rem;
  }

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

  .heading-h2 {
    font-size: 3rem;
  }

  .form-input {
    width: 100%;
  }

  .heading-large {
    font-size: 5rem;
  }

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

  .heading-h1 {
    font-size: 3.5rem;
  }

  .section-styleguide {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .show-tablet {
    display: block;
  }

  .main-wrapper-2 {
    min-height: 0;
  }

  .mobile-menu-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    cursor: pointer;
    flex: 0 auto;
    width: auto;
    height: auto;
    display: flex;
    position: static;
    top: 0;
    right: 0;
  }

  .mobile-menu-nav-link {
    font-family: var(--nav--font-family);
    color: var(--global-colors--text-inverse);
    font-size: var(--nav--font-size);
    letter-spacing: var(--nav--letter-spacing);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-menu-nav-link:hover, .mobile-menu-nav-link:active {
    color: var(--global-colors--text-inverse);
  }

  .mobile-menu-nav-link:lang(en) {
    padding-top: 0;
  }

  .mobile-menu-nav-link.w--current {
    font-size: 10px;
  }

  .container-xxlarge {
    height: 100%;
  }

  .navbar {
    position: absolute;
  }

  .mobile-menu-nav-text {
    font-family: Clash Display, sans-serif;
    font-size: 60px;
    font-weight: 600;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-inner {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .mobile-menu-toggle-line {
    background-color: var(--global-colors--text-default);
    transform-origin: 100%;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .mobile-menu {
    width: 100%;
    padding-top: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .mobile-menu-wrapper {
    color: var(--global-colors--text-inverse);
    background-color: #161616;
    height: 100%;
    padding: 5rem 2rem 2rem;
  }

  .mobile-menu-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    padding-top: 40px;
    display: flex;
  }

  .navbar-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-hero-image-wrapper {
    width: auto;
  }

  .home-services-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-services-card-wrapper {
    border-top-width: 1.5rem;
  }

  .home-services-grid-right-inner {
    margin-top: -1.5rem;
  }

  .home-clients-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .section-home-clients {
    padding: 4vh 4vw;
  }

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

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .home-work-link {
    cursor: auto;
  }

  .home-work-link:hover {
    border-style: none;
    border-width: 0;
  }

  .banner-circle-image {
    width: 100px;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .home-services-item-heading {
    flex-direction: column;
  }

  .home-hero-subheading {
    font-size: 3vw;
  }

  .project-about-item-heading {
    flex-direction: column;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-about-card-wrapper {
    border-top-width: 1.5rem;
  }

  .project-pagination-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-pagination-center {
    display: none;
  }

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

  .project-about-grid-right-inner {
    margin-top: -1.5rem;
  }

  .project-heading {
    font-size: 7vw;
  }

  .project-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    padding-top: 4rem;
    display: flex;
  }

  .view-button {
    display: none;
  }

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

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-socials-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .section-404 {
    border-radius: 4rem;
    height: auto;
    min-height: 75vw;
    padding: 4rem;
  }

  .home-clients-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .home-clients-logos-inner {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .work_link {
    margin-left: 5vw;
  }

  .work-projects-work-link {
    cursor: auto;
  }

  .work-projects-work-link:hover {
    border-style: none;
    border-width: 0;
  }

  .page-padding-menu {
    width: 100vw;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    height: 1px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fh-features-image-wrapper {
    height: 450px;
  }

  .fn-featured-tabs-content {
    width: 58%;
  }

  .fn-tabs-link {
    transition: none;
  }

  .fn-tabs-link:hover {
    opacity: 1;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .section-405 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-8 {
    height: 40vh;
  }

  .heading {
    font-size: 1rem;
  }

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

  .div-block-14 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-16 {
    height: 70%;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-408 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-header-white, .button-header-white.w--current {
    color: #fff9ea;
  }

  .heading-7 {
    font-size: 70px;
  }

  .fn-section-410 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pageloader {
    padding: 3rem 4rem;
  }

  .pageloader-heading {
    font-size: 15vw;
  }

  .section-407 {
    display: none;
  }

  .fh-hero-image-wrapper-first {
    height: 464px;
    margin-top: 12px;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fn-container-grid-6 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: stretch;
    display: flex;
  }

  .fn-section-411 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-button-secondery-2 {
    transition: none;
  }

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-blog-slider {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: auto;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-column-2 {
    width: 50%;
  }

  .fh-hero-image-wrapper-second {
    width: 50%;
    height: 350px;
  }

  .fn-heading-7 {
    font-size: 48px;
  }

  .fn-heading-8 {
    font-size: 32px;
  }

  .fn-slider-column {
    padding-right: 34px;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .body-paralax {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .parallax_layer {
    overflow: clip;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-35 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-39 {
    background-size: 19vw;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-heading-11 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-412 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-logos-masonary-logo {
    height: 64px;
  }

  .fn-logos-card {
    min-height: 120px;
  }

  .fn-button-secondery-3 {
    transition: none;
  }

  .fn-button-secondery-3:hover {
    background-color: #0000;
  }

  .fn-heading-12 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-413 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-label-jambo {
    margin-bottom: 26px;
  }

  .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-section-414 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-42 {
    background-size: 19vw;
  }

  .main-head {
    font-size: 4rem;
    bottom: 4vh;
    left: 4vw;
  }

  .div-block-46 {
    display: none;
  }

  .div-block-47 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    inset: auto 4vw 4vh auto;
  }

  .div-block-8-copy {
    height: 40vh;
  }

  .fn-logos-masonary-logo-cggopy, .fn-logos-masonary-logo-1, .fn-logos-masonary-logo-2, .fn-logos-masonary-logo-3 {
    height: 30px;
  }

  .fn-logos-card-copy {
    min-height: 120px;
  }

  .utility-component-copy {
    height: 96vh;
  }

  .div-block-55, .div-block-55-copy {
    display: none;
  }

  .fn-container-grid-7-copy, .fn-container-grid-7-copy1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-55-copy {
    display: none;
  }

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

  .div-block-55-copy-copy {
    display: none;
  }

  .fn-container-grid-6-cospy {
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: stretch;
    padding-top: 4vh;
    display: flex;
  }

  .fn-container-grid-6-copy {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: stretch;
    display: flex;
  }

  .div-block-58 {
    height: 46px;
    display: block;
    right: 4vw;
  }

  .page-padding-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-padding-copy-wy {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .page-padding {
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .margin-top.margin-small {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

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

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-large {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .styleguide-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .block-quote {
    background-position: 0 32px;
    background-size: 40px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .card-padding {
    padding: 2rem;
  }

  .card-padding.xlarge {
    padding: 2.5rem;
  }

  .card-padding.small {
    padding: 1.5rem;
  }

  .card-padding.large {
    padding: 2rem;
  }

  .heading-medium {
    font-size: 3.5rem;
  }

  .text-rich-text blockquote {
    background-position: 0 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

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

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

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

  .heading-h2 {
    font-size: 2.5rem;
  }

  .heading-large {
    font-size: 4rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

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

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

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

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

  .mobile-menu-toggle {
    cursor: pointer;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .navbar-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-menu {
    z-index: 5;
  }

  .navbar-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-services-grid-left-inner {
    padding-bottom: 4rem;
    position: static;
  }

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

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

  .home-stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .marquee-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marquee-heading {
    font-size: 3rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-grid-right-inner {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .banner-circle-image {
    width: 90px;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .home-hero-subheading {
    font-size: 3.5vw;
  }

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

  .project-about-grid-left-inner {
    position: static;
  }

  .project-meta-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-heading {
    font-size: 8vw;
  }

  .project-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .home-project-image-wrapper {
    height: 55vw;
  }

  .contact-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-contact-hero {
    padding-top: 8vh;
  }

  .contact-form-wrapper {
    height: auto;
  }

  .contact-socials-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .licesing-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-404 {
    border-radius: 3rem;
    padding: 3rem;
  }

  .home-clients-logos-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .home-clients-logos-inner {
    width: auto;
  }

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

  .page-padding-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fn-button {
    width: 100%;
  }

  .fh-features-image-wrapper {
    height: 350px;
  }

  .fn-featured-tabs-content {
    width: 100%;
    margin-top: 12px;
    position: static;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fh-section-image-wrapper-first {
    width: 100%;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .div-block-5 {
    background-image: url('../images/Untitled-1-01-Recovered-02.svg');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading-5 {
    font-size: 6rem;
  }

  .div-block-14 {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    height: auto;
    padding: 14vh 0 0;
    display: flex;
    position: static;
  }

  .div-block-15 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .div-block-16 {
    background-color: #000;
    width: 100%;
    height: 90vh;
    display: block;
  }

  .code-embed-2 {
    width: 90%;
    max-width: none;
    height: 95%;
    position: relative;
    top: 0%;
    left: 5%;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-408 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .heading-7 {
    font-size: 50px;
  }

  .fn-section-410 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .heading-8 {
    font-size: 60px;
  }

  .pageloader {
    padding: 2.5rem 3rem;
  }

  .fh-hero-image-wrapper-first {
    height: 220px;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-paragraph-2.hide-on-mobile {
    display: block;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 6vh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .fn-section-411 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-blog-info-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 100%;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-column-2 {
    width: 100%;
  }

  .fh-hero-image-wrapper-second {
    width: 100%;
    height: 300px;
    display: flex;
    overflow: visible;
  }

  .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-slider-column {
    padding: 15px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-heading-9 {
    font-size: 34px;
  }

  .parallax_component {
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .parallax_layer {
    z-index: 0;
    width: auto;
    height: 158vh;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .parallax_layer-1, .parallax_layer-2.foreground {
    width: auto;
    height: 158vh;
    inset: -5vh 0% 0% -50%;
  }

  .parallax_layer-3 {
    width: 300vw;
    display: none;
    position: absolute;
    inset: -5vh 0% 0% -50%;
  }

  .video {
    aspect-ratio: auto;
    object-fit: contain;
    width: 90%;
    height: 30vh;
    max-height: 50%;
    margin-left: 0%;
    position: relative;
    inset: 0% auto;
  }

  .div-block-37 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-10 {
    font-size: 18px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-11 {
    font-size: 34px;
  }

  .fn-container-grid-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-412 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-logos-masonary-logo {
    width: 32px;
    height: 32px;
  }

  .fn-logos-card {
    width: auto;
    min-height: 80px;
  }

  .fn-logos-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    margin-bottom: 12px;
  }

  .fn-heading-12 {
    font-size: 34px;
  }

  .fn-section-413 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-get-a-demo-shape-second, .fn-get-a-demo-shape {
    display: none;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-label-jambo {
    margin-bottom: 0;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .fn-section-414 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .div-block-45 {
    width: 100%;
  }

  .main-head {
    display: none;
    left: 2rem;
  }

  .div-block-47 {
    display: none;
  }

  .parallax_layer-0, .parallax_layer-5 {
    width: auto;
    height: 158vh;
    inset: -5vh 0% 0% -50%;
  }

  .fn-logos-card-copy {
    min-height: 80px;
  }

  .code-embed-6 {
    width: 80px;
  }

  .code-embed-7 {
    width: 32px;
  }

  .fn-container-grid-7-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .fn-container-grid-7-copy1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page-padding-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .text-block-6 {
    width: 100%;
  }

  .fn-container-grid-6-cospy {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 6vh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .fn-container-grid-6-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 6vh;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .div-block-58 {
    right: 8vw;
  }

  .page-padding-copy {
    padding-bottom: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-padding-copy-wy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .utility-component {
    height: 97vh;
  }

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

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

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

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

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

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

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

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

  .padding-vertical.padding-xxhuge {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .body {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-quote {
    background-position: 0 20px;
    background-size: 30px;
    padding-top: 4rem;
    padding-left: 0;
  }

  .text-meta {
    font-size: 13px;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .card-padding.xlarge {
    padding: 2rem 2.25rem;
  }

  .card-padding.small {
    padding: 1rem 1.25rem;
  }

  .card-padding.large {
    padding: 1.75rem 2rem;
  }

  .heading-medium {
    font-size: 3rem;
  }

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

  .text-rich-text blockquote {
    background-position: 0 10px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr;
  }

  .heading-h3.text-uppercase {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-meta-large {
    font-size: 14px;
  }

  .form-field-wrapper {
    flex-flow: column;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

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

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

  .heading-large {
    font-size: 3.5rem;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

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

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

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .show-mobile-portrait {
    display: block;
  }

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

  .mobile-menu-nav-text {
    font-size: 30px;
  }

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

  .mobile-menu {
    display: none;
  }

  .mobile-menu-wrapper {
    padding: 4rem 1.5rem 1.5rem;
  }

  .navbar-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-hero-image-wrapper {
    height: 60vw;
  }

  .home-services-grid-left-inner {
    padding-bottom: 3rem;
  }

  .home-services-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-clients-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-stats-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-services-about {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .marquee-heading {
    font-size: 2.5rem;
  }

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

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    flex-flow: column;
    display: flex;
  }

  .clip {
    overflow: visible;
  }

  .banner-circle-image {
    width: 80px;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .project-about-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .project-pagination-previous {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .project-pagination-previous-image-wrapper {
    display: none;
  }

  .project-pagination-next {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-pagination-next-image-wrapper {
    display: none;
  }

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

  .project-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-contact-hero {
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .contact-form-wrapper {
    height: auto;
  }

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

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

  .section-404 {
    border-radius: 2rem;
    padding: 2.5rem;
  }

  .home-clients-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-clients-logos-inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .fn-button-secondery, .fn-button, .fn-button-wrapper {
    width: 100%;
  }

  .fh-features-image-wrapper, .fh-section-image-wrapper-first {
    height: 220px;
  }

  .fn-label-small {
    display: none;
  }

  .div-block-5 {
    background-size: contain;
  }

  .div-block-11 {
    width: 15vw;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-5 {
    font-size: 6rem;
  }

  .page-padding-copy {
    padding-top: 4vh;
  }

  .div-block-14 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    height: auto;
    padding-top: 16vh;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    height: 110vh;
    display: flex;
  }

  .code-embed-2 {
    width: 95%;
    max-width: 95%;
    height: 100%;
    position: relative;
    top: 0%;
    left: 0;
  }

  .fn-container-grid-5 {
    display: flex;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .button-header-white, .button-header-white.w--current {
    color: #fff9ea;
  }

  .heading-7, .heading-8 {
    font-size: 30px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .pageloader {
    height: 100vh;
    padding: 1.5rem 2rem;
  }

  .pageloader-heading {
    font-size: 4rem;
  }

  .text-meta-copy {
    font-size: 13px;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 120%;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-container-grid-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 8vh;
  }

  .fn-button-secondery-2 {
    width: 100%;
  }

  .fn-blog-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-button-wrapper-2 {
    width: 100%;
  }

  .fn-author-image {
    flex: none;
  }

  .fn-author-wrapper {
    font-size: 14px;
  }

  .body-paralax {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    width: 90%;
    height: 200px;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .body-3 {
    padding-top: 1vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-block-35, .div-block-37 {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .body-4 {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fn-container-grid-7 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fn-section-412 {
    align-items: stretch;
  }

  .fn-logos-masonary-logo {
    height: 25px;
  }

  .fn-logos-card {
    min-height: 60px;
  }

  .fn-logos-grid {
    flex-flow: column;
    display: flex;
  }

  .fn-button-secondery-3 {
    width: 100%;
  }

  .fn-heading-jambo {
    font-size: 34px;
  }

  .fn-label-jambo {
    display: none;
  }

  .div-block-45 {
    min-height: 60px;
    max-height: 0;
  }

  .main-head {
    font-size: 2.5rem;
    top: auto;
    bottom: 10vh;
  }

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

  .fn-logos-masonary-logo-cggopy, .fn-logos-masonary-logo-1, .fn-logos-masonary-logo-2, .fn-logos-masonary-logo-3 {
    height: 25px;
  }

  .fn-logos-card-copy {
    min-height: 60px;
  }

  .utility-component-copy {
    height: 97vh;
  }

  .fn-container-grid-7-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }

  .fn-column-3-copy {
    display: flex;
  }

  .fn-container-grid-7-copy1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .body-2-copy {
    padding-top: 1vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-padding-copy {
    padding-top: 6vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .fn-container-grid-6-cospy, .fn-container-grid-6-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 8vh;
  }

  .page-padding-copy-wy {
    padding-top: 6vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

#w-node-ed25d478-aa42-7348-ba53-b98d4c51c2c2-e4301e4d {
  grid-area: 7 / 1 / 8 / 2;
  place-self: end start;
}

#w-node-_4697ad34-09a2-a811-8c1f-a3bd98d0d229-e4301e4d {
  grid-area: 5 / 5 / 6 / 6;
  place-self: center;
}

#w-node-_0638f25c-9fd0-89f6-05e3-91f55bf18baa-e4301e4d {
  grid-area: 4 / 6 / 5 / 7;
  place-self: center;
}

#w-node-eb977cbb-8370-3820-ccd6-9d696843cb21-e4301e4d {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-a5829abd-db28-a964-fc4f-ce9493791a64-e4301e4d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a5829abd-db28-a964-fc4f-ce9493791a67-e4301e4d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a5829abd-db28-a964-fc4f-ce9493791a6a-e4301e4d {
  justify-self: auto;
}

#w-node-a5829abd-db28-a964-fc4f-ce9493791a6c-e4301e4d, #w-node-dd0ed1b6-e6d0-51f2-772f-aaf0c0a6aef8-e4301e4d, #w-node-dca2a795-3d9d-8e75-f49e-995cf47c30ae-e4301e4d, #w-node-a5829abd-db28-a964-fc4f-ce9493791a74-e4301e4d, #w-node-a5829abd-db28-a964-fc4f-ce9493791a7c-e4301e4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5829abd-db28-a964-fc4f-ce9493791a99-e4301e4d {
  order: 9999;
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d59-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5c-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5d-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d5e-3fc48d54, #w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d75-3fc48d54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c9ab67-8e86-f109-6dc0-dc7d3fc48d73-3fc48d54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fd7-0e531fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a26b06a4-2c02-bc86-9274-74360e531fef-0e531fd2, #w-node-a26b06a4-2c02-bc86-9274-74360e531ff0-0e531fd2, #w-node-a26b06a4-2c02-bc86-9274-74360e531ff1-0e531fd2 {
  place-self: stretch stretch;
}

#w-node-a3d42a22-f85a-3070-62c4-a7f9b089bd31-e4301e4e, #w-node-a3d42a22-f85a-3070-62c4-a7f9b089bd3a-e4301e4e, #w-node-_1424490b-2460-e222-dddb-4eb8011dd265-e4301e4e, #w-node-_4facc9a8-a809-1bef-3094-56a385055585-e4301e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2566c014-40a5-d418-39c3-50614701eecc-5bd2c4b0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-c0df954e-1b6b-dcd5-8d87-e7d2618426ba-5bd2c4b0 {
  justify-self: auto;
}

#w-node-_2566c014-40a5-d418-39c3-50614701eed6-5bd2c4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2566c014-40a5-d418-39c3-50614701eed8-5bd2c4b0 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center end;
}

#w-node-_4cecfb09-33d3-6a86-afa7-dd119f557310-5bd2c4b0 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_102064af-e831-3200-c1bf-55fdb0799563-5bd2c4b0 {
  grid-area: 5 / 7 / 7 / 8;
  place-self: end start;
}

#w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5c9-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5ca-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5cc-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5d5-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5d6-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5d8-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5e1-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5e2-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5e4-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5ed-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5ee-5bd2c4b0, #w-node-_8a9eebfb-e2fe-c21a-1da6-0aca4477a5f0-5bd2c4b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4dbb889-2514-59c8-e8a4-1878370f065d-18ce7aba {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f4dbb889-2514-59c8-e8a4-1878370f06be-18ce7aba {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-f4dbb889-2514-59c8-e8a4-1878370f06bf-18ce7aba {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: center;
}

#w-node-ba0f15d3-2615-0d9d-43df-fec3e05ca19c-9b12e78c {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ba0f15d3-2615-0d9d-43df-fec3e05ca258-9b12e78c {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-ba0f15d3-2615-0d9d-43df-fec3e05ca259-9b12e78c {
  grid-area: 3 / 4 / 4 / 6;
  justify-self: center;
}

#w-node-_61a02da4-a2a3-9951-a49c-2d39731ea49e-36f618b2 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_61a02da4-a2a3-9951-a49c-2d39731ea4a5-36f618b2 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f27-36f618b2 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f2c-36f618b2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f76d0cc3-f2c1-c323-6182-240d3900d684-36f618b2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f76d0cc3-f2c1-c323-6182-240d3900d686-36f618b2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f76d0cc3-f2c1-c323-6182-240d3900d68b-36f618b2 {
  grid-area: 1 / 9 / 3 / 13;
  place-self: center;
}

#w-node-_9024ca9f-79a1-934e-a34f-7f48e89d3680-bac6d3a4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_9024ca9f-79a1-934e-a34f-7f48e89d3688-bac6d3a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9024ca9f-79a1-934e-a34f-7f48e89d368a-bac6d3a4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center end;
}

#w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a068-bac6d3a4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a06d-bac6d3a4 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a077-bac6d3a4 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a081-bac6d3a4 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a08b-bac6d3a4 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-d6a923d0-2048-b4ff-fc6a-acedf00220de-bac6d3a4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d6a923d0-2048-b4ff-fc6a-acedf00220e5-bac6d3a4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd1-5c0d404c {
  grid-area: 1 / 3 / 2 / 7;
  align-self: center;
}

#w-node-_043feb5f-8334-ca33-7144-14503c0a8a52-5c0d404c {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_87a8c618-8a99-0005-089f-a596902a4caa-5c0d404c {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-_11eb86e1-1202-7fe9-1a85-65ec2c19f568-5c0d404c {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_468292e4-140d-a316-d28d-e39ed41bbc1c-5c0d404c {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_68abbba3-a7ef-189d-c223-fd8b4c5d0474-5c0d404c {
  grid-area: 4 / 1 / 5 / 11;
}

#w-node-_9c4c5f33-8eec-6960-2fc0-ead064d949d2-5c0d404c {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd3-5c0d404c {
  grid-area: 1 / 7 / 2 / 9;
  align-self: center;
}

#w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd4-5c0d404c {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (min-width: 1440px) {
  #w-node-ed25d478-aa42-7348-ba53-b98d4c51c2c2-e4301e4d {
    grid-row: 10 / 11;
  }

  #w-node-_4697ad34-09a2-a811-8c1f-a3bd98d0d229-e4301e4d {
    grid-area: 7 / 7 / 9 / 8;
  }

  #w-node-_0638f25c-9fd0-89f6-05e3-91f55bf18baa-e4301e4d {
    grid-area: 6 / 9 / 7 / 10;
  }

  #w-node-eb977cbb-8370-3820-ccd6-9d696843cb21-e4301e4d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a5829abd-db28-a964-fc4f-ce9493791a67-e4301e4d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_2566c014-40a5-d418-39c3-50614701eecc-5bd2c4b0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }

  #w-node-_2566c014-40a5-d418-39c3-50614701eed8-5bd2c4b0 {
    justify-self: auto;
  }

  #w-node-_4cecfb09-33d3-6a86-afa7-dd119f557310-5bd2c4b0 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_102064af-e831-3200-c1bf-55fdb0799563-5bd2c4b0 {
    grid-area: 4 / 7 / 7 / 8;
  }

  #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a068-bac6d3a4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8d8d35d7-114c-453e-1c64-22cd275ce47a-e4301e4d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_774a2dbd-f21a-34de-efd5-6594637c69b6-e4301e4d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_7ceae138-665b-0cde-c414-910d590046e2-e4301e4d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6960f466-de3d-098d-cb79-5ab7dc3cd1e1-e4301e4d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_636d6e49-c8b7-8986-8103-4714167a2271-e4301e4d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_371d09a0-fead-c504-b8e3-6cd865ca90fe-e4301e4d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a5829abd-db28-a964-fc4f-ce9493791a64-e4301e4d {
    grid-column: span 8 / span 8;
  }

  #w-node-a5829abd-db28-a964-fc4f-ce9493791a67-e4301e4d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a5829abd-db28-a964-fc4f-ce9493791a99-e4301e4d {
    grid-column: span 8 / span 8;
  }

  #w-node-_2566c014-40a5-d418-39c3-50614701eecc-5bd2c4b0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2566c014-40a5-d418-39c3-50614701eed8-5bd2c4b0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f4dbb889-2514-59c8-e8a4-1878370f065d-18ce7aba, #w-node-_61a02da4-a2a3-9951-a49c-2d39731ea49e-36f618b2, #w-node-_61a02da4-a2a3-9951-a49c-2d39731ea4a5-36f618b2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f27-36f618b2 {
    grid-column: span 8 / span 8;
  }

  #w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f2c-36f618b2 {
    grid-column: span 8 / span 8;
    justify-self: center;
  }

  #w-node-f76d0cc3-f2c1-c323-6182-240d3900d684-36f618b2, #w-node-f76d0cc3-f2c1-c323-6182-240d3900d686-36f618b2 {
    grid-column: span 7 / span 7;
  }

  #w-node-f76d0cc3-f2c1-c323-6182-240d3900d68b-36f618b2 {
    order: 9999;
    grid-area: span 2 / span 8 / span 2 / span 8;
    justify-self: start;
  }

  #w-node-_9024ca9f-79a1-934e-a34f-7f48e89d3680-bac6d3a4, #w-node-_9024ca9f-79a1-934e-a34f-7f48e89d368a-bac6d3a4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a068-bac6d3a4 {
    grid-column: span 8 / span 8;
  }

  #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a06d-bac6d3a4, #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a077-bac6d3a4, #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a081-bac6d3a4, #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a08b-bac6d3a4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d6a923d0-2048-b4ff-fc6a-acedf00220de-bac6d3a4 {
    grid-column: span 4 / span 4;
  }

  #w-node-d6a923d0-2048-b4ff-fc6a-acedf00220e5-bac6d3a4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd1-5c0d404c {
    grid-column: 1 / 6;
  }

  #w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd3-5c0d404c {
    grid-column-start: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_774a2dbd-f21a-34de-efd5-6594637c69b6-e4301e4d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7ceae138-665b-0cde-c414-910d590046e2-e4301e4d {
    grid-column: 2 / 3;
  }

  #w-node-_636d6e49-c8b7-8986-8103-4714167a2271-e4301e4d {
    grid-row: 3 / 4;
  }

  #w-node-a5829abd-db28-a964-fc4f-ce9493791a64-e4301e4d, #w-node-a5829abd-db28-a964-fc4f-ce9493791a67-e4301e4d, #w-node-a5829abd-db28-a964-fc4f-ce9493791a99-e4301e4d {
    grid-column: span 4 / span 4;
  }

  #w-node-f4dbb889-2514-59c8-e8a4-1878370f065d-18ce7aba {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_61a02da4-a2a3-9951-a49c-2d39731ea49e-36f618b2, #w-node-_61a02da4-a2a3-9951-a49c-2d39731ea4a5-36f618b2, #w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f27-36f618b2, #w-node-dab989cc-ce6a-225a-44d7-a8aa3d9a3f2c-36f618b2, #w-node-f76d0cc3-f2c1-c323-6182-240d3900d684-36f618b2, #w-node-f76d0cc3-f2c1-c323-6182-240d3900d686-36f618b2 {
    grid-column: span 4 / span 4;
  }

  #w-node-f76d0cc3-f2c1-c323-6182-240d3900d68b-36f618b2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8edc2ff0-475b-bd54-c01e-4cb44538a068-bac6d3a4 {
    grid-column: span 4 / span 4;
  }

  #w-node-d6a923d0-2048-b4ff-fc6a-acedf00220de-bac6d3a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d6a923d0-2048-b4ff-fc6a-acedf00220e5-bac6d3a4 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d6a923d0-2048-b4ff-fc6a-acedf00220ea-bac6d3a4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd1-5c0d404c {
    grid-column-end: 2;
  }

  #w-node-_8fb63ddc-6f32-22bb-1a96-fbdb92777dd3-5c0d404c {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2566c014-40a5-d418-39c3-50614701eed4-5bd2c4b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_2566c014-40a5-d418-39c3-50614701eed6-5bd2c4b0 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_9024ca9f-79a1-934e-a34f-7f48e89d3686-bac6d3a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_9024ca9f-79a1-934e-a34f-7f48e89d3688-bac6d3a4 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}