:root {
  --color--background-primary: var(--swatch--light-1);
  --text-family--paragraph: var(--text-familes--satoshi);
  --color--text-primary: var(--swatch--dark-1);
  --text-family--h1: var(--text-familes--bricolage-grotesque);
  --heading--h1: 4.5rem;
  --text-family--h2: var(--text-familes--bricolage-grotesque);
  --heading--h2: 3.5rem;
  --text-family--h3: var(--text-familes--bricolage-grotesque);
  --heading--h3: 2.5rem;
  --text-family--h4: var(--text-familes--bricolage-grotesque);
  --heading--h4: 2rem;
  --text-family--h5: var(--text-familes--bricolage-grotesque);
  --heading--h5: 1.5rem;
  --text-family--h6: var(--text-familes--bricolage-grotesque);
  --heading--h6: 1.25rem;
  --color--text-secondary: var(--swatch--dark-1);
  --swatch--dark-1: #323232;
  --text-family--block-quote: var(--text-familes--satoshi);
  --core-structure--max-width-medium: 64rem;
  --core-structure--max-width-small: 48rem;
  --spacing--tiny: var(--size--0-25);
  --spacing--xxsmall: var(--size--0-5);
  --spacing--xsmall: var(--size--1);
  --spacing--small: var(--size--1-5);
  --spacing--medium: var(--size--2);
  --spacing--large: var(--size--3);
  --spacing--xlarge: var(--size--4);
  --spacing--xxlarge: var(--size--5);
  --spacing--huge: var(--size--6);
  --spacing--xhuge: var(--size--7);
  --spacing--xxhuge: var(--size--10);
  --swatch--light-1: #faf9f7;
  --swatch--light-2: #e7e6e3;
  --heading--sm--h5: 1.25rem;
  --core-structure--page-padding: 5vw;
  --border-width--main: 1px;
  --border-radius--rounded: 100vw;
  --color--text-accent: var(--swatch--brand-1);
  --text-family--button: var(--text-familes--satoshi);
  --color--text-light: var(--swatch--light-1);
  --border-radius--x-small: .5rem;
  --swatch--brand-1: #5c7064;
  --color--background-dark: var(--swatch--dark-1);
  --swatch--dark-2: #4d4d4d;
  --core-structure--section-small: var(--size--3);
  --core-structure--section-medium: var(--size--5);
  --core-structure--section-large: var(--size--7);
  --text-familes--satoshi: "Satoshi Variable", sans-serif;
  --text-familes--bricolage-grotesque: "Bricolagegrotesque Variablefont Opsz Wdth Wght", sans-serif;
  --text-familes--vollkorn\<deleted\|variable-5305622d-190e-6f15-1595-b3daf4058c71\>: Vollkorn, serif;
  --size--0-25: .25rem;
  --size--0-5: .5rem;
  --size--0-75: .75rem;
  --size--1: 1rem;
  --size--1-25: 1.25rem;
  --size--1-5: 1.5rem;
  --size--1-75: 1.75rem;
  --size--2: 2rem;
  --size--2-5: 2.5rem;
  --size--3: 3rem;
  --size--3-5: 3.5rem;
  --size--4: 4rem;
  --size--4-5: 4.5rem;
  --size--5: 5rem;
  --size--6: 6rem;
  --size--7: 7rem;
  --size--8: 8rem;
  --size--9: 9rem;
  --size--10: 10rem;
  --size--11: 11rem;
  --size--12: 12rem;
  --size--13: 13rem;
  --size--14: 14rem;
  --size--15: 15rem;
  --size--16: 16rem;
  --size--17: 17rem;
  --size--18: 18rem;
  --size--19: 19rem;
  --size--20: 20rem;
  --brand-light: #86cea338;
  --swatch--white: white;
  --border-radius--small: 1rem;
  --brand-light-2: #8bcca20f;
  --border-radius--medium: 1.5rem;
  --border-radius--large: 3rem;
  --color--background-secondary: var(--swatch--light-2);
  --color--border-primary: var(--brand-light);
  --color--border-secondary: var(--swatch--light-2);
  --core-structure--max-width-large: 80vw;
  --heading--md--h1: 3.25rem;
  --heading--md--h2: 2.75rem;
  --heading--md--h3: 2.25rem;
  --heading--md--h4: 1.75rem;
  --heading--md--h5: 1.5rem;
  --heading--md--h6: var(--heading--h6);
  --heading--sm--h1: 2.5rem;
  --heading--sm--h2: 2.25rem;
  --heading--sm--h3: 2rem;
  --heading--sm--h4: 1.5rem;
  --heading--sm--h6: 1.125rem;
  --heading--xs--h1: var(--heading--sm--h1);
  --heading--xs--h2: var(--heading--sm--h2);
  --heading--xs--h3: var(--heading--sm--h3);
  --heading--xs--h4: var(--heading--sm--h4);
  --heading--xs--h5: var(--heading--sm--h5);
  --heading--xs--h6: var(--heading--h6);
  --swatch--brand-2: #d6a74b;
  --swatch--light-3: #e7e5e4;
  --swatch--light-4: #d7d3d0;
}

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

body {
  background-color: var(--color--background-primary);
  font-family: var(--text-family--paragraph);
  color: var(--color--text-primary);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--text-family--h1);
  font-size: var(--heading--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--text-family--h2);
  font-size: var(--heading--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--text-family--h3);
  font-size: var(--heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--text-family--h4);
  font-size: var(--heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--text-family--h5);
  font-size: var(--heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--text-family--h6);
  font-size: var(--heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--text-family--paragraph);
  color: var(--color--text-secondary);
  margin-bottom: 0;
}

a {
  border-color: var(--swatch--dark-1);
  color: var(--swatch--dark-1);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--swatch--dark-1);
  font-family: var(--text-family--block-quote);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium {
  max-width: var(--core-structure--max-width-medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: var(--core-structure--max-width-small);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: var(--spacing--tiny);
}

.padding-xxsmall {
  padding: var(--spacing--xxsmall);
}

.padding-xsmall {
  padding: var(--spacing--xsmall);
}

.padding-small {
  padding: var(--spacing--small);
}

.padding-medium {
  padding: var(--spacing--medium);
}

.padding-large {
  padding: var(--spacing--large);
}

.padding-xlarge {
  padding: var(--spacing--xlarge);
}

.padding-xxlarge {
  padding: var(--spacing--xxlarge);
}

.padding-huge {
  padding: var(--spacing--huge);
}

.padding-xhuge {
  padding: var(--spacing--xhuge);
}

.padding-xxhuge {
  padding: var(--spacing--xxhuge);
}

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

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

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

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

.heading-style-h2 {
  font-family: var(--text-family--h2);
  font-size: var(--heading--h2);
  font-weight: 600;
  line-height: 1.1;
}

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

.styleguide_heading {
  z-index: 4;
  background-color: var(--swatch--dark-1);
  color: var(--swatch--light-1);
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(6rem, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-rows: minmax(6rem, 1fr);
}

.background-color-secondary {
  background-color: var(--swatch--light-2);
}

.heading-style-h6 {
  font-family: var(--text-family--h6);
  font-size: var(--heading--h6);
  font-weight: 700;
  line-height: 1.2;
}

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

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

.styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

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

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

.heading-style-h5 {
  font-family: var(--text-family--h5);
  font-size: var(--heading--h5);
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: var(--text-family--h1);
  font-size: var(--core-structure--page-padding);
  font-weight: 700;
  line-height: 1;
}

.form-checkbox-icon {
  border-style: solid;
  border-width: var(--border-width--main);
  cursor: pointer;
  border-color: #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

.text-size-tiny {
  font-size: .8rem;
  line-height: 1.4;
}

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

.button {
  border: var(--border-width--main) solid var(--swatch--dark-1);
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--text-accent);
  font-family: var(--text-family--button);
  color: var(--swatch--light-1);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.button.is-tertiary.is-alternate {
  color: var(--swatch--light-1);
  background-color: #0000;
}

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

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

.button.is-secondary {
  color: var(--swatch--dark-1);
  background-color: #0000;
}

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

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

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

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

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

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

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

.heading-style-h4 {
  font-family: var(--text-family--h4);
  font-size: var(--heading--h4);
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

.styleguide_item.is-stretch {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-items: stretch;
}

.styleguide_item.is-size-width {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  height: 1.75rem;
  padding-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  font-family: var(--text-family--h3);
  font-size: var(--heading--h3);
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  border: var(--border-width--main) solid var(--color--text-accent);
  border-radius: var(--border-radius--x-small);
  background-color: var(--color--background-primary);
  color: var(--color--text-primary);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.styleguide_list.is-sizes-horizontal {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

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

.styleguide_color {
  padding-bottom: 8rem;
}

.styleguide_color.is-dark-1 {
  background-color: var(--swatch--dark-1);
}

.styleguide_color.is-light-2 {
  background-color: var(--swatch--light-2);
}

.styleguide_color.is-light-1 {
  background-color: var(--swatch--light-1);
}

.styleguide_color.is-brand-1 {
  background-color: var(--swatch--brand-1);
}

.button-group {
  grid-column-gap: var(--spacing--xsmall);
  grid-row-gap: var(--spacing--xsmall);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.background-color-primary {
  background-color: var(--swatch--light-1);
}

.text-weight-semibold {
  color: var(--color--text-primary);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.styleguide_subheading {
  z-index: 3;
  background-color: var(--swatch--light-2);
  color: var(--swatch--dark-1);
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

.text-size-small.text-color-secondary {
  color: var(--swatch--dark-2);
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--swatch--dark-1);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.styleguide_button-row {
  grid-column-gap: var(--spacing--xsmall);
  grid-row-gap: var(--spacing--xsmall);
  display: flex;
}

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

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

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

.styleguide_spacing-all {
  display: none;
}

.page-wrapper-2 {
  z-index: 0;
}

.padding-section-small {
  padding-top: var(--core-structure--section-small);
  padding-bottom: var(--core-structure--section-small);
}

.styleguide_empty-box {
  z-index: 0;
  background-color: var(--swatch--light-2);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.styleguide_spacing {
  background-color: #e4e4e4;
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-right: var(--core-structure--page-padding);
  padding-left: var(--core-structure--page-padding);
}

.padding-section-medium {
  padding-top: var(--core-structure--section-medium);
  padding-bottom: var(--core-structure--section-medium);
}

.padding-section-large {
  padding-top: var(--core-structure--section-large);
  padding-bottom: var(--core-structure--section-large);
}

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

.text-style-notcaps {
  text-transform: none;
}

.variable-styles, .structure-styles {
  display: block;
}

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

.designguide_text-wrapper {
  flex: 1;
  padding-bottom: 8rem;
}

.designguide_table-of-contents {
  opacity: .6;
  flex: 0 auto;
  width: 16rem;
  transition: opacity .2s;
  position: sticky;
  top: 3rem;
}

.designguide_table-of-contents:hover {
  opacity: 1;
}

.designguide_anchor-wrapper {
  display: block;
  position: relative;
}

.designguide_anchor-wrapper.is-nested {
  border-left: 1px solid #00000040;
}

.designguide_anchor-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-bottom: .1rem;
  font-size: .875rem;
  display: flex;
}

.designguide_anchor-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.designguide_anchor-spacer {
  background-color: #00000040;
  width: .75rem;
  height: 1px;
}

.designguide_anchor-spacer.is-h4 {
  width: 1.5rem;
}

.designguide_anchor-spacer.is-h5 {
  width: 2.25rem;
}

.designguide_anchor-spacer.is-h6 {
  width: 3rem;
}

.designguide_rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.designguide_rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.designguide_rich-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

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

.designguide_rich-text figcaption {
  border-left: 2px solid var(--swatch--dark-1);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-family-1 {
  font-family: var(--text-familes--satoshi);
}

.text-family-2 {
  font-family: var(--text-familes--bricolage-grotesque);
}

.text-family-3 {
  font-family: var(--text-familes--vollkorn\<deleted\|variable-5305622d-190e-6f15-1595-b3daf4058c71\>);
}

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

.feature-split_component {
  grid-column-gap: var(--spacing--xxlarge);
  grid-row-gap: var(--spacing--xlarge);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.feature-split_image {
  width: 100%;
  height: 100%;
}

.designguide_disclaimer {
  margin-top: 1rem;
  font-size: .875rem;
  font-style: italic;
}

.spacer-tiny {
  padding-top: var(--spacing--tiny);
  width: 100%;
}

.spacer-xxsmall {
  padding-top: var(--spacing--xxsmall);
  width: 100%;
}

.spacer-xsmall {
  padding-top: var(--spacing--xsmall);
  width: 100%;
}

.spacer-small {
  padding-top: var(--spacing--small);
  width: 100%;
}

.spacer-medium {
  padding-top: var(--spacing--medium);
  width: 100%;
}

.spacer-large {
  padding-top: var(--spacing--large);
  width: 100%;
}

.spacer-xlarge {
  padding-top: var(--spacing--xlarge);
  width: 100%;
}

.spacer-xxlarge {
  padding-top: var(--spacing--xxlarge);
  width: 100%;
}

.spacer-huge {
  padding-top: var(--spacing--huge);
  width: 100%;
}

.spacer-xhuge {
  padding-top: var(--spacing--xhuge);
  width: 100%;
}

.spacer-xxhuge {
  padding-top: var(--spacing--xxhuge);
  width: 100%;
}

.custom-styles {
  display: block;
}

.padding-section {
  padding-top: var(--core-structure--section-medium);
  padding-bottom: var(--core-structure--section-medium);
}

.padding-section.is-large {
  padding-top: var(--core-structure--section-large);
  padding-bottom: var(--core-structure--section-large);
}

.padding-section.is-small {
  padding-top: var(--core-structure--section-small);
  padding-bottom: var(--core-structure--section-small);
}

.padding-section.is-large-top {
  padding-top: var(--core-structure--section-large);
}

.padding-section.is-large-bottom {
  padding-bottom: var(--core-structure--section-large);
}

.padding-section.is-small-top {
  padding-top: var(--core-structure--section-small);
}

.padding-section.is-small-bottom {
  padding-bottom: var(--core-structure--section-small);
}

.padding-section.is-none-top {
  padding-top: 0;
}

.padding-section.is-none-bottom {
  padding-bottom: 0;
}

.styleguide_size0-25 {
  width: var(--size--0-25);
  height: var(--size--0-25);
}

.styleguide_size0-5 {
  width: var(--size--0-5);
  height: var(--size--0-5);
}

.styleguide_size0-75 {
  width: var(--size--0-75);
  height: var(--size--0-75);
}

.styleguide_size1 {
  width: var(--size--1);
  height: var(--size--1);
}

.styleguide_size1-25 {
  width: var(--size--1-25);
  height: var(--size--1-25);
}

.styleguide_size1-5 {
  width: var(--size--1-5);
  height: var(--size--1-5);
}

.styleguide_size1-75 {
  width: var(--size--1-75);
  height: var(--size--1-75);
}

.styleguide_size2 {
  width: var(--size--2);
  height: var(--size--2);
}

.styleguide_size2-5 {
  width: var(--size--2-5);
  height: var(--size--2-5);
}

.styleguide_size3 {
  width: var(--size--3);
  height: var(--size--3);
}

.styleguide_size3-5 {
  width: var(--size--3-5);
  height: var(--size--3-5);
}

.styleguide_size4 {
  width: var(--size--4);
  height: var(--size--4);
}

.styleguide_size4-5 {
  width: var(--size--4-5);
  height: var(--size--4-5);
}

.styleguide_size5 {
  width: var(--size--5);
  height: var(--size--5);
}

.styleguide_size6 {
  width: var(--size--6);
  height: var(--size--6);
}

.styleguide_size7 {
  width: var(--size--7);
  height: var(--size--7);
}

.styleguide_size8 {
  width: var(--size--8);
  height: var(--size--8);
}

.styleguide_size9 {
  width: var(--size--9);
  height: var(--size--9);
}

.styleguide_size10 {
  width: var(--size--10);
  height: var(--size--10);
}

.styleguide_size11 {
  width: var(--size--11);
  height: var(--size--11);
}

.styleguide_size12 {
  width: var(--size--12);
  height: var(--size--12);
}

.styleguide_size13 {
  width: var(--size--13);
  height: var(--size--13);
}

.styleguide_size14 {
  width: var(--size--14);
  height: var(--size--14);
}

.styleguide_size15 {
  width: var(--size--15);
  height: var(--size--15);
}

.styleguide_size16 {
  width: var(--size--16);
  height: var(--size--16);
}

.styleguide_size17 {
  width: var(--size--17);
  height: var(--size--17);
}

.styleguide_size18 {
  width: var(--size--18);
  height: var(--size--18);
}

.styleguide_size19 {
  width: var(--size--19);
  height: var(--size--19);
}

.styleguide_size20 {
  width: var(--size--20);
  height: var(--size--20);
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: var(--spacing--tiny);
}

.margin-xxsmall {
  margin: var(--spacing--xxsmall);
}

.margin-xsmall {
  margin: var(--spacing--xsmall);
}

.margin-small {
  margin: var(--spacing--small);
}

.margin-medium {
  margin: var(--spacing--medium);
}

.margin-large {
  margin: var(--spacing--large);
}

.margin-xlarge {
  margin: var(--spacing--xlarge);
}

.margin-xxlarge {
  margin: var(--spacing--xxlarge);
}

.margin-huge {
  margin: var(--spacing--huge);
}

.margin-xhuge {
  margin: var(--spacing--xhuge);
}

.margin-xxhuge {
  margin: var(--spacing--xxhuge);
}

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

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

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

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

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

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

.styleguide_logo {
  height: var(--spacing--medium);
}

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

.background-color-accent {
  background-color: var(--color--text-accent);
}

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

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-graytrue25 {
  background-color: #fcfcfc;
}

.rl-styleguide_color.is-graytrue50 {
  background-color: #fafafa;
}

.rl-styleguide_color.is-graytrue100 {
  background-color: #f5f5f5;
}

.rl-styleguide_color.is-graytrue200 {
  background-color: #e5e5e5;
}

.rl-styleguide_color.is-graytrue300 {
  background-color: #d6d6d6;
}

.rl-styleguide_color.is-graytrue400 {
  background-color: #a3a3a3;
}

.rl-styleguide_color.is-graytrue500 {
  background-color: #737373;
}

.rl-styleguide_color.is-graytrue600 {
  background-color: #525252;
}

.rl-styleguide_color.is-graytrue700 {
  background-color: #424242;
}

.rl-styleguide_color.is-graytrue800 {
  background-color: #292929;
}

.rl-styleguide_color.is-graytrue900 {
  background-color: #141414;
}

.rl-styleguide_color.is-graywarm25 {
  background-color: #fdfdfc;
}

.rl-styleguide_color.is-graywarm50 {
  background-color: #fafaf9;
}

.rl-styleguide_color.is-graywarm100 {
  background-color: #f5f5f4;
}

.rl-styleguide_color.is-graywarm200 {
  background-color: #e7e5e4;
}

.rl-styleguide_color.is-graywarm300 {
  background-color: #d7d3d0;
}

.rl-styleguide_color.is-graywarm400 {
  background-color: #a9a29d;
}

.rl-styleguide_color.is-graywarm500 {
  background-color: #79716b;
}

.rl-styleguide_color.is-graywarm600 {
  background-color: #57534e;
}

.rl-styleguide_color.is-graywarm700 {
  background-color: #44403c;
}

.rl-styleguide_color.is-graywarm800 {
  background-color: #292524;
}

.rl-styleguide_color.is-graywarm900 {
  background-color: #1c1917;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.header-img-wrap {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.head {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.header-card {
  border: 4px solid var(--brand-light);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  height: 32%;
  margin-bottom: 3px;
  padding: 1.5rem;
  position: absolute;
  inset: auto auto 32px -10%;
  overflow: hidden;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.heading-icon1 {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.header-icon-block {
  background-color: var(--swatch--brand-1);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.icons {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.feature-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.feature-text-wrap.align-v-l {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-bottom: 8rem;
}

.header-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #5d7164, 0 0 12px -2px #6b8d77, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

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

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

.navbar.delete-this-class {
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-13-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

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

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

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

.navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .5px solid var(--brand-light);
  border-radius: var(--border-radius--rounded);
  background-color: var(--color--background-primary);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: .5rem;
  display: flex;
}

.navbar_logo-link {
  width: 10rem;
  padding-left: 0;
}

.navbar_logo {
  max-width: 150%;
  margin-right: 0;
}

.navbar_menu {
  align-items: center;
  position: static;
}

.navbar_menu-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 45px;
  display: flex;
}

.navbar13_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar13_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar13_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar13_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.navbar13_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar13_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.button-2 {
  border: var(--border-width--main) solid var(--swatch--dark-1);
  background-color: var(--swatch--dark-1);
  color: var(--swatch--light-1);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.navbar_menu-button {
  padding: 0;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-bg {
  background-color: #0000;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-heading-features-small {
  color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-paragraph-features {
  color: #0000;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.footer {
  background-color: var(--color--text-accent);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-top {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.footer-text {
  color: var(--color--text-primary);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.footer-logo {
  width: 10rem;
  max-width: 120%;
  margin-left: 30px;
  margin-right: 30px;
}

.footer-link {
  color: var(--color--text-primary);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #1f2022;
}

.footer-bottom {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.socia-link {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.socia-link:hover {
  background-color: #1f20221a;
}

.icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.brix---bg-image-full-width-2 {
  z-index: -1;
  opacity: .37;
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.gradient-header {
  z-index: 0;
  background-image: linear-gradient(#fff, #0000 47%);
  position: absolute;
  inset: 0%;
}

.section-header {
  padding: 12rem 5% 2rem;
  position: relative;
}

._2-testimonial-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.blog-card {
  grid-row-gap: 24px;
  border: 1px solid var(--brand-light);
  border-radius: var(--border-radius--small);
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.blog-image {
  border-radius: var(--border-radius--small);
  height: 356px;
  position: relative;
  overflow: clip;
}

.blogh-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-dadge {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: 16px 14px auto auto;
  box-shadow: 0 24px 64px #d9d9d97a;
}

.blog-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h5-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.blog-detail {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-link {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.blog-link {
  border: 1px solid var(--brand-light);
  background-color: var(--brand-light-2);
  color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-x-small {
  color: var(--swatch--dark-1);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-800 {
  color: #55555e;
}

.paragraph-small.text-color-gray-600 {
  color: #6d767e;
}

.date-line {
  background-color: var(--brand-light);
  width: 24px;
  height: 1px;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-brown-50 {
  background-color: #f8f6f6;
}

.testimonial-container {
  background-color: var(--brand-light-2);
  color: #1c1c1f;
  border-radius: 16px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 60px;
  position: relative;
  overflow: hidden;
}

.testimonial-inner-containr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial-block {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 550px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-avatar {
  border: 4px solid var(--brand-light);
  border-radius: 100%;
  flex: none;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.testimonial-tile-detail {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.testimonial-devider {
  background-color: #d7d7db;
  align-self: stretch;
  width: 1px;
}

.container-large-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--brand-light);
  text-align: left;
  border-radius: 8px;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-card:hover {
  border-width: .5px;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.feature-icon {
  background-color: var(--brand-light);
  color: var(--swatch--dark-1);
  -webkit-text-stroke-color: var(--brand-light);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature-icon.icon-blue {
  color: #6173e5;
  background-color: #eeeffc;
}

.feature-icon.icon-gray {
  color: #6d767e;
  background-color: #f8f9fa;
}

.feature-icon.icon-orange {
  color: #e59661;
  background-color: #fcf3ee;
}

.feature-icon.icon-yellow {
  color: #e5cb61;
  background-color: #fcf9ee;
}

.feature-icon.icon-red {
  color: #e56161;
  background-color: #fceeee;
}

.feature-icon.icon-green {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.icon-regular {
  color: var(--color--background-dark);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 24px;
  display: flex;
}

.caption-smal {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.section-x-large {
  padding: 144px 5%;
}

.section-x-large.background-gray-50 {
  background-color: #f6f5f3;
}

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

.cta-card {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-title-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 5% 4rem;
  display: flex;
}

.max-width-large-2 {
  max-width: 890px;
}

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.price-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.price-feature-list.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.h1-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-regular {
  max-width: 550px;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #ff443d;
}

.cta-marquee-wrapper {
  height: 220px;
  position: relative;
}

.cta-image-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-img-wrap {
  border-radius: 16px;
  flex: 1;
  padding: 8px;
}

.cta-img {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.logo-marquee {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.logo-marquee-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-marquee-wrap {
  background-color: #fff0;
  border-radius: 0;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-marquee-css {
  display: none;
}

.logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logos-container {
  flex: none;
  display: flex;
}

.logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo-img-wrap {
  background-color: var(--color--background-primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 17rem;
  min-height: 96px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem;
  transition: background-color .3s;
  display: flex;
}

.logo-img-wrap:hover {
  background-color: #e4e6f10a;
}

.f-team-section {
  padding: 120px 5% 140px;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.team-img-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  background-color: var(--color--text-accent);
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  overflow: clip;
}

.team-img {
  border-radius: var(--border-radius--x-small);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.team-bottom-wrap {
  margin-top: -2.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.team-title-card {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.1rem 1.25rem 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 40px 40px 80px -32px #393b6a14;
}

.team-detail-wrap {
  flex-direction: column;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.team-info-text {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-team-social-circle {
  color: #160042;
  background-color: #f7f9fd;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  transition: color .2s;
  display: flex;
}

.f-team-social-circle:hover {
  color: #160042;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.h3-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.price-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius--small);
  background-color: #fff;
  display: flex;
  position: relative;
  overflow: clip;
}

.price-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.pricing-badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.subhead-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: var(--border-radius--rounded);
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
}

.badge.purple {
  border-radius: var(--border-radius--rounded);
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

.badge.brown {
  color: #78615e;
  background-color: #f8f6f6;
  border-color: #f2eeee;
}

.price-text {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.price-text.text-color-gray-400 {
  color: #a3a3a3;
}

.price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pricing-old-price {
  color: #aa3c3c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.price-xsmall-text {
  font-size: 12px;
  line-height: 16px;
}

.price-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.horizontal-line {
  z-index: 4;
  background-color: #86cea37d;
  align-self: stretch;
  width: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

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

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

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

.content-feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.feature-img-block {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  background-color: var(--swatch--brand-1);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 85%;
  min-height: 488px;
  padding: 1rem;
  display: flex;
}

.feature-img {
  aspect-ratio: 1;
  border-radius: var(--border-radius--x-small);
  object-fit: cover;
  object-position: 77% 50%;
  width: 100%;
  height: 100%;
}

.color-span {
  color: var(--color--text-accent);
}

.zoom-img {
  border-radius: var(--border-radius--small);
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  height: 100%;
}

.zoom-img.feature {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 90%;
}

.zoom-img.team {
  object-position: 50% 0%;
}

.button-main {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .8rem 2rem;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-main:hover {
  box-shadow: 0 0 12px -2px #5d7164, 0 0 12px -2px #6b8d77, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-main.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.section-feature {
  padding: 6rem 5%;
  position: relative;
}

.logo-marquee-container-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-team, .section-blog, .section-testimonial, .section-pricing {
  padding: 4rem 5%;
  position: relative;
}

.section-cta {
  padding: 6rem 5%;
  position: relative;
}

.background-img {
  background-image: linear-gradient(180deg, var(--color--background-primary), #fff0 28%), url('../images/Background-6.jpg');
  opacity: .58;
  mix-blend-mode: multiply;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.zoom-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  flex: 1;
  align-self: stretch;
  height: 100%;
  overflow: clip;
}

.potato_embed {
  color: var(--swatch--dark-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar {
  object-fit: cover;
  height: 100%;
}

.text-block {
  color: var(--color--text-primary);
}

.title-wrapper-medium {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-small {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .5rem 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-small:hover {
  box-shadow: 0 0 12px -2px #5d7164, 0 0 12px -2px #6b8d77, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-small.align-center {
  align-self: center;
}

.section-services {
  text-align: center;
  padding: 4rem 5%;
  position: relative;
}

.navbar_link-wrapper {
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-decoration: none;
  position: relative;
}

.navbar_text-wrapper {
  height: 1.2rem;
  margin-bottom: .3rem;
  overflow: hidden;
}

.navbar_text {
  padding: 0 1rem;
}

.navbar_text.w--current {
  color: #000;
}

.navbar_text.is-hover {
  color: #0000;
}

.navbar_link-underline {
  background-color: #000;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.team-img-frame {
  aspect-ratio: 1;
  border-radius: var(--border-radius--small);
  background-color: var(--color--text-accent);
  width: 100%;
  height: auto;
  padding: 1rem;
  position: relative;
  overflow: clip;
}

.social-icons1_list {
  grid-column-gap: .75rem;
  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;
  place-items: start;
  display: grid;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.logo-img {
  max-width: 100%;
}

.text-block-2 {
  font-family: var(--text-family--h5);
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-span {
  font-size: 24px;
}

.image {
  text-align: center;
  max-width: 120%;
  padding-top: 60px;
  padding-left: 161px;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .container-large {
    max-width: 84vw;
  }

  .header-content-wrap {
    max-width: 60ch;
  }

  .navbar_menu-link-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial-container {
    max-width: 62vw;
  }

  .cta-card {
    max-width: none;
  }

  .cta-marquee-wrapper {
    height: 15rem;
  }

  .cta-image-marquee {
    width: 100%;
  }

  .team-img-wrap {
    border-radius: var(--border-radius--x-small);
    padding: 0;
  }

  .team-img {
    transition: transform .5s ease-out;
  }

  .team-img:hover {
    transform: scale(1.05);
  }

  .pricing-container {
    max-width: 64vw;
  }

  .price-card {
    padding: 2rem;
  }

  .horizontal-line {
    flex: none;
  }

  .feature-img-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: clip;
  }

  .zoom-wrap {
    aspect-ratio: 1;
  }

  .title-wrapper-medium {
    max-width: 50rem;
  }

  .navbar_link-wrapper {
    font-size: .9rem;
    font-weight: 500;
  }

  .navbar_link-underline {
    background-color: var(--swatch--dark-1);
  }

  .team-img-frame {
    padding-left: 1rem;
  }

  .image {
    text-align: center;
    padding-left: 290px;
    padding-right: 130px;
  }
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .container-large {
    max-width: none;
  }

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

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

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

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

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

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

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

  .styleguide_icons-list {
    grid-auto-flow: row;
  }

  .designguide_table-of-contents {
    width: 14rem;
  }

  .feature-split_component {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

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

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

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

  .header-img-wrap {
    min-height: 50svh;
  }

  .header-card {
    left: 32px;
  }

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

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .header-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .navbar_menu {
    background-color: #0000;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
  }

  .navbar_menu-link-wrapper {
    border-radius: var(--border-radius--x-small);
    background-color: var(--swatch--white);
    border: 1px #000;
    flex-direction: column;
    width: 90vw;
    padding: 2rem;
  }

  .navbar13_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

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

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

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

  .navbar_menu-button {
    padding: 0;
  }

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

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

  .menu-icon_line-top {
    background-color: var(--swatch--dark-1);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon_line-bottom {
    background-color: var(--swatch--dark-1);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .section-header {
    padding-right: var(--core-structure--page-padding);
    padding-left: var(--core-structure--page-padding);
  }

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

  .testimonial-inner-containr {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-devider {
    width: 100%;
    height: 1px;
  }

  .cta-title-wrap {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .cta-marquee-wrapper {
    height: 10rem;
  }

  .cta-image-marquee {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .cta-img-wrap {
    padding: .5rem;
  }

  .cta-img {
    aspect-ratio: 3 / 2;
  }

  .logo-marquee-wrap {
    width: 95%;
  }

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

  .team-bottom-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-line {
    align-self: stretch;
    width: auto;
    height: 1px;
    margin: 0 40px;
  }

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

  .feature-img-block {
    max-width: none;
  }

  .navbar_link-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .navbar_text-wrapper {
    height: 1.5rem;
  }

  .navbar_text {
    text-align: left;
    border-top: 0 #ddd;
    align-self: stretch;
    padding: 0;
    font-size: 1.125rem;
  }

  .navbar_link-underline {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: var(--heading--sm--h5);
    line-height: 1.1;
  }

  .heading-style-h4 {
    line-height: 1.4;
  }

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

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

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

  .designguide_component {
    flex-direction: column;
  }

  .designguide_table-of-contents {
    position: relative;
    top: auto;
  }

  .feature-split_component {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

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

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

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

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

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

  .header-card {
    padding: 1rem;
  }

  .header-card-title {
    margin-bottom: 1rem;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .header-grid {
    margin-bottom: 4rem;
  }

  .navbar {
    margin-top: 1.25rem;
  }

  .navbar_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu-link-wrapper {
    padding: 1.25rem;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-top {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-wrapper {
    margin-bottom: 2rem;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .cta-image-marquee {
    width: 1220px;
  }

  .logo-marquee {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-team-section {
    padding-top: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .team-bottom-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .team-title-card {
    padding: 1rem;
  }

  .title-center-small {
    margin-bottom: 2rem;
  }

  .h3-heading {
    font-size: 36px;
  }

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

  .button-main.nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .zoom-wrap {
    aspect-ratio: auto;
  }

  .title-wrapper-medium {
    margin-bottom: 2rem;
  }

  .team-img-frame {
    padding: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: var(--heading--h1);
  }

  .heading-style-h4 {
    line-height: 1.2;
  }

  .styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .styleguide_button-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .feature-split_component {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .header-card {
    max-width: 80%;
    padding: 1rem;
    bottom: 16px;
    left: 16px;
  }

  .header-card-title {
    margin-bottom: .5rem;
    font-size: 16px;
  }

  .header-icon-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    font-size: 28px;
  }

  .header-icon-block {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

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

  .header-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .box-text {
    font-size: 1.1rem;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .section-header {
    padding-top: 8rem;
  }

  .title-wrap-small {
    margin-bottom: 1.5rem;
  }

  .testimonial-container {
    padding: 72px 24px 48px;
  }

  .testimonial-block {
    padding-left: 0;
    padding-right: 0;
  }

  .h6-heading {
    white-space: pre-wrap;
  }

  .title-wrapper {
    margin-bottom: 1.5rem;
  }

  .feature-card {
    flex-direction: column;
  }

  .cta-img-wrap {
    width: 240px;
    height: 290px;
  }

  .logo-gradient-l, .logo-gradient-r {
    width: 40px;
  }

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

  .team-img-wrap {
    padding: 0;
  }

  .team-bottom-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .team-title-card {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .f-team-social-circle {
    margin-bottom: 16px;
  }

  .title-center-small {
    margin-bottom: 1.5rem;
  }

  .pricing-badge-wrapper {
    flex-wrap: wrap;
  }

  .horizontal-line {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-img-block {
    min-height: auto;
    padding: .5rem;
  }

  .button-main.nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .zoom-wrap {
    aspect-ratio: auto;
  }

  .title-wrapper-medium {
    margin-bottom: 1.5rem;
  }

  .team-img-frame {
    padding: .5rem;
  }
}

#w-node-d99adfe6-9e0c-c491-93e7-341325a124fb-66eef769 {
  justify-self: center;
}

#w-node-d99adfe6-9e0c-c491-93e7-341325a1250f-66eef769 {
  justify-self: end;
}

#w-node-edabf2a8-913d-9dfa-b464-925dacbd3cb6-66eef769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_755342d0-4b41-c943-7002-d84a36666a3a-66eef769 {
  place-self: center;
}

#w-node-_44721640-0412-5d17-1f2e-2495a88362d7-66eef769, #w-node-_44721640-0412-5d17-1f2e-2495a88362de-66eef769, #w-node-_44721640-0412-5d17-1f2e-2495a88362e5-66eef769, #w-node-_44721640-0412-5d17-1f2e-2495a88362ec-66eef769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44721640-0412-5d17-1f2e-2495a88362f3-66eef769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a3ce129f-51dd-58b4-7dbf-f7e2508343b1-66eef769, #w-node-_6b5966d5-2f19-f970-0e14-05a4c27b2167-66eef769, #w-node-_463fb4bf-bfab-2332-ab54-1f208cab4f7d-66eef769, #w-node-ca744ede-c366-2a93-6ac4-174f222779fe-66eef769, #w-node-_06b0c469-061f-ba8b-2b95-c78be16be316-66eef769, #w-node-_02619ab1-fa6e-a1d3-099d-a7b2e534a7c4-66eef769, #w-node-_85fb0b3a-c450-be10-0648-3cf0b697fe58-66eef769, #w-node-_08db680a-fb51-1183-3d69-f9b2b1cfde54-66eef769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df648537-1248-a559-64bf-c484aa7d8246-66eef76f {
  justify-self: start;
}

#w-node-df648537-1248-a559-64bf-c484aa7d8248-66eef76f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-66eef76f {
  justify-self: start;
}

#w-node-_01a8d2ee-0ce6-1bc2-a85d-ed8ae2f07c7e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01a8d2ee-0ce6-1bc2-a85d-ed8ae2f07c7f-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-66eef76f {
  justify-self: start;
}

#w-node-_0a273336-9b74-2f1f-4ee0-b6e0d58f70f8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a273336-9b74-2f1f-4ee0-b6e0d58f70f9-66eef76f {
  justify-self: start;
}

#w-node-d3415651-00cf-ffda-555a-cd03d95fc6e7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3415651-00cf-ffda-555a-cd03d95fc6e8-66eef76f {
  justify-self: start;
}

#w-node-_53dbb0e9-61dd-feb5-e69a-0e666ed15b66-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53dbb0e9-61dd-feb5-e69a-0e666ed15b67-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-66eef76f {
  justify-self: start;
}

#w-node-_652505cb-6a62-2a3a-f70a-ef471817f3b1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_652505cb-6a62-2a3a-f70a-ef471817f3b2-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-66eef76f {
  justify-self: start;
}

#w-node-_673146c7-c1f1-3827-6f9d-3f022c5bb84f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_673146c7-c1f1-3827-6f9d-3f022c5bb850-66eef76f {
  justify-self: start;
}

#w-node-d16fefe1-e6d6-09ed-d1e8-8c56008bed13-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d16fefe1-e6d6-09ed-d1e8-8c56008bed14-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-66eef76f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-66eef76f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fab-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fac-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fae-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7faf-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb0-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb1-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb3-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb4-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb6-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb8-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fb9-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fba-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fbb-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fbd-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fbe-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fbf-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc0-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc2-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc3-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc4-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc5-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc7-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc8-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fc9-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fca-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fcc-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fcd-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fce-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fcf-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd1-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd2-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd3-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd4-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd6-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd7-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fd9-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fdb-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fdc-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fdd-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fde-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe0-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe1-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe2-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe3-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe5-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe6-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fe8-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fea-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7feb-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fec-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fed-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7fef-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff0-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff2-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff4-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff5-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff6-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff7-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ff9-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ffa-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7ffb-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ffc-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f7ffe-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f7fff-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8000-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8001-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8003-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8004-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8005-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8006-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8008-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8009-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f800a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f800b-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f800d-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f800e-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f800f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8010-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8012-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8013-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8014-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8015-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8017-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8018-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8019-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f801a-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f801c-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f801d-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f801e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f801f-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8021-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8022-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8023-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8024-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8026-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8027-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8028-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8029-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f802b-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f802c-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f802d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f802e-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8030-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8031-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8032-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8033-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8035-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8036-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8037-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8038-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f803a-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f803b-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8042-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8043-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8045-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8046-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8047-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8048-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f804a-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f804b-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f804c-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f804d-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f804f-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8050-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8051-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8052-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8054-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8055-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8056-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8057-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8059-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f805a-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f805b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f805c-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f805e-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f805f-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8060-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8061-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8063-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8064-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8065-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8066-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8068-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8069-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f806a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f806b-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f806d-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f806e-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f806f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8070-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8072-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8073-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8074-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8075-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8077-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8078-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8079-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f807a-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f807c-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f807d-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f807e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f807f-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8081-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8082-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8083-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8084-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8086-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8087-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8088-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8089-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f808b-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f808c-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f808d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f808e-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8090-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8091-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8092-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8093-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8095-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8096-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f8097-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f8098-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f809a-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f809b-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f809c-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f809d-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f809f-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80a0-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80a1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80a2-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80a4-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80a5-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80a6-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80a7-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80a9-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80aa-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80ab-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80ac-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80ae-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80af-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80b0-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80b1-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80b3-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80b4-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80b5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80b6-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80b8-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80b9-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80ba-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80bb-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80bd-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80be-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80bf-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80c0-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80c2-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80c3-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80c4-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80c5-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80c7-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80c8-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80c9-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80ca-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80cc-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80cd-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80ce-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80cf-66eef76f {
  justify-self: start;
}

#w-node-ebcfed6b-a766-7aa8-e476-7548309f80d1-66eef76f, #w-node-ebcfed6b-a766-7aa8-e476-7548309f80d2-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b402ff2-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b402ff5-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b402ff6-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b402ff8-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b402ff9-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b402ffb-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b402ffc-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b402ffe-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b402fff-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403001-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403002-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403004-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403005-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403007-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403008-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40300a-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40300b-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40300d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40300e-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403010-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403011-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403013-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403014-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403016-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403019-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40301a-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40301c-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40301d-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40301f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403020-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403022-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403023-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403025-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403026-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403028-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403029-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40302b-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40302c-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b40302e-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b40302f-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403031-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403032-66eef76f {
  justify-self: start;
}

#w-node-e466671c-0e02-86ef-3df6-56b11b403034-66eef76f, #w-node-e466671c-0e02-86ef-3df6-56b11b403035-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-66eef76f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-66eef76f {
  justify-self: start;
}

#w-node-d3b4bcd7-987b-b736-6549-0a8a4d900867-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b4bcd7-987b-b736-6549-0a8a4d900868-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-66eef76f {
  justify-self: start;
}

#w-node-c1c4e16e-2fbe-1a0f-72b5-fed013c55dbe-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1c4e16e-2fbe-1a0f-72b5-fed013c55dbf-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-66eef76f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-66eef76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-66eef76f {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_755342d0-4b41-c943-7002-d84a36666a3a-66eef769 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Bricolagegrotesque Variablefont Opsz Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}