@layer page {
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

@font-face {
  font-family: "Input Sans";
  src: url("Input.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "SRIF" 0, "MONO" 0, "wdth" 80, "wght" 400, "slnt" 0;
}
@font-face {
  font-family: "Input Sans";
  src: url("Input.woff2") format("woff2");
  font-style: italic;
  font-weight: normal;
  font-variation-settings: "SRIF" 0, "MONO" 0, "wdth" 80, "wght" 400, "slnt" -8;
}
@font-face {
  font-family: "Input Sans";
  src: url("Input.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
  font-variation-settings: "SRIF" 0, "MONO" 0, "wdth" 80, "wght" 700, "slnt" 0;
}
@font-face {
  font-family: "Input Sans";
  src: url("Input.woff2") format("woff2");
  font-style: italic;
  font-weight: bold;
  font-variation-settings: "SRIF" 0, "MONO" 0, "wdth" 80, "wght" 700, "slnt" -8;
}
@font-face {
  font-family: "Nickel Gothic";
  src: url("NickelGothic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --ui--border-radius: 0.75rem;
  --wdth: 100;
  --slnt: 0;
  --size: 2rem;
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
}
@media screen and (min-width: 56.25rem) {
  :root {
    --ui--border-radius: 1rem;
  }
}

body {
  font-family: "Input Sans", sans-serif;
  padding-bottom: 5rem;
  color: hsl(0, 0%, 100%);
  background-color: hsl(348, 5%, 25%);
}

#nickel-gothic {
  padding-inline: 0.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic {
    padding-inline: 1rem;
  }
}
#nickel-gothic p {
  font-family: "Input Sans", sans-serif;
}
#nickel-gothic dl {
  font-family: "Input Sans", sans-serif;
}
#nickel-gothic dd,
#nickel-gothic dt {
  line-height: inherit;
  padding-bottom: 0;
}
#nickel-gothic dt {
  font-weight: 400;
  clear: unset;
  width: auto;
  min-width: unset;
}
#nickel-gothic dt:after {
  content: unset;
}
#nickel-gothic dd {
  min-width: unset;
}
#nickel-gothic h2:first-child {
  margin-top: 0;
}
#nickel-gothic pre {
  font-size: 100%;
  overflow: visible;
  padding: unset;
  color: inherit;
  background-color: transparent;
}
#nickel-gothic section {
  clear: unset;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}
#nickel-gothic svg {
  display: block;
  max-width: 100%;
}
#nickel-gothic .specimen-section--all-caps .specimen.block {
  padding-bottom: 1rem;
}
#nickel-gothic h1,
#nickel-gothic h2,
#nickel-gothic h3 {
  font-family: "Nickel Gothic";
  font-weight: normal;
}
#nickel-gothic h2 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic h2 {
    font-size: max(6vw, 4.5rem);
    line-height: 0.9;
  }
}
#nickel-gothic h2 a {
  text-decoration: underline;
}
#nickel-gothic h2 a:hover {
  color: #fff6f3;
}
#nickel-gothic h2.nogap {
  margin-bottom: 0;
}
#nickel-gothic a {
  color: inherit;
}
#nickel-gothic img,
#nickel-gothic video {
  max-width: 100%;
}
#nickel-gothic p {
  line-height: 160%;
  max-width: 60ch;
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
  word-spacing: -0.15em;
}
#nickel-gothic p a {
  text-decoration: underline;
}
#nickel-gothic p .font-name {
  font-weight: bold;
}
#nickel-gothic p:has(+ p) {
  margin-bottom: 1rem;
}
#nickel-gothic ::selection {
  background-color: hsla(0, 0%, 0%, 0.4);
}
#nickel-gothic main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic main {
    padding-inline: 1rem;
  }
}
#nickel-gothic nav {
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  background-color: hsl(15, 91%, 57%);
}
#nickel-gothic .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
#nickel-gothic .meta {
  font-size: 0.75rem;
}
#nickel-gothic .meta:last-child {
  margin-top: 2rem;
}
#nickel-gothic .font-name {
  text-transform: uppercase;
}
#nickel-gothic .asterisk {
  font-family: "Input Sans", sans-serif;
  font-size: 0.75rem;
  margin-left: -0.5em;
  vertical-align: top;
  font-variation-settings: "wdth" 100;
}
#nickel-gothic .ng-button {
  display: block;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1.5px solid hsl(0, 0%, 100%);
  border-radius: 1rem;
}
#nickel-gothic .ng-button:hover, #nickel-gothic .ng-button:focus {
  color: hsl(348, 5%, 25%);
  outline-color: hsl(15, 91%, 57%);
  background-color: hsl(0, 0%, 100%);
}
#nickel-gothic .ng-button:active {
  color: hsl(0, 0%, 100%);
  outline: 1.5px solid hsl(0, 0%, 100%);
  outline-offset: 1.5px;
  background-color: hsl(15, 91%, 57%);
}
#nickel-gothic .variable {
  font-variation-settings: "wdth" var(--wdth), "slnt" var(--slnt, 0);
}
#nickel-gothic .specimen {
  font-family: "Nickel Gothic";
  font-size: var(--size);
  line-height: 0.85;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-variation-settings: "wdth" var(--wdth), "slnt" var(--slnt);
}
#nickel-gothic .specimen::selection {
  background-color: rgba(255, 255, 255, 0.2);
}
#nickel-gothic .specimen:focus {
  outline: none;
}
#nickel-gothic .specimen--accent {
  color: hsl(15, 91%, 57%);
}
#nickel-gothic .specimen--accent::selection {
  background-color: rgba(245, 95, 46, 0.2);
}
#nickel-gothic .specimen.block {
  padding-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .specimen.block {
    padding-bottom: 2rem;
  }
}
#nickel-gothic .grid {
  display: grid;
  column-gap: 0.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .grid {
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .offset-5-7 {
    grid-template-columns: repeat(12, 1fr);
  }
  #nickel-gothic .offset-5-7 > :nth-child(1) {
    display: grid;
    grid-column-end: span 5;
    align-content: start;
  }
  #nickel-gothic .offset-5-7 > :nth-child(2) {
    grid-column-end: span 7;
  }
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .offset-4-8 {
    grid-template-columns: repeat(12, 1fr);
  }
  #nickel-gothic .offset-4-8 > :nth-child(1) {
    display: grid;
    grid-column-end: span 4;
    align-content: start;
  }
  #nickel-gothic .offset-4-8 > :nth-child(2) {
    grid-column-end: span 8;
  }
}
#nickel-gothic .noise-tex {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
#nickel-gothic .block {
  margin-bottom: 0.5rem;
  padding: 1.5rem;
  color: var(--block-text, currentColor);
  border-radius: var(--ui--border-radius);
  background-color: var(--block-background);
  --block-background: hsl(0, 0%, 0%);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .block {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .block {
    padding: 3rem 1.5rem;
  }
  #nickel-gothic .block:has(> .meta) {
    padding-bottom: 1.5rem;
  }
}
#nickel-gothic .block--accent {
  --block-background: hsl(15, 91%, 57%);
}
#nickel-gothic .block--accent.block--construction:before {
  color: #d03504;
  background-color: #852203;
}
#nickel-gothic .block--contrast {
  --block-background: hsl(0, 0%, 100%);
  --block-text: hsl(0, 0%, 0%);
}
#nickel-gothic .block--headline h2, #nickel-gothic .block--subhead h2 {
  font-size: 5rem;
  line-height: 0.83;
  text-wrap: balance;
  font-variation-settings: "wdth" 38, "slnt" 0;
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .block--headline h2, #nickel-gothic .block--subhead h2 {
    font-size: max(5rem, 9vw);
    margin-bottom: 0.2em;
  }
}
#nickel-gothic .block--subhead h2 {
  font-size: 3.3rem;
  letter-spacing: 0.005em;
  font-variation-settings: "wdth" 50, "slnt" 0;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .block--subhead h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .block--subhead h2 {
    font-size: max(4rem, 7vw);
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .block--subhead h2 {
    letter-spacing: initial;
    font-variation-settings: "wdth" 34;
  }
}
#nickel-gothic .block--custom-size h2 {
  font-size: var(--font-size);
}
#nickel-gothic .block--spacing-start {
  padding-block-start: 4rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .block--spacing-start {
    padding-block-start: 8rem;
  }
}
#nickel-gothic .block--spacing-end {
  padding-block-end: 4rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .block--spacing-end {
    padding-block-end: 8rem;
  }
}
#nickel-gothic .block--float-left {
  max-width: 45rem;
}
#nickel-gothic .block--align-start {
  align-self: start;
}
#nickel-gothic .block--construction {
  position: relative;
  overflow: hidden;
  padding-block-start: 7rem;
}
#nickel-gothic .block--construction:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5rem;
  content: "";
  color: hsl(348, 5%, 14%);
  background-color: hsl(0, 0%, 50%);
  background-image: repeating-linear-gradient(-60deg, currentColor, currentColor 4.5rem, transparent 4.5rem, transparent 9rem);
  background-attachment: fixed;
}
#nickel-gothic .block--construction.block--contrast:before {
  background-color: hsl(0, 0%, 50%);
}
#nickel-gothic .block--tophalf {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#nickel-gothic .block--bottomhalf {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#nickel-gothic .block--fromleft {
  margin-left: -1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .block--fromleft.block--headline, #nickel-gothic .block--fromleft.block--subhead, #nickel-gothic .block--fromleft.block--content {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .block--fromleft.block__subhead.block__construction {
    padding-top: 8rem;
  }
}
#nickel-gothic .block--fromleft.specimen {
  padding-inline: 1rem 0;
  transition: font-variation-settings 0.2s;
}
#nickel-gothic .block--fromleft.specimen:hover {
  --slnt: 15;
}
#nickel-gothic .block--fromright {
  margin-right: -0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .block--fromright {
    margin-right: -1rem;
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .block--fromright.block--headline, #nickel-gothic .block--fromright.block--subhead, #nickel-gothic .block--fromright.block--content {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .block--fromright.block__subhead.block__construction {
    padding-top: 8rem;
  }
}
#nickel-gothic .block--fromright.specimen {
  padding-inline: 0 1rem;
  transition: font-variation-settings 0.2s;
}
#nickel-gothic .block--fromright.specimen:hover {
  --slnt: -15;
}
#nickel-gothic .hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
  background-color: hsl(0, 0%, 0%);
  --ui-color: hsl(0, 0%, 100%);
  --ui-bars: hsl(15, 91%, 57%);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .hero {
    min-height: 48rem;
  }
}
#nickel-gothic .hero__title {
  font-size: min(42vw, 24.5rem);
  line-height: 0.75;
  max-width: 5ch;
  min-height: 42rem;
  min-height: calc(2lh + 8rem);
  padding-block: 4rem;
  text-transform: uppercase;
}
#nickel-gothic .hero__title span {
  font-variation-settings: "wdth" min(var(--wdth), 78), "slnt" var(--slnt, 0);
}
#nickel-gothic .hero__title-inner {
  position: absolute;
  left: 50%;
  padding-inline: 5rem;
  transform: translateX(-50%);
}
#nickel-gothic .hero > .block {
  margin-inline: 1rem;
}
#nickel-gothic .hero__subtitle {
  font-family: "Nickel Gothic";
  font-size: 2rem;
  line-height: 0.8;
  max-width: 14ch;
  margin: 0 auto;
  text-align: center;
  letter-spacing: initial;
  word-spacing: initial;
  text-wrap: balance;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .hero__subtitle {
    font-size: 4.5rem;
  }
}
#nickel-gothic .hero .variable-toolbar {
  top: 6rem;
  right: 1rem;
  bottom: unset;
  left: unset;
  justify-items: end;
}
#nickel-gothic .hero .variable-toolbar__label {
  display: none;
}
#nickel-gothic .construction {
  position: relative;
  overflow: hidden;
  padding-block-start: 7rem;
}
#nickel-gothic .construction:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5rem;
  content: "";
  color: hsl(348, 5%, 25%);
  background: hsl(0, 0%, 50%);
  background-image: repeating-linear-gradient(-60deg, currentColor, currentColor 4.5rem, transparent 4.5rem, transparent 9rem);
  background-attachment: fixed;
}
#nickel-gothic .cta {
  display: flex;
  overflow: hidden;
  gap: 0;
  flex-direction: column;
  width: 100vw;
  margin-left: -0.5rem;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .cta {
    margin-left: -1rem;
    padding-inline: 1rem;
    overflow: visible;
    width: auto;
    margin-left: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .cta {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}
#nickel-gothic .cta__block {
  position: relative;
  display: grid;
  row-gap: 1rem;
  justify-items: center;
  min-height: 10rem;
  --block-footer: #d03504;
  --badge-rotation: 0deg;
}
#nickel-gothic .cta__block:hover {
  --block-background: #d03504;
  --block-footer: #852203;
  --badge-rotation: 25deg;
}
#nickel-gothic .cta__block:focus-within {
  outline: 2px solid var(--block-background);
  outline-offset: 2px;
}
#nickel-gothic .cta__title {
  font-size: max(4rem, 15vw);
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wdth" 75, "slnt" 0;
}
#nickel-gothic .cta__badge {
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  left: calc(100% - 1rem);
  width: 8rem;
  height: 8rem;
  transition: transform 0.1s;
  transform: translateX(-50%) rotate(var(--badge-rotation));
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .cta__badge {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .cta__badge {
    width: 8rem;
    height: 8rem;
  }
}
#nickel-gothic .cta__badge-disc {
  color: hsl(0, 0%, 0%);
}
#nickel-gothic .cta__badge-text {
  color: hsl(0, 0%, 100%);
}
#nickel-gothic .cta__badge-asterisk {
  color: hsl(15, 91%, 57%);
}
.block--accent #nickel-gothic .cta__badge-disc {
  color: hsl(0, 0%, 0%);
}
.block--accent #nickel-gothic .cta__badge-text {
  color: hsl(0, 0%, 100%);
}
.block--accent #nickel-gothic .cta__badge-asterisk {
  color: hsl(15, 91%, 57%);
}
#nickel-gothic .cta__link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#nickel-gothic .cta__link-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  border-bottom-right-radius: var(--ui--border-radius);
  border-bottom-left-radius: var(--ui--border-radius);
  background-color: var(--block-footer);
  font-size: 1rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .cta__link-text {
    font-size: 0.9rem;
    min-height: 5em;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .cta__link-text {
    font-size: 1rem;
  }
}
#nickel-gothic .cta__link-text:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
#nickel-gothic .marquee,
#nickel-gothic marquee {
  font-family: "Nickel Gothic";
  font-size: 4.5rem;
  line-height: 1;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-block-end: 0.5rem;
  padding-top: 0.75rem;
  width: 100vw;
  max-width: var(--viewportWidth);
  text-transform: uppercase;
  color: hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%);
  font-variation-settings: "wdth" 150, "slnt" 0;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .marquee,
  #nickel-gothic marquee {
    margin-block-end: 1.5rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .marquee,
  #nickel-gothic marquee {
    font-size: 6rem;
  }
}
#nickel-gothic .marquee__inner,
#nickel-gothic marquee__inner {
  display: flex;
}
#nickel-gothic .marquee__inner > *,
#nickel-gothic marquee__inner > * {
  display: inline-block;
  min-width: max-content;
}
#nickel-gothic .marquee__inner > *:after,
#nickel-gothic marquee__inner > *:after {
  margin-inline: 0.5ch;
  content: "•";
}
#nickel-gothic .stacking {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .stacking {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .stacking {
    grid-template-columns: 1fr 1fr;
  }
}
#nickel-gothic .stacking__illustration {
  display: grid;
  overflow: hidden;
  align-content: center;
  padding-inline: 0;
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .stacking__illustration {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
}
#nickel-gothic .stacking__group {
  margin-bottom: 2rem;
  padding-inline: 2rem;
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .stacking__group {
    margin-bottom: 0;
  }
}
#nickel-gothic .stacking__group svg {
  max-width: 20rem;
  margin: 0 auto;
}
#nickel-gothic .stacking__group--overflow {
  margin-bottom: 0;
  padding-inline: 2rem 0;
}
#nickel-gothic .stacking__group--overflow svg {
  max-width: calc(100% + 5rem);
  margin-right: -5rem;
}
#nickel-gothic .stacking__svg-label {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .stacking__svg-label {
    min-height: 3em;
  }
}
#nickel-gothic .stacking__svg-labels {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  justify-items: center;
  padding-top: 1rem;
}
#nickel-gothic .stacking__svg-labels > span {
  max-width: 15ch;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .stacking__svg-labels > span {
    max-width: initial;
  }
}
#nickel-gothic .stacking__svg-label {
  text-align: center;
}
#nickel-gothic .keming > .grid {
  grid-template-rows: auto 1fr;
}
#nickel-gothic .keming__columns {
  grid-row-end: span 2;
  padding-top: 3rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__columns {
    align-self: start;
  }
}
#nickel-gothic .keming__svg {
  position: relative;
}
#nickel-gothic .keming__svg:first-of-type {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__svg:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#nickel-gothic .keming__svg > span {
  position: absolute;
  text-align: center;
}
#nickel-gothic .keming__svg-text-positioned {
  top: -1rem;
  left: 15%;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__svg-text-positioned {
    top: -2rem;
    left: 10%;
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .keming__svg-text-positioned {
    top: -1rem;
    left: 21%;
  }
}
#nickel-gothic .keming__svg-text-label {
  top: 84%;
  left: 0;
  padding-top: 0.6rem;
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__svg-text-label {
    font-size: 1rem;
    top: 83%;
  }
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__svg--kern .keming__svg-text-positioned {
    top: 0;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .keming__svg--kern .keming__svg-text-positioned {
    top: 0;
    left: 22%;
  }
}
#nickel-gothic .keming__svg--kern .keming__svg-text-label {
  top: 87%;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .keming__svg--kern .keming__svg-text-label {
    top: 88%;
  }
}
#nickel-gothic .faucet-illustration {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .faucet-illustration {
    grid-column-end: span 5;
  }
}
#nickel-gothic .faucet-illustration > svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
#nickel-gothic .coffee-cup {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  align-self: start;
  padding: 0;
}
#nickel-gothic .coffee-cup span {
  position: absolute;
  z-index: 1;
  top: 2rem;
  text-align: center;
}
#nickel-gothic .coffee-cup span:first-of-type {
  right: 50%;
  left: 0;
  text-align: center;
}
#nickel-gothic .coffee-cup span:last-of-type {
  right: 0;
  left: 50%;
  text-align: center;
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .coffee-cup span:last-of-type {
    /*right: 3rem;*/ /* djr: i think it can be centered? */
  }
}
#nickel-gothic .coffee-cup img {
  object-fit: contain;
  transform: translateY(2rem);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .coffee-cup img {
    transform: translateY(1rem);
  }
}
#nickel-gothic .novershoots {
  display: grid;
  row-gap: 5rem;
  width: calc(100% + 3rem);
  padding-block: 2rem;
  margin-left: -1.5rem;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .novershoots {
    grid-template-columns: repeat(2, 1fr);
  }
}
#nickel-gothic .novershoots__svg {
  position: relative;
}
#nickel-gothic .novershoots__svg span {
  letter-spacing: -0.025em;
  word-spacing: -0.2em;
  position: absolute;
}
#nickel-gothic .novershoots__svg-tagline {
  left: 32%;
  top: -2rem;
}
.novershoots__svg--overshoots #nickel-gothic .novershoots__svg-tagline {
  left: 30%;
}
#nickel-gothic .novershoots__svg-label {
  left: 5%;
  bottom: -2rem;
  color: hsl(0, 0%, 100%);
}
#nickel-gothic .variable-tool {
  position: relative;
  --ui-color: hsl(0, 0%, 100%);
  --ui-bars: hsl(15, 91%, 57%);
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .variable-tool {
    display: grid;
  }
}
#nickel-gothic .variable-tool__header h2 {
  text-transform: uppercase;
}
#nickel-gothic .variable-tool > .meta {
  align-self: end;
  justify-self: end;
}
#nickel-gothic .variable-tool__wrapper {
  font-size: 7rem;
  position: relative;
  overflow: hidden;
  min-height: 35rem;
  pointer-events: none;
  padding: 3.5rem 0;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .variable-tool__wrapper {
    font-size: 15rem;
    pointer-events: all;
    min-height: 50rem;
  }
}
#nickel-gothic .variable-tool__wrapper:focus-within {
  outline: 2px solid hsl(15, 91%, 57%);
  outline-offset: -4px;
}
#nickel-gothic .variable-tool__sample-text {
  font-family: "Nickel Gothic";
  line-height: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-variation-settings: "wdth" var(--wdth), "slnt" var(--slnt);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .variable-tool__sample-text {
    pointer-events: all;
  }
}
#nickel-gothic .variable-tool__sample-text:focus {
  outline: none;
}
#nickel-gothic .variable-toolbar {
  font-family: "Input Sans", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: none;
  row-gap: 1rem;
  text-align: left;
  text-transform: none;
  color: var(--ui-color);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .variable-toolbar {
    display: grid;
  }
}
#nickel-gothic .variable-toolbar__values {
  font-size: 0.75rem;
  mix-blend-mode: difference;
}
#nickel-gothic .variable-toolbar__row {
  display: flex;
  gap: 0.5rem;
}
#nickel-gothic .variable-toolbar__row dt {
  opacity: 0.5;
}
#nickel-gothic .variable-toolbar__row dd {
  min-width: 3ch;
  text-align: right;
}
#nickel-gothic .variable-toolbar__label {
  font-size: 0.75rem;
}
#nickel-gothic .variable-toolbar__ranges {
  display: flex;
  gap: 0.5rem;
}
#nickel-gothic .variable-toolbar__range {
  width: 0.5rem;
  height: 35rem;
  max-height: 100%;
  border: 1px solid var(--ui-bars);
}
#nickel-gothic .variable-toolbar__range[data-axis=width] {
  background-image: linear-gradient(to top, var(--ui-bars), var(--ui-bars) var(--width-percentage), transparent var(--width-percentage), transparent);
}
#nickel-gothic .variable-toolbar__range[data-axis=slant] {
  background-image: linear-gradient(to top, var(--ui-bars), var(--ui-bars) var(--slant-percentage), transparent var(--slant-percentage), transparent);
}
#nickel-gothic .variable-toolbar__aside {
  opacity: 0.5;
}
#nickel-gothic .variable-controls {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  display: grid;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .variable-controls {
    display: none;
  }
}
#nickel-gothic .variable-controls__label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-transform: uppercase;
  height: 2em;
}
#nickel-gothic .variable-controls input {
  accent-color: hsl(15, 91%, 57%);
}
#nickel-gothic .variable-controls input ::-webkit-slider-thumb,
#nickel-gothic .variable-controls input ::-moz-range-thumb {
  transform: scale(2);
}
#nickel-gothic .carrying {
  position: relative;
  overflow: hidden;
  width: 140vmin;
  max-width: 100%;
  aspect-ratio: 1.2;
  margin: -5rem auto -4rem;
  border-radius: var(--ui--border-radius);
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .carrying {
    margin: -10rem auto -9rem;
  }
}
#nickel-gothic .carrying--no-collapse {
  margin: 0 auto 1rem;
}
#nickel-gothic .carrying__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#nickel-gothic .alts-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
  font-variation-settings: "wdth" 94, "slnt" 0;
}
@media screen and (min-width: 48rem) {
  #nickel-gothic .alts-grid {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 56.25rem) {
  #nickel-gothic .alts-grid {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 72rem) {
  #nickel-gothic .alts-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#nickel-gothic .alt {
  font-family: "Nickel Gothic";
  font-size: 20vw;
  line-height: 0.85;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
}
#nickel-gothic .alt::selection {
  background-color: rgba(255, 255, 255, 0.2);
}
#nickel-gothic .ss01 {
  font-feature-settings: "ss01" 1;
}
#nickel-gothic .ss02 {
  font-feature-settings: "ss02" 1;
}
#nickel-gothic .ss03 {
  font-feature-settings: "ss03" 1;
}
#nickel-gothic .ss04 {
  font-feature-settings: "ss04" 1;
}
#nickel-gothic .ss05 {
  font-feature-settings: "ss05" 1;
}
#nickel-gothic .ss06 {
  font-feature-settings: "ss06" 1;
}
#nickel-gothic .ss07 {
  font-feature-settings: "ss07" 1;
}
}
