:root {
  --primary--900: #010101;
  --type--text-m-–-size: 1rem;
  --type--text-m-–-line-height: 1.4;
  --type--h1-–-size: 9rem;
  --type--h1-–-line-height: 1.2;
  --type--h2-–-size: 4rem;
  --type--h2-–-line-height: 1.2;
  --type--h3-–-size: 3rem;
  --type--h3-–-line-height: 1.3;
  --type--h4-–-size: 2.25rem;
  --type--h4-–-line-height: 1.4;
  --type--h5-–-size: 1.75rem;
  --type--h5-–-line-height: 1.4;
  --type--h6-–-size: 1.5rem;
  --type--h6-–-line-height: 1.4;
  --base--dark: #000;
  --primary--500: #86868b;
  --spacing--xs: 1.5rem;
  --spacing--s: 2rem;
  --spacing--xxs: 1rem;
  --type--text-xxl-–-size\<deleted\|variable-a1bc7c15-eb08-6820-0924-9292491dc3af\>: 2.25rem;
  --type--text-xxl-–-line-height\<deleted\|variable-e176408c-bd76-d332-1a65-8119c6f333c7\>: 1.5;
  --type--text-xl-–-size: 1.5rem;
  --type--text-xl-–-line-height: 1.33;
  --type--text-l-–-size: 1.125rem;
  --type--text-l-–-line-height: 1.4;
  --type--text-s-–-size: .875rem;
  --type--text-s-–-line-height: 1.4;
  --type--text-xs-–-size: .6875rem;
  --type--text-xs-–-line-height: 1.5;
  --spacing--gap-m: 2rem;
  --spacing--gap-l: 4rem;
  --spacing--gap-s: 1rem;
  --spacing--xxxs: .5em;
  --base--purple: #ede9fe;
  --spacing--xxl: 12rem;
  --spacing--xl: 6rem;
  --spacing--l: 4rem;
  --spacing--m: 3rem;
  --primary--700: #3b3737;
  --base--white: white;
  --base--action: #261050;
  --primary--100: whitesmoke;
  --primary--200: #e5e4e4;
  --primary--300: #dbdada;
  --primary--400: #aaa;
  --primary--600: #606060;
  --primary--800: #2b2828;
  --spacing--radius-s: 1rem;
  --base--transparant: #fff0;
  --spacing--radius-m: 1.5rem;
  --base--yellow: #fff7e6;
  --base--pink: #fde2e4;
  --spacing--radius-l: 2rem;
  --base--yellow-bright: #fb0;
}

body {
  color: var(--primary--900);
  font-family: Inter Tight, Arial, sans-serif;
  font-size: var(--type--text-m-–-size);
  line-height: var(--type--text-m-–-line-height);
  font-weight: 500;
}

h1 {
  font-size: var(--type--h1-–-size);
  line-height: var(--type--h1-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  font-size: var(--type--h2-–-size);
  line-height: var(--type--h2-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h3 {
  font-size: var(--type--h3-–-size);
  line-height: var(--type--h3-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-size: var(--type--h4-–-size);
  line-height: var(--type--h4-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-size: var(--type--h5-–-size);
  line-height: var(--type--h5-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6 {
  font-size: var(--type--h6-–-size);
  line-height: var(--type--h6-–-line-height);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base--dark);
  text-decoration: underline;
}

a:hover {
  color: var(--primary--500);
}

ul, ol {
  margin-top: 0;
  margin-bottom: var(--spacing--xs);
  padding-left: var(--spacing--s);
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  margin-bottom: var(--spacing--xs);
  padding: var(--spacing--xxs) var(--spacing--xs);
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

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

@media screen and (max-width: 991px) {
  body {
    --primary--900: #010101;
    --type--text-m-–-size: 1rem;
    --type--text-m-–-line-height: 1.4;
    --type--h1-–-size: 4rem;
    --type--h1-–-line-height: 1.2;
    --type--h2-–-size: 3rem;
    --type--h2-–-line-height: 1.2;
    --type--h3-–-size: 2rem;
    --type--h3-–-line-height: 1.3;
    --type--h4-–-size: 1.5rem;
    --type--h4-–-line-height: 1.4;
    --type--h5-–-size: 1.25rem;
    --type--h5-–-line-height: 1.4;
    --type--h6-–-size: 1.5rem;
    --type--h6-–-line-height: 1.4;
    --base--dark: #000;
    --primary--500: #86868b;
    --spacing--xs: 1.5rem;
    --spacing--s: 2rem;
    --spacing--xxs: 1rem;
    --type--text-xxl-–-size\<deleted\|variable-a1bc7c15-eb08-6820-0924-9292491dc3af\>: 1.75rem;
    --type--text-xxl-–-line-height\<deleted\|variable-e176408c-bd76-d332-1a65-8119c6f333c7\>: 1.5;
    --type--text-xl-–-size: 1.5rem;
    --type--text-xl-–-line-height: 1.33;
    --type--text-l-–-size: 1.125rem;
    --type--text-l-–-line-height: 1.4;
    --type--text-s-–-size: .875rem;
    --type--text-s-–-line-height: 1.4;
    --type--text-xs-–-size: .6875rem;
    --type--text-xs-–-line-height: 1.5;
    --spacing--gap-m: 2rem;
    --spacing--gap-l: 4rem;
    --spacing--gap-s: 1rem;
    --spacing--xxxs: .5em;
    --base--purple: #ede9fe;
    --spacing--xxl: 7.5rem;
    --spacing--xl: 5rem;
    --spacing--l: 3.75rem;
    --spacing--m: 2.5rem;
    --primary--700: #3b3737;
    --base--white: white;
    --base--action: #261050;
    --primary--100: whitesmoke;
    --primary--200: #e5e4e4;
    --primary--300: #dbdada;
    --primary--400: #aaa;
    --primary--600: #606060;
    --primary--800: #2b2828;
    --spacing--radius-s: 1rem;
    --base--transparant: #fff0;
    --spacing--radius-m: 1.5rem;
    --base--yellow: #fff7e6;
    --base--pink: #fde2e4;
    --spacing--radius-l: 2rem;
    --base--yellow-bright: #fb0;
  }

  .layout__row.layout__vertical.bp-s__layout__reverse {
    flex-direction: column-reverse;
  }

  .layout__row.bp-s__layout__reverse {
    flex-wrap: wrap-reverse;
  }

  .layout__col.layout__col-2.bp-s__layout__col-4 {
    flex-basis: 33.33%;
  }

  .layout__col.layout__horizontal.bp-s__layout__reverse {
    flex-direction: row-reverse;
  }

  .layout__col.bp-s__layout__reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .styleguide-----layout__grid-2-col {
    grid-column-gap: 2em;
    grid-template-columns: minmax(0, 100%);
  }

  .bp-s__show {
    display: block;
  }

  .bp-s__hidden {
    display: none;
  }

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

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

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

  .bp-s__layout__col-2 {
    flex: 16.67%;
    max-width: 16.67%;
  }

  .bp-s__layout__col-3 {
    flex: 25%;
    max-width: 25%;
  }

  .bp-s__layout__col-4 {
    flex: 33.33%;
    max-width: 33.33%;
  }

  .bp-s__layout__col-6 {
    flex: 50%;
    max-width: 50%;
  }

  .bp-s__layout__col-8 {
    flex: 66.67%;
    max-width: 66.67%;
  }

  .bp-s__layout__col-9 {
    flex: 75%;
    max-width: 75%;
  }

  .bp-s__layout__col-10 {
    flex: 83.33%;
    max-width: 83.33%;
  }

  .bp-s__layout__col-12 {
    flex: 100%;
    max-width: 100%;
  }

  .bp-s__layout__vertical {
    flex-direction: column;
    display: flex;
  }

  .bp-s__layout__align-start {
    align-items: flex-start;
    display: flex;
  }

  .bp-s__layout__align-center {
    align-items: center;
    display: flex;
  }

  .bp-s__layout__align-end {
    align-items: flex-end;
    display: flex;
  }

  .bp-s__layout__justify-start {
    justify-content: flex-start;
    display: flex;
  }

  .bp-s__layout__justify-center {
    justify-content: center;
    display: flex;
  }

  .bp-s__layout__justify-end {
    justify-content: flex-end;
    display: flex;
  }

  .bp-s__layout__wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .bp-s__layout__no-wrap {
    flex-wrap: nowrap;
    display: flex;
  }

  .bp-s__layout__reverse {
    flex-direction: row-reverse;
  }

  .bp-xxs__layout__justify-start {
    display: flex;
  }

  .code__wrapper {
    font-size: .5rem;
  }

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

  .sml__nav__menu {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    overflow: auto;
  }

  .sml__nav__link {
    width: 100%;
    padding-left: 2.5em;
  }

  .sml__nav__link.w--open {
    color: #fff;
  }

  .nav__hamburger-button {
    justify-content: center;
    align-items: center;
    margin-right: -1.66667rem;
    padding: 1.667rem;
  }

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

  .nav__hamburger-line {
    width: 21px;
    height: 1.5px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .base-column {
    flex: 1;
  }

  .smi__footer-address {
    flex-flow: column wrap;
    justify-content: flex-end;
  }

  .image-grid, .image-grid.place-s-components, .image-grid.place-s-components {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero {
    height: auto;
    padding-bottom: 6rem;
  }

  .nav {
    border-bottom-left-radius: var(--spacing--radius-s);
    border-bottom-right-radius: var(--spacing--radius-s);
  }

  .headshot-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-top: 4rem;
  }

  .section__image-overlap {
    margin-top: -8rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --primary--900: #010101;
    --type--text-m-–-size: 1rem;
    --type--text-m-–-line-height: 1.4;
    --type--h1-–-size: 3rem;
    --type--h1-–-line-height: 1.2;
    --type--h2-–-size: 2.5rem;
    --type--h2-–-line-height: 1.2;
    --type--h3-–-size: 1.75rem;
    --type--h3-–-line-height: 1.3;
    --type--h4-–-size: 1.5rem;
    --type--h4-–-line-height: 1.4;
    --type--h5-–-size: 1.125rem;
    --type--h5-–-line-height: 1.4;
    --type--h6-–-size: 1rem;
    --type--h6-–-line-height: 1.4;
    --base--dark: #000;
    --primary--500: #86868b;
    --spacing--xs: 1rem;
    --spacing--s: 1.5rem;
    --spacing--xxs: .75rem;
    --type--text-xxl-–-size\<deleted\|variable-a1bc7c15-eb08-6820-0924-9292491dc3af\>: 1.5rem;
    --type--text-xxl-–-line-height\<deleted\|variable-e176408c-bd76-d332-1a65-8119c6f333c7\>: 1.5;
    --type--text-xl-–-size: 1.25rem;
    --type--text-xl-–-line-height: 1.33;
    --type--text-l-–-size: 1.125rem;
    --type--text-l-–-line-height: 1.4;
    --type--text-s-–-size: .875rem;
    --type--text-s-–-line-height: 1.4;
    --type--text-xs-–-size: .6875rem;
    --type--text-xs-–-line-height: 1.5;
    --spacing--gap-m: 1.25rem;
    --spacing--gap-l: 2.5rem;
    --spacing--gap-s: .625rem;
    --spacing--xxxs: .5em;
    --base--purple: #ede9fe;
    --spacing--xxl: 6rem;
    --spacing--xl: 4rem;
    --spacing--l: 3rem;
    --spacing--m: 2rem;
    --primary--700: #3b3737;
    --base--white: white;
    --base--action: #261050;
    --primary--100: whitesmoke;
    --primary--200: #e5e4e4;
    --primary--300: #dbdada;
    --primary--400: #aaa;
    --primary--600: #606060;
    --primary--800: #2b2828;
    --spacing--radius-s: 1rem;
    --base--transparant: #fff0;
    --spacing--radius-m: 2rem;
    --base--yellow: #fff7e6;
    --base--pink: #fde2e4;
    --spacing--radius-l: 3rem;
    --base--yellow-bright: #fb0;
  }

  .container.layout__justify-center.bp-xs__layout__justify-between {
    justify-content: space-between;
  }

  .layout__row:where(.w-variant-bc984210-3dcd-fbae-c2d8-fc0d5b9ad6cf) {
    flex-flow: column;
  }

  .layout__row.border-column.layout__gap-s.layout__gutter-s {
    padding-left: calc(var(--spacing--gap-s) / 2);
    padding-right: calc(var(--spacing--gap-s) / 2);
    padding-left: calc(var(--spacing--gap-s) / 2);
    padding-right: calc(var(--spacing--gap-s) / 2);
    padding-left: calc(var(--spacing--gap-s) / 2);
    padding-right: calc(var(--spacing--gap-s) / 2);
  }

  .layout__row.layout__vertical.bp-xs__layout__reverse {
    flex-direction: column-reverse;
  }

  .layout__row.bp-xs__layout__gap-m {
    grid-row-gap: var(--spacing--gap-m);
  }

  .layout__row.bp-xs__layout__gutter-m {
    margin-left: calc(0px - var(--spacing--gap-m) / 2);
    margin-right: calc(0px - var(--spacing--gap-m) / 2);
  }

  .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-dbe2bc9a-26cb-0a2a-2a80-23208e7d3a8d), .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-aa49872b-ba39-d428-b2f3-69e950f7f4af) {
    max-width: 100%;
  }

  .layout__col.layout__gutter-m, .layout__col.bp-xs__layout__gutter-m {
    padding-right: calc(var(--spacing--bp-xs__gap-m) / 2);
    padding-left: calc(var(--spacing--bp-xs__gap-m) / 2);
  }

  .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-abfa4375-19a8-ca14-17b5-41b4a5cf22eb), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-917cb32f-1f62-d9a0-da78-ebb0d3f9a29d) {
    width: 100%;
    margin-right: 0%;
  }

  .layout__col.layout__col-2.bp-s__layout__col-4.bp-xs__layout__col-6 {
    flex-basis: 50%;
  }

  .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-dbe2bc9a-26cb-0a2a-2a80-23208e7d3a8d), .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-aa49872b-ba39-d428-b2f3-69e950f7f4af), .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-dbe2bc9a-26cb-0a2a-2a80-23208e7d3a8d), .layout__col.layout__col-4.bp-xs__layout__col-12:where(.w-variant-aa49872b-ba39-d428-b2f3-69e950f7f4af) {
    max-width: 100%;
  }

  .layout__col.layout__no-gutter.bento-right-wrapper {
    grid-row-gap: 1rem;
  }

  .layout__col.layout__no-gutter.bento-bottom-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout__col.layout__horizontal.bp-xs__layout__reverse {
    flex-direction: row-reverse;
  }

  .layout__col.layout__col-12.layout__horizontal.bp-xxs__layout__vertical.bento-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout__col.bp-xs__layout__reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .layout__col.layout__gutter-m, .layout__col.bp-xs__layout__gutter-m {
    padding-right: calc(var(--spacing--bp-xs__gap-m) / 2);
    padding-left: calc(var(--spacing--bp-xs__gap-m) / 2);
  }

  .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-abfa4375-19a8-ca14-17b5-41b4a5cf22eb), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-917cb32f-1f62-d9a0-da78-ebb0d3f9a29d), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-abfa4375-19a8-ca14-17b5-41b4a5cf22eb), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-917cb32f-1f62-d9a0-da78-ebb0d3f9a29d), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-abfa4375-19a8-ca14-17b5-41b4a5cf22eb), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-917cb32f-1f62-d9a0-da78-ebb0d3f9a29d), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-abfa4375-19a8-ca14-17b5-41b4a5cf22eb), .layout__col.layout__gap-s.bp-xs__layout__col-12.layout__vertical.layout__align-start:where(.w-variant-917cb32f-1f62-d9a0-da78-ebb0d3f9a29d) {
    width: 100%;
    margin-right: 0%;
  }

  .spacing-m {
    flex: none;
  }

  .bp-xs__show {
    display: block;
  }

  .bp-xs__hidden {
    display: none;
  }

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

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

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

  .bp-xs__layout__col-2 {
    flex-grow: 1;
    flex-basis: 16.67%;
    max-width: 16.67%;
  }

  .bp-xs__layout__col-3 {
    flex: 25%;
    max-width: 25%;
  }

  .bp-xs__layout__col-4 {
    flex-grow: 1;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .bp-xs__layout__col-6 {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
  }

  .bp-xs__layout__col-8 {
    flex: 66.67%;
    max-width: 66.67%;
  }

  .bp-xs__layout__col-9 {
    flex: 75%;
    max-width: 75%;
  }

  .bp-xs__layout__col-10 {
    flex: 83.33%;
    max-width: 83.33%;
  }

  .bp-xs__layout__col-12 {
    flex: 100%;
    max-width: 100%;
  }

  .bp-xs__layout__vertical {
    flex-direction: column;
    display: flex;
  }

  .bp-xs__layout__align-start {
    align-items: flex-start;
    display: flex;
  }

  .bp-xs__layout__align-center {
    align-items: center;
    display: flex;
  }

  .bp-xs__layout__align-end {
    align-items: flex-end;
    display: flex;
  }

  .bp-xs__layout__justify-start {
    justify-content: flex-start;
    display: flex;
  }

  .bp-xs__layout__justify-center {
    justify-content: center;
    display: flex;
  }

  .bp-xs__layout__justify-end {
    justify-content: flex-end;
    display: flex;
  }

  .bp-xs__layout__wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .bp-xs__layout__no-wrap {
    flex-wrap: nowrap;
    display: flex;
  }

  .bp-xs__layout__reverse {
    flex-direction: row-reverse;
  }

  .code__wrapper {
    font-size: .75rem;
  }

  .icon-topbar {
    width: 1.33em;
    height: 1.33em;
    display: block;
  }

  .sml__nav__link {
    padding-left: 1.42857em;
    padding-right: 1.42857em;
    font-size: 1.16667rem;
  }

  .nav__hamburger-button {
    margin-right: -1.42857rem;
  }

  .nav__hamburger-line.nav__hamburger-line-1, .nav__hamburger-line.nav__hamburger-line-2, .nav__hamburger-line.nav__hamburger-line-3, .nav__hamburger-line.nav__hamburger-line-1, .nav__hamburger-line.nav__hamburger-line-2, .nav__hamburger-line.nav__hamburger-line-3 {
    background-color: var(--base--white);
  }

  .sml__logo-nav {
    padding-left: 0;
  }

  .image-16x9.radius-l.bp-xs__bleed {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
  }

  .image-grid, .image-grid.place-s-components, .image-grid.place-s-components {
    grid-template-columns: 1fr;
  }

  .nav__logo {
    width: 3.5rem;
    height: 3.3rem;
    margin-top: .25rem;
  }

  .nav__logo.bp-xs__show.hidden {
    margin-top: -1rem;
  }

  .nav__link {
    padding: .125rem;
  }

  .nav__menu {
    background-color: #000;
    padding-top: .625rem;
    padding-left: .625rem;
  }

  .footer__logo {
    width: 6rem;
    height: 6rem;
  }

  .content__card {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section__image-overlap {
    margin-top: -6rem;
  }
}

@media screen and (max-width: 479px) {
  .layout__row.layout__vertical.bp-xxs__layout__reverse {
    flex-direction: column-reverse;
  }

  .layout__row.full-width {
    width: calc(100% + var(--spacing--gap-m));
  }

  .layout__col.layout__col-2.bp-s__layout__col-4.bp-xs__layout__col-6.bp-xxs__layout__col-12 {
    flex-basis: 100%;
  }

  .layout__col.layout__horizontal.bp-xxs__layout__reverse {
    flex-direction: row-reverse;
  }

  .layout__col.bp-xxs__layout__reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .spacing-xxl {
    width: 5rem;
    height: 5rem;
  }

  .bp-xxs__show {
    display: block;
  }

  .bp-xxs__hidden {
    display: none;
  }

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

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

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

  .bp-xxs__layout__col-2 {
    flex-grow: 1;
    flex-basis: 16.67%;
    max-width: 16.67%;
  }

  .bp-xxs__layout__col-3 {
    flex: 25%;
    max-width: 25%;
  }

  .bp-xxs__layout__col-4 {
    flex-grow: 1;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }

  .bp-xxs__layout__col-6 {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
  }

  .bp-xxs__layout__col-8 {
    flex: 66.67%;
    max-width: 66.67%;
  }

  .bp-xxs__layout__col-9 {
    flex: 75%;
    max-width: 75%;
  }

  .bp-xxs__layout__col-10 {
    flex: 83.33%;
    max-width: 83.33%;
  }

  .bp-xxs__layout__col-12 {
    flex: 100%;
    max-width: 100%;
  }

  .bp-xxs__layout__vertical {
    flex-direction: column;
    display: flex;
  }

  .bp-xxs__layout__align-start {
    align-items: flex-start;
    display: flex;
  }

  .bp-xxs__layout__align-center {
    align-items: center;
    display: flex;
  }

  .bp-xxs__layout__align-end {
    align-items: flex-end;
    display: flex;
  }

  .bp-xxs__layout__justify-start {
    justify-content: flex-start;
    display: flex;
  }

  .bp-xxs__layout__justify-center {
    justify-content: center;
    display: flex;
  }

  .bp-xxs__layout__justify-end {
    justify-content: flex-end;
    display: flex;
  }

  .bp-xxs__layout__reverse {
    flex-direction: row-reverse;
  }

  .bp-xxs__layout__wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .bp-xxs__layout__no-wrap {
    flex-wrap: nowrap;
    display: flex;
  }

  .button {
    width: 100%;
  }

  .button.button-secondary.hero-vote-button {
    box-sizing: border-box;
    height: 3rem;
    overflow: visible;
  }

  .icon-topbar {
    display: block;
  }

  .sml__nav__brand {
    padding-left: 0;
  }

  .sml__nav__brand.w--current {
    align-items: center;
  }

  .sml__nav__link {
    padding: .75em 1.07143em;
  }

  .nav__hamburger-button {
    margin-right: -1.07143rem;
    padding: 1.35rem;
  }

  .nav__hamburger-button.w--open {
    z-index: 2000;
  }

  .nav__hamburger-line {
    background-color: var(--base--white);
  }

  .smi__footer-address {
    flex-direction: column;
    flex: 1;
  }

  .accordion__title {
    padding-top: var(--spacing--xxs);
    padding-bottom: var(--spacing--xxs);
  }

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

  .accordion__content {
    padding-left: .5rem;
  }

  .card {
    padding-top: 2rem;
  }

  .width-100 {
    width: 100%;
  }

  .sml-tabs__menu {
    flex-flow: wrap;
    display: flex;
  }

  .sml-image__lightbox {
    width: 100%;
  }

  .home-hero {
    height: 200vw;
  }

  .nav__logo {
    z-index: 2000;
  }

  .nav__link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav__menu {
    z-index: 1000;
    border-bottom-left-radius: var(--spacing--radius-s);
    border-bottom-right-radius: var(--spacing--radius-s);
    background-color: var(--primary--900);
    margin-top: -1.25rem;
    padding: 2.5rem 1.25rem .9rem;
  }

  .ticket-tape__overlay {
    padding-right: var(--spacing--gap-m);
    padding-left: var(--spacing--gap-m);
    top: 30%;
    bottom: 30%;
  }

  .icon-s {
    width: 1.25rem;
    height: 1.25rem;
  }

  .filter {
    width: 100%;
  }
}
