@font-face {
  font-family: FTSystem;
  src: url('../fonts/FTSystem-BlankRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FTSystem;
  src: url('../fonts/FTSystem-BlankMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FTSystem;
  src: url('../fonts/FTSystem-BlankSemibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --beige: #e8e1de;
  --red: #fb4d40;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--beige);
  color: var(--red);
  letter-spacing: -.01rem;
  font-family: FTSystem, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: FTSystem, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

p {
  margin-bottom: 0;
  line-height: 1.4;
}

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

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

.utility-page_wrapper {
  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: 28rem;
  margin-bottom: 0;
  display: flex;
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_checked {
  display: none;
  position: absolute;
  inset: 0%;
}

.button_checked.w--redirected-checked {
  z-index: 0;
  background-color: var(--red);
  color: var(--white);
  background-image: none;
  border-radius: 0;
  display: none;
}

.button_checked.w--redirected-focus {
  border-radius: 0;
  margin: 0;
  box-shadow: 0 0 .25rem 0 #fb4d40;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.form_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  letter-spacing: -.01rem;
  font-weight: 600;
}

.text-weight-semibold.is-tablet-hide {
  display: block;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  letter-spacing: -.7rem;
  margin-top: -1.5rem;
  font-size: 12.5rem;
  line-height: 1;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: #0000;
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  letter-spacing: -.125rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  letter-spacing: -.4rem;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: .9;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.text-color-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  letter-spacing: -.4rem;
  font-size: 6rem;
  line-height: .9;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

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

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

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

.form_radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.form_field-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_field-wrapper.is-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.background-color-white {
  background-color: #fff;
}

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

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

.heading-style-h4 {
  letter-spacing: -.01rem;
  font-size: 1rem;
  line-height: 1.4;
}

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

.form_radio-icon {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.form_radio-icon.w--redirected-checked {
  background-color: var(--red);
  border: 0 solid #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: 0 0 .25rem 0 #fb4d40;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--red);
  background-color: #0000;
  height: auto;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1.4rem 1rem .5rem 0;
  font-size: 2.25rem;
  line-height: 1.2;
}

.form_input::placeholder {
  color: var(--red);
  letter-spacing: -.08rem;
  opacity: .3;
  font-size: 2.25rem;
  line-height: 1.2;
}

.form_input.is-text-area {
  min-height: 12rem;
  padding-top: .75rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.1;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  letter-spacing: -.15rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: #0000;
  margin-top: .75rem;
  padding: .75rem .75rem .75rem 0;
}

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

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

.form_component {
  margin-bottom: 0;
  display: none;
}

.main-wrapper {
  position: relative;
}

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

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

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

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

.button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: .75rem 2rem .825rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  padding-top: .5rem;
  padding-bottom: .65rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.button.is-case-study {
  cursor: not-allowed;
}

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

.button.margin-top {
  margin-top: 2em;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.button-text {
  font-size: .875rem;
  line-height: 1;
}

.button-arrow {
  height: 1rem;
  margin-top: -.2rem;
  display: none;
}

.nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e8e1de99;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-is-logo {
  letter-spacing: -.02rem;
  font-size: .875rem;
}

.nav-links {
  justify-content: space-between;
  display: flex;
}

.home-hero_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.hero-title-large {
  margin-top: 5em;
  padding-top: 1.5rem;
}

.main-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.7rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-hero_text-wrap {
  position: relative;
}

.video_wrapper {
  padding-top: 87.5912%;
  position: relative;
  overflow: hidden;
}

.home-hero_sticky {
  padding-top: 1.5rem;
  position: sticky;
  top: 3.2rem;
}

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

.section_home-work.white-section {
  display: none;
}

.home-work_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.home-work_col-list {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  flex-flow: column;
  display: flex;
}

.work_video-wrapper {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_video {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.work-item_top {
  flex: 1;
  padding-bottom: 2.5rem;
  position: relative;
}

.work-item_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 3.24rem;
}

.work-item_bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.work_content {
  flex-flow: column;
  display: flex;
}

.work-item_services {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.services_list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.work-item_overview {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.subhead-spacer {
  flex: none;
  width: 6rem;
}

.work-item_video-wrapper {
  width: 140%;
  height: 100%;
  margin-left: -20%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_reviews {
  display: none;
}

.reviews_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-wrapper {
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 2 / 2.5;
  flex: none;
  width: 25vw;
  min-height: 30vh;
  transition: all .3s;
}

.swiper-slide.is-active {
  margin-top: -4vw;
  margin-bottom: 4vw;
  transition-duration: .4s;
}

.swiper-arrows_wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.review_item {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  background-color: var(--red);
  color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.review_info {
  flex-flow: column;
  display: flex;
}

.reviews_arrow-back {
  transform: rotate(-180deg);
}

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

.home-services_content {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  flex-flow: column;
  display: flex;
}

.paragraph-indent {
  text-indent: 4rem;
}

.home-services_list {
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-services_item {
  z-index: 1;
  background-color: var(--white);
  padding-bottom: 4rem;
  position: sticky;
  top: 3.22rem;
}

.home-services_item.sticky-hide-border {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.services_button-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -2.57rem;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 3.22rem;
}

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

.section_contact-us.red-section {
  z-index: 4;
  position: relative;
}

.contact-us_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

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

.button-wrap_contact {
  min-width: 10rem;
  margin-top: 3rem;
}

.footer {
  z-index: 4;
  background-color: var(--beige);
  position: relative;
}

.footer_content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer_links {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  letter-spacing: -.02rem;
}

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

.about-hero_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  padding-bottom: 2.5rem;
  display: flex;
}

.about-hero_line-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24rem;
  display: flex;
}

.about-stats_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.about-stats_list {
  flex-flow: column;
  display: flex;
}

.about-stats_item {
  z-index: 1;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  flex-flow: column;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 3.22rem;
}

.stats-item_info {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.section_about-team.white-section {
  background-color: var(--white);
  display: none;
}

.about-team_content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.about-team_col-list {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.about-team_col-item {
  aspect-ratio: 2 / 3.25;
  flex: 1;
  transition: all .3s;
}

.team_item {
  background-color: var(--beige);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.team-item_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100%;
}

.reviews-styles {
  display: none;
}

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

.about-process_content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  display: flex;
}

.about-process_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about-process_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.about-process_list.is-tablet {
  display: none;
}

.process_line-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.process-item_sticky {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.process-item_sticky.first {
  position: sticky;
  top: 24rem;
}

.process-item_sticky.second {
  position: sticky;
  top: 16rem;
}

.process-item_sticky.third {
  position: sticky;
  top: 8rem;
}

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

.is-line {
  background-color: var(--red);
  width: 1.5rem;
  height: 1.25px;
}

.services-hero_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.services-hero_title {
  padding-top: 10.5rem;
}

.line-item_text-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.services_content {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  display: flex;
}

.services_item {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.services-item_text-wrap {
  position: relative;
}

.services-item_sticky {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4.7rem;
}

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

.services-item_list-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.case-studies_content, .contact_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  padding-top: 4.5rem;
  display: flex;
}

.form-input_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.form_buttons-wrap {
  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;
}

.form-button_wrapper {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.button_radio {
  display: none;
}

.button_label {
  z-index: 2;
  border: 1px solid var(--red);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .6rem 1.5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.services_video-wrapper {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.services_video {
  width: 100%;
  height: 100%;
  margin-left: 0%;
  position: absolute;
  inset: 0%;
}

.project-hero_content {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  flex-flow: column;
  padding-top: 4.5rem;
  display: flex;
}

.project-hero_overview {
  padding-top: .625rem;
}

.work-item_timeline {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.project-hero_wrapper {
  flex-flow: column;
  display: flex;
}

.project_full-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
}

.project-context_content, .project-problem_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.project-problem_list {
  flex-flow: column;
  display: flex;
  position: relative;
}

.project_half-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: sticky;
  top: 3.2rem;
}

.problem_list-item {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .625rem;
  display: flex;
}

.problem_list-item-wrap {
  background-color: var(--white);
  height: 25rem;
  position: sticky;
  top: 3.2rem;
}

.problem-image_wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.project-process_content {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  flex-flow: column;
  display: flex;
}

.project-process_wrap {
  flex-flow: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.overview-info {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.project_lanscape-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65%;
}

.project-process_info-wrap {
  padding-top: .625rem;
  position: relative;
}

.project-process_info {
  position: sticky;
  top: 4.7rem;
}

.project_portrait-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120%;
}

.project-results_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  display: flex;
}

.project-stats_item {
  z-index: 1;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--beige);
  flex-flow: column;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 3.22rem;
}

.subnav {
  z-index: 3;
  background-color: var(--red);
  pointer-events: auto;
  color: var(--white);
  width: 100%;
}

.subnav_links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.subnav_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.subnav_wrapper {
  z-index: 9;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-item_title-wrap {
  padding-top: .625rem;
}

.nav_menu-toggle, .nav_menu {
  display: none;
}

.menu_close-text, .menu_open-text {
  letter-spacing: -.01rem;
  font-size: .875rem;
}

.services-hero_line-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24rem;
  display: flex;
}

.work-item_home-services {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.section_utility.red-section {
  background-color: var(--red);
  color: var(--white);
  overflow: hidden;
}

.utility_content {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding-top: 4.7rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-size-huge {
  letter-spacing: -1rem;
  margin-bottom: -2rem;
  font-size: 36vw;
  font-weight: 600;
  line-height: 1;
}

.utility_text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 16rem;
  display: flex;
}

.password_field-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.fs_cmssort_button, .fs_cmssort_button-home {
  display: none;
}

.button-lock {
  margin-top: 0;
  margin-bottom: -7px;
}

.case-study_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  padding-top: 4.5rem;
  display: flex;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-checkbox {
  display: none;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  border: 1px solid #12133140;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #2962ff;
}

.button_check {
  display: none;
}

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

.link-line {
  background-color: var(--red);
  width: 100%;
  height: 1px;
  transform: translate(-100%);
}

.footer_terms-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  display: flex;
}

.terms_content {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
}

.button-white {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: .75rem 2rem .825rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.button-white.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button-white.is-form-submit {
  padding-top: .5rem;
  padding-bottom: .65rem;
}

.button-white.is-large {
  padding: 1rem 2rem;
}

.button-white.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-white.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-white.is-white, .button-white.is-utility {
  background-color: var(--white);
  color: var(--red);
}

.line-line {
  background-color: var(--red);
  flex: none;
  width: 100%;
  height: 1px;
}

.section_about-logos.white-section {
  display: none;
}

.about-logos_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.about-logos_col-list-wrap {
  width: 100%;
  display: block;
}

.about-logos_col-list-wrap.is-mobile {
  display: none;
}

.about-logos_col-list {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-logos_col-item {
  width: 100%;
  height: 12rem;
}

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

.about-logo_image {
  max-width: 8rem;
  max-height: 5rem;
}

.about-logo_wrap {
  position: relative;
}

.about-logo_red {
  z-index: 2;
  background-color: var(--red);
  mix-blend-mode: lighten;
  position: absolute;
  inset: 0%;
}

.about_logos {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line-vert {
  background-color: var(--red);
  flex: none;
  width: 1px;
  height: 100%;
}

.line-vert_logos {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button_form {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: .5rem 2rem .6rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.button_form.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button_form.is-form-submit {
  padding-top: .5rem;
  padding-bottom: .65rem;
}

.button_form.is-large {
  padding: 1rem 2rem;
}

.button_form.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button_form.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_form.is-white, .button_form.is-utility {
  background-color: var(--white);
  color: var(--red);
}

.nav_line {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.line-line_wrapper {
  display: none;
}

.footer-lottie {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: none;
}

.service-text {
  max-width: 27em;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.3rem;
    font-size: 6rem;
    line-height: 1;
  }

  h2 {
    font-size: 3.2rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .form_form {
    width: 100%;
  }

  .text-weight-semibold.is-tablet-hide {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 10.5rem;
  }

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

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

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

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 6rem;
    line-height: 1;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-small.is-nav-text {
    display: none;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .button {
    flex: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .nav_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    position: relative;
    overflow: hidden;
  }

  .nav-links {
    display: none;
  }

  .home-hero_content {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

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

  .home-hero_sticky {
    position: static;
  }

  .home-work_content {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .work_video-wrapper {
    padding-top: 100%;
  }

  .work-item_services {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .services_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .work-item_overview {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .work-item_video-wrapper {
    width: 120%;
    margin-left: -10%;
  }

  .swiper-slide.is-active {
    width: 35vw;
  }

  .services_button-wrapper {
    margin-bottom: -2.5rem;
  }

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

  .about-stats_item.sticky-hide-border {
    padding-bottom: 6rem;
  }

  .about-team_col-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-team_col-item {
    aspect-ratio: 2 / 2.75;
    flex: 0 auto;
    width: 42vw;
  }

  .about-process_list.is-tablet {
    display: flex;
  }

  .process_line-item.is-tablet-hide {
    display: none;
  }

  .services_content {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .services_item {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .services-item_sticky {
    flex-flow: row;
    justify-content: space-between;
    position: static;
  }

  .services-item_list.max-width-medium {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: auto;
    max-width: none;
  }

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

  .contact_text-wrap {
    padding-bottom: 8rem;
  }

  .form_buttons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .form-button_wrapper {
    width: 100%;
  }

  .project-hero_content {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
  }

  .work-item_timeline, .problem_list-item {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .problem_list-item-wrap {
    height: 30rem;
  }

  .project-process_info {
    padding-bottom: 4rem;
  }

  .nav_menu-toggle {
    padding-left: 3rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav_menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 4.7rem 0% 0%;
    overflow: hidden;
  }

  .menu_close-text {
    position: absolute;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(0, 100%);
  }

  .menu_close-text.is-nav-text {
    display: none;
  }

  .menu_open-text {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu_open-text.is-nav-text {
    display: none;
  }

  .work-item_home-services {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .text-size-huge {
    letter-spacing: -1.5rem;
    margin-top: -2.5rem;
    font-size: 40vw;
  }

  .case-study_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-line_link.is-tablet-hide {
    display: none;
  }

  .button-white {
    flex: none;
  }

  .about-logos_col-list-wrap {
    display: none;
  }

  .about-logos_col-list-wrap.is-mobile {
    display: block;
  }

  .button_form {
    flex: none;
  }

  .line-line_wrapper {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.3rem;
    margin-top: 0;
    font-size: 5.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    letter-spacing: -.4rem;
    margin-top: -1.5rem;
    font-size: 6.75rem;
  }

  .heading-style-h3 {
    letter-spacing: -.075rem;
    font-size: 2.2rem;
  }

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

  .heading-style-h1.custom-max-w {
    max-width: 35rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

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

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

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .home-hero_sticky {
    padding-top: 0;
  }

  .work-item_top {
    padding-bottom: 6rem;
  }

  .work-item_title {
    position: static;
  }

  .work-item_services {
    width: 45%;
  }

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

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-slide.is-active {
    width: 50vw;
  }

  .swiper-arrows_wrap {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 3rem;
  }

  .paragraph-indent {
    text-indent: 0;
  }

  .home-services_item.sticky-hide-border {
    padding-bottom: 6rem;
  }

  .contact-us_content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .h2-large {
    font-size: 4rem;
  }

  .footer_content {
    height: auto;
    min-height: 100vh;
    padding-top: 8rem;
  }

  .footer_links-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2.5rem;
  }

  .about-team_col-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-team_col-item {
    aspect-ratio: 2 / 3;
    width: 39vw;
  }

  .about-process_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-process_list {
    flex-flow: column;
  }

  .process_line-item {
    border-top: 1px solid var(--red);
    border-left-width: 0;
    height: 16rem;
    padding-left: 0;
  }

  .process-item_sticky.first, .process-item_sticky.second {
    padding-top: .625rem;
    position: static;
  }

  .services-item_sticky {
    flex-flow: column;
    position: static;
  }

  .form_buttons-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    display: flex;
  }

  .form-button_wrapper {
    width: auto;
    min-width: 9rem;
  }

  .button_label {
    font-size: .8rem;
  }

  .project-hero_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .work-item_timeline {
    width: 45%;
  }

  .project_half-image {
    position: static;
  }

  .problem_list-item-wrap.sticky-hide-border {
    height: 15rem;
    position: static;
  }

  .overview-info {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .services-hero_line-item {
    border-top: 1px solid var(--red);
    border-left-width: 0;
    height: 12rem;
    padding-top: .625rem;
    padding-left: 0;
  }

  .work-item_home-services {
    width: 45%;
  }

  .text-size-huge {
    letter-spacing: -.75rem;
    font-size: 45vw;
  }

  .utility_text-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 16rem;
  }

  .about-logos_col-item {
    height: 10rem;
  }

  .about-logo_image {
    max-width: 6.5rem;
    max-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.15rem;
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    margin-top: -1rem;
  }

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

  .heading-style-h1 {
    letter-spacing: -.2rem;
    font-size: 4.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-small {
    max-width: none;
  }

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

  .fs-styleguide_heading-medium {
    letter-spacing: -.2rem;
    font-size: 3.9rem;
  }

  .text-size-small.text-weight-medium {
    font-size: .8rem;
  }

  .text-size-small.is-mobile-hide {
    display: none;
  }

  .form_input, .form_input::placeholder {
    font-size: 2rem;
    line-height: 1.1;
  }

  .form_input.is-text-area {
    min-height: 20rem;
    line-height: 1.1;
  }

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

  .button.is-case-study {
    z-index: 1;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button.is-services {
    pointer-events: auto;
    width: 100%;
  }

  .button.is-utility.w--current {
    width: 100%;
  }

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

  .work-item_top {
    position: static;
  }

  .work-item_title {
    flex-flow: column;
  }

  .work_content {
    padding-bottom: 8rem;
    position: relative;
  }

  .work-item_services {
    flex-flow: column;
    width: 100%;
  }

  .work-item_overview {
    flex-flow: column;
  }

  .swiper-slide {
    aspect-ratio: 2 / 2.75;
    min-height: 40vh;
  }

  .swiper-slide.is-active {
    width: 80vw;
  }

  .home-services_item.sticky-hide-border {
    padding-bottom: 8rem;
  }

  .services_button-wrapper {
    pointer-events: none;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100vh;
    margin-top: -100vh;
    margin-bottom: -4rem;
    top: 0;
  }

  .contact-us_content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .h2-large {
    font-size: 2.5rem;
  }

  .about-hero_line-item {
    border-top: 1px solid var(--red);
    border-left-width: 0;
    height: auto;
    min-height: 12rem;
    padding-top: .625rem;
    padding-bottom: 6rem;
    padding-left: 0;
  }

  .about-stats_item {
    padding-bottom: 8rem;
  }

  .about-team_col-list {
    flex-flow: column;
  }

  .about-team_col-item {
    width: 100%;
    max-width: 16rem;
  }

  .services_content {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

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

  .form-input_wrapper {
    flex-flow: column;
  }

  .form-button_wrapper {
    width: 100%;
    min-width: 0;
  }

  .button_label {
    font-size: .8rem;
  }

  .work-item_timeline {
    width: 100%;
  }

  .project_full-image {
    padding-top: 70%;
  }

  .project-context_content, .project-process_content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .project-image_wrap {
    padding-bottom: 4rem;
  }

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

  .services-hero_line-item {
    height: 12rem;
  }

  .work-item_home-services {
    flex-flow: column;
    width: 100%;
  }

  .text-size-huge {
    letter-spacing: -.3rem;
    word-break: break-all;
    margin-top: -1.6rem;
  }

  .utility_text-wrap {
    width: 100%;
    max-width: none;
  }

  .button-white.is-case-study {
    z-index: 1;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button-white.is-services {
    pointer-events: auto;
    width: 100%;
  }

  .button-white.is-utility.w--current {
    width: 100%;
  }

  .about-logo_image {
    max-width: 4.5rem;
    max-height: 2.5rem;
  }

  .line-vert {
    display: none;
  }

  .button_form.is-case-study {
    z-index: 1;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .button_form.is-services {
    pointer-events: auto;
    width: 100%;
  }

  .button_form.is-utility.w--current {
    width: 100%;
  }
}

#w-node-_77e14e9b-9805-a598-8625-7d44e444e60f-55f2e4b4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0a5ad512-109c-0a70-026a-64198d72b57f-55f2e4b4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-b77eb76f-d86d-8615-bf1e-b7d200518993-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d200518996-55f2e4b4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b77eb76f-d86d-8615-bf1e-b7d2005189a0-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b77eb76f-d86d-8615-bf1e-b7d2005189b9-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189bc-55f2e4b4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b77eb76f-d86d-8615-bf1e-b7d2005189c6-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_031ff333-0628-eedc-188e-17893ab226bc-55f2e4b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start end;
}

#w-node-a32e0836-4f54-0fdc-7c42-3c99a8c2b372-55f2e4b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-ee5a400f-4ad3-61f1-23e9-e2260f5d1a81-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: start;
}

#w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c5-55f2e4b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c7-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: start;
}

#w-node-_7411bd36-21f2-1356-c91c-09fe984fa6ef-55f2e4b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_7411bd36-21f2-1356-c91c-09fe984fa6f1-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: start;
}

#w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52ef-55f2e4b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52f1-55f2e4b4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: start;
}

#w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bd-6e34e0b8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bf-6e34e0b8 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0d9-6e34e0b8 {
  grid-area: 2 / 1 / 3 / 6;
  place-self: end start;
}

#w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0db-6e34e0b8 {
  grid-area: 2 / 10 / 3 / 13;
  place-self: end;
}

#w-node-_2f9b6734-8363-402f-fff5-f75bd8c95859-d8c95853 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f9b6734-8363-402f-fff5-f75bd8c9585e-d8c95853 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_8bec57b0-3158-bf5b-1626-a701b8467900-4b6e5b5a {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-bd812ab2-f743-3684-bd31-2dce4b6e5b62-4b6e5b5a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0120ca8f-dd4f-b47d-3027-242f5fd47682-4b6e5b5a {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-ebfa57b5-906f-3c94-76da-e1319523e60c-55f2e4b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4748494-351d-cef8-635a-6bdc3fc0edb7-55f2e4b6 {
  grid-area: 1 / 5 / 2 / 13;
  align-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-55f2e4b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-55f2e4b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-55f2e4b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-55f2e4b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-55f2e4b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-55f2e4b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-55f2e4b7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-55f2e4b7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-55f2e4b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-55f2e4b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-55f2e4b7 {
  justify-self: start;
}

#w-node-f6cc2b8a-862f-ac4f-7fe6-8645a4e523e6-044d63bf, #w-node-_4e9b3ad5-3f64-fd34-01f9-741473b00f54-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_65e31ec5-e374-6f11-e45d-c93e43381d1b-044d63bf {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_6d9fb223-7947-e675-9875-6d711a4f2e94-044d63bf {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_531aba44-2ac0-2a4c-da4d-10df5e9ed62f-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0467b793-0c13-16aa-23e0-95140ff66907-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-def5af2b-6509-448c-93ff-6398a0f9e4ee-044d63bf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0d5a0511-1ac1-ab01-a91a-6dfb5c43ea77-044d63bf {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f0132315-06b2-5e91-f3f0-d22dac385000-044d63bf {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f0132315-06b2-5e91-f3f0-d22dac385001-044d63bf {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-cb81c283-d395-143d-bef1-de2a7f67e23b-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b87d80f5-7552-2fc3-247d-e51724802b77-044d63bf {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a711103290c-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a711103290e-044d63bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a7111032915-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a7111032917-044d63bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a711103291e-044d63bf {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_11944f93-19f4-8bb6-4e14-7a7111032920-044d63bf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_53eceb20-51b0-f35b-4d42-8fe1764cfc55-6fee7204 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-e7596d63-73bc-f6af-7011-d92fa105d7f7-6fee7204 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_91e88eec-5f68-2961-a03c-88079e20c7db-6fee7204 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_4414bf12-fbc0-a9f3-3124-794094a892fb-6fee7204 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce5-6fee7204 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce7-6fee7204 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee30-6fee7204 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee32-6fee7204 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-_1ee563b7-7db4-4a6b-fa7b-068e0e010887-6fee7204 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c942cc13-a887-fa16-95cf-63a31855bf57-4a9b4f75, #w-node-_84058b60-ad0c-050f-30fc-a58189fd90f3-4a9b4f75, #w-node-d040da28-e364-df2c-aeaf-327559cb52c3-4a9b4f75, #w-node-_9bf87be4-9ee9-3fdf-6d94-66e1ff02604d-4a9b4f75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4101237f-9733-1937-2db2-b5b296bf82bb-4a9b4f75 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1d79f368-07fe-3583-330f-a0266b5b59ce-4a9b4f75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1d79f368-07fe-3583-330f-a0266b5b59dc-4a9b4f75 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-abe509db-0efb-8598-60c4-a902b8e56249-4a9b4f75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-abe509db-0efb-8598-60c4-a902b8e56257-4a9b4f75 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_9d188987-197a-6972-6d9a-cc567bd5b363-4a9b4f75 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9d188987-197a-6972-6d9a-cc567bd5b371-4a9b4f75 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254b-ae64f824 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254f-ae64f824 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c2-68f855ca, #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c5-68f855ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d5da90d7-35a7-05ba-8095-0c60a9d158ce-68f855ca {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_24fde2a9-4190-ce44-555a-cfc774287047-68f855ca, #w-node-_24fde2a9-4190-ce44-555a-cfc77428704a-68f855ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_24fde2a9-4190-ce44-555a-cfc774287053-68f855ca {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a63bda21-8dec-fe48-479d-fb015207e39a-7062e56e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d68e688-e9e1-01a7-2423-c1a6f1b84caa-7062e56e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe29-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe46-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe52-ace44a08 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe55-ace44a08 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe61-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe80-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe8b-ace44a08 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe8f-ace44a08 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe94-ace44a08 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe96-ace44a08 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe99-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe9b-ace44a08 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea6-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea8-ace44a08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713feaf-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb1-ace44a08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb8-ace44a08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-d84358d1-00c2-bfbd-c401-d0fc7713feba-ace44a08 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_77e14e9b-9805-a598-8625-7d44e444e60f-55f2e4b4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0a5ad512-109c-0a70-026a-64198d72b57f-55f2e4b4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d200518993-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d200518996-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189b9-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189bc-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a32e0836-4f54-0fdc-7c42-3c99a8c2b372-55f2e4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-ee5a400f-4ad3-61f1-23e9-e2260f5d1a81-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c5-55f2e4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c7-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_7411bd36-21f2-1356-c91c-09fe984fa6ef-55f2e4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_7411bd36-21f2-1356-c91c-09fe984fa6f1-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52ef-55f2e4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52f1-55f2e4b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bd-6e34e0b8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bf-6e34e0b8 {
    grid-area: 1 / 6 / 2 / 8;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0db-6e34e0b8 {
    grid-column: 8 / 10;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c95859-d8c95853 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c9585e-d8c95853 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_8bec57b0-3158-bf5b-1626-a701b8467900-4b6e5b5a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_85e66916-fcd9-bfc4-6eb0-7b9a8eddfcf0-4b6e5b5a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch end;
  }

  #w-node-ebfa57b5-906f-3c94-76da-e1319523e60c-55f2e4b6 {
    grid-area: 2 / 1 / 3 / 10;
    align-self: start;
  }

  #w-node-c4748494-351d-cef8-635a-6bdc3fc0edb7-55f2e4b6 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: start;
  }

  #w-node-f6cc2b8a-862f-ac4f-7fe6-8645a4e523e6-044d63bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_65e31ec5-e374-6f11-e45d-c93e43381d1b-044d63bf {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_6d9fb223-7947-e675-9875-6d711a4f2e94-044d63bf {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-_531aba44-2ac0-2a4c-da4d-10df5e9ed62f-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0467b793-0c13-16aa-23e0-95140ff66907-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-def5af2b-6509-448c-93ff-6398a0f9e4ee-044d63bf, #w-node-_0d5a0511-1ac1-ab01-a91a-6dfb5c43ea77-044d63bf {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-f0132315-06b2-5e91-f3f0-d22dac385000-044d63bf {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-f0132315-06b2-5e91-f3f0-d22dac385001-044d63bf {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103290c-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103290e-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032915-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032917-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103291e-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032920-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_53eceb20-51b0-f35b-4d42-8fe1764cfc55-6fee7204 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-e7596d63-73bc-f6af-7011-d92fa105d7f7-6fee7204 {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-_91e88eec-5f68-2961-a03c-88079e20c7db-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_4414bf12-fbc0-a9f3-3124-794094a892fb-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce5-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce7-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee30-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee32-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_1ee563b7-7db4-4a6b-fa7b-068e0e010887-6fee7204 {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: end;
  }

  #w-node-c942cc13-a887-fa16-95cf-63a31855bf57-4a9b4f75, #w-node-_84058b60-ad0c-050f-30fc-a58189fd90f3-4a9b4f75, #w-node-d040da28-e364-df2c-aeaf-327559cb52c3-4a9b4f75 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9bf87be4-9ee9-3fdf-6d94-66e1ff02604d-4a9b4f75, #w-node-_4101237f-9733-1937-2db2-b5b296bf82bb-4a9b4f75, #w-node-_1d79f368-07fe-3583-330f-a0266b5b59ce-4a9b4f75, #w-node-_1d79f368-07fe-3583-330f-a0266b5b59dc-4a9b4f75, #w-node-abe509db-0efb-8598-60c4-a902b8e56249-4a9b4f75, #w-node-abe509db-0efb-8598-60c4-a902b8e56257-4a9b4f75, #w-node-_9d188987-197a-6972-6d9a-cc567bd5b363-4a9b4f75, #w-node-_9d188987-197a-6972-6d9a-cc567bd5b371-4a9b4f75 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254b-ae64f824 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254f-ae64f824 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c2-68f855ca {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c5-68f855ca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_24fde2a9-4190-ce44-555a-cfc774287047-68f855ca {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_24fde2a9-4190-ce44-555a-cfc77428704a-68f855ca, #w-node-a63bda21-8dec-fe48-479d-fb015207e39a-7062e56e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9d68e688-e9e1-01a7-2423-c1a6f1b84caa-7062e56e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe29-ace44a08 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe52-ace44a08 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe55-ace44a08 {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe61-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe80-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe8b-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe8f-ace44a08 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe94-ace44a08 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe96-ace44a08 {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea6-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea8-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feaf-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb1-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb8-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feba-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77e14e9b-9805-a598-8625-7d44e444e60f-55f2e4b4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0a5ad512-109c-0a70-026a-64198d72b57f-55f2e4b4 {
    grid-column: span 9 / span 9;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d200518993-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d200518996-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189b9-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189bc-55f2e4b4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-a32e0836-4f54-0fdc-7c42-3c99a8c2b372-55f2e4b4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    place-self: start;
  }

  #w-node-ee5a400f-4ad3-61f1-23e9-e2260f5d1a81-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c5-55f2e4b4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    place-self: start;
  }

  #w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c7-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_7411bd36-21f2-1356-c91c-09fe984fa6ef-55f2e4b4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    place-self: start;
  }

  #w-node-_7411bd36-21f2-1356-c91c-09fe984fa6f1-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52ef-55f2e4b4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    place-self: start;
  }

  #w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52f1-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bd-6e34e0b8 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bf-6e34e0b8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0d9-6e34e0b8 {
    grid-area: 3 / 1 / 4 / 4;
    place-self: end start;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0db-6e34e0b8 {
    grid-area: 3 / 7 / 4 / 10;
    place-self: end;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c95859-d8c95853 {
    grid-column: span 9 / span 9;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c9585e-d8c95853 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-_8bec57b0-3158-bf5b-1626-a701b8467900-4b6e5b5a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-ebfa57b5-906f-3c94-76da-e1319523e60c-55f2e4b6 {
    place-self: start;
  }

  #w-node-f6cc2b8a-862f-ac4f-7fe6-8645a4e523e6-044d63bf, #w-node-_4e9b3ad5-3f64-fd34-01f9-741473b00f54-044d63bf {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_65e31ec5-e374-6f11-e45d-c93e43381d1b-044d63bf {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_6d9fb223-7947-e675-9875-6d711a4f2e94-044d63bf {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_531aba44-2ac0-2a4c-da4d-10df5e9ed62f-044d63bf {
    grid-column: span 9 / span 9;
  }

  #w-node-_0467b793-0c13-16aa-23e0-95140ff66907-044d63bf {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: stretch;
  }

  #w-node-f0132315-06b2-5e91-f3f0-d22dac385000-044d63bf {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f0132315-06b2-5e91-f3f0-d22dac385001-044d63bf {
    grid-column-end: 11;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103290c-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103290e-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032915-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032917-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103291e-044d63bf {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a7111032920-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_53eceb20-51b0-f35b-4d42-8fe1764cfc55-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e7596d63-73bc-f6af-7011-d92fa105d7f7-6fee7204 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_91e88eec-5f68-2961-a03c-88079e20c7db-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_4414bf12-fbc0-a9f3-3124-794094a892fb-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce5-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-da8a9b73-f287-5a05-cb5c-739d59d3fce7-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee30-6fee7204 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_5a2d763d-3be8-28b3-25e2-22a867c6ee32-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_1ee563b7-7db4-4a6b-fa7b-068e0e010887-6fee7204 {
    grid-area: 1 / 1 / 2 / 10;
    justify-self: end;
  }

  #w-node-c942cc13-a887-fa16-95cf-63a31855bf57-4a9b4f75, #w-node-_84058b60-ad0c-050f-30fc-a58189fd90f3-4a9b4f75, #w-node-d040da28-e364-df2c-aeaf-327559cb52c3-4a9b4f75 {
    grid-column: span 9 / span 9;
  }

  #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254b-ae64f824 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254f-ae64f824 {
    grid-column: span 9 / span 9;
  }

  #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c2-68f855ca, #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c5-68f855ca, #w-node-_24fde2a9-4190-ce44-555a-cfc774287047-68f855ca, #w-node-_24fde2a9-4190-ce44-555a-cfc77428704a-68f855ca {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-a63bda21-8dec-fe48-479d-fb015207e39a-7062e56e {
    grid-column: span 4 / span 4;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe29-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe46-ace44a08 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe52-ace44a08 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe55-ace44a08 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe61-ace44a08 {
    grid-column: span 9 / span 9;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe80-ace44a08 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: stretch;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe94-ace44a08 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe96-ace44a08 {
    grid-column-end: 11;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea6-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea8-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feaf-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb1-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb8-ace44a08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feba-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77e14e9b-9805-a598-8625-7d44e444e60f-55f2e4b4, #w-node-_0a5ad512-109c-0a70-026a-64198d72b57f-55f2e4b4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-b77eb76f-d86d-8615-bf1e-b7d200518993-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d200518996-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189b9-55f2e4b4, #w-node-b77eb76f-d86d-8615-bf1e-b7d2005189bc-55f2e4b4, #w-node-a32e0836-4f54-0fdc-7c42-3c99a8c2b372-55f2e4b4, #w-node-_46f48c8e-6c42-8a11-3c0c-7677f4c825c5-55f2e4b4, #w-node-_7411bd36-21f2-1356-c91c-09fe984fa6ef-55f2e4b4, #w-node-_97f6fdb7-f5d4-6b88-90b3-93b5fccc52ef-55f2e4b4 {
    grid-column: span 5 / span 5;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bd-6e34e0b8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0bf-6e34e0b8 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0d9-6e34e0b8 {
    grid-area: 4 / 3 / 5 / 6;
    place-self: end;
  }

  #w-node-_5ab15881-a7c9-c605-edc7-9ba56e34e0db-6e34e0b8 {
    grid-area: 6 / 3 / 7 / 6;
    place-self: end;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c95859-d8c95853 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2f9b6734-8363-402f-fff5-f75bd8c9585e-d8c95853 {
    grid-column-end: 6;
  }

  #w-node-_8bec57b0-3158-bf5b-1626-a701b8467900-4b6e5b5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_85e66916-fcd9-bfc4-6eb0-7b9a8eddfcf0-4b6e5b5a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: stretch end;
  }

  #w-node-ebfa57b5-906f-3c94-76da-e1319523e60c-55f2e4b6 {
    align-self: end;
  }

  #w-node-_65e31ec5-e374-6f11-e45d-c93e43381d1b-044d63bf, #w-node-_6d9fb223-7947-e675-9875-6d711a4f2e94-044d63bf, #w-node-f0132315-06b2-5e91-f3f0-d22dac385000-044d63bf, #w-node-f0132315-06b2-5e91-f3f0-d22dac385001-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cb81c283-d395-143d-bef1-de2a7f67e23b-044d63bf {
    grid-column: span 5 / span 5;
  }

  #w-node-b87d80f5-7552-2fc3-247d-e51724802b77-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_11944f93-19f4-8bb6-4e14-7a711103290c-044d63bf, #w-node-_11944f93-19f4-8bb6-4e14-7a7111032915-044d63bf, #w-node-_11944f93-19f4-8bb6-4e14-7a711103291e-044d63bf {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_53eceb20-51b0-f35b-4d42-8fe1764cfc55-6fee7204 {
    grid-column: span 5 / span 5;
  }

  #w-node-e7596d63-73bc-f6af-7011-d92fa105d7f7-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_91e88eec-5f68-2961-a03c-88079e20c7db-6fee7204 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-_1ee563b7-7db4-4a6b-fa7b-068e0e010887-6fee7204 {
    grid-column-end: 6;
  }

  #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254b-ae64f824, #w-node-ba56085a-65a8-5bb1-1a77-ea4d9e81254f-ae64f824 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c2-68f855ca, #w-node-d5da90d7-35a7-05ba-8095-0c60a9d158c5-68f855ca, #w-node-_24fde2a9-4190-ce44-555a-cfc774287047-68f855ca, #w-node-_24fde2a9-4190-ce44-555a-cfc77428704a-68f855ca {
    grid-column: span 5 / span 5;
  }

  #w-node-a63bda21-8dec-fe48-479d-fb015207e39a-7062e56e {
    grid-column: span 6 / span 6;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe52-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe55-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe94-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe96-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe99-ace44a08 {
    grid-column: span 5 / span 5;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fe9b-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d84358d1-00c2-bfbd-c401-d0fc7713fea6-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feaf-ace44a08, #w-node-d84358d1-00c2-bfbd-c401-d0fc7713feb8-ace44a08 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }
}


@font-face {
  font-family: 'FTSystem';
  src: url('../fonts/FTSystem-BlankRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FTSystem';
  src: url('../fonts/FTSystem-BlankMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FTSystem';
  src: url('../fonts/FTSystem-BlankSemibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}