@font-face {
  font-family: Google Sans Flex;
  src: url('../images/') format("woff2");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --background--primary-bg: #f7f2ed;
  --_typography---main-font: Clashgrotesk, Tahoma, sans-serif;
  --grey-01: #31312f;
  --_sizes---fixed--small1: 1rem;
  --_typography---font-weight--regular: 400;
  --grey-02: #605f5c;
  --_typography---h1--h1-font: var(--_typography---header);
  --_typography---h1--h1-size: var(--_sizes---fixed--medium3);
  --_typography---h1--h1-weight: var(--_typography---font-weight--medium);
  --_typography---h2--h2-font: var(--_typography---header);
  --_typography---h2--h2-size: var(--_sizes---fixed--medium3);
  --_typography---h2--h2-weight: var(--_typography---font-weight--medium);
  --_typography---h3--h3-font: var(--_typography---header);
  --_typography---h3--h3-size: var(--_sizes---fixed--medium1);
  --_typography---h3--h3-weight: var(--_typography---font-weight--medium);
  --_typography---h4--h4-font: var(--_typography---header);
  --_typography---h4--h4-size: var(--_sizes---fixed--small5);
  --_typography---h4--h4-weight: var(--_typography---font-weight--medium);
  --_typography---h5--h5-font: var(--_typography---body-text);
  --_typography---h5--h5-size: var(--_sizes---fixed--small4);
  --_typography---h5--h5-weight: var(--_typography---font-weight--medium);
  --_typography---h6--h6-font: var(--_typography---body-text);
  --_typography---h6--h6-size: var(--_sizes---fixed--small3);
  --_typography---h6--h6-weight: var(--_typography---font-weight--medium);
  --neutral--neutral-01: #e0ddd9;
  --_sizes---fixed--small2: 1.125rem;
  --_sizes---border--medium: 2rem;
  --type-spacing: .4px;
  --background--secondary-bg: #e0dbd9;
  --white: #fef9f5;
  --_sizes---small: 1rem;
  --border--border: #ffffff59;
  --_sizes---border--small: 1rem;
  --border--transparent: #0000;
  --_typography---font-weight--light: 300;
  --_sizes---fixed--small4: 1.5rem;
  --_typography---font-weight--semibold: 600;
  --_sizes---fixed--small3: 1.25rem;
  --_sizes---medium: 2rem;
  --_sizes---large: 3rem;
  --_typography---font-weight--medium: 500;
  --_sizes---xsmall: .5rem;
  --_sizes---fixed--xxhuge6: 18rem;
  --_sizes---fixed--xxhuge4: 14rem;
  --_sizes---fixed--xxhuge3: 12rem;
  --_sizes---fixed--large1: 3rem;
  --_sizes---fixed--large3: 3.5rem;
  --_sizes---fixed--xlarge1: 4rem;
  --_sizes---fixed--medium2: 2.25rem;
  --_sizes---fixed--large4: 3.75rem;
  --_sizes---fixed--medium3: 2.5rem;
  --_sizes---fixed--medium1: 2rem;
  --_sizes---fixed--xsmall3: .75rem;
  --_sizes---fixed--xxhuge15: 16rem;
  --_typography---header: Michroma, Verdana, sans-serif;
  --_typography---body-text: Clashgrotesk, Tahoma, sans-serif;
  --_typography---font-weight--thin: 100;
  --_sizes---xlarge: 4rem;
  --_sizes---huge: 5rem;
  --_sizes---xhuge: 6rem;
  --_sizes---xxhuge: 8rem;
  --_sizes---border--xsmall: .5rem;
  --background--color: #0000;
  --_sizes---border--large: 3rem;
  --_sizes---border--xlarge: 4rem;
  --_sizes---border--huge: 5rem;
  --_typography---font-weight--extra-light: 200;
  --_sizes---border--xhuge: 6rem;
  --_sizes---border--xxhuge: 8rem;
  --_sizes---border--100: 100%;
  --_sizes---fixed--xsmall1: .25rem;
  --_sizes---fixed--xsmall2: .5rem;
  --_typography---font-weight--bold: 700;
  --_typography---font-weight--extra-bold: 800;
  --_typography---font-weight--black: 900;
  --_sizes---fixed--small5: 1.75rem;
  --_sizes---fixed--medium4: 2.75rem;
  --_sizes---fixed--large2: 3.25rem;
  --_sizes---fixed--xlarge2: 4.25rem;
  --_sizes---fixed--xlarge3: 4.5rem;
  --_sizes---fixed--huge1: 5rem;
  --_sizes---fixed--huge2: 5.5rem;
  --_sizes---fixed--huge3: 6rem;
  --_sizes---fixed--huge4: 6.5rem;
  --_sizes---fixed--huge5: 7rem;
  --_sizes---fixed--huge6: 7.5rem;
  --_sizes---fixed--xhuge1: 8rem;
  --_sizes---fixed--xhuge2: 8.5rem;
  --_sizes---fixed--xhuge3: 9rem;
  --_sizes---fixed--xhuge4: 9.5rem;
  --_sizes---fixed--xxhuge1: 10rem;
  --_sizes---fixed--xxhuge2: 11rem;
  --_sizes---fixed--xxhuge7: 20rem;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

@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(--background--primary-bg);
  font-family: var(--_typography---main-font);
  color: var(--grey-01);
  font-size: var(--_sizes---fixed--small1);
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--regular);
  --_sizes---fixed--small1: 1rem;
  --_sizes---fixed--small2: 1.125rem;
  --_sizes---border--medium: 2rem;
  --_sizes---small: 1rem;
  --_sizes---border--small: 1rem;
  --_sizes---fixed--small4: 1.5rem;
  --_sizes---fixed--small3: 1.25rem;
  --_sizes---medium: 2rem;
  --_sizes---large: 3rem;
  --_sizes---xsmall: .5rem;
  --_sizes---fixed--xxhuge6: 18rem;
  --_sizes---fixed--xxhuge4: 14rem;
  --_sizes---fixed--xxhuge3: 12rem;
  --_sizes---fixed--large1: 3rem;
  --_sizes---fixed--large3: 3.5rem;
  --_sizes---fixed--xlarge1: 4rem;
  --_sizes---fixed--medium2: 2.25rem;
  --_sizes---fixed--large4: 3.75rem;
  --_sizes---fixed--medium3: 2.5rem;
  --_sizes---fixed--medium1: 2rem;
  --_sizes---fixed--xsmall3: .75rem;
  --_sizes---fixed--xxhuge15: 16rem;
  --_sizes---xlarge: 4rem;
  --_sizes---huge: 5rem;
  --_sizes---xhuge: 6rem;
  --_sizes---xxhuge: 8rem;
  --_sizes---border--xsmall: .5rem;
  --_sizes---border--large: 3rem;
  --_sizes---border--xlarge: 4rem;
  --_sizes---border--huge: 5rem;
  --_sizes---border--xhuge: 6rem;
  --_sizes---border--xxhuge: 8rem;
  --_sizes---border--100: 100%;
  --_sizes---fixed--xsmall1: .25rem;
  --_sizes---fixed--xsmall2: .5rem;
  --_sizes---fixed--small5: 1.75rem;
  --_sizes---fixed--medium4: 2.75rem;
  --_sizes---fixed--large2: 3.25rem;
  --_sizes---fixed--xlarge2: 4.25rem;
  --_sizes---fixed--xlarge3: 4.5rem;
  --_sizes---fixed--huge1: 5rem;
  --_sizes---fixed--huge2: 5.5rem;
  --_sizes---fixed--huge3: 6rem;
  --_sizes---fixed--huge4: 6.5rem;
  --_sizes---fixed--huge5: 7rem;
  --_sizes---fixed--huge6: 7.5rem;
  --_sizes---fixed--xhuge1: 8rem;
  --_sizes---fixed--xhuge2: 8.5rem;
  --_sizes---fixed--xhuge3: 9rem;
  --_sizes---fixed--xhuge4: 9.5rem;
  --_sizes---fixed--xxhuge1: 10rem;
  --_sizes---fixed--xxhuge2: 11rem;
  --_sizes---fixed--xxhuge7: 20rem;
  --_typography---main-font: Clashgrotesk, Tahoma, sans-serif;
  --_typography---font-weight--regular: 400;
  --_typography---h1--h1-font: var(--_typography---header);
  --_typography---h1--h1-size: var(--_sizes---fixed--medium3);
  --_typography---h1--h1-weight: var(--_typography---font-weight--medium);
  --_typography---h2--h2-font: var(--_typography---header);
  --_typography---h2--h2-size: var(--_sizes---fixed--medium3);
  --_typography---h2--h2-weight: var(--_typography---font-weight--medium);
  --_typography---h3--h3-font: var(--_typography---header);
  --_typography---h3--h3-size: var(--_sizes---fixed--medium1);
  --_typography---h3--h3-weight: var(--_typography---font-weight--medium);
  --_typography---h4--h4-font: var(--_typography---header);
  --_typography---h4--h4-size: var(--_sizes---fixed--small5);
  --_typography---h4--h4-weight: var(--_typography---font-weight--medium);
  --_typography---h5--h5-font: var(--_typography---body-text);
  --_typography---h5--h5-size: var(--_sizes---fixed--small4);
  --_typography---h5--h5-weight: var(--_typography---font-weight--medium);
  --_typography---h6--h6-font: var(--_typography---body-text);
  --_typography---h6--h6-size: var(--_sizes---fixed--small3);
  --_typography---h6--h6-weight: var(--_typography---font-weight--medium);
  --_typography---font-weight--light: 300;
  --_typography---font-weight--semibold: 600;
  --_typography---font-weight--medium: 500;
  --_typography---header: Michroma, Verdana, sans-serif;
  --_typography---body-text: Clashgrotesk, Tahoma, sans-serif;
  --_typography---font-weight--thin: 100;
  --_typography---font-weight--extra-light: 200;
  --_typography---font-weight--bold: 700;
  --_typography---font-weight--extra-bold: 800;
  --_typography---font-weight--black: 900;
}

h1 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h1--h1-font);
  font-size: var(--_typography---h1--h1-size);
  line-height: 1.3;
  font-weight: var(--_typography---h1--h1-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h2--h2-font);
  font-size: var(--_typography---h2--h2-size);
  line-height: 1.3;
  font-weight: var(--_typography---h2--h2-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h3--h3-font);
  font-size: var(--_typography---h3--h3-size);
  line-height: 1.3;
  font-weight: var(--_typography---h3--h3-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h4--h4-font);
  font-size: var(--_typography---h4--h4-size);
  line-height: 1.3;
  font-weight: var(--_typography---h4--h4-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h5--h5-font);
  font-size: var(--_typography---h5--h5-size);
  line-height: 1.2;
  font-weight: var(--_typography---h5--h5-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-family: var(--_typography---h6--h6-font);
  font-size: var(--_typography---h6--h6-size);
  line-height: 1.2;
  font-weight: var(--_typography---h6--h6-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  letter-spacing: .4px;
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--grey-01);
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  color: var(--grey-02);
}

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

blockquote {
  border-left: 5px solid var(--neutral--neutral-01);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.text-rich-text {
  width: 80%;
}

.text-rich-text h1 {
  background-color: var(--grey-01);
  background-image: none;
  line-height: 1.3;
}

.text-rich-text h2 {
  background-color: var(--grey-01);
  background-image: none;
}

.text-rich-text img {
  border-radius: var(--_sizes---border--medium);
}

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

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

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

.nav_menu_link {
  color: var(--grey-01);
  padding: 1rem;
}

.nav_menu_link:hover {
  color: var(--grey-02);
}

.heading-style-h2 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
}

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

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

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

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.text-style-link {
  color: var(--grey-01);
  text-decoration: underline;
  transition: all .4s;
}

.text-style-link:hover {
  color: var(--grey-02);
}

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

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

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

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

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

.fs-styleguide_heading-header {
  background-image: linear-gradient(225deg, var(--white), var(--white));
  color: var(--white);
  font-size: 6rem;
}

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

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

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

.text-size-small {
  font-size: var(--_sizes---small);
  letter-spacing: var(--type-spacing);
  line-height: 1.4;
}

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

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

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

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

.hide {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

.heading-style-h1 {
  background-color: #3e3d3c;
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.padding-xxhuge {
  padding: 12rem;
}

.nav_brand {
  color: var(--grey-01);
  font-size: 1.25rem;
  font-weight: 500;
}

.nav_brand:hover {
  color: var(--grey-02);
}

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

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.button {
  border: 1px solid var(--border--border);
  border-radius: var(--_sizes---border--small);
  background-color: var(--background--primary-bg);
  box-shadow: 8px 8px 12px 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), inset 0 0 0 0 var(--border--transparent), inset 0 0 0 0 var(--border--transparent);
  color: var(--grey-01);
  text-align: center;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  box-shadow: 0 0 0 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01);
}

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

.button.is-form-submit {
  width: 100%;
}

.button.is-secondary {
  background-color: #0000;
}

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

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

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

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

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

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

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

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

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

.text-color-secondary {
  color: #222;
}

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

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

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

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

.form_message-success {
  border-radius: var(--_sizes---border--small);
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

.heading-style-h3 {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.form_input {
  border: 1px solid var(--grey-02);
  border-radius: var(--_sizes---small);
  min-height: 3rem;
  color: var(--grey-01);
  background-color: #0000;
  margin-bottom: .75rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  transition: border-color .4s;
}

.form_input:hover, .form_input:active {
  border-color: var(--neutral--neutral-01);
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

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

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

.form_message-error {
  border-radius: var(--_sizes---small);
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2rem;
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

.text-size-regular {
  font-size: var(--_sizes---fixed--small2);
  letter-spacing: .4px;
  margin-bottom: 0;
  line-height: 1.4;
}

.text-size-regular.thin {
  font-size: var(--_sizes---fixed--small1);
  font-weight: var(--_typography---font-weight--light);
  letter-spacing: .4px;
}

.text-size-regular.to-r {
  text-align: right;
}

.nav_component {
  background-color: var(--border--transparent);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

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

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

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

.background-color-tertiary {
  background-color: var(--border--transparent);
}

.padding-xlarge {
  padding: 4rem;
}

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

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

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

.spacer-large {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  padding-top: 3rem;
  display: flex;
}

.background-color-primary {
  background-color: var(--background--primary-bg);
  color: #fff;
}

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

.text-style-quote {
  border-left: .25rem solid var(--neutral--neutral-01);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.form_checkbox-icon {
  border: 1px solid var(--grey-02);
  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;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-content {
  width: 100%;
  padding: 2rem;
}

.link {
  color: var(--grey-01);
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  opacity: .75;
}

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

.form_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.form_message-success-wrapper {
  background-color: #0000;
  margin-top: 1rem;
  padding: 0;
}

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

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

.form_message-error-wrapper {
  border-radius: 100px;
  margin-top: 1rem;
  padding: 0;
}

.success-text {
  text-align: center;
  font-weight: 500;
}

.contact_form-block {
  border-radius: var(--_sizes---border--medium);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.error-text {
  color: #e23939;
}

.form-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

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

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-title {
  font-size: var(--_sizes---fixed--small4);
  font-weight: var(--_typography---font-weight--semibold);
}

.line {
  border: .075rem dashed var(--neutral--neutral-01);
  width: 100%;
  height: 1px;
}

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

.shadow-box {
  padding: var(--_sizes---small);
  border: 1px solid var(--border--border);
  border-radius: var(--_sizes---border--medium);
  box-shadow: -8px -8px 12px 0 #fff, 8px 8px 12px 0 var(--neutral--neutral-01);
}

.shadow-box.medium-padding {
  padding: var(--_sizes---medium);
}

.shadow-box.large-padding {
  padding: var(--_sizes---large);
}

.shadow-box.width-100 {
  width: 100%;
}

.link-wrap {
  border: 1px solid var(--border--border);
  border-radius: var(--_sizes---border--medium);
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 var(--white), inset 0 0 0 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), 8px 8px 12px 0 var(--neutral--neutral-01);
  color: var(--grey-01);
  justify-content: center;
  align-items: center;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.link-wrap:hover {
  box-shadow: inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), 0 0 0 0 var(--neutral--neutral-01);
}

.link-wrap.rounded-link {
  color: var(--grey-01);
  border-radius: 100%;
}

.link-wrap.rounded-link:hover {
  color: var(--grey-02);
}

.social-media-icon {
  width: 2rem;
  height: 2rem;
  color: var(--grey-01);
}

.social-media-icon.mail {
  object-fit: contain;
  width: 2.5rem;
}

.nav-menu {
  background-color: var(--border--transparent);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.menu-line-wrap {
  border: 1px none var(--grey-01);
}

.menu-line-container {
  flex-flow: column;
  justify-content: space-between;
  width: 1.25rem;
  height: .75rem;
  display: flex;
}

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

.logo-link {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.logo-link:hover {
  opacity: .6;
}

.logo-link.w--current {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.menu-button {
  border: 1px solid var(--border--border);
  width: 4rem;
  height: 4rem;
  box-shadow: inset 0 0 0 0 var(--white), inset 0 0 0 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), 8px 8px 12px 0 var(--neutral--neutral-01);
  border-radius: 100%;
  padding: 0;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
}

.menu-button:hover, .menu-button:active {
  box-shadow: inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), 0 0 0 0 var(--neutral--neutral-01);
}

.menu-button.w--open {
  background-color: var(--border--transparent);
  box-shadow: inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), 0 0 0 0 var(--neutral--neutral-01);
}

.logo {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  height: 1.75rem;
  color: var(--grey-01);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--semibold);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
}

.top-dash, .middle-dash {
  background-color: var(--grey-01);
  width: 100%;
  height: 2px;
}

.inner-menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bottom-dash {
  background-color: var(--grey-01);
  width: 100%;
  height: 2px;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  padding-top: 1.5rem;
}

.nav-menu-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background--primary-bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border--border);
  width: 15rem;
  box-shadow: 8px 8px 12px 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), inset 0 0 0 0 var(--border--transparent), inset 0 0 0 0 var(--border--transparent);
  color: var(--grey-01);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  text-transform: capitalize;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.nav-link:hover {
  box-shadow: 0 0 0 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01);
}

.section {
  padding-top: var(--_sizes---medium);
}

.header-inner-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.header-image {
  border-radius: var(--_sizes---fixed--small4);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-content {
  padding-bottom: 5px;
}

.header-content-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.primary-button {
  border: 1px solid var(--border--border);
  box-shadow: inset 0 0 0 0 var(--white), inset 0 0 0 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), 8px 8px 12px 0 var(--neutral--neutral-01);
  border-radius: 1.25rem;
  padding: .75rem 1.5rem .75rem 1.75rem;
  font-size: 1rem;
  line-height: 1;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.primary-button:hover {
  box-shadow: inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01), 0 0 0 0 var(--white), 0 0 0 0 var(--neutral--neutral-01);
}

.primary-button.card {
  width: 100%;
  padding: var(--_sizes---small) var(--_sizes---small) var(--_sizes---small) var(--_sizes---border--small);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--_sizes---medium);
  --_sizes---fixed--small1: 1rem;
  --_sizes---fixed--small2: 1.125rem;
  --_sizes---border--medium: 2rem;
  --_sizes---small: 1rem;
  --_sizes---border--small: 1rem;
  --_sizes---fixed--small4: 1.5rem;
  --_sizes---fixed--small3: 1.25rem;
  --_sizes---medium: 2rem;
  --_sizes---large: 3rem;
  --_sizes---xsmall: .5rem;
  --_sizes---fixed--xxhuge6: 18rem;
  --_sizes---fixed--xxhuge4: 14rem;
  --_sizes---fixed--xxhuge3: 12rem;
  --_sizes---fixed--large1: 3rem;
  --_sizes---fixed--large3: 3.5rem;
  --_sizes---fixed--xlarge1: 4rem;
  --_sizes---fixed--medium2: 2.25rem;
  --_sizes---fixed--large4: 3.75rem;
  --_sizes---fixed--medium3: 2.5rem;
  --_sizes---fixed--medium1: 2rem;
  --_sizes---fixed--xsmall3: .75rem;
  --_sizes---fixed--xxhuge15: 16rem;
  --_sizes---xlarge: 4rem;
  --_sizes---huge: 5rem;
  --_sizes---xhuge: 6rem;
  --_sizes---xxhuge: 8rem;
  --_sizes---border--xsmall: .5rem;
  --_sizes---border--large: 3rem;
  --_sizes---border--xlarge: 4rem;
  --_sizes---border--huge: 5rem;
  --_sizes---border--xhuge: 6rem;
  --_sizes---border--xxhuge: 8rem;
  --_sizes---border--100: 100%;
  --_sizes---fixed--xsmall1: .25rem;
  --_sizes---fixed--xsmall2: .5rem;
  --_sizes---fixed--small5: 1.75rem;
  --_sizes---fixed--medium4: 2.75rem;
  --_sizes---fixed--large2: 3.25rem;
  --_sizes---fixed--xlarge2: 4.25rem;
  --_sizes---fixed--xlarge3: 4.5rem;
  --_sizes---fixed--huge1: 5rem;
  --_sizes---fixed--huge2: 5.5rem;
  --_sizes---fixed--huge3: 6rem;
  --_sizes---fixed--huge4: 6.5rem;
  --_sizes---fixed--huge5: 7rem;
  --_sizes---fixed--huge6: 7.5rem;
  --_sizes---fixed--xhuge1: 8rem;
  --_sizes---fixed--xhuge2: 8.5rem;
  --_sizes---fixed--xhuge3: 9rem;
  --_sizes---fixed--xhuge4: 9.5rem;
  --_sizes---fixed--xxhuge1: 10rem;
  --_sizes---fixed--xxhuge2: 11rem;
  --_sizes---fixed--xxhuge7: 20rem;
  border-style: solid;
  flex-flow: column;
  align-items: stretch;
}

.primary-button.big {
  border-radius: var(--_sizes---medium);
  border-style: solid;
  padding: 0;
}

.inner-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.inner-button.card {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
}

.inner-button-text {
  color: var(--grey-01);
  font-size: var(--_sizes---small);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--type-spacing);
  white-space: nowrap;
}

.inner-button-text.card-t {
  font-size: var(--_sizes---fixed--small2);
  font-weight: var(--_typography---font-weight--regular);
}

.arrow-button-circle {
  border: 1px solid var(--border--border);
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  box-shadow: inset 5px 5px 10px 0 var(--white), inset -5px -5px 10px 0 var(--neutral--neutral-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow {
  width: 1rem;
  height: 1rem;
  color: var(--grey-01);
  font-size: 16px;
}

.work-content-wrap {
  width: 100%;
  padding: var(--_sizes---small) var(--_sizes---small) var(--_sizes---xsmall);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image {
  width: 100%;
  height: var(--_sizes---fixed--xxhuge6);
  object-fit: cover;
  overflow: clip;
}

.cover-image.big {
  height: 33.7rem;
}

.cover-image.home {
  height: 100%;
}

.empty-state {
  background-color: var(--neutral--neutral-01);
  border-radius: 10px;
}

.image-wrap {
  border-radius: var(--_sizes---fixed--small4);
  object-fit: cover;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.image-wrap.home {
  box-shadow: -1px -1px 9px #00000026, 7px 7px 5px #f8f8f8;
}

.image-wrap.home.glyph {
  width: 23vw;
  height: var(--_sizes---fixed--xxhuge6);
  background-color: var(--grey-01);
}

.work-content-block {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.work-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-wrapper {
  margin-top: var(--_sizes---fixed--large1);
}

.service-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.service-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-icon {
  height: 3rem;
  margin-bottom: 10px;
}

.service-heading {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-size: var(--_sizes---fixed--small4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.numbers-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.numbers-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 100%;
}

.number-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-item._02, .number-item._04 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.number {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-size: var(--_sizes---fixed--large3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.vertical-line {
  border: 1px dashed var(--neutral--neutral-01);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.horizontal-line {
  border: 1px dashed var(--neutral--neutral-01);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0%;
}

.large-heading {
  background-color: var(--grey-01);
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-size: var(--_sizes---fixed--large4);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.large-heading.text-align-left {
  background-color: var(--grey-01);
  text-align: left;
  background-image: none;
}

.cta-link-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: relative;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rounded-line {
  border: .1rem dashed #7789b340;
  border-radius: 100%;
  position: absolute;
  inset: 1rem;
}

.cta-text-wrap {
  position: absolute;
}

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

.smile-icon {
  height: 3.5rem;
}

.cta-asterisk {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-size: var(--_sizes---fixed--large1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-asterisk.right {
  inset: auto 0% 0% auto;
}

.asterisk {
  font-size: var(--_sizes---fixed--small3);
}

.footer-padding {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

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

.footer-link-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_credit-text {
  color: var(--grey-02);
  font-size: .875rem;
  font-weight: var(--_typography---font-weight--light);
}

.footer-legal-link {
  color: var(--grey-01);
  font-size: .875rem;
  font-weight: var(--_typography---font-weight--light);
  text-decoration: none;
  transition: opacity .4s;
}

.footer-legal-link:hover {
  opacity: .5;
}

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

.work-box {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.work-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.social-media-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 8rem;
}

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

.utility-heading {
  background-image: linear-gradient(225deg, var(--grey-01), var(--grey-02));
  font-weight: var(--_typography---h2--h2-weight);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.utility-icon {
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.work-content {
  width: 100%;
  height: 100%;
}

.work-info-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.work-bottom-item {
  border-top: .075rem dashed var(--neutral--neutral-01);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.work-bottom-item.top {
  border-top-style: none;
  justify-content: space-between;
  align-items: flex-start;
}

.work-info-text {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.work-info-text.text-mute {
  color: var(--grey-02);
}

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

.work-image-wrap {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-inner-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.work-image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.testimonial-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.testimonial-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  display: flex;
}

.testimonial-content.home {
  padding: 0;
}

.client-picture {
  object-fit: contain;
  border-radius: 1.25rem;
  width: 7.7rem;
  height: 100%;
}

.client-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.work-title-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: var(--_sizes---large);
  position: absolute;
  inset: auto 0% 0% auto;
}

.image._2 {
  inset: auto auto 0% 0%;
}

.logo-text {
  color: var(--grey-01);
  font-family: Michroma, Verdana, sans-serif;
  font-size: var(--_sizes---fixed--small2);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span, .text-span-2 {
  letter-spacing: -1px;
}

.text-span-3, .text-span-4 {
  letter-spacing: 2px;
}

.image-2 {
  width: var(--_sizes---fixed--small3);
  height: var(--_sizes---fixed--small3);
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.text-block, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  letter-spacing: var(--type-spacing);
}

.div-block-2 {
  grid-column-gap: var(--_sizes---fixed--small4);
  grid-row-gap: var(--_sizes---fixed--small4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed {
  width: var(--_sizes---fixed--xxhuge4);
  height: var(--_sizes---fixed--xxhuge15);
  margin-bottom: 0;
}

.div-block-3 {
  padding-bottom: 0;
}

.code-embed-2 {
  width: 250px;
  height: 300px;
}

.code-embed-3 {
  width: 23vw;
  height: var(--_sizes---fixed--xxhuge6);
  border-radius: var(--_sizes---fixed--small3);
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

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

.rich-text-block {
  color: var(--grey-01);
}

@media screen and (min-width: 1280px) {
  .image-wrap.home {
    box-shadow: -1px -1px 10px #00000026, 7px 7px 8px #fff;
  }
}

@media screen and (min-width: 1440px) {
  a {
    letter-spacing: .4px;
  }

  .text-rich-text {
    font-size: var(--_sizes---fixed--small2);
  }

  .text-size-tiny {
    letter-spacing: var(--type-spacing);
  }

  .heading-style-h2 {
    background-color: var(--grey-01);
    background-image: none;
  }

  .text-weight-xbold, .text-size-small, .text-weight-medium, .text-align-left, .text-align-center, .text-size-medium {
    letter-spacing: var(--type-spacing);
  }

  .heading-style-h1 {
    text-transform: none;
  }

  .text-align-right, .text-weight-normal, .text-weight-light, .text-weight-semibold, .text-style-2lines, .text-weight-bold, .text-size-large, .text-style-3lines, .text-size-regular, .text-style-quote {
    letter-spacing: var(--type-spacing);
  }

  .social-media-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .social-media-icon.mail {
    width: 2.8rem;
  }

  .navbar-content-wrapper {
    letter-spacing: 1px;
  }

  .logo-link {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    display: flex;
  }

  .logo-link.w--current {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header-content-grid {
    padding-right: 40px;
  }

  .work-content-wrap {
    width: 100%;
  }

  .cover-image.big {
    height: 50rem;
  }

  .cover-image.project {
    height: 30rem;
  }

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

  .service-heading {
    background-color: var(--grey-01);
    background-image: none;
    line-height: 1.3;
  }

  .number {
    font-size: var(--_sizes---fixed--xlarge1);
  }

  .large-heading {
    line-height: 1.3;
  }

  .smile-icon {
    height: 80px;
  }

  .testimonial-content.home {
    padding: 0;
  }

  .paragraph {
    font-size: var(--_sizes---fixed--small4);
  }

  .block-quote {
    font-size: 22px;
    line-height: 1.2;
  }

  .list, .list-2 {
    font-size: var(--_sizes---fixed--small4);
  }

  .logo-text {
    color: var(--grey-01);
    font-family: Michroma, Verdana, sans-serif;
    font-size: var(--_sizes---fixed--small3);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .text-span, .text-span-2 {
    letter-spacing: -2px;
  }

  .text-span-3, .text-span-4 {
    letter-spacing: 2px;
  }

  .image-2 {
    width: var(--_sizes---fixed--small3);
  }

  .slide {
    background-color: #0000;
  }

  .slider {
    background-color: #ddd0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: var(--_sizes---fixed--small2);
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    padding-left: 0;
  }

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

  .image-wrap.home.glyph, .code-embed-3 {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---fixed--small1: 1rem;
    --_sizes---fixed--small2: 1.125rem;
    --_sizes---border--medium: 2rem;
    --_sizes---small: 1rem;
    --_sizes---border--small: 1rem;
    --_sizes---fixed--small4: 1.5rem;
    --_sizes---fixed--small3: 1.25rem;
    --_sizes---medium: 2rem;
    --_sizes---large: 3rem;
    --_sizes---xsmall: .5rem;
    --_sizes---fixed--xxhuge6: 18rem;
    --_sizes---fixed--xxhuge4: 14rem;
    --_sizes---fixed--xxhuge3: 12rem;
    --_sizes---fixed--large1: 3rem;
    --_sizes---fixed--large3: 3.5rem;
    --_sizes---fixed--xlarge1: 4rem;
    --_sizes---fixed--medium2: 2.25rem;
    --_sizes---fixed--large4: 3.75rem;
    --_sizes---fixed--medium3: 2.5rem;
    --_sizes---fixed--medium1: 2rem;
    --_sizes---fixed--xsmall3: .75rem;
    --_sizes---fixed--xxhuge15: 16rem;
    --_sizes---xlarge: 4rem;
    --_sizes---huge: 5rem;
    --_sizes---xhuge: 6rem;
    --_sizes---xxhuge: 8rem;
    --_sizes---border--xsmall: .25rem;
    --_sizes---border--large: 3rem;
    --_sizes---border--xlarge: 4rem;
    --_sizes---border--huge: 5rem;
    --_sizes---border--xhuge: 6rem;
    --_sizes---border--xxhuge: 8rem;
    --_sizes---border--100: 100%;
    --_sizes---fixed--xsmall1: .25rem;
    --_sizes---fixed--xsmall2: .5rem;
    --_sizes---fixed--small5: 1.75rem;
    --_sizes---fixed--medium4: 2.75rem;
    --_sizes---fixed--large2: 3.25rem;
    --_sizes---fixed--xlarge2: 4.25rem;
    --_sizes---fixed--xlarge3: 4.5rem;
    --_sizes---fixed--huge1: 5rem;
    --_sizes---fixed--huge2: 5.5rem;
    --_sizes---fixed--huge3: 6rem;
    --_sizes---fixed--huge4: 6.5rem;
    --_sizes---fixed--huge5: 7rem;
    --_sizes---fixed--huge6: 7.5rem;
    --_sizes---fixed--xhuge1: 8rem;
    --_sizes---fixed--xhuge2: 8.5rem;
    --_sizes---fixed--xhuge3: 9rem;
    --_sizes---fixed--xhuge4: 9.5rem;
    --_sizes---fixed--xxhuge1: 10rem;
    --_sizes---fixed--xxhuge2: 11rem;
    --_sizes---fixed--xxhuge7: 20rem;
    --_typography---main-font: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--h1-font: var(--_typography---header);
    --_typography---h1--h1-size: var(--_sizes---fixed--large1);
    --_typography---h1--h1-weight: var(--_typography---font-weight--medium);
    --_typography---h2--h2-font: var(--_typography---header);
    --_typography---h2--h2-size: var(--_sizes---fixed--medium3);
    --_typography---h2--h2-weight: var(--_typography---font-weight--medium);
    --_typography---h3--h3-font: var(--_typography---header);
    --_typography---h3--h3-size: var(--_sizes---fixed--medium1);
    --_typography---h3--h3-weight: var(--_typography---font-weight--medium);
    --_typography---h4--h4-font: var(--_typography---header);
    --_typography---h4--h4-size: var(--_sizes---fixed--small5);
    --_typography---h4--h4-weight: var(--_typography---font-weight--medium);
    --_typography---h5--h5-font: var(--_typography---body-text);
    --_typography---h5--h5-size: var(--_sizes---fixed--small4);
    --_typography---h5--h5-weight: var(--_typography---font-weight--medium);
    --_typography---h6--h6-font: var(--_typography---body-text);
    --_typography---h6--h6-size: var(--_sizes---fixed--small3);
    --_typography---h6--h6-weight: var(--_typography---font-weight--medium);
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--medium: 500;
    --_typography---header: Michroma, Verdana, sans-serif;
    --_typography---body-text: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--bold: 700;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--black: 900;
  }

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

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

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

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .header-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .link-wrap.rounded-link {
    height: 100%;
  }

  .link-wrap.social-media {
    height: 8rem;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-line-wrap {
    width: 100%;
  }

  .menu-line-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 1.25rem;
    height: .75rem;
    display: flex;
  }

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

  .menu-button {
    width: 4rem;
    height: 4rem;
    box-shadow: inset 0 0 0 0 white, inset 0 0 0 0 var(--neutral--neutral-01), -8px -8px 12px 0 var(--white), 8px 8px 12px 0 var(--neutral--neutral-01);
    padding: 0;
    transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-button:active {
    box-shadow: inset -8px -8px 12px 0 var(--white), inset 8px 8px 12px 0 var(--neutral--neutral-01), 0 0 0 0 white, 0 0 0 0 #8890a740;
  }

  .menu-button.w--open {
    background-color: #eff3f7;
  }

  .logo {
    padding-left: 0;
  }

  .top-dash, .middle-dash {
    background-color: var(--grey-01);
    border-radius: 10px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner-menu-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .bottom-dash {
    background-color: var(--grey-01);
    border-radius: 10px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 25vh;
    display: flex;
  }

  .primary-button:hover {
    box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px #8890a740, 0 0 #fff, 0 0 #8890a740;
  }

  .primary-button.big {
    border-style: none;
  }

  .arrow-button-circle {
    box-shadow: inset 4px 4px 10px #fff, inset -4px -4px 10px #8890a74d;
  }

  .image-wrap.home.glyph {
    width: 34vw;
  }

  .large-heading {
    font-size: var(--_sizes---fixed--large1);
  }

  .cta-link-wrap {
    width: 10rem;
    height: 10rem;
  }

  .rounded-line {
    inset: .75rem;
  }

  .smile-icon {
    height: 3rem;
  }

  .cta-asterisk {
    font-size: var(--_sizes---fixed--medium3);
  }

  .work-info-content {
    width: 100%;
  }

  .client-picture {
    width: 12rem;
  }

  .code-embed-3 {
    width: 34vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---fixed--small1: 1rem;
    --_sizes---fixed--small2: 1.125rem;
    --_sizes---border--medium: 2rem;
    --_sizes---small: 1rem;
    --_sizes---border--small: 1rem;
    --_sizes---fixed--small4: 1.5rem;
    --_sizes---fixed--small3: 1.25rem;
    --_sizes---medium: 2rem;
    --_sizes---large: 3rem;
    --_sizes---xsmall: .5rem;
    --_sizes---fixed--xxhuge6: 18rem;
    --_sizes---fixed--xxhuge4: 14rem;
    --_sizes---fixed--xxhuge3: 12rem;
    --_sizes---fixed--large1: 3rem;
    --_sizes---fixed--large3: 3.5rem;
    --_sizes---fixed--xlarge1: 4rem;
    --_sizes---fixed--medium2: 2.25rem;
    --_sizes---fixed--large4: 3.75rem;
    --_sizes---fixed--medium3: 2.5rem;
    --_sizes---fixed--medium1: 2rem;
    --_sizes---fixed--xsmall3: .75rem;
    --_sizes---fixed--xxhuge15: 16rem;
    --_sizes---xlarge: 4rem;
    --_sizes---huge: 5rem;
    --_sizes---xhuge: 6rem;
    --_sizes---xxhuge: 8rem;
    --_sizes---border--xsmall: .25rem;
    --_sizes---border--large: 3rem;
    --_sizes---border--xlarge: 4rem;
    --_sizes---border--huge: 5rem;
    --_sizes---border--xhuge: 6rem;
    --_sizes---border--xxhuge: 8rem;
    --_sizes---border--100: 100%;
    --_sizes---fixed--xsmall1: .25rem;
    --_sizes---fixed--xsmall2: .5rem;
    --_sizes---fixed--small5: 1.75rem;
    --_sizes---fixed--medium4: 2.75rem;
    --_sizes---fixed--large2: 3.25rem;
    --_sizes---fixed--xlarge2: 4.25rem;
    --_sizes---fixed--xlarge3: 4.5rem;
    --_sizes---fixed--huge1: 5rem;
    --_sizes---fixed--huge2: 5.5rem;
    --_sizes---fixed--huge3: 6rem;
    --_sizes---fixed--huge4: 6.5rem;
    --_sizes---fixed--huge5: 7rem;
    --_sizes---fixed--huge6: 7.5rem;
    --_sizes---fixed--xhuge1: 8rem;
    --_sizes---fixed--xhuge2: 8.5rem;
    --_sizes---fixed--xhuge3: 9rem;
    --_sizes---fixed--xhuge4: 9.5rem;
    --_sizes---fixed--xxhuge1: 10rem;
    --_sizes---fixed--xxhuge2: 11rem;
    --_sizes---fixed--xxhuge7: 20rem;
    --_typography---main-font: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--h1-font: var(--_typography---header);
    --_typography---h1--h1-size: var(--_sizes---fixed--large1);
    --_typography---h1--h1-weight: var(--_typography---font-weight--medium);
    --_typography---h2--h2-font: var(--_typography---header);
    --_typography---h2--h2-size: var(--_sizes---fixed--medium3);
    --_typography---h2--h2-weight: var(--_typography---font-weight--medium);
    --_typography---h3--h3-font: var(--_typography---header);
    --_typography---h3--h3-size: var(--_sizes---fixed--medium1);
    --_typography---h3--h3-weight: var(--_typography---font-weight--medium);
    --_typography---h4--h4-font: var(--_typography---header);
    --_typography---h4--h4-size: var(--_sizes---fixed--small5);
    --_typography---h4--h4-weight: var(--_typography---font-weight--medium);
    --_typography---h5--h5-font: var(--_typography---body-text);
    --_typography---h5--h5-size: var(--_sizes---fixed--small4);
    --_typography---h5--h5-weight: var(--_typography---font-weight--medium);
    --_typography---h6--h6-font: var(--_typography---body-text);
    --_typography---h6--h6-size: var(--_sizes---fixed--small3);
    --_typography---h6--h6-weight: var(--_typography---font-weight--medium);
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--medium: 500;
    --_typography---header: Michroma, Verdana, sans-serif;
    --_typography---body-text: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--bold: 700;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--black: 900;
  }

  .text-rich-text {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .contact_form-block {
    padding: 1rem;
  }

  .faq_icon-wrappper {
    width: 1.75rem;
  }

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq-title {
    font-size: var(--_sizes---fixed--small3);
  }

  .shadow-box {
    border-style: none;
  }

  .link-wrap {
    border-radius: 1.5rem;
  }

  .link-wrap.social-media {
    height: 6rem;
  }

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

  .nav-link {
    width: 14rem;
  }

  .header-inner-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .primary-button, .primary-button.big {
    border-style: none;
  }

  .image-wrap.home.glyph {
    width: 100%;
  }

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

  .large-heading {
    font-size: var(--_sizes---fixed--medium3);
  }

  .title-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

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

  .work-title-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .social-media-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .utility-icon {
    width: 12rem;
    height: 12rem;
  }

  .work-image-grid {
    grid-template-columns: 1fr;
  }

  .client-picture {
    width: 10rem;
    height: 10rem;
  }

  .other-work-grid, .div-block-2 {
    grid-template-columns: 1fr;
  }

  .code-embed-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_sizes---fixed--small1: 1rem;
    --_sizes---fixed--small2: 1.125rem;
    --_sizes---border--medium: 2rem;
    --_sizes---small: 1rem;
    --_sizes---border--small: 1rem;
    --_sizes---fixed--small4: 1.5rem;
    --_sizes---fixed--small3: 1.25rem;
    --_sizes---medium: 2rem;
    --_sizes---large: 3rem;
    --_sizes---xsmall: .5rem;
    --_sizes---fixed--xxhuge6: 18rem;
    --_sizes---fixed--xxhuge4: 14rem;
    --_sizes---fixed--xxhuge3: 12rem;
    --_sizes---fixed--large1: 3rem;
    --_sizes---fixed--large3: 3.5rem;
    --_sizes---fixed--xlarge1: 4rem;
    --_sizes---fixed--medium2: 2.25rem;
    --_sizes---fixed--large4: 3.75rem;
    --_sizes---fixed--medium3: 2.5rem;
    --_sizes---fixed--medium1: 2rem;
    --_sizes---fixed--xsmall3: .75rem;
    --_sizes---fixed--xxhuge15: 16rem;
    --_sizes---xlarge: 4rem;
    --_sizes---huge: 5rem;
    --_sizes---xhuge: 6rem;
    --_sizes---xxhuge: 8rem;
    --_sizes---border--xsmall: .5rem;
    --_sizes---border--large: 3rem;
    --_sizes---border--xlarge: 4rem;
    --_sizes---border--huge: 5rem;
    --_sizes---border--xhuge: 6rem;
    --_sizes---border--xxhuge: 8rem;
    --_sizes---border--100: 100%;
    --_sizes---fixed--xsmall1: .25rem;
    --_sizes---fixed--xsmall2: .5rem;
    --_sizes---fixed--small5: 1.75rem;
    --_sizes---fixed--medium4: 2.75rem;
    --_sizes---fixed--large2: 3.25rem;
    --_sizes---fixed--xlarge2: 4.25rem;
    --_sizes---fixed--xlarge3: 4.5rem;
    --_sizes---fixed--huge1: 5rem;
    --_sizes---fixed--huge2: 5.5rem;
    --_sizes---fixed--huge3: 6rem;
    --_sizes---fixed--huge4: 6.5rem;
    --_sizes---fixed--huge5: 7rem;
    --_sizes---fixed--huge6: 7.5rem;
    --_sizes---fixed--xhuge1: 8rem;
    --_sizes---fixed--xhuge2: 8.5rem;
    --_sizes---fixed--xhuge3: 9rem;
    --_sizes---fixed--xhuge4: 9.5rem;
    --_sizes---fixed--xxhuge1: 10rem;
    --_sizes---fixed--xxhuge2: 11rem;
    --_sizes---fixed--xxhuge7: 20rem;
    --_typography---main-font: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--h1-font: var(--_typography---header);
    --_typography---h1--h1-size: var(--_sizes---fixed--medium1);
    --_typography---h1--h1-weight: var(--_typography---font-weight--medium);
    --_typography---h2--h2-font: var(--_typography---header);
    --_typography---h2--h2-size: var(--_sizes---fixed--small5);
    --_typography---h2--h2-weight: var(--_typography---font-weight--medium);
    --_typography---h3--h3-font: var(--_typography---header);
    --_typography---h3--h3-size: var(--_sizes---fixed--small4);
    --_typography---h3--h3-weight: var(--_typography---font-weight--medium);
    --_typography---h4--h4-font: var(--_typography---header);
    --_typography---h4--h4-size: var(--_sizes---fixed--small3);
    --_typography---h4--h4-weight: var(--_typography---font-weight--medium);
    --_typography---h5--h5-font: var(--_typography---body-text);
    --_typography---h5--h5-size: var(--_sizes---fixed--small2);
    --_typography---h5--h5-weight: var(--_typography---font-weight--medium);
    --_typography---h6--h6-font: var(--_typography---body-text);
    --_typography---h6--h6-size: var(--_sizes---fixed--small1);
    --_typography---h6--h6-weight: var(--_typography---font-weight--medium);
    --_typography---font-weight--light: 300;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--medium: 500;
    --_typography---header: Michroma, Verdana, sans-serif;
    --_typography---body-text: Clashgrotesk, Tahoma, sans-serif;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--bold: 700;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--black: 900;
  }

  p, .text-rich-text {
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

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

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

  .page-wrapper {
    overflow: hidden;
  }

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .spacer-large {
    flex-flow: column;
  }

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

  .utility-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .contact_form {
    grid-row-gap: 1.5rem;
  }

  .contact_form-block {
    border-radius: 1.5rem;
  }

  .shadow-box.large-padding {
    padding: var(--_sizes---medium);
  }

  .logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-link.w--current {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-left: 0;
  }

  .logo {
    padding-left: 0;
    font-size: 1.4rem;
  }

  .top-dash, .middle-dash, .bottom-dash {
    background-color: var(--grey-01);
  }

  .nav-link {
    width: 12rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

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

  .primary-button {
    border-style: none;
    padding: .65rem 1.5rem;
  }

  .primary-button.big {
    border-radius: var(--_sizes---fixed--small3);
    border-style: none;
  }

  .inner-button.contact {
    padding: .65rem;
  }

  .arrow-button-circle {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
  }

  .cover-image {
    height: var(--_sizes---fixed--xxhuge4);
  }

  .cover-image.big {
    height: 15rem;
  }

  .image-wrap {
    border-radius: var(--_sizes---fixed--small1);
  }

  .image-wrap.home {
    height: var(--_sizes---fixed--xxhuge3);
  }

  .image-wrap.home.glyph {
    width: 100%;
  }

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

  .service-content-block {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .service-icon {
    height: 2.5rem;
  }

  .service-heading {
    font-size: var(--_sizes---fixed--small3);
  }

  .number {
    font-size: var(--_sizes---fixed--medium2);
  }

  .large-heading {
    font-size: var(--_sizes---fixed--medium1);
  }

  .cta-wrapper {
    padding-bottom: var(--_sizes---large);
  }

  .smile-icon {
    height: 2rem;
  }

  .cta-asterisk {
    font-size: var(--_sizes---fixed--medium1);
  }

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

  .footer-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-link-block {
    flex-flow: column;
  }

  .utility-icon {
    width: 10rem;
    height: 10rem;
  }

  .work-bottom-item.top {
    grid-column-gap: var(--_sizes---small);
    grid-row-gap: var(--_sizes---small);
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-info-text {
    text-align: right;
    line-height: 1.7;
  }

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

  .testimonial-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .client-picture {
    width: 8rem;
    height: 8rem;
  }

  .logo-text {
    font-size: var(--_sizes---fixed--xsmall3);
    line-height: 1;
  }

  .image-2 {
    width: var(--_sizes---fixed--small1);
    height: var(--_sizes---fixed--small1);
  }

  .image-3 {
    height: 2.5rem;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .code-embed-3 {
    border-radius: 0;
    width: 100%;
  }
}

#w-node-_5b923ef8-bbdc-479a-3463-5cbd72b9e035-4850329b {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_83a846c2-3232-65cb-e927-3b60a2036818-4850329b, #w-node-c101e3c0-8091-1ba7-82f3-b23f4449640a-4850329b {
  place-self: end start;
}

#w-node-_18791fb6-1289-ac07-fe51-04f4f948b5a1-4850329b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_4404b151-cc6d-70a4-76cc-514318584aeb-4850329b {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_50957bf0-109a-1825-1b3f-7d05db63642b-4850329b {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_0207ed62-71b3-c8a6-1a5b-c14d558c1cd9-4850329b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0d0c90e3-dfd0-4ab6-d576-444c5bc26604-4850329b {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_61aeca6d-2b73-d2c4-983a-629adedd87f4-4850329b {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_33a36e53-d80f-3cea-9583-56d73abb4b90-4850329b {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-afd2e261-897f-1d2a-d52d-b5d55fe9b29f-4850329b {
  grid-area: 4 / 1 / 6 / 5;
}

#w-node-_76360c17-c729-804a-d405-eda1ff50558d-4850329b, #w-node-_6a1203e9-e4af-593f-ce5a-545ca33d1570-4850329b {
  justify-self: start;
}

#w-node-_2488a138-e0c1-202b-96b7-c084e90d8783-4850329b {
  justify-self: end;
}

#w-node-c1d68038-9cf8-74b4-e8db-f839ddb048db-4850329b {
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-_33c9e30a-d14e-a43e-7f6c-7afda27bfe69-4850329b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bdc76eb-ae8f-916b-398a-6945b3041856-b3041856 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f418-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f437-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f43c-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f441-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f446-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f44c-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f452-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f458-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f53a-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f542-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f559-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f572-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f575-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f577-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f57a-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5ca-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5d4-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f5d5-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f647-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f64c-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f651-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f656-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f65b-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f660-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f66a-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f66f-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f674-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f679-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f67e-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f683-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f688-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f68d-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f692-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f697-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f69c-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a0-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a1-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6a6-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ab-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6b0-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6c4-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6c9-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ce-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6d3-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6d8-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6dd-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6e7-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6ec-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6f1-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6f6-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f6fb-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f700-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f705-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f70a-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f70f-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f714-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f719-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f71d-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f71e-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f723-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f728-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f72d-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f73e-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f743-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f748-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f74d-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f752-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f757-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f75c-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f761-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f766-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f76b-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f76f-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f770-4850329d {
  justify-self: start;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f773-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f7f4-4850329d, #w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f821-4850329d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eee23e7-6f9b-4d00-fc7d-94bd5717f85f-4850329d {
  justify-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-4850329f {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-4850329f {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-4850329f {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-4850329f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-4850329f {
  justify-self: end;
}

#w-node-_5f95208d-1ca5-862a-c511-847a0b1fcca5-485032a2 {
  justify-self: center;
}

#w-node-_4bb8cf5a-59a9-3b48-86c3-210d7e341582-485032a2, #w-node-a9b583af-3246-e44e-7954-0185e84eb068-485032a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-d62cc5ea {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-d62cc5ea {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-d62cc5ea {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-d62cc5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-d62cc5ea {
  justify-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-9276e0d9 {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-9276e0d9 {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-9276e0d9 {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-9276e0d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-9276e0d9 {
  justify-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-c7503544 {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-c7503544 {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-c7503544 {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-c7503544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-c7503544 {
  justify-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-36a049de {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-36a049de {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-36a049de {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-36a049de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-36a049de {
  justify-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b659-c440b9fe {
  place-self: start;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b665-c440b9fe {
  align-self: end;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b6f3-c440b9fe {
  justify-self: center;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-c440b9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-c440b9fe {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-c1d68038-9cf8-74b4-e8db-f839ddb048db-4850329b {
    grid-area: 5 / 5 / 6 / 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5b923ef8-bbdc-479a-3463-5cbd72b9e035-4850329b {
    grid-row-end: 2;
    grid-column-end: 9;
  }

  #w-node-_18791fb6-1289-ac07-fe51-04f4f948b5a1-4850329b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4404b151-cc6d-70a4-76cc-514318584aeb-4850329b {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_50957bf0-109a-1825-1b3f-7d05db63642b-4850329b {
    grid-column: 7 / 9;
  }

  #w-node-_0207ed62-71b3-c8a6-1a5b-c14d558c1cd9-4850329b {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_0d0c90e3-dfd0-4ab6-d576-444c5bc26604-4850329b {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_61aeca6d-2b73-d2c4-983a-629adedd87f4-4850329b {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-_33a36e53-d80f-3cea-9583-56d73abb4b90-4850329b {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-afd2e261-897f-1d2a-d52d-b5d55fe9b29f-4850329b {
    grid-row: 7 / 8;
    grid-column-end: 9;
  }

  #w-node-c1d68038-9cf8-74b4-e8db-f839ddb048db-4850329b {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-_33c9e30a-d14e-a43e-7f6c-7afda27bfe69-4850329b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1bdc76eb-ae8f-916b-398a-6945b3041856-b3041856 {
    grid-row: 9 / 10;
    grid-column-end: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a42fbbec-9875-2c1a-94a7-933e71a84e35-4850329b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_554dfaf4-6c0b-9f02-4d48-2970a1ac9679-4850329b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd48159e-9512-c1d8-5470-7a03503e3676-503e3671 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-4850329f {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-4850329f {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_4bb8cf5a-59a9-3b48-86c3-210d7e341582-485032a2, #w-node-a9b583af-3246-e44e-7954-0185e84eb068-485032a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-d62cc5ea {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-d62cc5ea {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-9276e0d9 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-9276e0d9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-c7503544 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-c7503544 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-36a049de {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-36a049de {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b704-c440b9fe {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_82a43bba-8566-bb47-bcf0-4d8c5542b706-c440b9fe {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_18791fb6-1289-ac07-fe51-04f4f948b5a1-4850329b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4404b151-cc6d-70a4-76cc-514318584aeb-4850329b {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_50957bf0-109a-1825-1b3f-7d05db63642b-4850329b {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_0207ed62-71b3-c8a6-1a5b-c14d558c1cd9-4850329b {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_0d0c90e3-dfd0-4ab6-d576-444c5bc26604-4850329b {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-_61aeca6d-2b73-d2c4-983a-629adedd87f4-4850329b {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_33a36e53-d80f-3cea-9583-56d73abb4b90-4850329b {
    grid-row: 7 / 8;
  }

  #w-node-afd2e261-897f-1d2a-d52d-b5d55fe9b29f-4850329b {
    grid-row: 8 / 9;
  }

  #w-node-_2488a138-e0c1-202b-96b7-c084e90d8783-4850329b {
    justify-self: start;
  }

  #w-node-c1d68038-9cf8-74b4-e8db-f839ddb048db-4850329b {
    grid-row: 9 / 10;
  }

  #w-node-_33c9e30a-d14e-a43e-7f6c-7afda27bfe69-4850329b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_1bdc76eb-ae8f-916b-398a-6945b3041856-b3041856 {
    grid-row: 10 / 11;
  }
}


@font-face {
  font-family: 'Google Sans Flex';
  src: url('../images/') format('woff2');
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Michroma';
  src: url('../fonts/Michroma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}