/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.A {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #272727;
  transition: text-decoration-color 0.08s cubic-bezier(0.89, 0, 0.68, 0.47);
}
.A--underlined {
  text-decoration-color: transparent;
}
.A:hover {
  color: #4c4c4c;
  cursor: pointer;
}
.A:hover.A--underlined {
  text-decoration-color: #272727;
  color: #272727;
}
.A:active {
  text-decoration-color: #4c4c4c;
  color: #4c4c4c;
  cursor: pointer;
}
.A--active {
  text-decoration-color: #272727;
}
.A--default {
  text-decoration: inherit;
  color: inherit;
  transition: inherit;
  cursor: inherit;
}
.A--disabled {
  color: #999;
  pointer-events: none;
}
.A--disabled.A--underlined {
  text-decoration-color: #999;
}
.A--noEvents {
  pointer-events: none;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Frame {
  display: inline-block;
  background: #fcfcfc;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-color: #272727;
  transition: box-shadow 0.15s cubic-bezier(0.89, 0, 0.68, 0.47), border 0.15s cubic-bezier(0.89, 0, 0.68, 0.47), color 0.15s cubic-bezier(0.89, 0, 0.68, 0.47);
  box-shadow: none;
}
.Frame-padding--none {
  padding: 0;
}
.Frame-padding--small {
  padding: 10px;
}
.Frame-padding--normal {
  padding: 20px;
}
.Frame-padding--big {
  padding: 40px;
}
.Frame--grow {
  width: 100%;
}
.Frame--none {
  border: 0;
  box-shadow: none;
}
.Frame--thin.Frame--borderTop {
  border-top: 2px solid #272727;
}
.Frame--thin.Frame--borderRight {
  border-right: 2px solid #272727;
}
.Frame--thin.Frame--borderBottom {
  border-bottom: 2px solid #272727;
}
.Frame--thin.Frame--borderLeft {
  border-left: 2px solid #272727;
}
.Frame--thin.Frame--shadow {
  box-shadow: 4px 4px 0 0 #272727;
}
.Frame--thick.Frame--borderTop {
  border-top: 3px solid #272727;
}
.Frame--thick.Frame--borderRight {
  border-right: 3px solid #272727;
}
.Frame--thick.Frame--borderBottom {
  border-bottom: 3px solid #272727;
}
.Frame--thick.Frame--borderLeft {
  border-left: 3px solid #272727;
}
.Frame--thick.Frame--shadow {
  box-shadow: 6px 6px 0 0 #272727;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Spinner {
  position: relative;
  background: #fcfcfc;
  border-radius: 50%;
}
.Spinner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-color: #272727;
  border-style: solid;
  border-radius: 50%;
}
.Spinner-side {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.Spinner-sideLeft {
  left: 0;
}
.Spinner-sideRight {
  left: 50%;
}
.Spinner-rightFill,
.Spinner-leftFill {
  position: absolute;
  height: 100%;
  width: 200%;
  top: 0;
  overflow: hidden;
  background: #272727;
  transform-origin: center center;
  will-change: transform;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
}
.Spinner-rightFill:before,
.Spinner-leftFill:before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: #fcfcfc;
}
.Spinner-rightFill {
  left: -100%;
  animation-name: ui-spinner-rotate-right;
}
.Spinner-rightFill:before {
  left: 0;
}
.Spinner-leftFill {
  left: 0;
  animation-name: ui-spinner-rotate-left;
}
.Spinner-leftFill:before {
  right: 0;
}
.Spinner-speed--fast .Spinner-leftFill,
.Spinner-speed--fast .Spinner-rightFill {
  animation-duration: 1s;
}
.Spinner-speed--normal .Spinner-leftFill,
.Spinner-speed--normal .Spinner-rightFill {
  animation-duration: 2s;
}
.Spinner-speed--slow .Spinner-leftFill,
.Spinner-speed--slow .Spinner-rightFill {
  animation-duration: 4s;
}
.Spinner-size--nano {
  height: 8px;
  width: 8px;
}
.Spinner-size--nano:after {
  border-width: 1.5px;
}
.Spinner-size--micro {
  height: 10px;
  width: 10px;
}
.Spinner-size--micro:after {
  border-width: 1.5px;
}
.Spinner-size--small {
  height: 12px;
  width: 12px;
}
.Spinner-size--small:after {
  border-width: 1.5px;
}
.Spinner-size--normal {
  height: 16px;
  width: 16px;
}
.Spinner-size--normal:after {
  border-width: 2px;
}
.Spinner-size--medium {
  height: 20px;
  width: 20px;
}
.Spinner-size--medium:after {
  border-width: 2.5px;
}
.Spinner-size--big {
  height: 28px;
  width: 28px;
}
.Spinner-size--big:after {
  border-width: 3px;
}
.Spinner-size--biggest {
  height: 52px;
  width: 52px;
}
.Spinner-size--biggest:after {
  border-width: 4px;
}
.Spinner-size--huge {
  height: 64px;
  width: 64px;
}
.Spinner-size--huge:after {
  border-width: 5px;
}
@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 3px 3px 0;
  font-family: 'Arial', 'Helvetica', sans-serif;
  color: #fcfcfc;
  background: #3c80f1;
  transition: color 0.15s ease, background 0.15s ease;
  border-radius: 4px;
  box-shadow: 5px 5px 20px 0 #c1c1c1;
}
.Button:hover:not(.Button--success):not(.Button--error):not(.Button--disabled):not(.Button--loading) {
  background: #72a4f6;
  cursor: pointer;
}
.Button:hover:not(.Button--success):not(.Button--error):not(.Button--disabled):not(.Button--loading) .Button-arrow {
  transform: translateX(1px);
}
.Button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}
.Button--reset {
  background: #ff625d;
}
.Button--reset:hover:not(.Button--success):not(.Button--error):not(.Button--disabled):not(.Button--loading) {
  background: #ff3e33;
}
.Button--grow {
  width: 100%;
}
.Button--disabled {
  color: #f8f8f8;
  background: #c1c1c1;
  pointer-events: none;
}
.Button--success {
  background: #97c1ff;
  pointer-events: none;
}
.Button--success .Button-successIcon {
  max-width: 16px;
  margin-left: 8px;
}
.Button--error {
  background: #fc8f8b;
  pointer-events: none;
}
.Button-loader,
.Button-success {
  display: flex;
  align-items: center;
  max-width: 0;
  margin-left: 0;
  overflow: hidden;
}
.Button-loader {
  background: #3c80f1;
}
.Button-loader:after {
  border-color: #3c80f1;
}
.Button-loader div {
  background: #3c80f1;
}
.Button-loader span {
  background: #fffff9;
}
.Button-loader span:before {
  background: #3c80f1;
}
.Button-successIcon {
  height: 15px;
  width: 15px;
  fill: #fffff9;
}
.Button--loading .Button-loader {
  max-width: 16px;
  margin-left: 8px;
}
.Button .Button-arrow {
  max-width: 14px;
  margin-left: 8px;
  fill: #fcfcfc;
  transition: transform 0.15s ease;
}
.Button--tiny {
  height: 20px;
  min-width: 50px;
  padding: 0 10px;
}
.Button--tiny .Button-text {
  font-size: 10px;
  font-weight: 500;
  text-transform: unset;
}
.Button--tiny .Button-loader {
  height: 14px;
  width: 14px;
}
.Button--tiny .Button-arrow,
.Button--tiny .Button-successIcon {
  height: 10px;
  width: 10px;
}
.Button--small {
  height: 30px;
  min-width: 120px;
  padding: 0 30px;
}
.Button--small .Button-text {
  font-size: 12px;
  font-weight: 600;
}
.Button--normal {
  min-width: 200px;
  padding: 10px 20px;
}
.Button--normal .Button-text {
  font-size: 16px;
  font-weight: 600;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Svg {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  transition: opacity 0.08s ease;
}
.Svg path {
  transition: opacity 0.08s ease;
}
.Svg path[data-id='foreground'] {
  opacity: 1;
}
.Svg path[data-id='background'] {
  opacity: 0;
}
.Svg-pico {
  height: 6px;
  width: 6px;
  min-height: 6px;
  min-width: 6px;
}
.Svg-nano {
  height: 8px;
  width: 8px;
  min-height: 8px;
  min-width: 8px;
}
.Svg-micro {
  height: 10px;
  width: 10px;
  min-height: 10px;
  min-width: 10px;
}
.Svg-small {
  height: 12px;
  width: 12px;
  min-height: 12px;
  min-width: 12px;
}
.Svg-normal {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
}
.Svg-medium {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
}
.Svg-big {
  height: 28px;
  width: 28px;
  min-height: 28px;
  min-width: 28px;
}
.Svg-biggest {
  height: 52px;
  width: 52px;
  min-height: 52px;
  min-width: 52px;
}
.Svg-huge {
  height: 64px;
  width: 64px;
  min-height: 64px;
  min-width: 64px;
}
.Svg--hover:hover {
  cursor: pointer;
}
.Svg--filled path[data-id='background'] {
  opacity: 1;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Checkbox {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  position: relative;
  align-items: baseline;
}
.Checkbox:hover {
  cursor: pointer;
}
.Checkbox-input {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.Checkbox-input:hover {
  cursor: pointer;
}
.Checkbox-input:checked + .Checkbox-helper {
  opacity: 1;
}
.Checkbox-helper {
  display: flex;
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  padding: 3px;
  opacity: 0;
  background: #fcfcfc;
  transition: opacity 0.15s ease;
}
.Checkbox-label {
  display: flex;
  align-items: center;
  height: 16px;
  top: 0;
  border-radius: 2px;
  left: 0;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  user-select: none;
}
.Checkbox-label:hover {
  cursor: pointer;
}
.Checkbox-label:before {
  content: ' ';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1.5px solid #272727;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Input {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  height: 70px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: left;
}
.Input-label {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #c1c1c1;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  user-select: none;
}
.Input-inputWrapper {
  position: relative;
  width: 100%;
}
.Input-input {
  height: 30px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
  box-sizing: border-box;
  border: 0;
  outline: 1px solid #c1c1c1;
  transition: color 0.15s ease, box-shadow 0.15s ease, outline-color 0.15s ease;
  border-radius: 4px;
}
.Input-input::placeholder {
  font-weight: 400;
}
.Input-input:focus::placeholder {
  color: transparent;
}
.Input-input:focus,
.Input-input:not(:placeholder-shown) {
  outline: 1px solid #999;
}
.Input-input[type='date']::-webkit-inner-spin-button,
.Input-input[type='date']::-webkit-calendar-picker-indicator,
.Input-input[type='date']::-webkit-input-placeholder {
  display: none;
  visibility: hidden !important;
  -webkit-appearance: none;
}
.Input--disabled:not(.noClass) .Input-input {
  pointer-events: none;
  user-select: none;
}
.Input--success:not(.noClass) .Input-input {
  outline: 1px solid #72a4f6;
}
.Input--disabled:not(.noClass) .Input-input,
.Input--readOnly:not(.noClass) .Input-input {
  color: #999;
  outline: 1px solid #c1c1c1;
}
.Input--error:not(.noClass) .Input-input {
  outline: 1px solid #ff726d;
}
.Input-passwordShowIcon {
  position: absolute;
  height: 18px;
  top: 6px;
  bottom: 0;
  right: 10px;
  fill: rgba(39, 39, 39, 0.15);
  transition: fill 0.15s ease;
}
.Input-passwordShowIcon:hover {
  fill: #272727;
  cursor: pointer;
}
.Input-passwordShowIcon:active {
  fill: #72a4f6;
}
.Input-errorContent {
  display: inline;
  font-size: 12px;
  color: #ff726d;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.Input--error:not(.noClass) .Input-errorContent {
  opacity: 1;
}
.Input--grow {
  width: 100%;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
  stroke: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
  stroke: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.DatePicker {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  height: 50px;
  text-align: left;
}
.DatePicker .react-datepicker__input-container {
  display: none;
}
.DatePicker-input input {
  color: transparent;
  transition: color 0.3s ease;
}
.DatePicker-input input[type='text'] {
  padding: 0 0 0 10px;
}
.DatePicker-input input[type='date'] {
  padding: 0 61px 0 10px;
}
.DatePicker-input input:focus {
  color: #272727;
}
.DatePicker-input input:valid:not(:focus) {
  color: #272727;
}
.DatePicker-calendar *,
.DatePicker-calendar {
  float: unset;
  background: transparent;
  user-select: none;
  border-radius: 0;
}
.DatePicker-popper:not(.noClass) {
  top: 55px !important;
  margin-top: 0;
  transform: unset !important;
}
.DatePicker-calendar {
  background: #fcfcfc;
  border: 2px solid #272727;
}
.DatePicker-calendar .react-datepicker__header {
  border-bottom: 2px solid #272727;
}
.DatePicker-calendar .react-datepicker__day {
  outline: 0;
  border-radius: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.DatePicker-calendar .react-datepicker__day:hover {
  color: #272727;
  background: rgba(39, 39, 39, 0.05);
}
.DatePicker-calendar .react-datepicker__day--selected {
  background: #272727;
}
.DatePicker-calendar .react-datepicker__day--selected:hover {
  color: #272727;
  background: rgba(39, 39, 39, 0.3);
}
.DatePicker-calendar .react-datepicker__day--keyboard-selected {
  color: #272727;
  background: rgba(39, 39, 39, 0.05);
}
.DatePicker-calendar .react-datepicker__navigation--previous {
  transition: all 0.15s ease;
  border-right-color: rgba(39, 39, 39, 0.05);
}
.DatePicker-calendar .react-datepicker__navigation--previous:hover {
  border-right-color: rgba(39, 39, 39, 0.15);
}
.DatePicker-calendar .react-datepicker__navigation--next {
  transition: all 0.15s ease;
  border-left-color: rgba(39, 39, 39, 0.05);
}
.DatePicker-calendar .react-datepicker__navigation--next:hover {
  border-left-color: #999;
}
.DatePicker--inline {
  height: unset;
  margin-top: 10px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Fade {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
}
.Fade-transition {
  height: 100%;
  width: 100%;
  will-change: opacity, transform;
}
.Fade--fastest {
  transition: opacity 0.08s, transform 0.08s;
}
.Fade--fast {
  transition: opacity 0.15s, transform 0.15s;
}
.Fade--normal {
  transition: opacity 0.3s, transform 0.3s;
}
.Fade--slow {
  transition: opacity 0.7s, transform 0.7s;
}
.Fade--debug {
  transition: opacity 3s, transform 0.7s;
}
.Fade--up {
  transform: translateY(40px);
}
.Fade--down {
  transform: translateY(-40px);
}
.Fade--left {
  transform: translateX(-40px);
}
.Fade--right {
  transform: translateX(40px);
}
.Fade--fixed,
.Fade--absolute {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.Fade--fixed {
  position: fixed;
}
.Fade--absolute {
  position: absolute;
}
.Fade-appear,
.Fade-enter,
.Fade-exit,
.Fade-exit-active,
.Fade-exit-done {
  opacity: 0;
}
.Fade-appear-active,
.Fade-enter-active,
.Fade-enter-done {
  opacity: 1;
}
.Fade-appear-active.Fade--up,
.Fade-enter-active.Fade--up,
.Fade-enter-done.Fade--up,
.Fade-appear-active.Fade--right,
.Fade-enter-active.Fade--right,
.Fade-enter-done.Fade--right,
.Fade-appear-active.Fade--bottom,
.Fade-enter-active.Fade--bottom,
.Fade-enter-done.Fade--bottom,
.Fade-appear-active.Fade--left,
.Fade-enter-active.Fade--left,
.Fade-enter-done.Fade--left {
  transform: translate(0);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.AnimateSheet {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #fcfcfc;
  border-radius: 8px 8px 0 0;
}
.AnimateSheet-layover {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 39, 39, 0.5);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.AnimateHeight {
  width: 100%;
  overflow: hidden;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.FadeInOut {
  opacity: 0;
  will-change: opacity;
}
.FadeInOut--fastest {
  transition: opacity 0.08s ease-in-out;
}
.FadeInOut--fast {
  transition: opacity 0.15s ease-in-out;
}
.FadeInOut--normal {
  transition: opacity 0.3s ease-in-out;
}
.FadeInOut--normalSlow {
  transition: opacity 0.4s ease-in-out;
}
.FadeInOut--slow {
  transition: opacity 0.7s ease-in-out;
}
.FadeInOut--debug {
  transition: opacity 3s, transform 0.7s;
}
.FadeInOut-appear,
.FadeInOut-enter-active,
.FadeInOut-enter-done {
  opacity: 1;
}
.FadeInOut-exit-active,
.FadeInOut-exit-done {
  opacity: 0;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.H1 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}
.H1-grow {
  width: 100%;
}
.H1-center {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.H2 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
}
.H2-grow {
  width: 100%;
}
.H2-center {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.H3 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}
.H3-grow {
  width: 100%;
}
.H3-center {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.H4 {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}
.H4-grow {
  width: 100%;
}
.H4-center {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Hr {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  height: 4px;
  height: 20px;
  width: 100%;
  margin: 0;
  background: #272727;
  border: none;
}
.Hr-spacer {
  background: transparent;
}
.Hr-zero {
  height: 0;
}
.Hr-nano {
  height: 2px;
}
.Hr-micro {
  height: 5px;
}
.Hr-small {
  height: 10px;
}
.Hr-big {
  height: 40px;
}
.Hr-inline {
  width: unset;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.Img--loaded,
.Img--loadFailed {
  opacity: 1;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.ProgressBar {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 10px;
  width: 100%;
  border: 2px solid #272727;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.ProgressBar-loaded {
  position: absolute;
  height: 8px;
  width: 0%;
  top: 0;
  left: 0;
  background: #272727;
  transition: width 0.7s linear;
}
.ProgressBar--grow {
  width: 100%;
}
.ProgressBar--error {
  border: 2px solid #ff625d;
}
.ProgressBar--error .ProgressBar-loaded {
  background: #ff625d;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.ImageField {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  user-select: none;
}
.ImageField:hover:not(.ImageField--error) {
  cursor: pointer;
}
.ImageField:hover:not(.ImageField--error) .ImageField-background,
.ImageField:hover:not(.ImageField--error) .ImageField-icon,
.ImageField:hover:not(.ImageField--error) .ImageField-upload,
.ImageField:hover:not(.ImageField--error) .ImageField-overlay {
  opacity: 1;
}
.ImageField-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ImageField-utils {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.ImageField-overlay {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(39, 39, 39, 0.3);
  transition: opacity 0.15s ease;
}
.ImageField-progress {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  opacity: 0;
  background: rgba(39, 39, 39, 0.3);
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.ImageField-icon {
  fill: #fcfcfc;
  transition: opacity 0.15s ease 0.08s;
  z-index: 1;
}
.ImageField-remove {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ImageField--loading {
  opacity: 1;
}
.ImageField-upload {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ImageField--hasImage {
  padding-top: 0;
  outline: none;
}
.ImageField--hasImage .ImageField-upload,
.ImageField--hasImage .ImageField-remove {
  opacity: 0;
}
.ImageField--noImage {
  min-height: 300px;
}
.ImageField--noImage .ImageField-background,
.ImageField--noImage .ImageField-icon,
.ImageField--noImage .ImageField-upload,
.ImageField--noImage .ImageField-overlay {
  opacity: 1;
}
.ImageField--grow {
  width: 100%;
}
.ImageField .ImageField-error {
  padding: 30px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 20px;
  text-align: center;
  color: #ff625d;
  pointer-events: none;
}
.ImageField--error {
  outline: 2px dashed #ff625d;
  outline-offset: -2px;
}
.ImageField--error .ImageField-icon {
  fill: #ff625d;
}
.ImageField--disabled {
  pointer-events: none;
  outline-color: #999;
}
.ImageField--disabled:hover {
  cursor: default;
}
.ImageField--disabled .ImageField-icon {
  fill: #999;
}
.ImageField--disabled .ImageField-background {
  opacity: 1;
}
.ImageField--success {
  outline: 2px dashed #72a4f6;
}
.ImageField--success .ImageField-icon {
  fill: #72a4f6;
}
.ImageField--rounded {
  border-radius: 50%;
}
.ImageField--rounded .ImageField-image {
  border-radius: 50%;
}
.ImageField--rounded .ImageField-background {
  border-radius: 50%;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Span {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.Span-normal {
  font-size: 16px;
  line-height: 20px;
}
.Span-small {
  font-size: 12px;
  line-height: 16px;
}
.Span-micro {
  font-size: 10px;
  line-height: 12px;
}
.Span-nano {
  font-size: 8px;
  line-height: 10px;
}
.Span-medium {
  font-size: 20px;
  line-height: 26px;
}
.Span-big {
  font-size: 28px;
  line-height: 32px;
}
.Span--regular {
  font-weight: 400;
}
.Span--medium {
  font-weight: 500;
}
.Span--semiBold {
  font-weight: 600;
}
.Span--bold {
  font-weight: 700;
}
.Span--extraBold {
  font-weight: 800;
}
.Span--disabled {
  color: #999;
}
.Span--uppercase {
  text-transform: uppercase;
}
.Span--grow {
  width: 100%;
}
.Span--center {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.FileField {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  user-select: none;
}
.FileField-content {
  position: relative;
}
.FileField-progress {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  opacity: 0;
  background: rgba(39, 39, 39, 0.3);
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.FileField-dropzone {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border: 2px dashed;
  border-color: #272727;
  transition: border-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}
.FileField-textIcon {
  margin-right: 10px;
}
.FileField-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.FileField-name {
  display: block;
  height: 50px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: hidden;
  transition: color 0.15s ease;
}
.FileField-name .Input-inputWrapper {
  height: 100%;
}
.FileField-name input {
  height: 100%;
  padding-left: 5px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: none !important;
}
.FileField--removable .FileField-name {
  right: 30px;
}
.FileField-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10px 0 0;
}
.FileField-remove,
.FileField-open {
  height: 20px;
  width: 20px;
}
.FileField-remove:hover,
.FileField-open:hover {
  cursor: pointer;
}
.FileField-remove {
  height: 15px;
  width: 15px;
}
.FileField--loading {
  opacity: 1;
}
.FileField--grow,
.FileField--inline {
  width: 100%;
}
.FileField--success .FileField-dropzone {
  color: #72a4f6;
  border-color: #72a4f6;
}
.FileField--success .FileField-textIcon {
  fill: #72a4f6;
}
.FileField--success .FileField-file {
  border-bottom: 2px solid #72a4f6;
}
.FileField--success .FileField-name input {
  color: #72a4f6;
}
.FileField--success .FileField-remove,
.FileField--success .FileField-open {
  fill: #72a4f6;
}
.FileField--error .FileField-dropzone {
  color: #ff625d;
  border-color: #ff625d;
}
.FileField--error .FileField-textIcon {
  fill: #ff625d;
}
.FileField--error .FileField-file {
  border-bottom: 2px solid #ff625d;
}
.FileField--error .FileField-name input {
  color: #ff625d;
}
.FileField--error .FileField-remove,
.FileField--error .FileField-open {
  fill: #ff625d;
}
.FileField--disabled {
  pointer-events: none;
}
.FileField--disabled .FileField-dropzone {
  color: #999;
  border-color: #999;
}
.FileField--disabled .FileField-textIcon {
  fill: #999;
}
.FileField--disabled .FileField-file {
  border-bottom: 2px solid #999;
}
.FileField--disabled .FileField-name input {
  color: #999;
}
.FileField--disabled .FileField-open {
  fill: #999;
}
.FileField--uploaded .FileField-progress {
  transition: width 0.3s;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Flex {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.Flex-growVertical {
  height: 100%;
}
.Flex-growHorizontal {
  width: 100%;
}
.Flex-noWrap {
  flex-wrap: nowrap;
}
.Flex-horizontal--center,
.Flex-vertical--center {
  justify-content: center;
}
.Flex-horizontal--right,
.Flex-vertical--right {
  justify-content: flex-end;
}
.Flex-horizontal--left,
.Flex-vertical--left {
  justify-content: flex-start;
}
.Flex-horizontal--even,
.Flex-vertical--even {
  justify-content: space-evenly;
}
.Flex-horizontal--around,
.Flex-vertical--around {
  justify-content: space-around;
}
.Flex-horizontal--between,
.Flex-vertical--between {
  justify-content: space-between;
}
.Flex-vertical--center {
  align-items: center;
}
.Flex-vertical--top {
  align-items: flex-start;
}
.Flex-vertical--bottom {
  align-items: flex-end;
}
.Flex-vertical--baseline {
  align-items: baseline;
}
.Flex-vertical--stretch {
  align-items: stretch;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Notification {
  position: relative;
  border-radius: 5px;
  min-width: 300px;
  padding: 10px 20px;
}
.Notification-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  line-height: 0;
  fill: #272727;
  transition: fill 0.15s ease;
}
.Notification-remove:hover {
  fill: #4c4c4c;
  cursor: pointer;
}
.Notification--error {
  background: #ffb8b8;
}
.Notification--alert {
  background: #ffebb2;
}
.Notification--success {
  background: #b7fff8;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.NotificationDot {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.15s ease;
}
.NotificationDot-small {
  height: 4px;
  width: 4px;
}
.NotificationDot-normal {
  height: 8px;
  width: 8px;
}
.NotificationDot-big {
  height: 12px;
  width: 12px;
}
.NotificationDot--error {
  background: #ff625d;
}
.NotificationDot--alert {
  background: #ffd354;
}
.NotificationDot--success {
  background: #72a4f6;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.P {
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Palette {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.Palette-grid {
  display: flex;
  flex-wrap: wrap;
  width: 930px;
  padding: 50px;
  background: white;
}
.Palette-colors {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  background: #f3f3f3;
}
.Palette-color {
  display: flex;
  height: 75px;
  width: 225px;
  margin: 0 20px 20px 0;
  background: white;
}
.Palette-sample {
  height: 100%;
  width: 75px;
}
.Palette-description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
}
.Palette-color--base .Palette-sample {
  background: #272727;
}
.Palette-color--background .Palette-sample {
  background: #fcfcfc;
}
.Palette-color--accent .Palette-sample {
  background: #4c4c4c;
}
.Palette-color--success .Palette-sample {
  background: #72a4f6;
}
.Palette-color--alert .Palette-sample {
  background: #ffd354;
}
.Palette-color--error .Palette-sample {
  background: #ff625d;
}
.Palette-color--disabled .Palette-sample {
  background: #999;
}
.Palette-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin: 0 18px 18px 0;
  font-size: 10px;
  color: white;
  transition: box-shadow 0.7s ease;
  box-shadow: 2px 2px 20px transparent;
  border-radius: 4px;
}
.Palette-item:hover:not(.Palette--noHover) {
  cursor: default;
  box-shadow: 2px 2px 20px lightgray;
}
.Palette-item:before {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.Palette-item--base {
  background: #272727;
}
.Palette-item--background {
  color: #272727;
  background: #fcfcfc;
}
.Palette-item--accent {
  background: #4c4c4c;
}
.Palette-item--success {
  color: #272727;
  background: #72a4f6;
}
.Palette-item--alert {
  color: #272727;
  background: #ffd354;
}
.Palette-item--error {
  background: #ff625d;
}
.Palette-item--disabled {
  color: #272727;
  background: #999;
}
.Palette-item--blue-1 {
  background: #3c80f1;
}
.Palette-item--blue-2 {
  background: #72a4f6;
}
.Palette-item--blue-3 {
  background: #97c1ff;
}
.Palette-item--blue-4 {
  color: #272727;
  background: #c7ddff;
}
.Palette-item--blue-5 {
  color: #272727;
  background: #d4e4fc;
}
.Palette-item--green-1 {
  background: #40e0d0;
}
.Palette-item--green-2 {
  color: #272727;
  background: #6df8eb;
}
.Palette-item--green-3 {
  color: #272727;
  background: #98fef4;
}
.Palette-item--green-4 {
  color: #272727;
  background: #b7fff8;
}
.Palette-item--green-5 {
  color: #272727;
  background: #d6fffb;
}
.Palette-item--red-1 {
  background: #ff3e33;
}
.Palette-item--red-2 {
  background: #ff625d;
}
.Palette-item--red-3 {
  background: #fc8f8b;
}
.Palette-item--red-4 {
  background: #ffb8b8;
}
.Palette-item--red-5 {
  color: #272727;
  background: #ffd9d7;
}
.Palette-item--yellow-1 {
  color: #272727;
  background: #ffd354;
}
.Palette-item--yellow-2 {
  color: #272727;
  background: #ffe393;
}
.Palette-item--yellow-3 {
  color: #272727;
  background: #ffebb2;
}
.Palette-item--yellow-4 {
  color: #272727;
  background: #fff5d8;
}
.Palette-item--yellow-5 {
  color: #272727;
  background: #fefaee;
}
.Palette-item--yellow-6 {
  color: #272727;
  background: #fffff9;
}
.Palette-item--black-0 {
  background: #272727;
}
.Palette-item--black-1 {
  background: #272727;
}
.Palette-item--black-2 {
  background: #4c4c4c;
}
.Palette-item--black-3 {
  background: #999;
}
.Palette-item--black-4 {
  color: #272727;
  background: #c1c1c1;
}
.Palette-item--black-5 {
  color: #272727;
  background: #f8f8f8;
}
.Palette-item--black-6 {
  color: #272727;
  background: #fcfcfc;
}
.Palette-item--black-traslucid-1 {
  color: #272727;
  background: rgba(39, 39, 39, 0.5);
}
.Palette-item--black-traslucid-2 {
  color: #272727;
  background: rgba(39, 39, 39, 0.3);
}
.Palette-item--black-traslucid-3 {
  color: #272727;
  background: rgba(39, 39, 39, 0.05);
}
.Palette-item--black-traslucid-4 {
  color: #272727;
  background: rgba(39, 39, 39, 0.03);
}
.Palette-item--black-traslucid-5 {
  color: #272727;
  background: rgba(39, 39, 39, 0.015);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Radio {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  flex-direction: column;
}
.Radio-item {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.Radio-item:last-child {
  margin-bottom: 0;
}
.Radio-item:hover {
  cursor: pointer;
}
.Radio-input {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.Radio-input:hover {
  cursor: pointer;
}
.Radio-input:checked + .Radio-helper {
  opacity: 1;
}
.Radio-helper {
  display: flex;
  height: 16px;
  width: 16px;
  padding: 3px 3px 3px 4px;
  opacity: 0;
  background: #fcfcfc;
  transition: opacity 0.15s ease;
}
.Radio-helper:after {
  content: ' ';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #272727;
  border: 3px solid #fcfcfc;
  border-radius: 50%;
}
.Radio-label {
  display: flex;
  align-items: center;
  height: 16px;
  top: 0;
  left: 0;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  user-select: none;
}
.Radio-label:hover {
  cursor: pointer;
}
.Radio-label:before {
  content: ' ';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1.5px solid #272727;
  border-radius: 50%;
}
.Radio--grow {
  justify-content: space-between;
  width: 100%;
}
.Radio--inline {
  flex-direction: unset;
}
.Radio--inline:not(.Radio--grow) .Radio-item {
  margin-right: 10px;
}
.Radio--inline:not(.Radio--grow) .Radio-item:last-child {
  margin-right: 0;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Range {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.Range-label {
  width: 100%;
}
.Range-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Range-value {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  margin-right: 5px;
  padding: 3px;
  font-size: 10px;
  font-weight: 700;
  border: 2px solid #272727;
  user-select: none;
}
.Range-input {
  height: 4px;
  width: 100%;
  opacity: 1;
  background: #272727;
  outline: none;
  -webkit-transition: 0.15s;
  transition: opacity 0.15s;
  -webkit-appearance: none;
}
.Range-input:hover {
  opacity: 1;
}
.Range-input::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  background: #272727;
  cursor: grab;
  -webkit-appearance: none;
  border-radius: 50%;
  appearance: none;
  box-shadow: 0 0 0 1px #fcfcfc;
}
.Range-input::-webkit-slider-thumb:active {
  cursor: grabbing;
}
.Range-input::-moz-range-thumb {
  height: 14px;
  width: 14px;
  background: #272727;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fcfcfc;
}
.Range-input::-moz-range-thumb:active {
  cursor: grabbing;
}
.Range--grow {
  width: 100%;
}
.Range--success .Range-value {
  color: #72a4f6;
  border: 2px solid #72a4f6;
}
.Range--success .Range-input {
  background: #72a4f6;
}
.Range--success .Range-icon {
  fill: #72a4f6;
}
.Range--success .Range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #72a4f6;
}
.Range--success .Range-input::-moz-range-thumb {
  -webkit-appearance: none;
  background-color: #72a4f6;
}
.Range--error .Range-value {
  color: #ff625d;
  border: 2px solid #ff625d;
}
.Range--error .Range-input {
  background: #ff625d;
}
.Range--error .Range-icon {
  fill: #ff625d;
}
.Range--error .Range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #ff625d;
}
.Range--error .Range-input::-moz-range-thumb {
  background-color: #ff625d;
  cursor: default;
  -webkit-appearance: none;
}
.Range--disabled {
  pointer-events: none;
}
.Range--disabled .Range-value {
  color: #999;
  border: 2px solid #999;
}
.Range--disabled .Range-input {
  background: #999;
}
.Range--disabled .Range-icon {
  fill: #999;
}
.Range--disabled .Range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #999;
}
.Range--disabled .Range-input::-moz-range-thumb {
  -webkit-appearance: none;
  background-color: #999;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Select {
  display: inline-flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: flex-end;
  font-family: 'Arial', 'Helvetica', sans-serif;
  caret-color: #4c4c4c;
}
.Select__container:not(.noClass) {
  width: 100%;
  max-height: 30px;
  min-width: 150px;
  padding: 0;
  outline: 1px solid #4c4c4c;
  border-radius: 4px;
}
.Select__control:not(.noClass) {
  align-items: flex-start;
  height: 30px;
  width: 100%;
  min-height: unset;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.Select__control:not(.noClass):hover {
  cursor: text;
}
.Select__control--menu-is-open:not(.noClass) {
  border-radius: 0;
}
.Select__control--menu-is-open:not(.noClass):hover {
  cursor: inherit;
}
.Select__placeholder:not(.noClass) {
  width: 100%;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #4c4c4c;
}
.Select__label:not(.noClass) {
  display: flex;
  position: absolute;
  align-items: center;
  height: 5px;
  top: 12px;
  right: 12px;
  padding: 0 7px 0 4px;
  font-size: 12px;
  opacity: 1;
  background: transparent;
  transform: translate(-4px, 0) scale(1);
  transition: transform 0.15s ease, opacity 0.08s ease-out;
  will-change: transform;
  pointer-events: none;
}
.Select__control--is-focused:not(.noClass) ~ .Select__label,
.Select .Select__label--active {
  transform: translate(-13px, -17px) scale(0.8);
}
.Select__control--is-focused:not(.noClass) ~ .Select__label--hideLabel,
.Select .Select__label--active.Select__label--hideLabel {
  opacity: 0;
}
.Select__indicator-separator:not(.noClass) {
  margin: 0;
  background: transparent;
}
.Select__indicators:not(.noClass) {
  padding-right: 15px;
}
.Select__indicators:not(.noClass):hover {
  cursor: pointer;
}
.Select__clear-indicator:not(.noClass) {
  padding: 3px;
}
.Select__clear-indicator:not(.noClass) svg {
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.Select__clear-indicator:not(.noClass):hover svg {
  fill: #ff726d;
}
.Select__dropdown-indicator:not(.noClass) {
  height: 13px;
  width: 13px;
  padding: 0;
}
.Select__dropdown-indicator:not(.noClass) svg {
  fill: #272727;
  transition: fill 0.15s ease;
}
.Select__dropdown-indicator:not(.noClass):hover svg {
  fill: #272727;
}
.Select__value-container:not(.noClass) {
  flex-wrap: nowrap;
  height: 30px;
  margin: 0;
  padding: 0 0 0 3px;
  font-size: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
}
.Select__value-container:not(.noClass)::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.Select__single-value {
  font-weight: 700;
}
.Select__multi-value:not(.noClass) {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 20px;
  min-width: unset;
  padding: 0 0 0 8px;
  background: #fcfcfc;
  border: 1px solid #4c4c4c;
  transition: border 0.15s ease;
  border-radius: 4px;
}
.Select__multi-value:not(.noClass):hover {
  border: 1px solid #272727;
  cursor: pointer;
}
.Select__multi-value:not(.noClass):hover .Select__multi-value__label:not(.noClass) {
  color: #272727;
}
.Select__multi-value:not(.noClass):hover .Select__multi-value__remove:not(.noClass) {
  fill: #272727;
}
.Select__multi-value__label:not(.noClass) {
  padding: 0;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
  white-space: nowrap;
  color: #4c4c4c;
  text-overflow: unset;
  transition: color 0.15s ease;
}
.Select__multi-value__label:not(.noClass):first-letter {
  text-transform: capitalize;
}
.Select__multi-value__remove:not(.noClass) {
  height: 100%;
  padding-left: 6px;
  padding-right: 7px;
  fill: #4c4c4c;
  transition: fill 0.15s ease;
  border-radius: 0;
}
.Select__multi-value__remove:not(.noClass) svg {
  height: 10px;
  width: 10px;
}
.Select__multi-value__remove:not(.noClass):hover:not(.noClass):not(.noClass2) {
  background: transparent;
  fill: #272727;
  cursor: pointer;
}
.Select__menu:not(.noClass) {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 700;
  overflow: hidden;
  background: #fcfcfc;
  border-radius: 4px;
}
.Select__menu-list:not(.noClass) {
  margin: 0;
  padding: 0;
  border-radius: 0;
  scrollbar-width: none;
  /* Firefox */
}
.Select__menu-list:not(.noClass)::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.Select__option:not(.noClass) {
  padding: 6px 12px;
  font-size: 12px;
  background: transparent;
  transition: background 0.15s ease;
  font-weight: 600;
}
.Select__option:not(.noClass):hover {
  cursor: pointer;
}
.Select__option--is-focused:not(.noClass):not(.noClass) {
  position: relative;
  color: #272727;
  background: #f8f8f8;
}
.Select__option--is-selected:not(.noClass):not(.noClass) {
  display: none;
}
.Select__option--is-disabled:not(.noClass) {
  font-weight: 400;
  color: #272727;
  border-radius: 0;
}
.Select--grow {
  width: 100%;
}
.Select--small .Select__container:not(.noClass) {
  max-height: 30px;
}
.Select--small .Select__control:not(.noClass) {
  height: 30px;
}
.Select--small .Select__value-container:not(.noClass) {
  height: 30px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Vote {
  display: flex;
  position: relative;
  justify-content: space-between;
  opacity: 1;
  width: 20px;
  height: 10px;
}
.Vote-icon {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: filter 0.08s ease;
  height: 10px;
  width: 10px;
}
.Vote-icon path {
  fill: #272727;
  transition: fill 0.08s ease;
}
.Vote-icon:hover {
  filter: drop-shadow(0 0 1px #4c4c4c);
  cursor: pointer;
}
.Vote-minus {
  left: 0;
  transform: rotate(180deg);
}
.Vote-minus--active path {
  fill: #ff625d;
}
.Vote-plus {
  right: 0;
}
.Vote-plus--active path {
  fill: #72a4f6;
}
.Vote--active path {
  fill: #272727;
}
.Vote--loading path {
  fill: #ffd354;
  animation: voteLoadingAnimation 1s ease-out infinite;
}
@keyframes voteLoadingAnimation {
  0% {
    fill: #999;
  }
  50% {
    fill: #c1c1c1;
  }
  100% {
    fill: #999;
  }
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Switch {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 40px;
}
.Switch-input {
  height: 0;
  width: 0;
  opacity: 0;
}
.Switch-input:checked + .Switch-slider {
  background: #3c80f1;
}
.Switch-input:checked + .Switch-slider:before {
  transform: translate(22px, 2px);
}
.Switch-input:checked ~ .Switch-icons .Switch-true {
  opacity: 1;
}
.Switch-input:checked ~ .Switch-icons .Switch-false {
  opacity: 0;
}
.Switch-slider {
  position: absolute;
  top: 0;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #999;
  cursor: pointer;
}
.Switch-slider:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background-color: #fcfcfc;
  transform: translate(2px, 2px);
  transition: transform 0.15s ease;
}
.Switch-icons {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  padding: 2px 4px 2px 4px;
  pointer-events: none;
}
.Switch-icon {
  display: flex;
  fill: #fcfcfc;
  transition: fill 0.15s ease, opacity 0.15s ease;
}
.Switch-true {
  height: 10px;
  width: 10px;
  opacity: 0;
}
.Switch-false {
  height: 10px;
  width: 10px;
  opacity: 1;
  fill: white;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Tag {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 7px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  transition: color 0.15s ease, border 0.15s ease;
  border-radius: 4px;
}
.Tag:hover {
  color: #272727;
  border-color: #272727;
  cursor: pointer;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.SkeletonItem {
  display: inline-block;
  height: 16px;
  min-height: 10px;
  min-width: 20px;
  background: #272727;
  animation: skeletonItemAnimation 1s ease infinite;
  border-radius: 2px;
}
.SkeletonItem-hollow {
  background-color: #fcfcfc;
  border: 1px solid;
  animation: skeletonItemAnimationHollow 1s ease infinite;
}
@keyframes skeletonItemAnimation {
  0% {
    background-color: rgba(39, 39, 39, 0.15);
  }
  15% {
    background-color: rgba(39, 39, 39, 0.05);
  }
  100% {
    background-color: rgba(39, 39, 39, 0.15);
  }
}
@keyframes skeletonItemAnimationHollow {
  0% {
    border-color: rgba(39, 39, 39, 0.15);
  }
  15% {
    border-color: rgba(39, 39, 39, 0.05);
  }
  100% {
    border-color: rgba(39, 39, 39, 0.15);
  }
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.TagsSkeleton {
  display: flex;
  flex-wrap: wrap;
}
.TagsSkeleton-item {
  height: 20px;
  width: 50px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.TagsSkeleton-item1 {
  width: 50px;
}
.TagsSkeleton-item2 {
  width: 60px;
}
.TagsSkeleton-item3 {
  width: 70px;
}
.TagsSkeleton-item4 {
  width: 57px;
}
.TagsSkeleton-item5 {
  width: 67px;
}
.TagsSkeleton-item6 {
  width: 62px;
}
.TagsSkeleton-item7 {
  width: 53px;
}
.TagsSkeleton-item8 {
  width: 68px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.TextArea {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'Arial', 'Helvetica', sans-serif;
}
.TextArea-label {
  display: flex;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #c1c1c1;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  user-select: none;
}
.TextArea-textArea {
  padding: 15px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4c4c4c;
  overflow: auto;
  background: #fcfcfc;
  border: none;
  outline: 1px solid #c1c1c1;
  transition: color 0.15s ease, outline 0.15s ease;
  resize: none;
  border-radius: 4px;
}
.TextArea-textArea:focus,
.TextArea-textArea:not(:placeholder-shown) {
  outline: 1px solid #999;
}
.TextArea--success .TextArea-textArea {
  outline: 1px solid #72a4f6;
  box-shadow: 0 0 0 0 rgba(39, 39, 39, 0.06);
}
.TextArea--error .TextArea-textArea {
  outline: 1px solid #ff726d;
  box-shadow: 0 0 0 0 rgba(39, 39, 39, 0.06);
}
.TextArea--disabled .TextArea-textArea,
.TextArea--readOnly .TextArea-textArea {
  color: #999;
  outline: 1px solid #c1c1c1;
  pointer-events: none;
  user-select: none;
}
.TextArea--grow {
  width: 100%;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.TextButton {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.TextButton-text {
  margin-right: 3px;
  color: #272727;
  transition: color 0.15s ease;
}
.TextButton-icon {
  fill: #272727;
  transform: translateX(0);
  transition: fill 0.15s ease, transform 0.3s ease;
}
.TextButton:hover {
  cursor: pointer;
}
.TextButton:hover .TextButton-text {
  color: #4c4c4c;
}
.TextButton:hover .TextButton-icon {
  fill: #4c4c4c;
  transform: translateX(1px);
}
.TextButton--disabled {
  pointer-events: none;
}
.TextButton--disabled .TextButton-text {
  color: #999;
}
.TextButton--disabled .TextButton-icon {
  fill: #999;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorToolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 2px solid #272727;
}
.EditorToolbar-icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  box-sizing: border-box;
  fill: rgba(39, 39, 39, 0.5);
  transition: fill 0.15s ease;
}
.EditorToolbar-icon:last-child {
  margin-right: 0;
}
.EditorToolbar-icon:hover {
  fill: #4c4c4c;
  cursor: pointer;
}
.EditorToolbar-icon--active {
  opacity: 1;
  outline: 2px solid #4c4c4c;
  fill: #4c4c4c;
  outline-offset: 2px;
  border-radius: 2px;
}
.EditorToolbar-icon--disabled {
  fill: rgba(39, 39, 39, 0.15);
}
.EditorToolbar-icon--disabled:hover {
  fill: rgba(39, 39, 39, 0.15);
  cursor: no-drop;
}
.EditorToolbar-bold,
.EditorToolbar-italic {
  padding: 4px;
}
.EditorToolbar-uppercase {
  padding: 2px;
}
.EditorToolbar-ul {
  padding: 2px;
}
.EditorToolbar-link {
  padding: 0;
}
.EditorToolbar-mathBlock {
  padding: 2px;
}
.EditorToolbar-h1,
.EditorToolbar-h2 {
  padding: 2px;
}
.EditorToolbar-centered {
  padding: 2px;
}
.EditorToolbar-image {
  padding: 2px;
}
.EditorToolbar-quote {
  padding: 2px;
}
.EditorToolbar-video {
  padding: 0;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorToolbarHover {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  opacity: 0;
  background: #fcfcfc;
  border: 2px solid #272727;
  transition: opacity 0.15s ease;
  z-index: 1;
  pointer-events: none;
  border-radius: 5px;
  box-shadow: 2px 2px 0 0 #272727;
}
.EditorToolbarHover--active {
  opacity: 1;
  pointer-events: all;
}
.EditorToolbarHover-icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  box-sizing: border-box;
  fill: rgba(39, 39, 39, 0.5);
  transition: fill 0.15s ease;
}
.EditorToolbarHover-icon:last-child {
  margin-right: 0;
}
.EditorToolbarHover-icon:hover {
  fill: #4c4c4c;
  cursor: pointer;
}
.EditorToolbarHover-icon--active {
  opacity: 1;
  outline: 2px solid #4c4c4c;
  fill: #4c4c4c;
  outline-offset: 2px;
  border-radius: 2px;
}
.EditorToolbarHover-icon--disabled {
  fill: rgba(39, 39, 39, 0.15);
}
.EditorToolbarHover-icon--disabled:hover {
  fill: rgba(39, 39, 39, 0.15);
  cursor: no-drop;
}
.EditorToolbarHover-bold,
.EditorToolbarHover-italic {
  padding: 4px;
}
.EditorToolbarHover-uppercase {
  padding: 2px;
}
.EditorToolbarHover-ul {
  padding: 2px;
}
.EditorToolbarHover-link {
  padding: 0;
}
.EditorToolbarHover-mathBlock {
  padding: 2px;
}
.EditorToolbarHover-h1,
.EditorToolbarHover-h2 {
  padding: 2px;
}
.EditorToolbarHover-quote {
  padding: 2px;
}
.EditorToolbarHover-centered {
  padding: 2px;
}
.EditorToolbarHover-image {
  padding: 2px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorA {
  font-weight: 500;
  text-decoration: underline;
  color: #3c80f1;
  transition: text-decoration-color 0.15s ease;
  cursor: pointer;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
}
.EditorA:hover {
  text-decoration-color: rgba(60, 128, 241, 0.9);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorCaption {
  display: block;
  margin-bottom: 20px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.EditorCaption mark {
  font-size: 12px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorCentered {
  text-align: center;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorCode {
  margin: 20px 0 10px;
  padding: 30px;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 20px;
  white-space: pre-wrap;
  color: #fcfcfc;
  background: #272727;
  border-radius: 4px;
  overflow-x: scroll;
}
.EditorCode code {
  white-space: pre-wrap;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorH1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorH2 {
  margin-bottom: 10px;
  font-size: 16px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorImage {
  margin: 20px 0;
}
.EditorImage img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 10px 5px rgba(39, 39, 39, 0.05);
  border-radius: 4px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorLi {
  list-style-position: inside;
  margin-top: 5px;
  padding-left: 1.4em;
  text-indent: -1em;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorMark {
  padding: 4px 6px;
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #4c4c4c;
  background: rgba(39, 39, 39, 0.05);
  border-radius: 4px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorMath {
  position: relative;
  margin: 30px 50px 50px 0;
  text-align: center;
}
.EditorMath-formula {
  margin-bottom: 5px;
}
.EditorMath-source {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.EditorMath--withError {
  margin: unset;
}
.EditorMath--withError .math-source {
  position: relative;
  color: #ff625d;
  opacity: 1;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorQuote {
  position: relative;
  margin: 10px 0;
  padding: 30px 30px;
  line-height: 20px;
  color: #4c4c4c;
  border-radius: 8px;
  background: rgba(39, 39, 39, 0.03);
}
.EditorQuote:before {
  content: '“';
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 36px;
  color: #4c4c4c;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorText {
  margin-bottom: 10px;
  line-height: 20px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorUl {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 20px;
  margin-bottom: 20px;
}
.EditorUl ul:not(.noClass) {
  list-style-type: circle;
  margin-left: 15px;
}
.EditorUl ul:not(.noClass) ul:not(.noClass) {
  list-style-type: square;
}
.EditorUl > ul:not(.noClass) {
  margin-top: 5px;
  margin-bottom: 0;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorUppercase {
  text-transform: uppercase;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorMathInline {
  position: relative;
}
.EditorMathInline-formula {
  margin-bottom: 5px;
}
.EditorMathInline-source {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.EditorMathInline--withError {
  margin: unset;
}
.EditorMathInline--withError .math-source {
  position: relative;
  color: #ff625d;
  opacity: 1;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.EditorVideo {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 50.6%;
}
.EditorVideo iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.EditorVideo-iconRemove {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  fill: #fcfcfc;
  z-index: 1;
}
.EditorVideo-iconRemove:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.ErrorBoundary {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  padding: 30px;
  font-weight: 700;
  color: #ff625d;
  border: 2px solid #ff625d;
  border-radius: 4px;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.TextEditor {
  position: relative;
  width: 100%;
  padding: 20px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  border: 2px solid #272727;
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 #272727;
}
.TextEditor-textBox {
  padding: 30px 0 50px;
  outline: 0;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.PopOver {
  max-width: 300px;
  transition: opacity 0.15s ease;
  z-index: 1000;
  pointer-events: none;
}
.PopOver[data-show] {
  pointer-events: unset;
}
.PopOver-arrow:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fcfcfc;
  transform: rotate(45deg);
  box-shadow: -2px -2px 0 0 #272727;
}
.PopOver[data-popper-placement^='top'] > .PopOver-arrow {
  bottom: 8px;
}
.PopOver[data-popper-placement^='top'] > .PopOver-arrow:before {
  box-shadow: 2px 2px 0 0 #272727;
}
.PopOver[data-popper-placement^='bottom'] > .PopOver-arrow {
  top: -2px;
}
.PopOver[data-popper-placement^='bottom'] > .PopOver-arrow:before {
  box-shadow: -2px -2px 0 0 #272727;
}
.PopOver[data-popper-placement^='left'] > .PopOver-arrow {
  right: 8px;
}
.PopOver[data-popper-placement^='left'] > .PopOver-arrow:before {
  top: -4px;
  box-shadow: 2px -2px 0 0 #272727;
}
.PopOver[data-popper-placement^='right'] > .PopOver-arrow {
  left: -2px;
}
.PopOver[data-popper-placement^='right'] > .PopOver-arrow:before {
  top: -3px;
  box-shadow: -2px 2px 0 0 #272727;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Tooltip {
  max-width: 300px;
  padding: 20px 30px;
  opacity: 0;
  background: #fcfcfc;
  outline: 1px solid rgba(39, 39, 39, 0.15);
  transition: opacity 0.15s ease;
  z-index: 1000;
  pointer-events: none;
  border-radius: 8px;
  box-shadow: 0 0 20px 10px rgba(39, 39, 39, 0.03);
}
.Tooltip-text {
  font-weight: 600;
}
.Tooltip[data-show] {
  opacity: 1;
}
.Tooltip-arrow:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fcfcfc;
  transform: rotate(45deg);
  box-shadow: -2px -2px 0 0 rgba(39, 39, 39, 0.05);
}
.Tooltip[data-popper-placement^='top'] > .Tooltip-arrow {
  bottom: 5px;
}
.Tooltip[data-popper-placement^='top'] > .Tooltip-arrow:before {
  background: #fcfcfc;
  box-shadow: 2px 2px 0 0 rgba(39, 39, 39, 0.05);
}
.Tooltip[data-popper-placement^='bottom'] > .Tooltip-arrow {
  top: -5px;
}
.Tooltip[data-popper-placement^='bottom'] > .Tooltip-arrow:before {
  background: #fcfcfc;
  box-shadow: -2px -2px 0 0 rgba(39, 39, 39, 0.05);
}
.Tooltip[data-popper-placement^='left'] > .Tooltip-arrow {
  right: 5px;
}
.Tooltip[data-popper-placement^='left'] > .Tooltip-arrow:before {
  top: -4px;
  background: #fcfcfc;
  box-shadow: 2px -2px 0 0 rgba(39, 39, 39, 0.05);
}
.Tooltip[data-popper-placement^='right'] > .Tooltip-arrow {
  left: -5px;
}
.Tooltip[data-popper-placement^='right'] > .Tooltip-arrow:before {
  top: -3px;
  background: #fcfcfc;
  box-shadow: -2px 2px 0 0 rgba(39, 39, 39, 0.05);
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Ul {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  list-style: disc;
  list-style-type: disc;
  margin: 20px 10px;
}
.Ul li {
  list-style: disc;
  list-style-position: inside;
  margin-top: 5px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.AIcon {
  display: flex;
  color: #272727;
}
.AIcon:hover {
  color: #4c4c4c;
  cursor: pointer;
}
.AIcon:hover .AIcon-svg {
  transform: translateX(1px);
}
.AIcon:active {
  text-decoration-color: #4c4c4c;
  color: #4c4c4c;
  cursor: pointer;
}
.AIcon--default {
  text-decoration: inherit;
  color: inherit;
  transition: inherit;
  cursor: inherit;
}
.AIcon--disabled {
  color: #999;
  pointer-events: none;
}
.AIcon--disabled.AIcon--underlined {
  text-decoration-color: #999;
}
.AIcon-svg {
  align-self: center;
  margin-left: 2px;
  transition: transform 0.15s ease;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.SortBy {
  display: flex;
  position: relative;
  align-items: center;
  height: 30px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 16px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .SortBy {
    background: #fcfcfc;
  }
}
.SortBy-listItem {
  margin-left: 18px;
  font-size: 12px;
}
.SortBy-listItem:first-of-type {
  margin-left: 0;
}
.SortBy-listItem:hover {
  cursor: pointer;
}
.SortBy-listItem:hover .SortBy-listItemLink {
  color: #72a4f6;
}
.SortBy-listItem:hover .SortBy-sortIcon {
  fill: #72a4f6;
}
.SortBy-listItem:hover .SortBy-sortIcon.SortBy-sortIcon--asc {
  fill: #72a4f6;
}
@media (max-width: 900px) {
  .SortBy-listItem {
    margin-left: 10px;
  }
}
.SortBy-label {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .SortBy-label {
    display: none;
  }
}
.SortBy-icon {
  display: none;
  height: 15px;
  width: 15px;
  fill: #999;
  transition: fill 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
@media (max-width: 900px) {
  .SortBy-icon {
    display: block;
  }
}
.SortBy-sortIcon {
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  margin-left: 7px;
  fill: #999;
  transition: fill 0.15s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.15s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
.SortBy-listItemLink {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #999;
  transition: color 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.SortBy-listItem--active .SortBy-listItemLink {
  color: #3c80f1;
}
.SortBy-listItem--active .SortBy-sortIcon {
  fill: #3c80f1;
}
.SortBy-listItem--active .SortBy-icon {
  fill: #3c80f1;
}
.SortBy-listItem--active .SortBy-sortIcon--asc {
  transform: scaleY(-1);
}
.SortBy-listItem--active:hover:not(.SortBy-listItem--clicked) .SortBy-sortIcon {
  transform: scaleY(-1);
}
.SortBy-listItem--active:hover:not(.SortBy-listItem--clicked) .SortBy-sortIcon.SortBy-sortIcon--asc {
  transform: scaleY(1);
}
.SortBy--loading .SortBy-listItemLink,
.SortBy--loading .SortBy-sortIcon,
.SortBy--loading .SortBy-icon {
  color: #999;
  fill: #999;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Ellipsis-dot1 {
  opacity: 0;
  animation: animationDot1 1s ease infinite;
}
.Ellipsis-dot2 {
  opacity: 0;
  animation: animationDot2 1s ease infinite;
}
.Ellipsis-dot3 {
  opacity: 0;
  animation: animationDot3 1s ease infinite;
}
@keyframes animationDot1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animationDot2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animationDot3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.HideShow {
  opacity: 0;
}
.HideShow--shown {
  opacity: 1;
}
.HideShow--fastest {
  transition: opacity 0.08s ease-in-out;
}
.HideShow--fast {
  transition: opacity 0.15s ease-in-out;
}
.HideShow--normal {
  transition: opacity 0.3s ease-in-out;
}
.HideShow--normalSlow {
  transition: opacity 0.4s ease-in-out;
}
.HideShow--slow {
  transition: opacity 0.7s ease-in-out;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.CarouselField {
  overflow: hidden;
}
.CarouselField-current {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  color: transparent;
}
.CarouselField-current img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.CarouselField-input input {
  padding: 0;
  background: transparent;
  border-bottom: 2px solid #97c1ff;
  border-radius: 0;
  transition: border-bottom 0.15s ease;
}
.CarouselField-input input:focus,
.CarouselField-input input:valid {
  border-bottom: 2px solid #3c80f1;
}
.CarouselField-input input:not(.noClass) {
  box-shadow: unset;
  outline: 0;
}
.CarouselField-list {
  display: flex;
  padding: 2px 5px 5px 2px;
  padding: 20px;
  overflow-x: scroll;
  overflow-y: visible;
  border: 2px solid #72a4f6;
  scrollbar-width: none;
  /* Firefox */
}
.CarouselField-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.CarouselField-images {
  display: flex;
}
.CarouselField-item {
  position: relative;
  flex-shrink: 0;
  height: 70px;
  width: 70px;
  margin-right: 30px;
  box-shadow: 0 0 10px 5px rgba(39, 39, 39, 0.05);
  outline: 2px solid transparent;
  transition: outline 0.15s ease, box-shadow 0.7s ease;
}
.CarouselField-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.CarouselField-item img[src=''],
.CarouselField-item img:not([src]) {
  display: none;
}
.CarouselField-item img[src=''] + div,
.CarouselField-item img:not([src]) + div {
  opacity: 0.05;
}
.CarouselField-item--current {
  box-shadow: 0 0 0 2px transparent;
  outline: 2px solid #72a4f6;
}
.CarouselField-item:hover {
  cursor: grab;
}
.CarouselField-item:hover .CarouselField-overlay {
  opacity: 0.2;
}
.CarouselField-item:hover .CarouselField-iconRemove {
  opacity: 1;
}
.CarouselField-item:active {
  cursor: grabbing;
}
.CarouselField-iconRemove {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 5px;
  right: 5px;
  margin-left: 10px;
  opacity: 0;
  fill: #fcfcfc;
  transition: opacity 0.15s ease;
}
.CarouselField-iconRemove:hover {
  cursor: pointer;
}
.CarouselField-itemAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  margin-right: 0;
}
.CarouselField-itemAdd:hover {
  cursor: pointer;
}
.CarouselField-iconAdd {
  height: 20px;
  width: 20px;
}
.CarouselField-overlay {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #272727;
  transition: opacity 0.15s ease;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.Sortable--disabled {
  pointer-events: none;
}

/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* Utils */
.whiteBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, white 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.blackBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #272727 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.grayBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, rgba(39, 39, 39, 0.15) 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.alertBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ffd354 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.errorBars {
  background: -webkit-linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background: linear-gradient(45deg, transparent 49%, #ff625d 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.accentBars {
  background: -webkit-linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background: linear-gradient(-45deg, transparent 49%, #4c4c4c 50%, transparent 51%) repeat;
  background-size: 5px 5px;
}
.goldBack {
  opacity: 0.7;
  background: #ffd354;
}
.errorBack {
  opacity: 0.7;
  background-color: #ff625d;
}
.accentBack {
  opacity: 0.7;
  background-color: #4c4c4c;
}
.grayBack {
  opacity: 0.7;
  background-color: rgba(39, 39, 39, 0.15);
}
.SortableItem {
  display: flex;
  position: relative;
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
  transition: transform 0.15s ease;
}
.SortableItem--active {
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scaleX(1.01) scaleY(1.01);
  z-index: 1000;
}


/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.LayoutHelperGrid {
  display: grid;
  position: absolute;
  grid-template-columns: repeat(12, 1fr);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px;
  font-size: 0;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
  user-select: none;
}
.LayoutHelperGrid-column {
  height: 100vh;
}
.LayoutHelperGrid-column:nth-child(2n - 1) {
  background-color: rgba(39, 39, 39, 0.05);
}
.LayoutHelperGrid-column:nth-child(2n) {
  background-color: rgba(39, 39, 39, 0.03);
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModal {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.BaseModal-background {
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 39, 39, 0.5);
  transform: scale(2);
}
.BaseModal-container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(24, 1fr);
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BaseModal-container {
    display: block;
    padding: 10px;
  }
}
.BaseModal-content {
  position: relative;
  grid-column: 7 / span 12;
  grid-row: 8;
  padding: 60px 100px;
  background: #fcfcfc;
  border-radius: 4px;
  box-shadow: 2px 2px 0 2px rgba(39, 39, 39, 0.05);
}
@media (max-width: 900px) {
  .BaseModal-content {
    grid-column: 5 / span 16;
    grid-row: 8;
    padding: 60px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BaseModal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
.BaseModal-cross {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 20px;
  right: 20px;
  padding: 0 0 10px 10px;
  fill: #999;
  transition: fill 0.15s ease;
}
.BaseModal-cross:hover {
  fill: #272727;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModalFooterLink {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #3c80f1;
}
.BaseModalFooterLink:hover:not(.noClass) {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModalText {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #4c4c4c;
  user-select: none;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModalFooter {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModalTitle {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #4c4c4c;
  user-select: none;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseModalFooterSection {
  margin-top: 5px;
  white-space: nowrap;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseSheet {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 50px 20px 20px;
}
.BaseSheet-cross {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 20px;
  right: 20px;
}
.BaseSheet-cross:hover {
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseForm {
  display: flex;
  flex-direction: column;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseFormField {
  padding-bottom: 10px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseFormError {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 12px;
  color: #ff625d;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseFormLabel {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseFormSubmit {
  margin: 20px 0 40px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkCreateForm-url {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BookmarkCreateForm-url {
    padding-top: 30px;
  }
}
.BookmarkCreateForm-urlArrow {
  padding-left: 10px;
  transition: transform 0.15s ease;
}
.BookmarkCreateForm-urlArrow:hover {
  transform: translateX(2px);
  cursor: pointer;
}
.BookmarkCreateForm-loader {
  margin-left: 15px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BookmarkCreateForm-tags,
  .BookmarkCreateForm-notes {
    display: none;
  }
}
.BookmarkCreateForm-public {
  display: flex;
  align-items: center;
}
.BookmarkCreateForm-iconPublic {
  margin-left: 10px;
  fill: #c7ddff;
  transition: fill 0.15s ease;
}
.BookmarkCreateForm-iconPublic--active {
  fill: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkUpdateForm {
  display: flex;
  flex-direction: column;
}
.BookmarkUpdateForm-url input:not(.noClass) {
  text-decoration: underline;
  text-decoration-color: rgba(153, 153, 153, 0.5);
  text-decoration-thickness: 2px;
  color: rgba(153, 153, 153, 0.5);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.BookmarkUpdateForm-url input:not(.noClass):hover {
  text-decoration-color: #72a4f6;
  color: #72a4f6;
  cursor: pointer;
}
.BookmarkUpdateForm-urlArrow {
  padding-bottom: 9px;
  padding-left: 10px;
  transition: transform 0.15s ease;
}
.BookmarkUpdateForm-urlArrow:hover {
  transform: translateX(2px);
  cursor: pointer;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BookmarkUpdateForm-tags,
  .BookmarkUpdateForm-notes {
    display: none;
  }
}
.BookmarkUpdateForm-public {
  display: flex;
  align-items: center;
}
.BookmarkUpdateForm-iconPublic {
  margin-left: 10px;
  fill: #c7ddff;
  transition: fill 0.15s ease;
}
.BookmarkUpdateForm-iconPublic--active {
  fill: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ForgotPasswordModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ListForm-save {
  margin-bottom: 20px;
}
@br-tablet Horizontal {
  margin-bottom: 0;
}
.ListForm-delete {
  background: #fc8f8b;
}
.ListForm-delete:hover {
  background: #72a4f6;
}
.ListForm-public {
  display: flex;
  align-items: center;
}
.ListForm-iconPublic {
  margin-left: 10px;
  fill: #c7ddff;
  transition: fill 0.15s ease;
}
.ListForm-iconPublic--active {
  fill: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkAddedToList-title {
  font-weight: 600;
}
.BookmarkAddedToList-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkCreated {
  font-size: 14px;
  font-weight: 600;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkDeleted {
  font-size: 14px;
  font-weight: 600;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkGrabbed-title {
  font-weight: 600;
}
.BookmarkGrabbed-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkNotAddedToList-title {
  font-weight: 600;
}
.BookmarkNotAddedToList-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkNotRemovableFromList-title {
  font-weight: 600;
}
.BookmarkNotRemovableFromList-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkPrivateLimitReached-title {
  font-weight: 600;
}
.BookmarkPrivateLimitReached-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkRemovedFromList-title {
  font-weight: 600;
}
.BookmarkRemovedFromList-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ConnectionAdded-title {
  font-weight: 600;
}
.ConnectionAdded-text {
  font-size: 12px;
}
.ConnectionAdded-user:not(.noClass) {
  font-weight: 500;
  text-decoration: none;
}
.ConnectionAdded-user:not(.noClass):hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ConnectionRemoved-title {
  font-weight: 600;
}
.ConnectionRemoved-text {
  font-size: 12px;
}
.ConnectionRemoved-user:not(.noClass) {
  font-weight: 500;
  text-decoration: none;
}
.ConnectionRemoved-user:not(.noClass):hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ConnectionRemovedFailed-title {
  font-weight: 600;
}
.ConnectionRemovedFailed-text {
  font-size: 12px;
}
.ConnectionRemovedFailed-user:not(.noClass) {
  font-weight: 500;
  text-decoration: none;
}
.ConnectionRemovedFailed-user:not(.noClass):hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.LinkVoted-title {
  font-weight: 600;
}
.LinkVoted-text {
  font-size: 12px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BaseNotification {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Notifications {
  position: fixed;
  max-width: 1200px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 10px 0;
  opacity: 0.95;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Notifications {
    padding: 10px 10px 0;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ResetPasswordModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ScreenSizePixel {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ScreenSizePixel:before {
  content: 'desktop';
}
@media (max-width: 750px) {
  .ScreenSizePixel:before {
    content: 'tablet';
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ScreenSizePixel:before {
    content: 'mobile';
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SignUpDisabledModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SignUpModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.WelcomeModal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.WelcomeModalError {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.CookiesBanner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fcfcfc;
  border: 1px solid #c7ddff;
  user-select: none;
  border-radius: 4px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CookiesBanner {
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }
}
.CookiesBanner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  padding: 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CookiesBanner-text {
    padding: 0;
    border-radius: 4px;
  }
}
.CookiesBanner-textSpan {
  font-size: 12px;
}
.CookiesBanner-textSpanTitle {
  padding: 4px 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CookiesBanner-textSpanTitle {
    margin-right: 10px;
  }
}
.CookiesBanner-textSpanBody {
  padding: 4px 10px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CookiesBanner-textSpanBody {
    margin-right: 10px;
  }
}
.CookiesBanner-buttons {
  display: inline-flex;
  align-items: flex-end;
  padding: 20px;
  gap: 5px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CookiesBanner-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 10px;
    padding: 0;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.LanguageItem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  color: #4c4c4c;
  background: #fcfcfc;
  border: 2px solid;
  border-color: #4c4c4c;
  transition: border-color 0.15s ease;
  user-select: none;
  border-radius: 50%;
  font-variant: small-caps;
}
.LanguageItem-text {
  font-weight: 700;
  transition: color 0.15s ease;
}
.LanguageItem:hover:not(.LanguageItem--active) {
  border-color: #72a4f6;
  cursor: pointer;
}
.LanguageItem:hover:not(.LanguageItem--active) .LanguageItem-text {
  color: #72a4f6;
}
.LanguageItem:last-child {
  margin-bottom: 0;
}
.LanguageItem--active {
  border-color: #3c80f1;
}
.LanguageItem--active .LanguageItem-text {
  color: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.LanguagesSwitch {
  position: absolute;
  bottom: -45px;
  left: -45px;
  padding: 10px;
  background: #fcfcfc;
  border-radius: 4px;
}
.LanguagesSwitch-language {
  margin-right: 10px;
}
.LanguagesSwitch-language:last-child {
  margin-right: 0;
}
.LanguagesSwitch-languageActive {
  font-weight: 700;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Footer {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 30px 0;
}
@media (max-width: 900px) {
  .Footer {
    padding: 30px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Footer {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-item: center;
  }
}
.Footer-left {
  display: flex;
  justify-content: space-around;
  flex: 1;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Footer-left {
    flex-direction: column;
  }
}
.Footer-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.Footer-link:hover:not(.noClass),
.Footer-link--active:not(.noClass) {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
}
@media (max-width: 900px) {
  .Footer-link {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Footer-link {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
  }
  .Footer-link:last-of-type {
    padding-bottom: 0;
  }
}
.Footer-lastSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Footer-lastSection {
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
.Footer-languages {
  position: relative;
}
.Footer-lang {
  height: 35px;
  width: 35px;
}
.Footer-lang:hover {
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: #3c80f1;
  fill: #3c80f1;
  transition: opacity 0.15s ease;
}
.Logo:hover:not(.noClass) {
  text-decoration: none;
  color: #3c80f1;
  opacity: 0.8;
  fill: #3c80f1;
}
.Logo-icon {
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .Logo-icon {
    height: 30px;
  }
}
.Logo-icon svg {
  height: 100%;
  transition: fill 0.15s ease;
}
.Logo-icon svg path[data-id='background'] {
  fill: #f8f8f8;
}
.Logo-icon svg path[data-id='shadow'] {
  opacity: 0.7;
  fill: #c1c1c1;
}
.Logo-icon svg path[data-id='logo'] {
  fill: #3c80f1;
}
.Logo-text {
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 600;
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .Logo-text {
    display: none;
  }
}
.Logo--loadingBeat .Logo-icon svg {
  transform-origin: 50% 50%;
  animation: hearth-beat 2s ease infinite;
}
@media (max-width: 750px) {
  .Logo--loadingBeat .Logo-icon svg {
    animation: none;
  }
}
.Logo--loadingColors .Logo-icon path[data-id-logo='red'] {
  animation: colors-beat-red 2s linear infinite;
}
.Logo--loadingColors .Logo-icon path[data-id-logo='green'] {
  animation: colors-beat-green 1.7s linear infinite;
}
.Logo--loadingColors .Logo-icon path[data-id-logo='blue'] {
  animation: colors-beat-blue 2.1s linear infinite;
}
.Logo--loadingColors .Logo-icon path[data-id-logo='yellow'] {
  animation: colors-beat-yellow 1.8s linear infinite;
}
@keyframes hearth-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes colors-beat-red {
  0% {
    fill: #ff625d;
  }
  20% {
    fill: #6df8eb;
  }
  40% {
    fill: #ff625d;
  }
  60% {
    fill: #72a4f6;
  }
  80% {
    fill: #ffe393;
  }
  100% {
    fill: #ff625d;
  }
}
@keyframes colors-beat-green {
  0% {
    fill: #6df8eb;
  }
  20% {
    fill: #72a4f6;
  }
  40% {
    fill: #6df8eb;
  }
  60% {
    fill: #6df8eb;
  }
  80% {
    fill: #ff625d;
  }
  100% {
    fill: #ff625d;
  }
}
@keyframes colors-beat-blue {
  0% {
    fill: #72a4f6;
  }
  20% {
    fill: #ffe393;
  }
  40% {
    fill: #ffe393;
  }
  60% {
    fill: #ff625d;
  }
  80% {
    fill: #6df8eb;
  }
  100% {
    fill: #72a4f6;
  }
}
@keyframes colors-beat-yellow {
  0% {
    fill: #ffe393;
  }
  20% {
    fill: #ff625d;
  }
  40% {
    fill: #72a4f6;
  }
  60% {
    fill: #ffe393;
  }
  80% {
    fill: #72a4f6;
  }
  100% {
    fill: #ffe393;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserModal {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 20px 60px 20px 20px;
  opacity: 0;
  background: #fcfcfc;
  box-shadow: 5px 5px 50px 0 #c1c1c1;
  transition: transform 0.15s ease, opacity 0.15s ease;
  pointer-events: none;
  border-radius: 8px;
}
@media (max-width: 750px) {
  .UserModal {
    position: fixed;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow-y: scroll;
    opacity: 1;
    border: none;
    transform: translateX(100vw);
    pointer-events: unset;
    border-radius: 0;
    scrollbar-width: none;
    /* Firefox */
  }
  .UserModal::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
    width: 0;
    background: transparent;
  }
}
.UserModal--mounted {
  opacity: 1;
  pointer-events: unset;
}
@media (max-width: 750px) {
  .UserModal--mounted {
    transform: translateX(0);
  }
}
.UserModal-cross {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  top: 10px;
  right: 10px;
  border: 1px solid #c1c1c1;
  transition: border 0.15s ease;
  z-index: 1;
  border-radius: 50%;
}
.UserModal-cross:hover {
  border: 1px solid #999;
  cursor: pointer;
}
.UserModal-cross:hover .UserModal-crossIcon {
  fill: #999;
}
@media (max-width: 750px) {
  .UserModal-cross {
    position: sticky;
    height: 70px;
    width: 100%;
    top: 0;
    right: 0;
    background: #fcfcfc;
    border-bottom: 2px solid #72a4f6;
    border-radius: 0;
  }
  .UserModal-cross:hover {
    cursor: pointer;
  }
  .UserModal-cross:hover .UserModal-crossIcon {
    fill: #72a4f6;
  }
}
.UserModal-crossIcon {
  height: 8px;
  width: 8px;
  fill: #c1c1c1;
  transition: fill 0.15s ease;
}
@media (max-width: 750px) {
  .UserModal-crossIcon {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 23px;
    right: 27px;
    fill: #3c80f1;
  }
}
.UserModal-userLogo {
  position: absolute;
  height: 35px;
  width: 36px;
  top: 10px;
  left: 10px;
  box-shadow: 0 0 0 2pt #272727;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.UserModal-userLogo:hover {
  cursor: pointer;
}
@media (max-width: 750px) {
  .UserModal-userLogo {
    top: 22px;
    left: 22px;
  }
}
@media (max-width: 750px) {
  .UserModal-list {
    position: relative;
  }
}
.UserModal-item {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
}
.UserModal-item:first-child {
  padding-top: 0;
}
.UserModal-item:last-child {
  padding-bottom: 0;
}
.UserModal-item:hover,
.UserModal-item--active {
  cursor: pointer;
}
.UserModal-item:hover .UserModal-label,
.UserModal-item--active .UserModal-label {
  text-decoration-color: #72a4f6;
  color: #72a4f6;
}
.UserModal-item:hover .UserModal-icon,
.UserModal-item--active .UserModal-icon {
  fill: #72a4f6;
}
.UserModal-item--mobile {
  display: none;
}
@media (max-width: 750px) {
  .UserModal-item {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 25px 0 15px;
    font-size: 34px;
    font-weight: 700;
    white-space: nowrap;
  }
  .UserModal-item:before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #f3f8ff;
  }
  .UserModal-item:first-child {
    padding-top: 0;
  }
  .UserModal-item:last-child {
    padding-bottom: 0;
  }
  .UserModal-item:last-child:before {
    display: none;
  }
  .UserModal-item--mobile {
    display: flex;
  }
}
.UserModal-label {
  flex: 1;
  color: #999;
  transition: color 0.15s ease;
}
@media (max-width: 750px) {
  .UserModal-label {
    flex: 1;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 4px;
    color: #3c80f1;
  }
}
.UserModal-link {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .UserModal-link {
    justify-content: space-between;
    width: 100%;
  }
}
.UserModal-logOut {
  display: flex;
  align-items: center;
}
.UserModal-icon {
  width: 15px;
  max-height: 30px;
  margin-right: 10px;
  fill: #999;
  transition: fill 0.15s ease;
}
@media (max-width: 750px) {
  .UserModal-icon {
    display: inline;
    width: 25px;
    margin-right: 10px;
    fill: #3c80f1;
  }
}
.UserModal-iconLists {
  width: 18px;
  margin: 0 18px 0 2px;
}
@media (max-width: 750px) {
  .UserModal-iconLists {
    width: 22px;
  }
}
.UserModal-iconArrow {
  display: none;
  max-height: 30px;
  fill: #272727;
}
@media (max-width: 750px) {
  .UserModal-iconArrow {
    display: inline;
    width: 30px;
    fill: #3c80f1;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Header {
  position: sticky;
  height: 100px;
  top: 0;
  padding: 0;
  background: #fcfcfc;
  z-index: 2;
}
@media (max-width: 750px) {
  .Header {
    height: 70px;
    padding: 10px 0;
  }
}
.Header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 1;
  gap: 20px;
}
@media (max-width: 750px) {
  .Header-content {
    height: 50px;
    padding: 6px 14px 6px 12px;
    box-shadow: none;
    border: 2px solid #3c80f1;
    border-radius: 8px;
  }
}
.Header-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-right: 34px;
}
@media (max-width: 900px) {
  .Header-logo {
    width: unset;
  }
}
@media (max-width: 750px) {
  .Header-logo {
    width: 250px;
  }
}
.Header-circleIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 42px;
}
.Header-search {
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex: 1;
  height: 42px;
}
.Header-searchForm {
  position: absolute;
  height: 42px;
  top: 0;
  bottom: 0;
  right: 0;
  transition: width 0.3s ease;
  will-change: width;
}
.Header-searchForm input {
  caret-color: #4c4c4c;
}
.Header-searchForm input::placeholder {
  color: #4c4c4c;
}
.Header-searchForm input:hover:not(.noClass) {
  cursor: pointer;
}
.Header-searchForm--open {
  width: 100%;
}
.Header-searchForm--open input {
  opacity: 1;
}
.Header-searchForm--open input:hover:not(.noClass) {
  cursor: text;
}
@media (max-width: 750px) {
  .Header-searchForm {
    display: none;
  }
}
.Header-input {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
.Header-searchLoupe {
  position: absolute;
  height: 22px;
  width: 22px;
  top: 10px;
  right: 11px;
  fill: #c1c1c1;
  transition: opacity 0.3s ease, fill 0.15s ease;
  pointer-events: none;
}
.Header-search--withValue .Header-searchLoupe {
  fill: #c7ddff;
  pointer-events: all;
}
.Header-search--withValue .Header-searchLoupe:hover {
  fill: #97c1ff;
  cursor: pointer;
}
.Header-searchCross {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 14px;
  right: 47px;
  opacity: 0;
  fill: #c1c1c1;
  transition: opacity 0.3s ease, fill 0.15s ease;
}
.Header-search--withValue .Header-searchCross {
  opacity: 1;
  fill: #ffb8b8;
  pointer-events: all;
}
.Header-search--withValue .Header-searchCross:hover {
  fill: #fc8f8b;
  cursor: pointer;
}
.Header-addBookmarkIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid #c1c1c1;
  transform: rotate(45deg);
  transition: border 0.15s ease;
  border-radius: 50%;
}
.Header-addBookmarkIcon svg {
  height: 12px;
  width: 12px;
  fill: #c1c1c1;
  transition: fill 0.15s ease;
}
@media (max-width: 900px) {
  .Header-addBookmarkIcon {
    margin-right: 0;
  }
}
.Header-addBoookmark {
  display: flex;
  align-items: center;
}
.Header-addBoookmark:hover {
  cursor: pointer;
}
@c-addbookmarkicon {
  border: 2px solid #3c80f1;
  svg {
    fill: #72a4f6;
  }
}
@c-addbookmarktext {
  color: #72a4f6;
}
.Header-addBookmarkText {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #c1c1c1;
  transition: color 0.15s ease;
}
@media (max-width: 900px) {
  .Header-addBookmarkText {
    display: none;
  }
}
.Header-userLogo {
  fill: #c1c1c1;
}
.Header-userLogo,
.Header-userImage {
  height: 33px;
  width: 33px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .Header-userLogo,
  .Header-userImage {
    height: 30px;
    width: 30px;
  }
}
.Header-userLogo:hover,
.Header-userImage:hover {
  cursor: pointer;
}
.Header-userImage {
  box-shadow: 0 0 0 2pt transparent;
  transition: box-shadow 0.15s ease;
}
.Header-userImage:hover {
  box-shadow: 0 0 0 2pt #72a4f6;
  cursor: pointer;
}
@media (max-width: 900px) {
  .Header-userImage:hover {
    box-shadow: 0 0 0 1.5pt #72a4f6;
  }
}
@media (max-width: 750px) {
  .Header-userImage:hover {
    box-shadow: none;
  }
}
.Header-loader {
  margin: 5px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SidebarLeftList {
  display: flex;
  position: relative;
  justify-content: flex-start;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
  transition: color 0.15s ease;
  align-items: center;
  margin: 7px 0;
}
.SidebarLeftList svg path[data-id='outer'] {
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.SidebarLeftList svg path[data-id='inner'] {
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.SidebarLeftList:hover:not(.SidebarLeftList--active) {
  color: #3c80f1;
  cursor: pointer;
}
.SidebarLeftList:hover:not(.SidebarLeftList--active) svg path[data-id='outer'] {
  fill: #3c80f1;
}
.SidebarLeftList:hover:not(.SidebarLeftList--active) svg path[data-id='inner'] {
  fill: #3c80f1;
}
.SidebarLeftList--active {
  color: #3c80f1;
}
.SidebarLeftList--active svg path[data-id='outer'] {
  fill: #3c80f1;
}
.SidebarLeftList--active svg path[data-id='inner'] {
  fill: #fcfcfc;
}
.SidebarLeftList-listIcon {
  width: 16px;
  margin-right: 6px;
}
.SidebarLeftList-listTitle {
  font-size: 14px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.SidebarLeftList-listTitle::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.SidebarLeftList-dot {
  position: absolute;
  top: 0;
  right: -5px;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.SidebarLeftList-dot--pending {
  opacity: 1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SidebarLeftLists {
  margin-bottom: 5px;
}
.SidebarLeftLists-lists {
  margin-top: 5px;
}
.SidebarLeftLists-list {
  display: flex;
  position: relative;
  justify-content: flex-start;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
  transition: color 0.15s ease;
  align-items: center;
  margin: 7px 0;
}
.SidebarLeftLists-list svg {
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.SidebarLeftLists-list:hover,
.SidebarLeftLists-list--active {
  color: #3c80f1;
  cursor: pointer;
}
.SidebarLeftLists-list:hover svg,
.SidebarLeftLists-list--active svg {
  fill: #3c80f1;
}
.SidebarLeftLists-listIcon {
  width: 16px;
  margin-right: 6px;
}
.SidebarLeftLists-listTitle {
  font-size: 14px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.SidebarLeftLists-listTitle::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.SidebarLeftLists-dot {
  position: absolute;
  top: 0;
  right: -5px;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.SidebarLeftLists-dot--pending {
  opacity: 1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SidebarLeftUsers {
  margin-bottom: 5px;
}
.SidebarLeftUsers-user {
  position: relative;
  height: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #4c4c4c;
  overflow-x: scroll;
  overflow-y: hidden;
  transition: color 0.15s ease;
  text-overflow: ellipsis;
  margin: 7px 0;
  scrollbar-width: none;
  /* Firefox */
}
.SidebarLeftUsers-user::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.SidebarLeftUsers-user:hover,
.SidebarLeftUsers-user--active {
  color: #3c80f1;
  cursor: pointer;
}
.SidebarLeftUsers-user:hover svg,
.SidebarLeftUsers-user--active svg {
  fill: #3c80f1;
}
.SidebarLeftUsers-icon {
  height: 15px;
  width: 15px;
  margin-right: 3px;
  fill: #4c4c4c;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SidebarLeft {
  position: relative;
  padding: 10px 20px 20px;
  font-family: 'Inter', 'Helvetica', serif;
}
.SidebarLeft-openCloseIcon {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 21px;
  transform: rotate(180deg);
  transition: border 0.15s ease, transform 0.15s ease;
  z-index: 1;
  border-radius: 50%;
}
.SidebarLeft-openCloseIcon svg {
  height: 15px;
  width: 15px;
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.SidebarLeft-openCloseIcon:hover {
  cursor: pointer;
}
.SidebarLeft-openCloseIcon:hover svg {
  fill: #272727;
}
.SidebarLeft-openCloseIcon--closed {
  transform: rotate(0deg);
}
.SidebarLeft-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 0 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.SidebarLeft-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  color: #4c4c4c;
  transition: color 0.15s ease;
}
.SidebarLeft-item:first-of-type {
  padding: 0 0 8px;
}
.SidebarLeft-item:last-of-type {
  padding: 8px 0 0;
}
.SidebarLeft-item:first-child {
  margin-top: 0;
}
.SidebarLeft-item--active,
.SidebarLeft-item:hover {
  color: #3c80f1;
  cursor: pointer;
}
.SidebarLeft-item--active .SidebarLeft-itemIcon,
.SidebarLeft-item:hover .SidebarLeft-itemIcon {
  fill: #3c80f1;
}
.SidebarLeft-item--active .SidebarLeft-triangleIcon,
.SidebarLeft-item:hover .SidebarLeft-triangleIcon {
  fill: #3c80f1;
}
.SidebarLeft-itemIcon {
  position: relative;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  fill: #4c4c4c;
  transition: fill 0.15s ease;
}
.SidebarLeft-itemIconLeft {
  transform: scaleX(-1);
}
.SidebarLeft-itemLists {
  display: flex;
  align-items: center;
}
.SidebarLeft-itemIconList {
  margin-right: 12px;
}
.SidebarLeft-itemWithSublist {
  padding-bottom: 3px;
}
.SidebarLeft-lists,
.SidebarLeft-users {
  margin-left: 25px;
  padding-right: 10px;
}
.SidebarLeft-triangle {
  padding-right: 5px;
}
.SidebarLeft-triangle svg {
  height: 14px;
  width: 14px;
  fill: #4c4c4c;
  transform: rotate(90deg);
  transition: transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), fill 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}
.SidebarLeft-triangle--open svg {
  transform: rotate(180deg);
}
.SidebarLeft-triangle:hover {
  cursor: pointer;
}
.SidebarLeft-triangle:hover svg {
  fill: #272727;
}
.SidebarLeft-itemDescription {
  flex: 1;
}
.SidebarLeft-itemDescription,
.SidebarLeft-triangle {
  opacity: 1;
  transition: opacity 0.15s ease 0.3s;
}
.SidebarLeft--closed .SidebarLeft-itemDescription,
.SidebarLeft--closed .SidebarLeft-triangle {
  opacity: 0;
  transition: opacity 0.15s ease;
}
.SidebarLeft-divider {
  height: 2px;
  width: 100%;
  margin: 8px 0;
  background: #f8f8f8;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.CardItem {
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.NoResults {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Pagination {
  width: 100%;
}
.Pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 4px;
}
.Pagination-item {
  margin: 0 10px;
  font-weight: 600;
  color: #4c4c4c;
  transition: opacity 0.15s ease, text-decoration-color 0.15s ease;
}
.Pagination-item--active {
  text-decoration-color: #4c4c4c;
}
.Pagination-item:hover:not(.noClass) {
  text-decoration-color: #4c4c4c;
  color: #4c4c4c;
  opacity: 0.8;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SubHeader {
  display: grid;
  position: sticky;
  align-items: center;
  grid-template: 'title select sort' auto / 1fr 3fr auto;
  height: 40px;
  width: 100%;
  top: 100px;
  margin-bottom: 10px;
  font-weight: 600;
  white-space: nowrap;
  color: #999;
  overflow: unset;
  background: #fcfcfc;
  z-index: 1;
  gap: 0 24px;
}
.SubHeader:before {
  content: ' ';
  position: absolute;
  height: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #fcfcfc;
  z-index: 1;
}
.SubHeader--withChildren {
  grid-template: 'title select children sort' auto / 1fr 2fr auto auto;
}
@media (max-width: 900px) {
  .SubHeader--withChildren {
    grid-template: 'title children' auto 'select sort' auto / 2fr 1fr;
    height: unset;
    padding: 16px 30px 13px;
    white-space: unset;
    gap: 14px 10px;
  }
}
@media (max-width: 750px) {
  .SubHeader--withChildren {
    padding: 8px 15px 15px;
  }
}
@media (max-width: 750px) {
  .SubHeader {
    position: relative;
    grid-template: 'title sort' auto 'select select' auto / 2fr 1fr;
    height: 100px;
    top: unset;
    margin-bottom: 10px;
    padding: 8px 15px 15px;
  }
}
.SubHeader-headerTitle {
  display: flex;
  align-items: center;
  flex: 1;
  grid-area: title;
  white-space: nowrap;
  color: #4c4c4c;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
}
.SubHeader-headerTitle::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.SubHeader-headerTitle svg {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  margin-right: 12px;
  fill: #4c4c4c;
}
@media (max-width: 750px) {
  .SubHeader-headerTitle svg {
    margin-right: 5px;
  }
}
.SubHeader-headerLink {
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #4c4c4c;
  transition: text-decoration-color 0.15s ease;
}
.SubHeader-headerLink:hover {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
}
.SubHeader-notification {
  overflow: unset;
}
.SubHeader-notificationContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 20px;
  background: #ffd354;
}
.SubHeader-notificationText {
  flex: 1;
  font-weight: 700;
}
.SubHeader-notificationIcon {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-left: 10px;
}
.SubHeader-notificationIcon:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.SubHeader-notificationIconCross {
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
  fill: #ff625d;
}
.SubHeader-notificationIconCheck {
  fill: #72a4f6;
}
.SubHeader-headerImages {
  display: flex;
  position: relative;
  align-items: center;
  height: 20px;
}
@media (max-width: 750px) {
  .SubHeader-headerImages {
    display: none;
  }
}
.SubHeader-headerImagesItem {
  position: relative;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: #fcfcfc;
  border: 2px solid #999;
  transition: border 0.15s cubic-bezier(0.42, 0, 0.13, 0.71);
  border-radius: 50%;
}
.SubHeader-headerImagesItem:hover {
  border: 2px solid #72a4f6;
  cursor: pointer;
}
.SubHeader-headerImagesItemOwner {
  margin-right: 10px;
}
.SubHeader-headerImagesItemJoined {
  margin-right: -5px;
}
.SubHeader-headerImagesItemJoined:last-of-type {
  margin: 0;
}
.SubHeader-headerImagesItemJoined--pending {
  border: 2px solid #ffd354;
}
.SubHeader-headerImagesItemJoined--active {
  border: 2px solid #4c4c4c;
}
.SubHeader-headerImagesItemImage {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.SubHeader-headerPlusIcon {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: #fcfcfc;
  box-shadow: 0 0 0 0 #272727;
  outline: 1.5px solid #fcfcfc;
  transform: rotate(0deg);
  transition: fill 0.15s ease;
  border-radius: 50%;
}
.SubHeader-joinList {
  height: 20px;
  width: 20px;
  margin-left: 8px;
}
.SubHeader-iconRole {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  fill: #999;
  transition: fill 0.15s ease;
}
.SubHeader-iconReader,
.SubHeader-iconEditor {
  fill: #999;
  pointer-events: none;
}
.SubHeader-iconAdmin:hover {
  fill: #72a4f6;
}
.SubHeader-iconAdmin:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.SubHeader-select {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  grid-area: select;
}
@media (max-width: 900px) {
  .SubHeader-select {
    flex: 1;
    width: unset;
  }
  .SubHeader-select .Select__placeholder {
    padding-left: 16px;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .SubHeader-select {
    width: 100%;
    order: 3;
  }
}
.SubHeader-children {
  display: none;
  grid-area: children;
}
.SubHeader--withChildren .SubHeader-children {
  display: flex;
}
@media (max-width: 750px) {
  .SubHeader--withChildren .SubHeader-children {
    display: none;
  }
}
@media (max-width: 900px) {
  .SubHeader-children {
    justify-content: flex-end;
  }
}
.SubHeader-bookmarks {
  height: 100%;
  width: 100%;
}
.SubHeader-sort {
  justify-content: flex-end;
  grid-area: sort;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SubHeaderSeparator {
  flex-shrink: 0;
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background: #c1c1c1;
  border-radius: 2px;
}
@media (max-width: 900px) {
  .SubHeaderSeparator {
    visibility: hidden;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.CustomTag {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  white-space: nowrap;
  color: #3c80f1;
  transition: text-decoration-color 0.15s ease;
}
.CustomTag:hover {
  text-decoration-color: #3c80f1;
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserFollowButton {
  position: relative;
}
.UserFollowButton-followed,
.UserFollowButton-notFollowed,
.UserFollowButton-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform 0.08s ease, fill 0.08s ease, opacity 0.08s ease;
}
.UserFollowButton-followed path[data-id='background'],
.UserFollowButton-notFollowed path[data-id='background'],
.UserFollowButton-loader path[data-id='background'] {
  opacity: 1;
  fill: #fcfcfc;
}
.UserFollowButton:hover {
  cursor: pointer;
}
.UserFollowButton:hover .UserFollowButton-userLogo {
  opacity: 0;
}
.UserFollowButton-loader:after {
  border-color: #3c80f1;
}
.UserFollowButton-loader span {
  background: #3c80f1;
}
.UserFollowButton-notFollowed {
  fill: #999;
}
.UserFollowButton-notFollowed:hover {
  fill: #3c80f1;
}
.UserFollowButton-notFollowed--recentlyChanged:hover {
  fill: #999;
}
.UserFollowButton-followed {
  fill: #3c80f1;
}
.UserFollowButton-followed:hover {
  fill: #ff625d;
  transform: rotate(-45deg);
}
.UserFollowButton-followed--recentlyChanged:hover {
  fill: #3c80f1;
  transform: rotate(0);
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserImageWithFollow {
  position: relative;
  height: 38px;
  width: 38px;
  margin-right: 2px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserImageWithFollow {
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
  }
}
.UserImageWithFollow-image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.UserImageWithFollow-image:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.UserImageWithFollow-followButton {
  position: absolute;
  height: 14px;
  width: 14px;
  top: -2px;
  right: -2px;
  outline: 2px solid #fcfcfc;
  border-radius: 50%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserRow {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons' auto 'description tags icons' auto / 7fr 6fr auto;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRow {
    grid-template: unset;
    grid-template-areas: 'title title icons' 'description description .' 'tags tags .';
    grid-template-columns: 1fr 1fr 60px;
    grid-template-rows: 25px 2fr 1fr;
    height: 100px;
    padding: 10px 10px 15px 13px;
    column-gap: 0;
    row-gap: 0;
  }
}
.UserRow-title {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  grid-area: title;
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  white-space: nowrap;
  color: #4c4c4c;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.UserRow-title::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.UserRow-titleIcon {
  align-self: center;
  height: 15px;
  width: 15px;
  margin-right: 6px;
  fill: #4c4c4c;
}
.UserRow-titleLink:hover {
  cursor: pointer;
}
.UserRow-description {
  display: flex;
  align-items: flex-end;
  grid-area: description;
  padding-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  white-space: nowrap;
  color: #4c4c4c;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.UserRow-description::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .UserRow-description {
    align-self: center;
    padding: 0 0 4px 22px;
    line-height: 10px;
  }
}
.UserRow-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  overflow-x: scroll;
  overflow-y: visible;
  direction: ltr;
  scrollbar-width: none;
  /* Firefox */
}
.UserRow-tags::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .UserRow-tags {
    align-self: flex-end;
    padding: 0 0 0 22px;
  }
}
.UserRow-tag {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .UserRow-tag {
    margin-left: 0;
    margin-right: 10px;
  }
}
.UserRow-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  grid-area: icons;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRow-icons {
    padding: 5px 5px 0 0;
  }
}
.UserRow-userImage {
  position: relative;
  height: 38px;
  width: 38px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRow-userImage {
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
  }
}
.UserRow-image {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.UserRow-image:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.UserRow-followButton {
  position: absolute;
  height: 14px;
  width: 14px;
  top: -2px;
  right: -2px;
  outline: 2px solid #fcfcfc;
  border-radius: 50%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserRowSkeleton {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons' auto 'description tags icons' auto / 5fr 7fr 1fr;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRowSkeleton {
    grid-template: unset;
    grid-template-areas: 'title title icons' 'description description .' 'tags tags tags';
    grid-template-columns: 1fr 1fr 60px;
    grid-template-rows: 25px 2fr 1fr;
    height: 100px;
    padding: 15px 10px 15px 13px;
    column-gap: 0;
    row-gap: 0;
  }
}
.UserRowSkeleton-title {
  display: flex;
  grid-area: title;
  height: 20px;
  width: 50%;
}
.UserRowSkeleton-favicon {
  flex-shrink: 0;
  height: 13px;
  width: 13px;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin-right: 13px;
  border-radius: 50%;
}
.UserRowSkeleton-titleText {
  height: 15px;
  width: 100%;
}
.UserRowSkeleton-description {
  grid-area: description;
  height: 10px;
  width: 80%;
  margin-left: 26px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRowSkeleton-description {
    align-self: flex-start;
    padding: 5px 0 0 24px;
    line-height: 10px;
  }
}
.UserRowSkeleton-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  padding-bottom: 6px;
  padding-left: 30px;
  overflow: hidden;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserRowSkeleton-tags {
    align-self: flex-end;
    padding: 0 0 0 24px;
    overflow: hidden;
  }
}
.UserRowSkeleton-tag {
  height: 10px;
  width: 40px;
  margin-right: 10px;
}
.UserRowSkeleton-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  grid-area: icons;
  padding-bottom: 6px;
}
.UserRowSkeleton-image {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Following-following {
  height: 100%;
  width: 100%;
}
.Following-icon:not(.noClass) {
  transform: scaleX(-1);
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Draggable:hover {
  cursor: grab;
}
.Draggable-base--isDragging {
  cursor: grabbing !important;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.Draggable-preview {
  zoom: 0.1;
  border: 1px #272727 dashed;
  background: #fcfcfc;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Bookmarker {
  position: relative;
}
.Bookmarker:hover {
  cursor: pointer;
}
.Bookmarker:hover .Bookmarker-bookmark--filled {
  opacity: 0;
}
.Bookmarker:hover .Bookmarker-bookmark--empty {
  fill: #3c80f1;
  cursor: pointer;
}
.Bookmarker:hover .Bookmarker-bookmark--empty path[data-id='background'] {
  fill: #3c80f1;
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Bookmarker:hover .Bookmarker-bookmark--empty {
    fill: #c1c1c1;
  }
  .Bookmarker:hover .Bookmarker-bookmark--empty path[data-id='background'] {
    fill: transparent;
  }
}
.Bookmarker:hover .Bookmarker-remove {
  opacity: 1;
  transform: rotate(-45deg);
}
.Bookmarker-bookmark,
.Bookmarker-remove,
.Bookmarker-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.Bookmarker-bookmark {
  background: transparent;
}
.Bookmarker-bookmark path[data-id='background'] {
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: fill 0.15s ease;
}
.Bookmarker-bookmark--empty {
  fill: #c7ddff;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Bookmarker-bookmark--empty {
    fill: #c1c1c1;
  }
}
.Bookmarker-bookmark--empty path[data-id='background'] {
  fill: transparent;
}
.Bookmarker-bookmark--filled {
  fill: #3c80f1;
}
.Bookmarker-bookmark--filled path[data-id='background'] {
  fill: #3c80f1;
}
.Bookmarker-remove {
  opacity: 0;
  outline: 2px solid transparent;
  fill: #ff625d;
  border-radius: 50%;
}
.Bookmarker-remove path[data-id='background'] {
  fill: transparent;
}
.Bookmarker-remove:hover {
  cursor: pointer;
}
.Bookmarker-loader:after {
  border-color: #3c80f1;
}
.Bookmarker-loader span {
  background: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkRowIcons {
  height: 100%;
}
.BookmarkRowIcons-actionsIconsWrapper {
  display: flex;
  align-items: center;
  grid-area: icons;
  height: 100%;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-actionsIconsWrapper {
    position: absolute;
    grid-area: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .BookmarkRowIcons-actionsIconsWrapper--mounted {
    pointer-events: unset;
  }
}
.BookmarkRowIcons-actionsIcons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-actionsIcons {
    display: grid;
    justify-items: unset;
    position: absolute;
    justify-content: space-evenly;
    align-items: center;
    grid-area: unset;
    grid-auto-flow: column;
    grid-template: unset;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 30px;
    background: #fcfcfc;
    gap: 20px;
    border-radius: 4px;
    box-shadow: -2px 0 4px 2px rgba(39, 39, 39, 0.05);
  }
}
.BookmarkRowIcons-actionsIconsBackground {
  display: none;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-actionsIconsBackground {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 39, 39, 0.15);
  }
}
.BookmarkRowIcons-actionsIconsBackgroundCloseIcon {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
  padding: 4px;
  background: #fcfcfc;
  border-radius: 50%;
  box-shadow: 2px 2px 0 2px rgba(39, 39, 39, 0.05);
}
.BookmarkRowIcons-icon {
  height: 13px;
  width: 13px;
  margin-left: 23px;
  fill: #3c80f1;
  transition: fill 0.15s ease;
}
.BookmarkRowIcons-icon:hover {
  fill: #72a4f6;
  cursor: pointer;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-icon {
    height: 10px;
    width: 10px;
  }
}
.BookmarkRowIcons-iconWrapper {
  display: flex;
  align-items: center;
}
.BookmarkRowIcons-iconEdit,
.BookmarkRowIcons-iconInfo,
.BookmarkRowIcons-iconPublic {
  justify-self: flex-start;
  grid-area: iconEdit;
}
.BookmarkRowIcons-iconEdit:hover,
.BookmarkRowIcons-iconInfo:hover,
.BookmarkRowIcons-iconPublic:hover {
  cursor: pointer;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-iconEdit,
  .BookmarkRowIcons-iconInfo,
  .BookmarkRowIcons-iconPublic {
    justify-self: unset;
    grid-area: unset;
    height: 20px;
    width: 20px;
    margin-top: 0;
    margin-right: 0;
  }
}
.BookmarkRowIcons-iconFolder {
  display: flex;
  justify-self: center;
  height: 13px;
  width: 13px;
}
.BookmarkRowIcons-iconFolder svg path[data-id='inner'] {
  fill: #fcfcfc;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderNormal {
  position: absolute;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderRemove {
  position: absolute;
  height: 13px;
  width: 13px;
  min-height: 13px;
  min-width: 13px;
  opacity: 0;
  transform: rotate(-45deg);
  fill: #ff625d;
  outline: 2px solid transparent;
  border-radius: 50%;
  transition: opacity 0.15s ease;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderRemove path[data-id='background'] {
  fill: transparent;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderLoader {
  height: 13px;
  width: 13px;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderLoader:after {
  border-color: #3c80f1;
}
.BookmarkRowIcons-iconFolder .BookmarkRowIcons-iconFolderLoader span {
  background: #3c80f1;
}
.BookmarkRowIcons-iconFolder:hover .BookmarkRowIcons-iconFolderNormal {
  opacity: 0;
}
.BookmarkRowIcons-iconFolder:hover .BookmarkRowIcons-iconFolderRemove {
  opacity: 1;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-iconFolder {
    justify-self: center;
    grid-area: unset;
    height: 18px;
    width: 18px;
  }
  .BookmarkRowIcons-iconFolder svg {
    height: 18px;
    width: 18px;
  }
}
.BookmarkRowIcons-iconPublic {
  fill: #c7ddff;
  transition: fill 0.15s ease;
}
.BookmarkRowIcons-iconPublic:hover {
  fill: #3c80f1;
}
.BookmarkRowIcons-iconPublic--active {
  fill: #3c80f1;
}
.BookmarkRowIcons-iconPublic--active:hover {
  fill: #c7ddff;
}
@media (max-width: 750px) {
  .BookmarkRowIcons-iconPublic {
    align-self: unset;
  }
}
.BookmarkRowIcons-iconPublicLoader:after {
  border-color: #3c80f1;
}
.BookmarkRowIcons-iconPublicLoader span {
  background: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkRow {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons bookmarker' auto 'description tags icons bookmarker' auto / 4fr 1fr auto auto;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 750px) {
  .BookmarkRow {
    grid-template: unset;
    grid-template-areas: 'title title bookmarker' 'description description .' 'tags tags actions';
    grid-template-columns: 1fr 1fr 30px;
    grid-template-rows: 25px 2fr 1fr;
    height: 100px;
    padding: 10px 10px 9px 13px;
    background: #fcfcfc;
    column-gap: 0;
    row-gap: 0;
  }
}
.BookmarkRow--recentlyCreated .BookmarkRow-notification,
.BookmarkRow--viewPending .BookmarkRow-notification {
  opacity: 1;
  pointer-events: unset;
}
.BookmarkRow--recentlyCreated:hover .BookmarkRow-notification,
.BookmarkRow--viewPending:hover .BookmarkRow-notification {
  opacity: 0.8;
}
.BookmarkRow-title {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  grid-area: title;
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  white-space: nowrap;
  color: #4c4c4c;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.BookmarkRow-title::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.BookmarkRow-titleIcon {
  align-self: center;
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-top: 1px;
  margin-right: 8px;
  fill: #4c4c4c;
}
.BookmarkRow-titleLink:hover {
  cursor: pointer;
}
.BookmarkRow-description {
  display: flex;
  align-items: flex-end;
  grid-area: description;
  padding-bottom: 4px;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  white-space: nowrap;
  color: #4c4c4c;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.BookmarkRow-description::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .BookmarkRow-description {
    align-self: center;
    padding: 0 0 4px 24px;
    line-height: 10px;
  }
}
.BookmarkRow-descriptionUrl {
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  color: #3c80f1;
  transition: text-decoration-color 0.15s ease;
}
.BookmarkRow-descriptionUrl:hover {
  text-decoration-color: #3c80f1;
  cursor: pointer;
}
.BookmarkRow-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  overflow-x: scroll;
  overflow-y: visible;
  direction: ltr;
  scrollbar-width: none;
  /* Firefox */
}
.BookmarkRow-tags::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .BookmarkRow-tags {
    align-self: flex-end;
    padding: 0 0 0 24px;
    overflow: hidden;
  }
}
.BookmarkRow-tag {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .BookmarkRow-tag {
    margin-left: 0;
    margin-right: 5px;
  }
}
.BookmarkRow-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: icons;
  padding-bottom: 6px;
}
.BookmarkRow-bookmarker {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  grid-area: bookmarker;
  height: 13px;
  width: 13px;
  padding-bottom: 4px;
}
@media (max-width: 750px) {
  .BookmarkRow-bookmarker {
    position: absolute;
    justify-self: flex-end;
    width: 17px;
    margin-right: 5px;
    padding-top: 4px;
    transform: none;
  }
}
.BookmarkRow-actions {
  display: none;
}
@media (max-width: 750px) {
  .BookmarkRow-actions {
    display: unset;
    justify-self: center;
    align-self: flex-end;
    grid-area: actions;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
    margin-left: 2px;
    padding: 3px;
    border: 2px solid #c1c1c1;
    fill: #c1c1c1;
    transform: rotate(90deg);
    border-radius: 50px;
    pointer-events: none;
  }
  .BookmarkRow-actions:hover {
    opacity: 0.7;
    transition: opacity 0.15s ease;
    cursor: pointer;
  }
  .BookmarkRow-actions--active {
    border: 2px solid #3c80f1;
    fill: #3c80f1;
    pointer-events: unset;
  }
}
.BookmarkRow-notification {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.BookmarkRow-notification span {
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: 0;
  left: 0;
  background: #ffe393;
  border-radius: 50%;
}
.BookmarkRow-notification:hover {
  cursor: pointer;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BookmarkRowSkeleton {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons' auto 'description tags icons' auto / 8fr 7fr auto;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 750px) {
  .BookmarkRowSkeleton {
    grid-template: unset;
    grid-template-areas: 'title title bookmarker' 'description description .' 'tags tags actions';
    grid-template-columns: 1fr 1fr 30px;
    grid-template-rows: 25px 2fr 1fr;
    height: 100px;
    padding: 14px 10px 15px 13px;
    column-gap: 20px;
    row-gap: 0;
  }
}
.BookmarkRowSkeleton-title {
  display: flex;
  grid-area: title;
  height: 20px;
  width: 100%;
}
.BookmarkRowSkeleton-favicon {
  flex-shrink: 0;
  height: 13px;
  width: 13px;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin-right: 13px;
  border-radius: 50%;
}
.BookmarkRowSkeleton-titleText {
  height: 15px;
  width: 100%;
}
.BookmarkRowSkeleton-description {
  grid-area: description;
  height: 10px;
  width: 80%;
  margin-left: 26px;
}
.BookmarkRowSkeleton-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  padding-bottom: 6px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .BookmarkRowSkeleton-tags {
    padding-left: 27px;
  }
}
.BookmarkRowSkeleton-tag {
  height: 10px;
  width: 40px;
  margin-right: 10px;
}
.BookmarkRowSkeleton-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: icons;
  padding-bottom: 6px;
}
@media (max-width: 750px) {
  .BookmarkRowSkeleton-icons {
    display: none;
  }
}
.BookmarkRowSkeleton-icon {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-left: 29px;
}
.BookmarkRowSkeleton-actions {
  display: none;
}
@media (max-width: 750px) {
  .BookmarkRowSkeleton-actions {
    display: block;
    justify-self: center;
    grid-area: actions;
    height: 20px;
    width: 20px;
    min-height: 20px;
    min-width: 20px;
    border-radius: 50%;
  }
}
.BookmarkRowSkeleton-bookmarker {
  display: none;
}
@media (max-width: 750px) {
  .BookmarkRowSkeleton-bookmarker {
    display: block;
    justify-self: center;
    grid-area: bookmarker;
    height: 15px;
    width: 12px;
    min-height: 15px;
    min-width: 12px;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Home-bookmarks {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ListAddUser {
  display: flex;
  height: 20px;
  width: 20px;
  padding: 0;
}
.ListAddUser-iconSend {
  height: 100%;
  width: 100%;
  min-height: unset;
  min-width: unset;
  fill: #999;
  transition: fill 0.15s ease;
}
.ListAddUser-iconSend:hover {
  fill: #3c80f1;
}
.ListAddUser-users {
  display: grid;
  max-height: 150px;
  min-width: 150px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fcfcfc;
  border: 2px solid #272727;
  gap: 5px;
  scrollbar-width: none;
  /* Firefox */
}
.ListAddUser-users::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.ListAddUser-usersItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  transition: fill 0.15s ease;
}
.ListAddUser-usersItemText {
  flex: 1;
  margin-right: 20px;
  font-weight: 600;
  transition: color 0.15s ease;
}
.ListAddUser-usersItemText:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.ListAddUser-usersItemText:hover {
  cursor: pointer;
}
.ListAddUser-usersItemIcon {
  margin-left: 5px;
  fill: #c1c1c1;
  transition: fill 0.3s ease, opacity 0.3s ease;
}
.ListAddUser-usersItemIcon:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.ListAddUser-usersItemIcon:hover {
  fill: #ffd354;
}
.ListAddUser-usersItemIconRemoveFromList {
  margin-left: 5px;
  fill: #c1c1c1;
  transform: rotate(45deg);
  transition: fill 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.ListAddUser-usersItemIconRemoveFromList--inactive {
  fill: #c1c1c1;
  pointer-events: none;
}
.ListAddUser-usersItemIconRemoveFromList--active:hover {
  fill: #ff625d;
}
.ListAddUser-usersItem--userIsReader .ListAddUser-usersItemIconReader {
  fill: #72a4f6;
}
.ListAddUser-usersItem--userIsReader .ListAddUser-usersItemIconReader:hover {
  cursor: default;
}
.ListAddUser-usersItem--userIsReaderPending .ListAddUser-usersItemIconReader {
  fill: #ffd354;
}
.ListAddUser-usersItem--userIsReaderPending .ListAddUser-usersItemIconReader:hover {
  cursor: default;
}
.ListAddUser-usersItem--userIsEditor .ListAddUser-usersItemIconEditor {
  fill: #72a4f6;
}
.ListAddUser-usersItem--userIsEditor .ListAddUser-usersItemIconEditor:hover {
  cursor: default;
}
.ListAddUser-usersItem--userIsEditorPending .ListAddUser-usersItemIconEditor {
  fill: #ffd354;
}
.ListAddUser-usersItem--userIsEditorPending .ListAddUser-usersItemIconEditor:hover {
  cursor: default;
}
.ListAddUser-usersItemLoader {
  margin-left: 5px;
}
.ListAddUser-usersItemLoaderRemove:after {
  border-color: #ff625d;
}
.ListAddUser-usersItemLoaderRemove span {
  background: #ff625d;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.List-notification {
  overflow: unset;
}
.List-notificationContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background: #ffd354;
  border-radius: 4px;
}
.List-notificationText {
  flex: 1;
  font-weight: 600;
}
.List-notificationLoader span:before {
  background: #ffd354;
}
.List-notificationIcon {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-left: 10px;
}
.List-notificationIcon:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.List-folderIcon:not(.noClass) path[data-id='inner'] {
  transition: fill 0.15s ease;
  fill: #fcfcfc;
}
.List-notificationIconCross {
  height: 14px;
  width: 14px;
  min-height: 14px;
  min-width: 14px;
  fill: #ff625d;
}
.List-notificationIconCheck {
  fill: #72a4f6;
}
.List-headerImages {
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  height: 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .List-headerImages {
    display: none;
  }
}
.List-headerImagesItem {
  position: relative;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: #fcfcfc;
  border: 2px solid #999;
  transition: border 0.15s cubic-bezier(0.42, 0, 0.13, 0.71);
  border-radius: 50%;
}
.List-headerImagesItem:hover {
  border: 2px solid #72a4f6;
  cursor: pointer;
}
.List-headerImagesJoined {
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}
.List-headerImagesItemJoined {
  margin-right: -5px;
}
.List-headerImagesItemJoined:last-of-type {
  margin: 0;
}
.List-headerImagesItemJoined--pending {
  border: 2px solid #ffd354;
}
.List-headerImagesItemJoined--active {
  border: 2px solid #4c4c4c;
}
.List-headerImagesItemImage {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.List-headerPlusIcon {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: #fcfcfc;
  box-shadow: 0 0 0 0 #272727;
  outline: 1.5px solid #fcfcfc;
  transform: rotate(0deg);
  transition: fill 0.15s ease;
  border-radius: 50%;
}
.List-joinList {
  height: 20px;
  width: 20px;
  margin-left: 8px;
}
.List-iconRole {
  height: 20px;
  width: 20px;
  margin-left: 5px;
  fill: #999;
  transition: fill 0.15s ease;
}
.List-iconReader,
.List-iconEditor {
  fill: #999;
  pointer-events: none;
}
.List-iconAdmin:hover {
  fill: #72a4f6;
}
.List-iconAdmin:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.List-iconLeaveList {
  fill: #c1c1c1;
  transform: rotate(45deg);
  transition: fill 0.15s ease;
}
.List-iconLeaveList:hover {
  fill: #fc8f8b;
  cursor: pointer;
}
.List-iconLeaveListLoader {
  height: 18px;
  width: 18px;
  margin-left: 7px;
}
.List-iconLeaveListLoader:after {
  border-color: #3c80f1;
}
.List-iconLeaveListLoader span {
  background: #3c80f1;
}
.List-bookmarks {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ListRow {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons' auto 'description tags icons' auto / 5fr 3fr auto;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ListRow {
    grid-template: unset;
    grid-template-areas: 'title title icons' 'description description .' 'tags tags .';
    grid-template-columns: 1fr 1fr 60px;
    grid-template-rows: 25px 2fr 1fr;
    height: 100px;
    padding: 10px 10px 15px 13px;
    column-gap: 0;
    row-gap: 0;
  }
}
.ListRow-title {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: space-between;
  grid-area: title;
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  white-space: nowrap;
  color: #4c4c4c;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.ListRow-title::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.ListRow-titleIcon {
  align-self: center;
  height: 16px;
  width: 16px;
  margin-right: 9px;
  fill: #4c4c4c;
}
.ListRow-titleLink:hover {
  cursor: pointer;
}
.ListRow-description {
  display: flex;
  align-items: flex-end;
  grid-area: description;
  padding-bottom: 4px;
  padding-left: 22px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  white-space: nowrap;
  color: #4c4c4c;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.ListRow-description::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .ListRow-description {
    align-self: center;
    padding: 0 0 4px 22px;
    line-height: 10px;
  }
}
.ListRow-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  overflow-x: scroll;
  overflow-y: visible;
  direction: ltr;
  scrollbar-width: none;
  /* Firefox */
}
.ListRow-tags::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
@media (max-width: 750px) {
  .ListRow-tags {
    align-self: flex-end;
    padding: 0 0 0 22px;
  }
}
.ListRow-tag {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .ListRow-tag {
    margin-left: 0;
    margin-right: 10px;
  }
}
.ListRow-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  grid-area: icons;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ListRow-icons {
    padding: 5px 5px 0 0;
  }
}
.ListRow-icon {
  fill: #c7ddff;
  transition: fill 0.15s ease;
}
.ListRow-icon:hover {
  fill: #3c80f1;
}
.ListRow-icon--active {
  fill: #3c80f1;
}
.ListRow-icon--active:hover {
  fill: #c7ddff;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ListRow-icon {
    height: 20px;
    width: 20px;
  }
}
.ListRow-iconPublicLoader:after {
  border-color: #3c80f1;
}
.ListRow-iconPublicLoader span {
  background: #3c80f1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.ListRowSkeleton {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  position: relative;
  justify-content: space-between;
  grid-template: 'title tags icons' auto 'details tags icons' auto / 5fr 7fr 1fr;
  height: 60px;
  width: 100%;
  padding: 10px 0 13px;
  column-gap: 27px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .ListRowSkeleton {
    grid-template: 'title title icons' auto 'details details icons' auto 'tags tags icons' auto / 1fr 1fr auto;
    height: 70px;
  }
}
.ListRowSkeleton-title {
  display: flex;
  grid-area: title;
  height: 20px;
  width: 50%;
}
.ListRowSkeleton-favicon {
  flex-shrink: 0;
  height: 13px;
  width: 13px;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin-right: 13px;
  border-radius: 50%;
}
.ListRowSkeleton-titleText {
  height: 15px;
  width: 100%;
}
.ListRowSkeleton-details {
  grid-area: details;
  height: 10px;
  width: 80%;
  margin-left: 26px;
}
.ListRowSkeleton-tags {
  display: flex;
  align-items: center;
  grid-area: tags;
  min-width: 50px;
  padding-bottom: 6px;
  padding-left: 30px;
  overflow: hidden;
}
.ListRowSkeleton-tag {
  height: 10px;
  width: 40px;
  margin-right: 10px;
}
.ListRowSkeleton-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-area: icons;
  height: 100%;
  padding-bottom: 6px;
}
.ListRowSkeleton-icon {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;
  margin-left: 29px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Lists-addList {
  display: flex;
  align-items: center;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Lists-addList {
    display: none;
  }
}
.Lists-addList:hover {
  cursor: pointer;
}
.Lists-addList:hover .Lists-addListIcon {
  fill: #72a4f6;
}
.Lists-addList:hover .Lists-addListText {
  color: #72a4f6;
}
.Lists-addListIcon {
  height: 12px;
  width: 12px;
  margin-right: 15px;
  fill: #999;
  transform: rotate(45deg);
  transition: fill 0.15s ease;
}
.Lists-addListText {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  transition: color 0.15s ease;
}
.Lists-lists {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Tags-header {
  display: flex;
  position: sticky;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
  width: 100%;
  top: 100px;
  margin-bottom: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #999;
  overflow: unset;
  z-index: 1;
}
.Tags-header:before {
  content: ' ';
  position: absolute;
  height: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #fcfcfc;
  z-index: 1;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Tags-header {
    top: 70px;
    margin-bottom: 10px;
  }
}
.Tags-headerTitle {
  display: flex;
  align-items: center;
  flex: 1;
  color: #4c4c4c;
}
.Tags-headerTitle svg {
  flex-shrink: 0;
  height: 14px;
  width: 14px;
  margin-right: 12px;
  fill: #4c4c4c;
}
.Tags-headerLink {
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #4c4c4c;
  transition: text-decoration-color 0.15s ease;
}
.Tags-headerLink:hover {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
}
.Tags-separator {
  height: 50%;
  width: 2px;
  margin: 0 24px;
  background: #999;
  border-radius: 2px;
}
.Tags-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Tags-tags {
    padding: 20px;
  }
}
.Tags-tag {
  margin: 0 8px 8px 0;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserForm {
  display: grid;
  grid-template: 'title title title' auto 'image . .' 100px 'image . .' auto 'imageError . .' auto 'submitButton . .' auto / 3fr 3fr 100px;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserForm {
    grid-template: 'title' auto 'image' auto 'imageError' auto 'submitButton' auto / 1fr;
  }
}
.UserForm-statement {
  grid-area: statement;
}
.UserForm-statementError {
  grid-area: statementError;
}
.UserForm-image {
  grid-area: image;
  height: 100px;
  width: 100px;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  overflow: hidden;
  border: 2px dashed #272727;
  border-radius: 50%;
}
.UserForm-imageError {
  grid-area: imageError;
}
.UserForm-submitButton {
  grid-area: submitButton;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserForm-submitButton {
    margin-bottom: 0;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.User-sectionUserForm {
  width: 100%;
  padding: 20px;
  border: 2px dashed #c1c1c1;
}
.User-top {
  width: 100%;
  padding: 20px;
  overflow: hidden;
}
.User-details {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #4c4c4c;
}
.User-lineDetailsLink {
  color: #4c4c4c;
  transition: color 0.15s ease;
}
.User-lineDetailsLink:hover {
  color: #3c80f1;
  cursor: pointer;
}
.User-detailsItem {
  display: flex;
  align-items: bottom;
  margin-bottom: 2px;
  font-weight: 600;
  color: #4c4c4c;
}
.User-detailsItemData {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.User-image {
  height: 50px;
  width: 50px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .User-image {
    height: 50px;
    width: 50px;
  }
}
.User-image .UserFollowButton {
  height: 18px;
  width: 18px;
}
.User-lineDetails {
  display: flex;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-overflow: ellipsis;
  scrollbar-width: none;
  /* Firefox */
}
.User-lineDetails::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.User-tags {
  display: flex;
  flex-wrap: wrap;
}
.User-bookmarksHeader,
.User-listsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 30px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #c1c1c1;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .User-bookmarksHeader,
  .User-listsHeader {
    padding: 10px 15px;
  }
}
.User-subHeaderLink {
  font-size: 12px;
  transition: color 0.15s ease;
}
.User-subHeaderLink:hover {
  color: #3c80f1;
  cursor: pointer;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .User-subHeaderLink {
    color: #3c80f1;
  }
}
.User-bookmarks,
.User-lists {
  width: 100%;
}
.User-tag {
  margin: 0 8px 8px 0;
}
.User-sectionUserDelete {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 2px dashed #c1c1c1;
  transition: border 0.15s ease;
}
.User-sectionUserDelete:hover {
  border: 2px dashed #ff726d;
}
.User-sectionUserDelete:hover .User-sectionUserDeleteTitle,
.User-sectionUserDelete:hover .User-sectionUserDeleteDescription {
  color: #ff726d;
}
.User-sectionUserDelete:hover .User-sectionUserDeleteButton {
  pointer-events: all;
}
.User-sectionUserDeleteLeft {
  padding-right: 40px;
}
.User-sectionUserDeleteTitle {
  font-size: 16px;
  font-weight: 600;
  color: #c1c1c1;
  transition: color 0.15s ease;
}
.User-sectionUserDeleteDescription {
  font-size: 12px;
  color: #c1c1c1;
  transition: color 0.15s ease;
}
.User-sectionUserDeleteButton {
  font-weight: 600;
  pointer-events: none;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserBookmarks-bookmarks {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserLists-folderIcon:not(.noClass) path[data-id='inner'] {
  transition: fill 0.15s ease;
  fill: #fcfcfc;
}
.UserLists-addList {
  display: flex;
  align-items: center;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserLists-addList {
    display: none;
  }
}
.UserLists-addList:hover {
  cursor: pointer;
}
.UserLists-addList:hover .UserLists-addListIcon {
  fill: #72a4f6;
}
.UserLists-addList:hover .UserLists-addListText {
  color: #72a4f6;
}
.UserLists-addListIcon {
  height: 12px;
  width: 12px;
  margin-right: 15px;
  fill: #999;
  transform: rotate(45deg);
  transition: fill 0.15s ease;
}
.UserLists-addListText {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  transition: color 0.15s ease;
}
.UserLists-lists {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Users-users {
  height: 100%;
  width: 100%;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.UserTags-header {
  display: flex;
  position: sticky;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
  width: 100%;
  top: 100px;
  margin-bottom: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #999;
  overflow: unset;
  z-index: 1;
}
.UserTags-header:before {
  content: ' ';
  position: absolute;
  height: 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #fcfcfc;
  z-index: 1;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserTags-header {
    top: 70px;
    margin-bottom: 10px;
  }
}
.UserTags-headerTitle {
  display: flex;
  align-items: center;
  flex: 1;
  color: #4c4c4c;
}
.UserTags-headerTitle svg {
  flex-shrink: 0;
  height: 14px;
  width: 14px;
  margin-right: 12px;
  fill: #4c4c4c;
}
.UserTags-headerLink {
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #4c4c4c;
  transition: text-decoration-color 0.15s ease;
}
.UserTags-headerLink:hover {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
}
.UserTags-separator {
  height: 50%;
  width: 2px;
  margin: 0 24px;
  background: #999;
  border-radius: 2px;
}
.UserTags-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  height: 100%;
  width: 100%;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .UserTags-tags {
    padding: 20px;
  }
}
.UserTags-tag {
  margin: 0 8px 8px 0;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media (max-width: 750px) {
  .Content {
    min-width: unset;
    padding: 0 10px 10px;
  }
}
.Content-contentBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.Content-content {
  display: grid;
  align-items: flex-start;
  flex: 1;
  grid-template: 'sidebar main' auto;
  grid-template-columns: 230px auto;
  max-width: 1200px;
  padding: 0 0 20px;
  transition: grid-template-columns 0.15s ease;
  gap: 0 20px;
}
@media (max-width: 1200px) {
  .Content-content {
    gap: 0 16px;
  }
}
@media (max-width: 900px) {
  .Content-content {
    grid-template-columns: 230px auto;
  }
}
@media (max-width: 750px) {
  .Content-content {
    display: block;
  }
}
.Content-content--sidebarLeftClosed {
  grid-template-columns: 60px auto;
  transition: grid-template-columns 0.15s ease 0.15s;
}
.Content-sidebar {
  position: sticky;
  grid-area: sidebar;
  top: 100px;
}
@media (max-width: 750px) {
  .Content-sidebar {
    display: none;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.HeaderSmall {
  display: flex;
  position: sticky;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  top: 0;
  background: #fcfcfc;
  box-shadow: 0 20px 10px 0 #fcfcfc;
  z-index: 2;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .HeaderSmall {
    height: 50px;
    padding: 6px 4px 6px 2px;
  }
}
.HeaderSmall-separator {
  height: 40%;
  width: 2px;
  margin: 0 24px;
  background: #c1c1c1;
  border-radius: 2px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .HeaderSmall-separator {
    height: 100%;
    margin: 0 15px;
  }
}
.HeaderSmall-separatorDesktop {
  display: block;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .HeaderSmall-separatorDesktop {
    display: none;
  }
}
.HeaderSmall-user {
  display: flex;
  justify-content: center;
  align-items: center;
}
.HeaderSmall-userLogo {
  fill: #c1c1c1;
}
.HeaderSmall-userLogo,
.HeaderSmall-userImage {
  position: relative;
  height: 35px;
  width: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .HeaderSmall-userLogo,
  .HeaderSmall-userImage {
    height: 30px;
    width: 30px;
  }
}
.HeaderSmall-userLogo:hover,
.HeaderSmall-userImage:hover {
  cursor: pointer;
}
.HeaderSmall-userImage {
  box-shadow: 0 0 0 2pt transparent;
  transition: box-shadow 0.15s ease;
}
.HeaderSmall-userImage:hover {
  box-shadow: 0 0 0 2pt #72a4f6;
  cursor: pointer;
}
@media (max-width: 900px) {
  .HeaderSmall-userImage:hover {
    box-shadow: 0 0 0 1.5pt #72a4f6;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .HeaderSmall-userImage:hover {
    box-shadow: none;
  }
}
.HeaderSmall-loader {
  margin: 5px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.NotFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #fffff9;
}
.NotFound-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}
.NotFound-text {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .NotFound {
    margin-bottom: 10px;
    padding: 40px;
    background: #fcfcfc;
    border-radius: 4px;
    box-shadow: 2px 2px 0 2px rgba(39, 39, 39, 0.05);
  }
}
.NotFound-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #3c80f1;
}
.NotFound-link:hover:not(.noClass) {
  text-decoration-color: #3c80f1;
  color: #3c80f1;
  cursor: pointer;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .NotFound-link {
    text-decoration-color: #3c80f1;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.WelcomeUrligram {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 200px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram {
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.WelcomeUrligram-shape {
  position: absolute;
  height: 850px;
  width: 200%;
  top: -200px;
  left: -200px;
  right: -200px;
  background-image: radial-gradient(circle, rgba(39, 39, 39, 0.3) 0.8px, transparent 0.8px);
  background-size: 15px 15px;
  transform: rotate(3deg);
  z-index: -1;
}
@media (max-width: 900px) {
  .WelcomeUrligram-shape {
    height: 720px;
  }
}
@media (max-width: 750px) {
  .WelcomeUrligram-shape {
    height: 700px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-shape {
    display: none;
    height: 750px;
  }
}
.WelcomeUrligram-first {
  display: grid;
  grid-column: 2 / span 6;
  grid-template-columns: repeat(6, 1fr);
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .WelcomeUrligram-first {
    grid-column: 1 / span 8;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-first {
    display: flex;
    position: relative;
    flex-direction: column;
  }
}
.WelcomeUrligram-firstText {
  display: flex;
  align-items: center;
  grid-column: 1 / span 2;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
@media (max-width: 900px) {
  .WelcomeUrligram-firstText {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 750px) {
  .WelcomeUrligram-firstText {
    grid-column: 2 / span 2;
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .WelcomeUrligram-firstText {
    grid-column: 1 / span 2;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-firstText {
    display: block;
    order: 1;
  }
}
.WelcomeUrligram-firstImage {
  grid-column: 3 / span 4;
  height: 500px;
  width: 100%;
}
@media (max-width: 900px) {
  .WelcomeUrligram-firstImage {
    height: 300px;
    padding-left: 50px;
  }
}
@media (max-width: 750px) {
  .WelcomeUrligram-firstImage {
    grid-column: 4 / span 5;
    height: 300px;
    padding-left: 0;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-firstImage {
    display: block;
    height: unset;
    height: 200px;
    width: 100%;
  }
}
.WelcomeUrligram-second,
.WelcomeUrligram-fourth {
  display: grid;
  grid-column: 2 / span 6;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 100px;
  transition: opacity 0.3s ease;
  gap: 40px;
}
@media (max-width: 750px) {
  .WelcomeUrligram-second,
  .WelcomeUrligram-fourth {
    display: block;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-second,
  .WelcomeUrligram-fourth {
    display: block;
    padding-top: 50px;
  }
}
.WelcomeUrligram-secondTitle {
  grid-column: 1 / span 2;
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .WelcomeUrligram-secondTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-secondTitle {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }
}
.WelcomeUrligram-secondText {
  grid-column: 3 / span 4;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-secondText {
    font-size: 16px;
    line-height: 24px;
  }
}
.WelcomeUrligram-secondText p {
  margin-bottom: 10px;
}
.WelcomeUrligram-third {
  display: flex;
  justify-content: center;
  grid-column: 2 / span 6;
  min-height: 300px;
  margin: 150px 0 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .WelcomeUrligram-third {
    padding-top: 50px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-third {
    display: flex;
    min-height: 100px;
    margin: 0 0;
    padding-top: 50px;
  }
}
.WelcomeUrligram-thirdIllustration {
  width: 80%;
}
.WelcomeUrligram-backgroundImages,
.WelcomeUrligram-wavesBackground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(114, 164, 246, 0.2) 2px, transparent 2px), linear-gradient(90deg, rgba(114, 164, 246, 0.2) 2px, transparent 2px);
  background-size: 300px 300px, 300px 300px, 20px 20px, 20px 20px;
  z-index: -2;
  pointer-events: none;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-backgroundImages,
  .WelcomeUrligram-wavesBackground {
    background-image: linear-gradient(rgba(114, 164, 246, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(114, 164, 246, 0.2) 1px, transparent 1px);
    background-size: 50px 50px, 50px 50px, 20px 20px, 20px 20px;
  }
}
.WelcomeUrligram-wavesBackground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(circle, rgba(39, 39, 39, 0.15) 0.8px, transparent 0.8px);
  background-size: 40px 40px;
}
.WelcomeUrligram-fourth {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
  opacity: 0;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-fourth {
    justify-content: center;
    margin: 0 0;
  }
}
.WelcomeUrligram-waves {
  height: 100px;
}
.WelcomeUrligram-logo {
  height: 80px;
  width: 80px;
  transition: fill 0.15s ease;
}
.WelcomeUrligram-logo path[data-id='background'] {
  fill: #f8f8f8;
}
.WelcomeUrligram-logo path[data-id='shadow'] {
  opacity: 0.7;
  fill: #c1c1c1;
}
.WelcomeUrligram-logo path[data-id='logo'] {
  fill: #3c80f1;
}
.WelcomeUrligram-footer {
  background: transparent;
  box-shadow: none;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .WelcomeUrligram-footer {
    padding: 30px 0 0 0;
  }
  .WelcomeUrligram-footer div:last-of-type {
    display: none;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.SidebarLeftDocs {
  position: relative;
  position: sticky;
  height: 100vh;
  top: 100px;
  padding: 26px;
  font-size: 14px;
}
.SidebarLeftDocs-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  white-space: nowrap;
}
.SidebarLeftDocs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #999;
  transition: color 0.15s ease;
}
.SidebarLeftDocs-item:first-child {
  margin-top: 0;
}
.SidebarLeftDocs-item--active,
.SidebarLeftDocs-item:hover {
  color: #3c80f1;
  cursor: pointer;
}
.SidebarLeftDocs-item--active .SidebarLeftDocs-itemIcon,
.SidebarLeftDocs-item:hover .SidebarLeftDocs-itemIcon {
  fill: #3c80f1;
}
.SidebarLeftDocs-item--active .SidebarLeftDocs-triangleIcon,
.SidebarLeftDocs-item:hover .SidebarLeftDocs-triangleIcon {
  fill: #3c80f1;
}
.SidebarLeftDocs-subItems {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s ease, opacity 0.3s ease;
}
.SidebarLeftDocs-subItems--opened {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.7s ease, opacity 0.3s ease;
}
.SidebarLeftDocs-subItem {
  padding-left: 45px;
  font-weight: 600;
}
.SidebarLeftDocs-itemIcon {
  position: relative;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  margin-right: 16px;
  fill: #999;
  transition: fill 0.15s ease;
}
.SidebarLeftDocs-itemDescription {
  flex: 1;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Docs {
  display: flex;
  font-family: monospace;
  user-select: none;
}
.Docs-sidebar {
  width: 300px;
  margin-top: 0;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-sidebar {
    display: none;
  }
}
.Docs-main {
  max-width: 800px;
  padding: 30px 50px 80vh;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-main {
    padding: 20px;
  }
}
.Docs-linkWithIcon {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.Docs-link {
  margin-right: 3px;
  color: #3c80f1;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.Docs-link:hover {
  opacity: 0.85;
  cursor: pointer;
}
.Docs-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-section {
    margin-top: 35px;
  }
}
.Docs-section:first-of-type {
  margin-top: 0;
}
.Docs-h1 {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-h1 {
    font-size: 26px;
  }
}
.Docs-h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 38px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-h2 {
    font-size: 26px;
  }
}
.Docs-h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-h3 {
    line-height: 28px;
  }
}
.Docs-h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Docs-h4 {
    font-size: 18px;
  }
}
.Docs-paragraph {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}
.Docs-p {
  list-style: disc;
  list-style-type: disc;
  margin: 0 10px;
}
.Docs-iconFirefox {
  display: inline;
  height: 16px;
  width: 16px;
}
.Docs-iconChrome {
  display: inline;
  height: 16px;
  width: 16px;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.CustomHeader {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .CustomHeader {
    max-width: unset;
    margin: unset;
    padding: 0 10px 10px;
  }
}
.CustomHeader-customHeaderBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.BasePanel {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(24, 1fr);
  padding-top: 100px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BasePanel {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.BasePanel-content {
  align-items: center;
  grid-column: 9 / span 8;
  margin-bottom: 20px;
  padding: 70px 80px;
  border-radius: 4px;
  box-shadow: 5px 5px 50px 0 #f8f8f8;
  border: 1px solid #4c4c4c;
}
@media (max-width: 1440px) {
  .BasePanel-content {
    grid-column: 8 / span 10;
    padding: 70px 60px;
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .BasePanel-content {
    display: block;
    flex: 1;
    width: 100%;
    margin-top: 0;
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.NoSidebar {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .NoSidebar {
    padding: 0 10px 10px;
  }
}
.NoSidebar-noSidebarBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.NoSidebar-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.NoSidebar-content-content {
  width: calc(((100% - 264px) / 12 * 12) + 264px + 0px);
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 1200px) {
  .NoSidebar-content-content {
    width: calc(((100% - 264px) / 12 * 12) + 264px + 0px);
  }
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .NoSidebar-content-content {
    width: calc(((100% - 110px) / 12 * 12) + 110px + 0px);
  }
}

/* eslint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  font-size: 100%;
  box-sizing: border-box;
  border: 0;
  vertical-align: top;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style-type: none;
}
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: none;
  border: none;
}
div,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
button:focus,
input:focus {
  outline: 0;
}
/* Hack to delay the change of chrome background color on inputs */
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0) inset !important;
  -webkit-transition: color 3600s, background-color 3600s;
  -webkit-transition-delay: 3600s;
}
/* stylelint-disable */
/* Typography */
/* stylelint-disable */
/* Durations */
/* Easings */
/* Z-index */
/* SVG sizes */
@keyframes hearthBeat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.05);
  }
  10% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* Devices */
/* Media queries breakpoints */
/* stylelint-disable */
/* stylelint-disable */
/* DIN Alternate */
@font-face {
  font-family: 'DIN Alternate';
  src: url(/fonts/DINAlternate-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular..woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Bold..woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-ExtraBold..woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Inter */
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Thin..woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraLight..woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Light..woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Regular..woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Medium..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Bold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-ExtraBold..woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url(/fonts/Inter-Black..woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-family: 'Inter', 'Helvetica', serif;
  font-weight: 500;
  color: #272727;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body.isLoaded {
  opacity: 1 !important;
}
body.scrollLocked {
  overflow: hidden !important;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  body.scrollMobileLocked {
    overflow: hidden !important;
  }
}
html {
  scrollbar-width: none !important;
}
/* stylelint-disable */
/* Utils */
.Layout {
  font-family: 'Inter', 'Helvetica', serif;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
@media (max-width: 376px), mobileIphone6or7or8Vertical, (max-width: 414px) and (max-height: 896px), mobileIphone12ProVertical, (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .Layout {
    min-width: unset;
  }
}
.Layout:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fcfcfc;
  z-index: -3;
}
@media (max-width: 750px) {
  .Layout:before {
    background-color: #c7ddff;
    background-image: linear-gradient(135deg, #c7ddff 0%, #f3f8ff 100%);
  }
}
.Layout-generalBackground {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fcfcfc;
  fill: #4c4c4c;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.Layout-modalsAndPortals {
  position: relative;
  z-index: 2;
}
.Layout-loader {
  content: ' ';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  user-select: none;
}
.Layout-loaderIcon:after {
  border-color: #3c80f1;
}
.Layout-loaderIcon span {
  background: #3c80f1;
}
.Layout-spanner {
  flex: 1;
  background: #fcfcfc;
  border: 2px solid #272727;
  border-top: none;
  border-bottom: none;
}

