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

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

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

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

@font-face {
  font-family: Whyte Inktrap;
  src: url('../fonts/WhyteInktrap-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Whyteinktrap;
  src: url('../fonts/WhyteInktrap-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: KF Main \- Ink;
  src: url('../fonts/Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --white: white;
  --dark-grey: #272727;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Whyte, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  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 {
  color: #fff9;
  margin-bottom: 0;
  font-family: Whyte, sans-serif;
  font-size: 1.5vw;
}

a {
  color: var(--white);
}

ul {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Whyte, sans-serif;
  font-size: 1.5vw;
}

ol {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  font-family: Whyte, sans-serif;
  font-size: 1.5vw;
}

li {
  margin-bottom: 1rem;
}

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

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

blockquote {
  border: 1px solid #fff;
  border-radius: .75vw;
  width: 100%;
  margin-bottom: 0;
  padding: 2.5vw;
  font-family: Whyte, sans-serif;
  font-size: 1.5vw;
  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;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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: 4.44vw;
}

.margin-xlarge {
  margin: 4.44vw;
}

.margin-xsmall {
  margin: .555vw;
}

.padding-xhuge {
  padding: 8.88vw;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 13.32vw;
}

.padding-huge {
  padding: 6.66vw;
}

.margin-large {
  margin: 3.33vw;
}

.padding-xxlarge {
  padding: 5.55vw;
}

.margin-xxsmall {
  margin: .2775vw;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3.33vw;
}

.margin-tiny {
  margin: .13875vw;
}

.padding-small {
  padding: 1.11vw;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6.66vw;
}

.padding-medium {
  padding: 2.22vw;
}

.padding-xsmall {
  padding: .555vw;
}

.margin-xxlarge {
  margin: 5.55vw;
}

.padding-xxsmall {
  padding: .2775vw;
}

.margin-xhuge {
  margin: 8.88vw;
}

.padding-tiny {
  padding: .13875vw;
}

.margin-small {
  margin: 1.11vw;
}

.margin-medium {
  margin: 2.22vw;
}

.margin-xxhuge {
  margin: 13.32vw;
}

.margin-0 {
  margin: 0;
}

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

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

.padding-top.padding-xxlarge.padding-desktop-huge {
  padding-top: 11.1vw;
}

.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: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.fs-styleguide_max-width {
  display: none;
}

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

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

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

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

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

.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: var(--dark-grey);
}

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

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

.fs-styleguide_margins {
  display: block;
}

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

.padding-global {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 1vw;
  padding-right: 1vw;
  display: block;
}

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

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

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

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

.fs-styleguide_webflow-elements {
  display: none;
}

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

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

.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-weight-xbold {
  font-weight: 800;
}

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

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

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

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

.fs-styleguide_item-wrapper.is-type {
  background-color: #0000000a;
  padding: 2rem;
}

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

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

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.padding-section-large {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.padding-section-large.dekstop-xlarge-mobile-bottom-huge {
  padding-bottom: 13.889vw;
}

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

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

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

.page-wrapper.is-contact {
  min-height: 100vh;
  position: relative;
}

.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-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 3;
  background-color: #000;
  position: relative;
}

.main-wrapper.is-contact {
  background-color: #000;
  flex: 1;
  position: static;
}

.fs-styleguide_icons {
  display: none;
}

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

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

.fs-styleguide_utility-classes {
  display: none;
}

.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_layout {
  justify-content: flex-start;
  align-items: stretch;
  padding: 1px;
  display: flex;
}

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

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

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

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

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

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

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

.fs-styleguide_structure {
  display: block;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5.555vw;
  padding-bottom: 5.555vw;
}

.padding-section-medium.is-home-hero {
  padding-bottom: 0;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  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-96px {
  width: 100%;
  padding-top: 6.66vw;
}

.spacer-medium-32px {
  width: 100%;
  padding-top: 2.22vw;
}

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

.spacer-xsmall-8px {
  width: 100%;
  padding-top: .555vw;
}

.spacer-small-16px {
  width: 100%;
  padding-top: 1.11vw;
}

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

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

.spacer-xxsmall-4px {
  width: 100%;
  padding: .2775vw;
}

.spacer-xxhuge-192px {
  width: 100%;
  padding-top: 13.32vw;
}

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

.spacer-large-48px {
  padding-top: 3.33vw;
}

.spacer-xxlarge-80px {
  width: 100%;
  padding-top: 5.55vw;
}

.fs-styleguide_spacers, .fs-styleguide-misc, .fs-styleguide-spacing {
  display: block;
}

.text-mono-40px {
  text-transform: uppercase;
  font-family: Kf Mono, sans-serif;
  font-size: 2.775vw;
  line-height: 1;
}

.text-mono-24px {
  text-transform: uppercase;
  font-family: Kf Mono, sans-serif;
  font-size: 1.665vw;
  line-height: 1;
}

.text-mono-24px.text-size-14-mobile {
  font-size: 1.2vw;
}

.text-mono-16px {
  text-transform: uppercase;
  font-family: Kf Mono, sans-serif;
  font-size: 1.111vw;
  line-height: 1.2;
}

.text-mono-16px.glitch-text {
  cursor: default;
}

.text-mono-16px.is-case-studies_hero_tags-item {
  margin-top: 0;
}

.text-mono-16px.text-color-white.max-width-8rem {
  width: 8rem;
}

.text-mono-14px {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Kf Mono, sans-serif;
  font-size: .972125vw;
  line-height: 1.2;
}

.text-mono-14px.max-width-320px {
  max-width: 19.98vw;
}

.text-mono-14px.is-copyright {
  color: #fff;
}

.text-mono-14px.is-stats-item {
  max-width: 7vw;
}

.text-mono-14px.text-color-white.is-mobile {
  display: none;
}

.text-mono-14px.text-color-white.is-link {
  text-decoration: none;
}

.text-whyte-ink-160px {
  font-family: KF Main \- Ink, sans-serif;
  font-size: 11.1vw;
  font-weight: 900;
  line-height: 1;
}

.text-whyte-ink-160px.is-flex-grow {
  flex: 1;
}

.text-whyte-ink-100px {
  font-family: KF Main \- Ink, sans-serif;
  font-size: 6.9375vw;
  line-height: 1;
}

.text-whyte-ink-100px.is-about-header {
  text-align: center;
  font-size: 12vw;
  font-weight: 500;
  line-height: .8;
}

.text-whyte-150px {
  flex: none;
  font-family: KF Main, sans-serif;
  font-size: 10.4vw;
  line-height: .8;
}

.text-whyte-150px.is-stats-item {
  font-weight: 700;
}

.text-whyte-110px {
  font-family: KF Main, sans-serif;
  font-size: 7.63813vw;
  line-height: .8;
}

.text-whyte-110px.text-weight-medium {
  font-weight: 500;
}

.text-whyte-50px {
  font-family: KF Main, sans-serif;
  font-size: 3.46875vw;
  line-height: 1.1;
}

.text-whyte-32px {
  font-family: KF Main, sans-serif;
  font-size: 2.22vw;
  line-height: 1.1;
}

.text-whyte-32px.is-services-title {
  text-transform: uppercase;
  font-weight: 500;
}

.text-whyte-24px {
  font-family: KF Main, sans-serif;
  font-size: 1.665vw;
  line-height: 1.3;
}

.text-whyte-24px.is-case-study-muted {
  opacity: .6;
  font-weight: 400;
}

.text-whyte-24px.is-case-study-muted.text-color-light-gray {
  color: #fff;
}

.text-whyte-24px.is-3-col-description {
  opacity: .6;
  max-width: 46vw;
  font-weight: 400;
}

.text-whyte-16px {
  font-family: KF Main, sans-serif;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.4;
}

.text-whyte-16px.max-width-18rem {
  width: 100%;
  max-width: 20vw;
}

.fs-styleguide_text-item-body {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-weight-black {
  font-weight: 900;
}

.navbar_component {
  background-color: #000;
  padding-top: 2.222vw;
  padding-bottom: 2.222vw;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 97.2125vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 2.222vw;
  grid-row-gap: 2.222vw;
  display: flex;
}

.navbar_link {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/navbar-link-decor-white.svg');
  background-position: 0 81%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #fff0;
  padding: 0;
  font-family: Kf Mono, sans-serif;
  font-size: .972125vw;
  transition: all .2s;
}

.navbar_link:hover {
  background-image: url('../images/navbar-link-decor-white.svg');
  background-position: 0 36%;
  background-repeat: no-repeat;
  background-size: .83325vw;
  border-bottom-color: #fff;
  padding-left: 1.3332vw;
}

.navbar_link.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
  background-image: url('../images/navbar-link-decor-white.svg');
  background-position: 0 36%;
  background-repeat: no-repeat;
  background-size: .83325vw;
  padding-left: 1.32vw;
}

.navbar_link.is-black {
  color: var(--black);
  background-image: url('../images/navbar-link-decor-black.svg');
}

.navbar_link.is-black:hover, .navbar_link.is-black.w--current {
  border-bottom-color: var(--black);
}

.navbar_link.only-show-landscape {
  display: none;
}

.section_hero {
  z-index: 3;
  position: relative;
}

.hero_layout {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  color: var(--white);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero_layout.is-about {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
}

.hero_upper-wrapper {
  z-index: 2;
  grid-column-gap: 8.3325vw;
  grid-row-gap: 8.3325vw;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_lower-wrapper {
  grid-column-gap: 1.111vw;
  grid-row-gap: 1.111vw;
  flex-direction: column;
  display: flex;
}

.hero_lower-wrapper.is-portfolio, .hero_lower-wrapper.is-about {
  align-items: center;
  position: relative;
}

.bullet-point_component {
  grid-column-gap: .5555vw;
  grid-row-gap: .5555vw;
  align-items: center;
  display: flex;
  position: relative;
}

.bullet-point_component.is-work {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  border-radius: 1rem;
  padding: .694375vw;
  position: absolute;
  inset: 1.6665vw auto auto 1.6665vw;
}

.bullet-point_bullet-point {
  border-radius: 0;
  width: 1.111vw;
  margin-bottom: -.16665vw;
}

.bullet-point_bullet-point.is-14px {
  width: .972125vw;
  margin-bottom: .16665vw;
  font-size: 1.111vw;
}

.hero_upper-wrapper_div2 {
  grid-column-gap: 8.3325vw;
  grid-row-gap: 8.3325vw;
  align-items: flex-start;
  display: flex;
}

.section-image_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper {
  position: relative;
}

.marquee-horizontal {
  z-index: 200;
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.444vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.is-logos {
  border-top-width: 0;
  border-bottom-width: 0;
  height: 10vw;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.111vw;
  padding-bottom: 1.111vw;
  display: flex;
}

.logo_logo-image {
  flex: none;
  max-width: none;
  min-height: 3.625rem;
  margin-right: 3.8885vw;
}

.case-studies_layout {
  grid-column-gap: 11.11vw;
  grid-row-gap: 11.11vw;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.case-studies_upper-wrapper {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 5.555vw;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 0;
  display: grid;
}

.case-studies_lower-wrapper {
  grid-column-gap: 5.556vw;
  grid-row-gap: 5.556vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-studies_upper-wrapper_cta-div {
  grid-column-gap: 4.444vw;
  grid-row-gap: 4.444vw;
  flex-direction: column;
  justify-content: space-between;
  max-width: 19.998vw;
  display: flex;
}

.button_item {
  border: 1px solid var(--white);
  max-height: 2.97748vw;
  color: var(--white);
  text-align: left;
  border-radius: 1.11vw;
  justify-content: center;
  align-items: center;
  padding: 1.111vw;
  display: flex;
}

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

.button_item.is-2.is-filled {
  background-color: var(--white);
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--black);
}

.button {
  color: var(--black);
  border-radius: 10px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.button_text {
  text-align: left;
  margin-bottom: -.35vw;
  font-family: Whyte, sans-serif;
  font-size: 1.111vw;
}

.button_arrow {
  justify-content: center;
  align-items: center;
  width: 1.111vw;
  height: 1.111vw;
  display: flex;
}

.case-studies_upper-wrapper_cta-div_upper-wrapper {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 1.6665vw;
  flex-direction: column;
  display: flex;
}

.case-studies_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.case-studies_component {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 1.6665vw;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.case-studies_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.case-studies_image-wrapper {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 92.6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-studies_title-wrapper {
  grid-column-gap: .83325vw;
  grid-row-gap: .83325vw;
  justify-content: space-between;
  display: flex;
}

.case-studies_title.text-whyte-24px {
  font-size: 1.6665vw;
}

.case-studies_text-wrapper-coming-soon {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 1.6665vw;
  opacity: .5;
  flex-direction: column;
  display: flex;
}

.case-studies_text-wrapper {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 1.6665vw;
  flex-direction: column;
  display: flex;
}

.section_service-marquee_component {
  overflow: hidden;
}

.service-marquee_item {
  grid-column-gap: 1.665vw;
  grid-row-gap: 1.665vw;
  flex: none;
  align-items: center;
  display: flex;
}

.service-marquee_list {
  grid-column-gap: 1.3875vw;
  grid-row-gap: 1.3875vw;
  flex-flow: row;
  padding-bottom: 2.22vw;
  display: flex;
}

.service-marquee_text {
  margin-bottom: -1.8vw;
  padding-top: 1.8vw;
  font-family: Whyte, sans-serif;
  font-size: 7.6vw;
  line-height: .8;
}

.service-marquee_number.text-mono-40px {
  margin-top: -1.11vw;
  padding-bottom: 1.11vw;
}

.service-marquee_text-wrapper {
  grid-column-gap: .555vw;
  grid-row-gap: .555vw;
  align-items: flex-start;
  display: flex;
}

.service-marquee_visual-wrapper {
  border-radius: 1.3875vw;
  width: 8.88vw;
  overflow: hidden;
}

.services-icon-embed {
  color: #fff;
  width: 4.44vw;
  height: 4.44vw;
}

.services-icon-embed.is-service-row {
  margin-top: .888vw;
}

.service-row_list {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  display: flex;
}

.service-row_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--black);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.service-row_title-wrapper {
  align-items: center;
  display: flex;
}

.service-row_description-wrapper {
  grid-column-gap: 5.55vw;
  grid-row-gap: 5.55vw;
  align-items: flex-start;
  display: flex;
}

.service-row_arrow-wrapper {
  align-items: center;
  width: 6.9375vw;
  display: flex;
  overflow: hidden;
}

.service-row_title-inner-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  align-items: flex-start;
  margin-top: -.5rem;
  display: flex;
}

.service-row_arrow {
  flex: none;
  width: 5.55vw;
  height: 5.55vw;
}

.service-row_title {
  color: #fff;
  margin-bottom: -1.625rem;
  padding-top: 1.625rem;
  font-family: Whyte, sans-serif;
  font-size: 7.63vw;
  line-height: .8;
}

.video_cover-media {
  z-index: 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding-top: 54%;
  position: absolute;
  inset: 0%;
}

.bottom-cta_lyout {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.bottom-cta_arrow {
  flex: none;
  width: 8.325vw;
  height: 8.325vw;
}

.bottom-cta_text-upper {
  justify-content: space-between;
  display: flex;
}

.bottom-cta_text-wrapper {
  z-index: 2;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.bottom-cta_text-wrapper.is-white {
  color: var(--white);
}

.footer_component {
  z-index: 2;
  margin-top: auto;
  padding-top: 2.22vw;
  position: relative;
  overflow: hidden;
}

.knife-fox_footer-text {
  text-transform: uppercase;
  width: 100%;
  font-family: Whyte, sans-serif;
}

.footer_links-wrapper {
  grid-column-gap: 1.3875vw;
  grid-row-gap: 1.3875vw;
  display: flex;
}

.footer_upper-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  margin-bottom: 1.3875vw;
  display: flex;
}

.footer-links {
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-family: Kf Mono, sans-serif;
  font-size: .97125vw;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s;
  display: inline-block;
}

.footer-links:hover {
  border-bottom: 1px solid #fff;
}

.footer-links.w--current {
  border-bottom-color: var(--white);
}

.bottom-cta_spline-element {
  z-index: 2;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.inverted {
  filter: invert();
}

.inverted.nav-logo {
  height: 1.3vw;
}

.case-studies_white-elements {
  grid-column-gap: 1.6665vw;
  grid-row-gap: 1.6665vw;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.portfolio-hero_spline-embed {
  z-index: 1;
  width: 36vw;
  height: 36vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -27% 0% 0%;
}

.service-row_layout {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3.33vw;
  text-decoration: none;
  display: flex;
}

._3-col-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spacer-xmhuge-144px {
  width: 100%;
  padding-top: 9.99vw;
}

.services_item {
  grid-column-gap: 3.885vw;
  grid-row-gap: 3.885vw;
  border-top: 1px solid var(--white);
  flex-direction: column;
  display: flex;
}

.services_title-wrapper {
  grid-column-gap: .555vw;
  grid-row-gap: .555vw;
  padding-top: 1.11vw;
  display: flex;
}

.leadership_wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.leadership_image {
  width: 28vw;
}

.leadership_links-wrapper {
  grid-column-gap: 1.3875vw;
  grid-row-gap: 1.3875vw;
  display: flex;
}

.leadership_link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: -.2rem;
  padding-bottom: .5rem;
  font-family: Monument Grotesk Mono;
  font-size: 1.11vw;
  line-height: 1.2;
  display: inline-block;
}

.stats_list {
  grid-column-gap: 5.55vw;
  grid-row-gap: 5.55vw;
  display: flex;
}

.stats_item {
  grid-column-gap: 2.775vw;
  grid-row-gap: 2.775vw;
  display: flex;
}

.stats_item-empty {
  flex: 1;
}

.stats_wrapper {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-direction: column;
  display: flex;
}

.contact-hero_layout {
  grid-column-gap: 13.32vw;
  grid-row-gap: 13.32vw;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.contact-hero_lower-wrapper {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.contact-hero_text-wrapper {
  z-index: 10;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-hero_title-wrapper {
  color: var(--white);
  justify-content: flex-start;
  padding-bottom: 1vw;
  text-decoration: none;
  display: flex;
}

.contact-hero_title-wrapper.is-email {
  position: relative;
}

.contact-hero_title-wrapper.service-row_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.contact-hero_arrow {
  flex: none;
  width: 5.55vw;
  height: 5.55vw;
}

.contact-hero_spline-wrapper {
  z-index: 2;
  width: 55%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_hero-case-studies {
  margin-bottom: 16.65vw;
}

.section_hero-case-studies.is-fitrev {
  color: var(--white);
  background-color: #14b672;
}

.section_hero-case-studies.is-mojo {
  color: var(--white);
  background-color: #5dff06;
}

.section_hero-case-studies.is-vanta {
  color: var(--white);
  background-color: #171b21;
}

.section_hero-case-studies.is-kobiton {
  color: var(--white);
  background-color: #e3dbf5;
}

.section_hero-case-studies.is-square {
  color: var(--white);
  background-color: #1a1a1a;
}

.section_hero-case-studies.is-new-case-study {
  color: var(--white);
  background-color: #2260bd;
}

.case-studies-hero_upper-wrapper {
  z-index: 2;
  grid-column-gap: 8.325vw;
  grid-row-gap: 8.325vw;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-studies-hero_upper-wrapper.is-black {
  color: var(--black);
}

.case-studies-hero_upper-wrapper.is-white {
  color: var(--white);
}

.case-studies-hero_lower-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  margin-bottom: -16.5vw;
  display: flex;
}

.case-studies-hero_title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.case-studies-hero_title-wrapper.is-withe {
  filter: invert();
}

.fake-element-to-fix-the-data-entrry-situation-for-components {
  display: none;
}

.section_next-project {
  overflow: hidden;
}

.next-project_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: 55.5vw;
  max-height: 33.3vw;
  margin-bottom: -5.55vw;
}

.next-project_title-wrapper {
  text-align: center;
  text-decoration: none;
}

.next-project_layout {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.75vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.next-project_link {
  text-decoration: none;
}

.section_case-study-row.is-grey-bg {
  background-color: #eaeff7;
  margin-bottom: 2rem;
}

.social-media_links-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  display: flex;
}

.social-media_link-flex {
  grid-column-gap: .55vw;
  grid-row-gap: .55vw;
  display: flex;
}

.social-media_link {
  width: 4.44vw;
}

.social-media_link.is-copy-url {
  position: relative;
}

.social-media_links-wrapper-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.seo-link-description {
  display: none;
}

.case-study_body.is-white-bg {
  background-color: var(--white);
  color: var(--black);
}

.case-study_full-width-image-wrapper {
  padding-top: 60%;
  position: relative;
}

.case-study_full-width-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.case-study_full-width-image.is-gray-bg {
  color: #eaeff7;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
}

.case-study_row-description-text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 6rem;
  display: flex;
}

.case-study_project-name-grid-1 {
  grid-column-gap: 1.3875vw;
  grid-row-gap: 1.3875vw;
  object-fit: contain;
  padding: 0;
}

.splide {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

.splide__list {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-direction: row;
  display: flex;
}

.splide__slide {
  object-fit: cover;
  border-radius: 1.1vw;
  flex: none;
  width: 100%;
  max-width: 80vw;
  height: 50vw;
  display: block;
  position: relative;
}

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

.footer-container {
  width: 100%;
  max-width: 97.125vw;
  margin-left: auto;
  margin-right: auto;
}

.case-studies_pointing-arrow {
  width: 2vw;
  height: 2vw;
}

.leadership_sign {
  width: 9vw;
}

.padding-section-bottom-cta {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.padding-section-services {
  padding-top: 12vw;
  padding-bottom: 0;
}

.padding-section-stats {
  padding-top: 12vw;
  padding-bottom: 12vw;
}

.navbar_links-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex: none;
  display: flex;
}

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

.is-nav-copyright-text {
  text-transform: uppercase;
  display: none;
}

.button_item-arrow {
  border: 1px solid var(--white);
  transform-origin: 0%;
  width: 3.5vw;
  max-height: 2.97748vw;
  color: var(--white);
  border-radius: 1.11vw;
  justify-content: center;
  align-items: center;
  padding: 1.111vw;
  display: flex;
}

.button_item-arrow.is-filled {
  background-color: var(--white);
  color: var(--black);
}

.button_item-arrow.is-1 {
  transform-origin: 100%;
  position: relative;
  transform: scale(1);
}

.button_item-arrow.is-1.is-filled {
  background-color: var(--white);
  color: var(--black);
}

.glitch-text {
  cursor: default;
}

.kinfe-fox_hero-text-wrapper {
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero_bullet-wrapper {
  display: flex;
  overflow: hidden;
}

.about_header-wrapper {
  margin-bottom: -1.5vw;
  padding-bottom: .5vw;
  overflow: hidden;
}

.notification {
  z-index: 2;
  grid-column-gap: .5555vw;
  grid-row-gap: .5555vw;
  background-color: var(--white);
  color: var(--black);
  white-space: pre;
  border-radius: .5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .51vw 1vw .51vw .6vw;
  display: flex;
  position: absolute;
  inset: auto auto 0 1.5vw;
}

.glitch-numbers {
  cursor: default;
}

.contact-hero_arrow-wrapper {
  width: 7vw;
  overflow: hidden;
}

.is-menue {
  text-transform: uppercase;
  display: none;
}

.padding-section-leadership {
  padding-top: 8.88vw;
  padding-bottom: 8.88vw;
}

.kf_character {
  height: 11vw;
}

.kf_character.is-plus {
  height: 6vw;
  margin-right: 1.25vw;
}

.kf_character.is-n {
  margin-left: .2vw;
}

.kf_character.is-i, .kf_character.is-e {
  margin-left: 1.25vw;
  margin-right: 1.25vw;
}

.kf_character.is-r {
  height: 6vw;
}

.kf_character.is-x {
  margin-left: -2vw;
}

.nav-logo {
  height: 1.5vw;
}

.max-width-50rem {
  width: 100%;
  max-width: 50.125rem;
}

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

.case-study_full-width-image-copy-copy {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: fill;
}

.case-study_sqaure-grid-50-50 {
  grid-column-gap: 1.3875vw;
  grid-row-gap: 1.3875vw;
  object-fit: contain;
  padding: 0;
}

.page-loader-content {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader_inner-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.loader {
  z-index: 9999999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

._4-col-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.is-time-zone {
  width: 0;
  height: 0;
}

.background-video {
  z-index: 1;
  width: 100%;
}

.legal-copy-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 55vw;
  display: flex;
}

.legal-copy_list {
  width: 100%;
}

.legal-copy_list.is-sublist {
  margin-top: 1rem;
}

.contact-modal {
  z-index: 9999;
  background-color: var(--black);
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.contact-modal_text-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 24rem;
  display: flex;
}

.contact-modal_form-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-modal-exit {
  opacity: .7;
  cursor: pointer;
  transition: all .2s;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.contact-modal-exit:hover {
  opacity: 1;
}

.contact-modal_form {
  grid-column-gap: 11.75rem;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-modal_form-field {
  height: auto;
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 0;
  padding: 0 0 .25rem;
  font-family: Whyte, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1rem;
  transition: all .2s ease-in-out;
}

.contact-modal_form-field:hover, .contact-modal_form-field:focus {
  border-bottom-color: #fff;
}

.contact-modal_form-field::placeholder {
  color: #ffffff80;
}

.div-block {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-whyte-ink-32px {
  font-family: Whyte, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.link_text {
  font-size: 1.3em;
  font-weight: 400;
}

.link_text.is--2 {
  position: absolute;
}

.link_circle {
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
  width: 100%;
  min-height: 6em;
  margin-bottom: 5.9em;
  padding-top: 100%;
  transition: margin .4s, border-radius .25s;
  position: absolute;
  inset: auto 0% 0%;
}

.link_wrap {
  z-index: 2;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.link_move {
  position: relative;
}

.label {
  display: none;
}

.link_container {
  padding: .375em;
  display: inline-block;
}

.radio-button {
  z-index: 30;
  opacity: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff80;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 1em 1.25em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.shapes {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.contact-modal_content {
  width: 100%;
  height: auto;
  position: relative;
}

.contact-modal_button {
  align-items: center;
  display: flex;
  position: relative;
}

.text-whyte-40px {
  font-family: KF Main, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}

.contact-modal_button-icon {
  width: 2.125rem;
}

.contact-modal_submit {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.contact-modal_button-icon-wrapper {
  align-items: center;
  width: 2.75rem;
  display: flex;
}

.contact-modal_footer {
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.contact-modal_footer-links {
  grid-column-gap: 1.375rem;
  align-items: center;
  display: flex;
}

.footer_content {
  z-index: -3;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer_layout {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_bottom {
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.footer_bottom-links {
  grid-column-gap: 1.375rem;
  align-items: center;
  display: flex;
}

.footer_text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop_item-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer_box-element {
  width: 24vw;
  height: 24vw;
  position: absolute;
  right: 20vw;
}

.footer_marquee {
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.contact-modal_from-fields {
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-modal_success {
  background-color: #0000;
  padding: 0;
}

.contact-modal_success-element {
  z-index: 0;
  width: 16vw;
  height: 16vw;
  display: none;
  position: absolute;
}

.contact-modal_success-layout {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-modal_success-message {
  width: 100%;
  max-width: 680px;
  position: relative;
}

.image-3 {
  height: .813rem;
}

.footer-grain {
  z-index: 99999999;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.featured-insight_layout {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.featured-insight_image-wrapper {
  border-radius: .5vw;
  width: 100%;
  height: 42.375vw;
  position: relative;
  overflow: hidden;
}

.featured-insight_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.featured-insight_list-wrapper {
  width: 100%;
}

.featured-insight_image-cover {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.featured-insight_card {
  grid-row-gap: 6.25vw;
  background-color: #000;
  border-radius: .5vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 28vw;
  padding: 2.5vw 2vw 2vw;
  display: flex;
}

.featured-insight_card-categories-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.featured-insight_card-heading {
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-whyte-28px {
  font-family: KF Main, sans-serif;
  font-size: 1.75vw;
  line-height: 1.3;
}

.insight-heading {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.insight_list-wrapper {
  width: 100%;
}

.insight_list {
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.insight_list.is-home {
  margin-bottom: 3.5vw;
}

.insight-image_wrapper {
  border-radius: .5rem;
  flex: none;
  width: 27.875vw;
  height: 18.75vw;
  position: relative;
  overflow: hidden;
}

.insight-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.insight-filters {
  grid-row-gap: .75vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.insight-button {
  border-radius: 1vw;
}

.insight-button_list {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.insight_link {
  border-radius: .75vw;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.insights_form-block {
  width: 100%;
  margin-bottom: 0;
}

.insights_form {
  grid-row-gap: 1.25vw;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.inisght_item-content {
  grid-column-gap: 2vw;
  display: flex;
}

.insight_arrow {
  width: 1.5vw;
  height: 1.5vw;
}

.insight_arrow.is-mobile {
  display: none;
}

.insight-checkbox-field {
  cursor: pointer;
  background-color: #242424;
  border-radius: 1vw;
  margin-bottom: 0;
  padding: .625vw;
  transition: all .2s;
  position: relative;
}

.insight-checkbox-field:hover {
  opacity: .6;
}

.insight-checkbox {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.insight-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.insight-checkbox.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.featured-insight_card-arrow {
  width: 1.5vw;
  height: 1.5vw;
}

.insight-post-hero_layout {
  grid-row-gap: 12vw;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-whyte-80px {
  font-family: KF Main, sans-serif;
  font-size: 6vw;
  line-height: 1.1;
}

.text-whyte-80px.text-weight-normal.max-width-86rem {
  width: 100%;
  max-width: 86vw;
}

.featured-insight_link {
  width: 100%;
  text-decoration: none;
}

.insight-post-hero_image-wrapper {
  border-radius: 1vw;
  width: 100%;
  height: 42.375vw;
  position: relative;
  overflow: hidden;
}

.insight-post-hero_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.footer_button-wrapper {
  grid-column-gap: 2.125vw;
  align-items: center;
  display: flex;
}

.footer_button {
  grid-column-gap: 8.125vw;
  border: 1px solid #ffffff80;
  border-radius: .75vw;
  align-items: center;
  padding: 2.5vw;
  text-decoration: none;
  display: flex;
}

.footer_button-icon {
  width: 1.5vw;
  height: 1.5vw;
}

.footer_text-desktop {
  grid-row-gap: 1.5vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 25vw;
  display: flex;
}

.footer_text-mobile {
  grid-row-gap: 1.5vw;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 25vw;
  display: none;
}

.footer_top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 4vw;
  display: flex;
}

.insight-post_layout {
  grid-column-gap: 13.75rem;
  align-items: flex-start;
  display: flex;
}

.insight-post_wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.insight-post {
  grid-row-gap: 1.5vw;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 54vw;
  display: flex;
}

.more-insights_layout {
  grid-row-gap: 2.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insight-post-hero_lower {
  grid-row-gap: 4vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.insight-post-hero_upper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insight-post_info {
  grid-column-gap: 11.375vw;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.inishgt-post_author {
  grid-column-gap: 1vw;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.inishgt-post_author.is-mobile, .div-block-7 {
  display: none;
}

.featured-insight_card-categories {
  z-index: 10;
}

.insights_empty {
  grid-row-gap: 2vw;
  border: 1px solid #ffffff80;
  border-radius: .75vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5.555vw;
  display: flex;
}

.insights_emtpy-message {
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 42.5vw;
  display: flex;
}

.insights_empty-image {
  height: 1.25vw;
}

.insights_section-heading {
  align-items: center;
  width: 100%;
  margin-bottom: 5.5vw;
  display: flex;
}

.insight {
  grid-column-gap: 10.5vw;
  border: 1px solid #ffffff80;
  border-radius: .75vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2vw;
  display: flex;
  position: relative;
}

.insight_category {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.insight_category-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.insights_heading {
  grid-row-gap: .5vw;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3.5vw;
  display: flex;
}

.more-insights_section-heading {
  align-items: center;
  width: 100%;
  display: flex;
}

.insight-post_profile {
  object-fit: cover;
  width: 2.5vw;
  height: 2.5vw;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.page-loader-icon {
  width: 8.75rem;
}

.spline-scene {
  pointer-events: none;
  width: 90vw;
  height: 90vw;
  position: absolute;
  top: -39vw;
  right: -10vw;
}

.section-video_button-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-video_button {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8vw;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.default_cursor {
  background-color: var(--white);
  border-radius: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.code-embed-2 {
  display: none;
}

.video_vimeo {
  z-index: 1;
  border-radius: 1rem;
  padding-top: 54%;
  position: relative;
}

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 4vw;
  }

  p, ul {
    font-size: 2.5vw;
  }

  ol {
    padding-left: 8vw;
    font-size: 2.5vw;
  }

  li {
    font-size: 2.5vw;
  }

  blockquote {
    border-radius: 1.25vw;
    font-size: 2.5vw;
  }

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

  .padding-top.padding-xxlarge.padding-desktop-huge {
    padding-top: 4rem;
  }

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

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

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 13.2vw;
    padding-bottom: 13.2vw;
  }

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

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

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-medium.is-home-hero {
    padding-bottom: 8vw;
  }

  .padding-section-medium.is-insight {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .spacer-xxhuge-192px {
    padding-top: 13.2vw;
  }

  .spacer-xxlarge-80px {
    padding-top: 8.8vw;
  }

  .text-mono-40px {
    font-size: 5vw;
  }

  .text-mono-24px {
    font-size: 3.2vw;
  }

  .text-mono-16px {
    font-size: 2.2vw;
  }

  .text-mono-14px {
    font-size: 2.1vw;
  }

  .text-mono-14px.max-width-320px {
    max-width: 32vw;
  }

  .text-mono-14px.is-copyright {
    opacity: .5;
  }

  .text-mono-14px.is-stats-item {
    max-width: 14vw;
    font-size: 1.8vw;
  }

  .text-mono-14px.text-color-white.is-mobile {
    display: block;
  }

  .text-mono-14px.text-color-white.is-desktop {
    display: none;
  }

  .text-whyte-ink-160px {
    z-index: 1;
    font-size: 20vw;
    position: relative;
  }

  .text-whyte-ink-100px {
    font-size: 12vw;
  }

  .text-whyte-150px {
    font-size: 20vw;
  }

  .text-whyte-150px.is-bottom-cta, .text-whyte-150px.is-stats-item {
    font-size: 10vw;
  }

  .text-whyte-110px.text-weight-medium {
    order: 2;
  }

  .text-whyte-50px {
    font-size: 6vw;
  }

  .text-whyte-32px {
    font-size: 4.4vw;
  }

  .text-whyte-24px {
    font-size: 3vw;
    line-height: 1.2;
  }

  .text-whyte-16px {
    font-size: 2.2vw;
  }

  .text-whyte-16px.max-width-18rem.text-color-white {
    max-width: 100%;
  }

  .fs-styleguide_text-item-body {
    grid-template-columns: 1fr;
  }

  .navbar_component {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .navbar_logo-link {
    flex: none;
  }

  .navbar_link {
    font-size: 1.94425vw;
  }

  .navbar_link:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .navbar_link.w--current {
    background-position: 0 85%;
    background-size: 1.5vw;
  }

  .bullet-point_component {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    order: -1;
  }

  .bullet-point_component.is-work {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
    padding: 1.4vw 1.4vw 1.2vw;
  }

  .bullet-point_bullet-point {
    width: 2.222vw;
  }

  .bullet-point_bullet-point.is-14px {
    width: 1.8vw;
    margin-bottom: .32vw;
  }

  .section-image_image-wrapper {
    padding-top: 60%;
  }

  .marquee-horizontal.is-logos {
    height: 8vw;
  }

  .track-horizontal {
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
  }

  .logo_logo-image {
    width: 280vw;
    margin-right: 6vw;
  }

  .case-studies_upper-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .case-studies_lower-wrapper {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
  }

  .case-studies_upper-wrapper_cta-div {
    order: 3;
    max-width: 40vw;
  }

  .button_item {
    border-radius: 2.2vw;
    max-height: 6vw;
    padding: 2.5vw;
  }

  .button {
    z-index: 20;
    position: relative;
  }

  .button_text {
    margin-bottom: -.8vw;
    font-size: 2.5vw;
  }

  .button_arrow {
    width: 2.5vw;
    height: 2.5vw;
  }

  .case-studies_upper-wrapper_cta-div_upper-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .case-studies_grid {
    grid-column-gap: 3.3vw;
    grid-row-gap: 3.3vw;
    grid-template-columns: 1fr 1fr;
  }

  .case-studies_component {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .case-studies_title-wrapper {
    grid-column-gap: 1.6vw;
    grid-row-gap: 1.6vw;
  }

  .case-studies_title.text-whyte-24px {
    font-size: 3.2vw;
  }

  .case-studies_text-wrapper-coming-soon, .case-studies_text-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .service-marquee_item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .service-marquee_text {
    margin-bottom: -1.2vw;
  }

  .service-marquee_number.text-mono-40px {
    font-size: 3vw;
  }

  .service-marquee_text-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .service-marquee_visual-wrapper {
    border-radius: 1.6vw;
    width: 8vw;
  }

  .services-icon-embed {
    width: 6vw;
    height: 6vw;
  }

  .services-icon-embed.is-service-row {
    margin-top: 1vw;
  }

  .service-row_list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .service-row_arrow-wrapper {
    display: none;
  }

  .service-row_title {
    padding-top: 1.2rem;
  }

  .bottom-cta_arrow {
    width: 8vw;
    height: 8vw;
  }

  .footer_component {
    padding-top: 4.4vw;
  }

  .footer_links-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    justify-content: space-between;
  }

  .footer_upper-wrapper {
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }

  .footer-links {
    font-size: 1.9425vw;
  }

  .bottom-cta_spline-element {
    width: 40vw;
    height: 40vw;
  }

  .inverted.nav-logo {
    object-position: 0% 50%;
  }

  .portfolio-hero_spline-embed {
    width: 40vw;
    height: 40vw;
    top: -40%;
  }

  .service-row_layout {
    padding-top: 3vw;
  }

  .leadership_image {
    width: 20vw;
  }

  .leadership_link {
    font-size: 2.22vw;
  }

  .stats_item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .contact-hero_spline-wrapper {
    top: auto;
    bottom: 0%;
  }

  .case-studies-hero_title-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .next-project_image {
    max-width: 60vw;
    max-height: 40vw;
    margin-bottom: -8vw;
  }

  .social-media_links-wrapper, .social-media_link-flex {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .social-media_link {
    width: 6vw;
  }

  .splide__slide {
    width: 75vw;
    max-width: 75vw;
    height: 45vw;
  }

  .case-studies_pointing-arrow {
    width: 3.5vw;
    height: 3.5vw;
  }

  .leadership_sign {
    width: 20vw;
  }

  .padding-section-bottom-cta {
    padding-top: 13.2vw;
    padding-bottom: 7vw;
  }

  .padding-section-services {
    padding-top: 13.2vw;
    padding-bottom: 0;
  }

  .padding-section-stats {
    padding-top: 13.2vw;
    padding-bottom: 13.2vw;
  }

  .button_item-arrow {
    border-radius: 2.2vw;
    width: 7vw;
    max-height: 6vw;
    padding: 2.5vw;
  }

  .notification {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    order: -1;
  }

  .padding-section-leadership {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .kf_character {
    flex: none;
  }

  .nav-logo {
    min-height: 2.5vw;
  }

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

  .legal-copy-wrapper {
    max-width: 100%;
  }

  .contact-modal_layout, .contact-modal_form {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .contact-modal_footer {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .contact-modal_footer-links {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_bottom {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 4rem;
  }

  .footer_bottom-links {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_box-element {
    width: 40vw;
    height: 40vw;
    right: auto;
  }

  .footer_marquee {
    justify-content: center;
  }

  .contact-modal_from-fields {
    width: 100%;
  }

  .contact-modal_success-element {
    width: 40vw;
    height: 40vw;
  }

  .featured-insight_card {
    display: none;
  }

  .text-whyte-28px {
    font-size: 3vw;
    line-height: 1.2;
  }

  .insight-heading {
    grid-row-gap: 6vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .insight_list {
    grid-row-gap: 4vw;
  }

  .insight_item {
    grid-row-gap: 1.75rem;
    border-style: none;
    flex-direction: column;
    padding: 0;
  }

  .insight-image_wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 56.8%;
    display: none;
  }

  .insight_details {
    grid-row-gap: 12vw;
  }

  .insight-filters {
    grid-row-gap: 2vw;
  }

  .insight-button_list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .insights_form {
    grid-row-gap: 4vw;
  }

  .inisght_item-content {
    grid-row-gap: 2.5vw;
    flex-direction: column;
    width: 100%;
  }

  .insight_arrow {
    width: 3vw;
    height: 3vw;
  }

  .insight_arrow.is-mobile {
    display: block;
  }

  .insight_arrow.is-desktop {
    display: none;
  }

  .insight-checkbox-field {
    border-radius: 2vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }

  .insight-post-hero_layout {
    grid-row-gap: 11.25vw;
  }

  .text-whyte-80px {
    font-size: 6vw;
  }

  .featured-insight_link {
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .insight-post-hero_image-wrapper {
    height: 60vw;
  }

  .footer_button-wrapper {
    grid-row-gap: 3vw;
    flex-direction: column;
    width: 100%;
  }

  .footer_button {
    border-radius: 2vw;
    justify-content: space-between;
    width: 100%;
    padding: 5vw;
  }

  .footer_button-icon {
    width: 3vw;
    height: 3vw;
  }

  .footer_text-desktop {
    display: none;
  }

  .footer_text-mobile {
    grid-row-gap: 3vw;
    max-width: 100%;
    display: flex;
  }

  .footer_top {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .insight-post_layout {
    grid-row-gap: 7.5vw;
    flex-direction: column;
  }

  .insight-post {
    grid-row-gap: 2vw;
    max-width: 100%;
  }

  .more-insights_layout {
    grid-row-gap: 4vw;
  }

  .div-block-7 {
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .insights_empty {
    border-radius: 2vw;
  }

  .insights_emtpy-message {
    max-width: none;
  }

  .insights_empty-image {
    height: 2vw;
  }

  .insight {
    border-color: #fff;
    border-radius: 2vw;
    flex-direction: column;
    padding: 4vw 3vw 3vw;
  }

  .insight_category-wrapper {
    grid-row-gap: 6vw;
    flex-direction: column-reverse;
  }

  .insights_heading {
    grid-row-gap: 4vw;
    margin-bottom: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

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

  .padding-top.padding-xxlarge.padding-desktop-huge {
    padding-top: 3rem;
  }

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

  .padding-global {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

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

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

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

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

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

  .padding-section-large.dekstop-xlarge-mobile-bottom-huge {
    padding-bottom: 4rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .text-mono-24px.text-size-14-mobile {
    font-size: 2.2vw;
  }

  .text-whyte-ink-100px.is-about-header {
    font-size: 16vw;
  }

  .navbar_component {
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
  }

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

  .navbar_logo-link.w--current {
    padding-left: 0;
  }

  .navbar_menu {
    z-index: 2;
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
    background-color: var(--black);
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 0;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    display: flex;
    top: 0;
  }

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

  .navbar_menu-button.w--open {
    z-index: 3;
    background-color: #c8c8c800;
  }

  .navbar_link {
    color: var(--white);
    background-position: 0 36%;
    background-size: 4vw;
    margin-left: 0;
    padding-left: 6.6vw;
    font-size: 5vw;
  }

  .navbar_link:hover {
    background-image: url('../images/navbar-link-decor-white.svg');
    background-position: 0 61%;
    background-repeat: no-repeat;
    border-bottom-style: none;
    padding-left: 3.3vw;
  }

  .navbar_link.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom-style: none;
    padding-left: 0;
  }

  .navbar_link.only-show-landscape {
    display: block;
  }

  .section_hero.is-portfolio {
    margin-bottom: 12vw;
  }

  .section_hero.is-about {
    margin-bottom: 6vw;
  }

  .hero_layout {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .hero_layout.is-about {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .hero_upper-wrapper {
    grid-column-gap: 31vw;
    grid-row-gap: 31vw;
    flex-direction: column-reverse;
  }

  .hero_lower-wrapper.is-portfolio {
    align-items: flex-start;
    margin-top: 1vw;
  }

  .hero_lower-wrapper.is-about {
    align-items: flex-start;
    margin-top: 0;
  }

  .hero_upper-wrapper_div2 {
    overflow: hidden;
  }

  .logo_logo-image {
    width: 340vw;
  }

  .knife-fox_footer-text {
    margin-bottom: 0;
  }

  .inverted.nav-logo {
    height: 3.733vw;
  }

  .portfolio-hero_spline-embed {
    width: 35vw;
    height: 35vw;
    top: 31%;
  }

  ._3-col-grid.is-leadership {
    grid-template-columns: 1fr 1fr;
  }

  .splide__slide {
    border-radius: 2.2vw;
  }

  .navbar_menu-icon {
    background-color: var(--black);
    border-radius: 200rem;
    width: 7vw;
    height: .5vw;
    padding: 0;
  }

  .navbar_menu-icon.is-second {
    width: 5vw;
  }

  .navbar_menu-icon.is-second.is-white, .navbar_menu-icon.is-one.is-white {
    background-color: var(--white);
  }

  .navbar_menu-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .navbar_menu-wrapper.is-black {
    filter: invert();
  }

  .navbar_links-wrapper {
    grid-column-gap: 2.2vw;
    grid-row-gap: 2.2vw;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 15vw;
    padding-bottom: 5vw;
    display: flex;
  }

  .is-nav-copyright-text {
    margin-top: 20vh;
    font-size: 4.6vw;
    display: flex;
  }

  .button_item-arrow.is-1 {
    display: none;
  }

  .is-menue {
    z-index: 3;
    font-size: 4.4vw;
    display: flex;
    position: absolute;
    top: 2.4vh;
  }

  .kf_character.is-plus {
    margin-right: .75vw;
  }

  .kf_character.is-n {
    margin-left: 0;
  }

  .kf_character.is-i {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .kf_character.is-e {
    margin-left: .75vw;
    margin-right: .75vw;
  }

  .kf_character.is-r {
    margin-left: -.25vw;
  }

  .nav-logo {
    height: 3.733vw;
  }

  .contact-modal {
    padding-bottom: 3.125rem;
  }

  .contact-modal-exit {
    right: 1rem;
  }

  .insight_details {
    grid-row-gap: 16vw;
  }

  .insight-filters {
    grid-row-gap: 3vw;
  }

  .insights_form {
    grid-row-gap: 6vw;
  }

  .insight-post-hero_layout {
    grid-row-gap: 14vw;
  }

  .insight-post_layout {
    grid-row-gap: 9.5vw;
  }

  .insight-post {
    grid-row-gap: 3vw;
  }

  .more-insights_layout {
    grid-row-gap: 5vw;
  }

  .insight-post-hero_lower {
    grid-row-gap: 8vw;
  }

  .insight-post_info {
    grid-column-gap: 3.75vw;
  }

  .inishgt-post_author {
    display: none;
  }

  .inishgt-post_author.is-mobile {
    grid-column-gap: 2vw;
    display: flex;
  }

  .insight {
    padding: 5vw 4vw 4vw;
  }

  .insight-post_profile {
    width: 6vw;
    height: 6vw;
  }

  .div-block-9 {
    grid-row-gap: 5vw;
  }
}

@media screen and (max-width: 479px) {
  p, ul {
    font-size: 5vw;
  }

  ol {
    padding-left: 10vw;
    font-size: 5vw;
  }

  li {
    font-size: 4.4vw;
  }

  blockquote {
    border-radius: 3vw;
    padding: 5vw;
    font-size: 5vw;
  }

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

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

  .padding-global {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

  .padding-section-large {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .padding-section-large.dekstop-xlarge-mobile-bottom-huge {
    padding-bottom: 26.4vw;
  }

  .padding-section-large.mobile-is-large {
    padding-top: 14.66vw;
    padding-bottom: 15.133vw;
  }

  .page-wrapper.is-contact {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .main-wrapper.is-contact {
    margin-bottom: auto;
  }

  .padding-section-medium {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .padding-section-medium.is-home-hero {
    padding-bottom: 13vw;
  }

  .padding-section-medium.mobile-is-double {
    padding-bottom: 26vw;
  }

  .spacer-xxhuge-192px.mobile-is-224px {
    padding-top: 34.733vw;
  }

  .text-mono-40px {
    font-size: 11vw;
  }

  .text-mono-24px {
    font-size: 5vw;
  }

  .text-mono-24px.is-mobile-12px {
    font-size: 3.2vw;
  }

  .text-mono-24px.text-size-14-mobile, .text-mono-16px {
    font-size: 3.733vw;
  }

  .text-mono-14px {
    font-size: 3.6vw;
  }

  .text-mono-14px.max-width-320px {
    max-width: 95vw;
  }

  .text-mono-14px.is-copyright {
    font-size: 4vw;
  }

  .text-mono-14px.is-stats-item {
    text-align: left;
    max-width: 109vw;
    font-size: 4vw;
  }

  .text-mono-14px.is-service-row-text {
    font-size: 3.6vw;
  }

  .text-whyte-ink-160px {
    font-size: 20vw;
  }

  .text-whyte-ink-100px, .text-whyte-ink-100px.is-about-header {
    font-size: 16vw;
  }

  .text-whyte-150px.is-bottom-cta {
    padding-top: 4.4vw;
    font-size: 13vw;
  }

  .text-whyte-150px.is-stats-item {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20vw;
  }

  .text-whyte-110px {
    font-size: 14vw;
  }

  .text-whyte-110px.is-contact {
    font-size: 11vw;
    line-height: 1;
  }

  .text-whyte-110px.is-insights {
    font-size: 12vw;
  }

  .text-whyte-50px {
    font-size: 8vw;
    line-height: 1.2;
  }

  .text-whyte-32px {
    font-size: 7.5vw;
  }

  .text-whyte-24px, .text-whyte-24px.is-case-study-muted.text-size-mobile-18 {
    font-size: 4.8vw;
    line-height: 1.6;
  }

  .text-whyte-24px.is-3-col-description {
    max-width: 100vw;
  }

  .text-whyte-16px {
    font-size: 4.4vw;
  }

  .navbar_component {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .navbar_menu {
    top: 0%;
  }

  .navbar_link {
    background-size: 4vw;
    padding-left: 6.6vw;
    font-size: 6vw;
  }

  .hero_layout {
    grid-column-gap: 50.667vw;
    grid-row-gap: 50.667vw;
  }

  .hero_layout.is-home {
    grid-column-gap: 9.6vw;
    grid-row-gap: 9.6vw;
  }

  .hero_upper-wrapper {
    grid-column-gap: 49.6vw;
    grid-row-gap: 49.6vw;
  }

  .hero_lower-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .hero_lower-wrapper.is-portfolio {
    margin-top: 0;
  }

  .hero_lower-wrapper.is-about {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 0;
  }

  .bullet-point_component {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .bullet-point_component.is-work {
    padding: 2.4vw 2.4vw 4vw;
  }

  .bullet-point_bullet-point {
    width: 4.4vw;
    margin-bottom: -1.25vw;
  }

  .bullet-point_bullet-point.is-14px {
    width: 4vw;
    margin-bottom: -2vw;
  }

  .hero_upper-wrapper_div2 {
    grid-column-gap: 19vw;
    grid-row-gap: 19vw;
    justify-content: space-between;
  }

  .hero_upper-wrapper_div2.is-case-studies-template {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 6vw;
    display: grid;
  }

  .marquee-wrapper {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .marquee-horizontal.is-logos {
    height: 12vw;
  }

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

  .logo_logo-image {
    object-fit: fill;
    flex: none;
    width: 700vw;
    margin-right: 16vw;
  }

  .case-studies_layout {
    grid-column-gap: 24vw;
    grid-row-gap: 24vw;
  }

  .case-studies_upper-wrapper {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
  }

  .case-studies_lower-wrapper {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
  }

  .case-studies_upper-wrapper_cta-div {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    max-width: 100vw;
  }

  .button_item {
    border-radius: 4.267vw;
    padding: 4.267vw;
  }

  .button_text {
    margin-bottom: -1.5vw;
    font-size: 5vw;
  }

  .button_arrow {
    width: 5vw;
    height: 5vw;
  }

  .case-studies_grid {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
    grid-template-columns: 1fr;
  }

  .case-studies_component {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
  }

  .case-studies_title-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .case-studies_title.text-whyte-24px {
    font-size: 6.2vw;
  }

  .case-studies_text-wrapper {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
  }

  .section_service-marquee_component {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .service-marquee_text {
    margin-bottom: -2vw;
    padding-top: 2vw;
    font-size: 10vw;
  }

  .service-marquee_number.text-mono-40px {
    margin-top: -3.11vw;
    font-size: 5vw;
  }

  .service-marquee_visual-wrapper {
    width: 12vw;
  }

  .services-icon-embed {
    width: 8vw;
    height: 12vw;
  }

  .services-icon-embed.is-service-row {
    display: none;
  }

  .service-row_list {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .service-row_description-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 12vw;
  }

  .service-row_title-inner-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: space-between;
  }

  .service-row_title {
    margin-left: -.275vw;
    padding-top: .4rem;
    font-size: 9vw;
  }

  .video_cover-media {
    border-radius: .5rem;
  }

  .section_bottom-cta {
    overflow: hidden;
  }

  .bottom-cta_lyout {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    align-items: center;
  }

  .bottom-cta_arrow {
    width: 10vw;
    height: 10vw;
  }

  .bottom-cta_text-upper {
    flex-direction: row;
  }

  .footer_links-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    align-items: center;
    margin: 20vw auto 30vw;
  }

  .footer_upper-wrapper {
    grid-column-gap: 8.88vw;
    grid-row-gap: 8.88vw;
  }

  .footer-links {
    font-size: 3.6vw;
  }

  .bottom-cta_spline-element {
    width: 35vw;
    height: 35vw;
    font-size: 0;
    inset: auto -5% 0% auto;
  }

  .portfolio-hero_spline-embed {
    font-size: 0;
    top: 76%;
  }

  .service-row_layout {
    grid-column-gap: 22.667vw;
    grid-row-gap: 22.667vw;
    flex-flow: column wrap;
    align-items: flex-start;
    padding: 6vw 6.4vw 5.333vw;
  }

  ._3-col-grid {
    grid-column-gap: 12.8vw;
    grid-row-gap: 12.8vw;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.is-leadership {
    grid-template-columns: 1fr;
  }

  .spacer-xmhuge-144px {
    padding-top: 26.667vw;
  }

  .services_item {
    grid-column-gap: 4.4vw;
    grid-row-gap: 8.533vw;
  }

  .services_title-wrapper {
    grid-column-gap: 2.133vw;
    grid-row-gap: 2.133vw;
    padding-top: 8vw;
  }

  .leadership_wrapper {
    grid-column-gap: 4.44vw;
    grid-row-gap: 4.44vw;
  }

  .leadership_image {
    width: 100vw;
    margin-bottom: 4.133vw;
  }

  .leadership_title-wrapper {
    margin-bottom: 4vw;
  }

  .leadership_links-wrapper {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
    margin-bottom: 4vw;
  }

  .leadership_link {
    font-size: 4.44vw;
  }

  .stats_list {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stats_item {
    grid-column-gap: 2.2vw;
    grid-row-gap: 2.2vw;
    justify-content: space-between;
  }

  .stats_wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-hero_text-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .contact-hero_title-wrapper {
    flex-direction: row;
  }

  .contact-hero_arrow {
    width: 10vw;
    height: 10vw;
  }

  .contact-hero_spline-wrapper {
    bottom: 6%;
  }

  .case-studies-hero_upper-wrapper {
    flex-direction: column;
  }

  .case-studies-hero_lower-wrapper {
    grid-column-gap: 12.8vw;
    grid-row-gap: 12.8vw;
  }

  .case-studies-hero_title-wrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    margin-bottom: 2vw;
  }

  .next-project_image {
    max-width: 90vw;
    max-height: 60vw;
  }

  .next-project_title-wrapper {
    flex-direction: column;
    display: flex;
  }

  .social-media_link {
    width: 12vw;
  }

  .splide__slide {
    width: 90vw;
    max-width: 90vw;
    height: 80vw;
  }

  .case-studies_pointing-arrow {
    width: 7vw;
    height: 7vw;
  }

  .leadership_sign {
    width: 40vw;
    margin-top: 4vw;
  }

  .padding-section-services {
    padding-top: 26.4vw;
  }

  .padding-section-services.is-mobile-large {
    padding-bottom: 20.2vw;
  }

  .padding-section-stats {
    padding-top: 42vw;
    padding-bottom: 22vw;
  }

  .navbar_menu-icon {
    height: .35vw;
  }

  .navbar_links-wrapper {
    grid-column-gap: 4.4vw;
    grid-row-gap: 4.4vw;
  }

  .is-nav-copyright-text {
    font-size: 4.4vw;
  }

  .button_item-arrow {
    border-radius: 4.267vw;
    width: 9vw;
    padding: 4.267vw;
  }

  .notification {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 1vw 6vw 2vw 2vw;
  }

  .contact-hero_arrow-wrapper {
    width: 16vw;
  }

  .is-menue {
    font-family: Monument Grotesk Mono;
    font-size: 5vw;
    top: 1.5vh;
  }

  .padding-section-leadership {
    padding-top: 41vw;
    padding-bottom: 41vw;
  }

  .kf_character {
    height: 10.6vw;
  }

  .nav-logo {
    min-height: 5vw;
  }

  ._4-col-grid {
    grid-column-gap: 12.8vw;
    grid-row-gap: 12.8vw;
    grid-template-columns: 1fr;
  }

  .link_container {
    padding: 1vw;
  }

  .link {
    font-size: 10px;
  }

  .footer_box-element, .contact-modal_success-element {
    width: 35vw;
    height: 35vw;
    font-size: 0;
  }

  .featured-insight_image-wrapper {
    height: auto;
    padding-bottom: 56.8%;
  }

  .text-whyte-28px {
    font-size: 4.8vw;
    line-height: 1.6;
  }

  .insight-heading {
    grid-row-gap: 3.75vw;
  }

  .insight_list {
    grid-row-gap: 6vw;
  }

  .insight_list.is-home {
    margin-bottom: 7vw;
  }

  .insight_details {
    grid-row-gap: 20vw;
  }

  .insight-button_list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .insights_form {
    grid-row-gap: 10vw;
  }

  .insight_arrow {
    width: 4vw;
    height: 4vw;
  }

  .insight-post-hero_layout {
    grid-row-gap: 18vw;
  }

  .text-whyte-80px {
    font-size: 8vw;
    line-height: 1.2;
  }

  .footer_button-icon {
    width: 4vw;
    height: 4vw;
  }

  .insight-post_layout {
    grid-row-gap: 11.5vw;
  }

  .insight-post {
    grid-row-gap: 6vw;
  }

  .more-insights_layout {
    grid-row-gap: 8vw;
  }

  .inishgt-post_author.is-mobile {
    grid-column-gap: 4vw;
  }

  .insights_empty {
    border-radius: 4vw;
  }

  .insights_empty-image {
    height: 3vw;
  }

  .insights_section-heading {
    margin-bottom: 8vw;
  }

  .insight {
    border-radius: 4vw;
    padding: 7vw 6vw 6vw;
  }

  .insight-post_profile {
    width: 10vw;
    height: 10vw;
  }
}

#w-node-_999132a7-83d3-80d3-4910-1e2b58d831a1-c5febadf, #w-node-_91d6a2f0-46b3-e7af-2a45-4c652218787c-c5febadf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b67e179-41fb-224b-6442-59fcf6c7b25e-c5febaed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_030e4429-1e91-37fd-fd1d-979d1397b23b-c5febaf2, #w-node-b784e117-6697-40c1-c1e9-2ba81f59e9e8-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f671dac-815d-c899-8923-691ab33d060c-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-feffcc93-30e8-f127-9e61-bbaea6990f0d-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf2, #w-node-_3bfae97b-a204-8061-315c-f2cef826d76a-c5febaf2, #w-node-fd206a51-f9a7-2f23-daea-304bf24c88a4-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf2, #w-node-_7bc349ac-981e-6937-2c71-3da2f91c05a9-c5febaf2, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6b42545-48db-9897-d840-cd516be2c231-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf2, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9c-c5febaf2, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9e-c5febaf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_642a75fb-d7b3-d72c-0a10-e74b08ce4579-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8517041e-447b-a206-a4d8-055fa2ac7354-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_733ee0f8-ee46-0b32-9110-168ebb103c4b-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc54eef-fd73-8eac-d609-9c5d784a4fff-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf4, #w-node-_3bfae97b-a204-8061-315c-f2cef826d76a-c5febaf4, #w-node-fd206a51-f9a7-2f23-daea-304bf24c88a4-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf4 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf4, #w-node-_7bc349ac-981e-6937-2c71-3da2f91c05a9-c5febaf4, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dac3e094-90c1-a86f-e70f-d3d626ab548d-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf4, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9c-c5febaf4, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9e-c5febaf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32dba475-0624-c6ff-1b48-cf4878010df1-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cab9faf-96d6-93d2-29e7-57f454217e8f-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0f12be7-fd10-03a1-6bb0-4187e98d9dda-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73545f1a-3a9d-5d77-45c4-94477f6cf23f-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf6, #w-node-_3bfae97b-a204-8061-315c-f2cef826d76a-c5febaf6, #w-node-fd206a51-f9a7-2f23-daea-304bf24c88a4-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf6 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf6, #w-node-_7bc349ac-981e-6937-2c71-3da2f91c05a9-c5febaf6, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_150254f3-128c-286f-d287-5836d56f0cfc-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf6, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9c-c5febaf6, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9e-c5febaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_030e4429-1e91-37fd-fd1d-979d1397b23b-c5febaf7, #w-node-b784e117-6697-40c1-c1e9-2ba81f59e9e8-c5febaf7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf7, #w-node-_4a68eb5a-fef2-dd2c-a19b-f2b19360cb73-c5febaf8, #w-node-_81ce816a-cea9-5db2-a13b-01972c17b12e-c5febaf9, #w-node-_2810e966-b9f7-ad26-e8c1-2780a471a896-c5febaf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_999317a8-6a64-ea03-4cef-eb18fd8b9888-c5febaf9, #w-node-_4715fa66-8422-cf3f-f697-cdf3a3282b18-a3282b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_642a75fb-d7b3-d72c-0a10-e74b08ce4579-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8517041e-447b-a206-a4d8-055fa2ac7354-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38c8480d-b404-c145-78da-02baefd618a2-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_38c8480d-b404-c145-78da-02baefd618a3-c5febafa, #w-node-_38c8480d-b404-c145-78da-02baefd618a4-c5febafa, #w-node-_38c8480d-b404-c145-78da-02baefd618a6-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc54eef-fd73-8eac-d609-9c5d784a4fff-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febafa, #w-node-_3bfae97b-a204-8061-315c-f2cef826d76a-c5febafa, #w-node-fd206a51-f9a7-2f23-daea-304bf24c88a4-c5febafa, #w-node-b73a0f54-2287-de23-083b-c5347b91b801-c5febafa, #w-node-b73a0f54-2287-de23-083b-c5347b91b803-c5febafa, #w-node-fa27a8d5-da35-a085-aad1-d64a648d5950-c5febafa, #w-node-fa27a8d5-da35-a085-aad1-d64a648d5952-c5febafa, #w-node-_65b70533-ddc6-e23d-6d39-ae9b169c18e5-c5febafa, #w-node-_65b70533-ddc6-e23d-6d39-ae9b169c18e7-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febafa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febafa, #w-node-_7bc349ac-981e-6937-2c71-3da2f91c05a9-c5febafa, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dac3e094-90c1-a86f-e70f-d3d626ab548d-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febafa, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9c-c5febafa, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9e-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba9408da-40fd-fae1-0e03-8b23bad9b6ad-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-ba9408da-40fd-fae1-0e03-8b23bad9b6ae-c5febafa, #w-node-ba9408da-40fd-fae1-0e03-8b23bad9b6af-c5febafa, #w-node-ba9408da-40fd-fae1-0e03-8b23bad9b6b1-c5febafa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-c5febafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-c5febafc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-d038b094-e636-c7cb-60ce-8a1ef78a3f51-c5febafd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_030e4429-1e91-37fd-fd1d-979d1397b23b-c5febaff, #w-node-b784e117-6697-40c1-c1e9-2ba81f59e9e8-c5febaff {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_91d6a2f0-46b3-e7af-2a45-4c652218787c-c5febadf {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf2 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf2, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf4, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf6 {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf6, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febafa {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febafa, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febafa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febafa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf2, #w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf2, #w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf2, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf2, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf2, #w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febaf4, #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf4, #w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf4, #w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf4, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf4, #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf4, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf4, #w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febaf6, #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf6, #w-node-_6f80a0bf-faed-1fe5-e6f7-a531aaa97596-c5febaf6, #w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febaf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febaf6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febaf6, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febaf6, #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febaf6, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febaf6, #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaf7, #w-node-_983756b8-ed6c-f483-7a42-475607037f5e-c5febaf8, #w-node-_81ce816a-cea9-5db2-a13b-01972c17b12e-c5febaf9, #w-node-_2810e966-b9f7-ad26-e8c1-2780a471a896-c5febaf9, #w-node-_4aed96c3-f153-9734-5318-6a17dafc6e49-c5febafa, #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febafa, #w-node-_38c8480d-b404-c145-78da-02baefd618a3-c5febafa, #w-node-_402d4161-7e86-512b-d3d2-f72c433b7eb3-c5febafa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94c-c5febafa {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83c366e7-900b-6604-3df3-49a7233af94d-c5febafa, #w-node-_83c366e7-900b-6604-3df3-49a7233af94e-c5febafa, #w-node-d8996e25-506b-cb53-5d81-a63ea2f6c712-c5febafa, #w-node-d010ae1f-dd74-ce10-ba89-53b050d17d9b-c5febafa, #w-node-ba9408da-40fd-fae1-0e03-8b23bad9b6ae-c5febafa, #w-node-_15382fde-61ac-d278-372b-95646cacef5f-c5febaff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Book.ttf') format('truetype'), url('../fonts/Whyte-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte';
  src: url('../fonts/Whyte-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte Inktrap';
  src: url('../fonts/WhyteInktrap-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyte Inktrap';
  src: url('../fonts/WhyteInktrap-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kf Mono';
  src: url('../fonts/KF-Mono.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main';
  src: url('../fonts/KF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main';
  src: url('../fonts/KF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main';
  src: url('../fonts/KF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main';
  src: url('../fonts/KF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main - Ink';
  src: url('../fonts/Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main - Ink';
  src: url('../fonts/Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KF Main - Ink';
  src: url('../fonts/Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}