._upButton_1c2xi_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 200;
  bottom: -55px;
  right: 0.75em;
  background: var(--beigedarker);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.03);
  width: 3em;
  height: 3em;
  padding: 0.75em;
  border-radius: 6px;
  opacity: 0;
  transition: 0.25s;
  pointer-events: none;
}
body.up-button ._upButton_1c2xi_1 {
  opacity: 1;
  bottom: 0.75em;
  pointer-events: all;
}
._upButton_1c2xi_1 svg {
  color: white;
  font-size: 18pt;
}