/* 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: #999;
  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;
}


.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading @font-face{font-family:slick;font-weight:400;font-style:normal;}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*!
  Theme: Classic Dark
  Author: Jason Heeris (http://heeris.id.au)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#d0d0d0;background:#151515}.hljs ::selection,.hljs::selection{background-color:#303030;color:#d0d0d0}.hljs-comment{color:#505050}.hljs-tag{color:#b0b0b0}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#d0d0d0}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#ac4142}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#d28445}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#f4bf75}.hljs-strong{font-weight:700;color:#f4bf75}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#90a959}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#75b5aa}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#6a9fb5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#aa759f}.hljs-emphasis{color:#aa759f;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#8f5536}.hljs-meta .hljs-keyword,.hljs-meta-keyword{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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-top: 2px solid #272727;
}
@media (max-width: 750px), (max-width: 750px) {
  .Footer {
    padding: 10px 0 5px;
  }
}
.Footer-email {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  transition: text-decoration-color 0.15s ease;
  cursor: pointer;
}
.Footer-email:hover {
  text-decoration-color: #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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.LanguagesSwitch {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.LanguagesSwitch-item {
  margin-right: 10px;
  font-weight: 600;
  color: #c7c7c7;
  transition: color 0.15s ease;
  user-select: none;
}
.LanguagesSwitch-item:last-child {
  margin-right: 0;
}
.LanguagesSwitch-item:hover:not(.LanguagesSwitch-item--active) {
  cursor: pointer;
}
.LanguagesSwitch-item:hover:not(.LanguagesSwitch-item--active),
.LanguagesSwitch-item--active {
  color: #272727;
}
.LanguagesSwitch-itemText {
  color: #c7c7c7;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 0;
  font-weight: 500;
  overflow: visible;
  border-bottom: 2px solid #272727;
  user-select: none;
}
.Header-name {
  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), (max-width: 750px) {
  .Header {
    height: unset;
    min-width: unset;
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
.Header-navigation {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
}
.Header-navigationItem {
  margin-right: 10px;
  color: #c7c7c7;
  transition: color 0.15s ease;
}
.Header-navigationItem--active,
.Header-navigationItem:hover {
  color: #272727;
  cursor: pointer;
}
.Header-buttons {
  display: flex;
  margin-left: auto;
}
.Header-logOut {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  fill: #c7c7c7;
  transition: fill 0.15s ease;
  transition: text-decoration-color 0.15s ease;
  cursor: pointer;
}
.Header-logOut:hover {
  text-decoration-color: #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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.StyledContent {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.StyledContent h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}
.StyledContent h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.StyledContent a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  color: #3c80f1;
  transition: text-decoration-color 0.15s ease;
  cursor: pointer;
}
.StyledContent a:hover {
  text-decoration-color: #c7ddff;
}
.StyledContent p {
  margin-bottom: 10px;
  line-height: 22px;
}
.StyledContent ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 20px;
  margin-bottom: 20px;
}
.StyledContent ul li {
  list-style-position: inside;
  margin-top: 5px;
  padding-left: 1.4em;
  text-indent: -1em;
}
.StyledContent ul ul:not(.noClass) {
  list-style-type: circle;
  margin-left: 15px;
}
.StyledContent ul ul:not(.noClass) ul:not(.noClass) {
  list-style-type: square;
}
.StyledContent ul > ul:not(.noClass) {
  margin-top: 5px;
  margin-bottom: 0;
}
.StyledContent img {
  width: 100%;
  margin: 0;
  opacity: 0;
  box-shadow: 0 0 10px 5px rgba(39, 39, 39, 0.05);
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}
.StyledContent img.StyledContent-image--loaded {
  opacity: 1;
}
.StyledContent figcaption {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: 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), (max-width: 750px) {
  .StyledContent figcaption {
    font-size: 10px;
  }
}
.StyledContent figcaption mark {
  font-size: 12px;
}
.StyledContent label {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  user-select: none;
}
.StyledContent mark {
  padding: 2px 6px;
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #4c4c4c;
  background: rgba(39, 39, 39, 0.05);
  border-radius: 4px;
}
.StyledContent pre {
  margin: 40px 0 10px;
  padding: 22px;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 18px;
  white-space: pre;
  border-radius: 4px;
  overflow-x: scroll;
  outline: 1px dashed;
  border: 8px solid #fffff9;
  border-offset: -8px;
  scrollbar-width: none;
  /* Firefox */
}
.StyledContent pre:not(:has(+ figcaption)) {
  margin-bottom: 40px;
}
.StyledContent pre::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
.StyledContent pre code {
  white-space: pre;
}
.StyledContent blockquote {
  margin: 40px 20px;
  padding: 0 20px;
  color: #4c4c4c;
  border-left: 2px solid #4c4c4c;
  font-style: italic;
}
.StyledContent .centered {
  text-align: center;
}
.StyledContent .uppercase {
  text-transform: uppercase;
}
.StyledContent .math {
  position: relative;
  margin: 20px 0;
}
.StyledContent .math-formula {
  margin-bottom: 5px;
}
.StyledContent .math-source {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.StyledContent .math--withError {
  margin: unset;
}
.StyledContent .math--withError .math-source {
  position: relative;
  color: #ff625d;
  opacity: 1;
}
.StyledContent .video {
  position: relative;
  height: 0;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 50.6%;
}
.StyledContent .video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.StyledContent .video svg {
  position: absolute;
  height: 10px;
  width: 10px;
  top: 10px;
  right: 10px;
  fill: #fffff9;
  z-index: 1;
}
.StyledContent .video svg: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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.About {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-bottom: 20px;
}
.About-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: 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), (max-width: 750px) {
  .About-title {
    margin-bottom: 20px;
  }
}
.About-where {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media (max-width: 600px)  {
  .About-where {
    width: 100%;
    margin: unset;
    padding: 20px;
  }
}
.About-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
}
.About-item:hover {
  opacity: 0.7;
  transition: opacity 0.15s ease;
  cursor: pointer;
}
.About-itemIcon {
  width: 25px;
}
.About-item--linkedin .About-itemIcon {
  fill: tomato;
}
.About-item--gitLab .About-itemIcon {
  fill: #fca326;
  stroke: #fffff9;
  stroke-width: 2px;
}
.About-item--rss .About-itemIcon {
  fill: turquoise;
  stroke: turquoise;
}
.About-item--mail .About-itemIcon {
  fill: #72a4f6;
}
.About-itemTextRSS {
  font-variant: small-caps;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
/*
Description: Foundation 4 docs style for highlight.js;
Author: Dan Allen <dan.j.allen@gmail.com>;
Website: http://foundation.zurb.com/docs/;
Version: 1.0;
Date: 2013-04-02;
*/
.hljs {
  background: unset;
  color: unset;
}
.hljs::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-link,
.hljs .hljs-emphasis,
.hljs .hljs-attribute,
.hljs .hljs-addition {
  color: #070;
}
.hljs .hljs-link::selection,
.hljs .hljs-emphasis::selection,
.hljs .hljs-attribute::selection,
.hljs .hljs-addition::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-emphasis {
  font-style: italic;
}
.hljs .hljs-emphasis::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-strong,
.hljs .hljs-deletion {
  color: #ff6969;
}
.hljs .hljs-strong::selection,
.hljs .hljs-deletion::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-strong {
  font-weight: bold;
}
.hljs .hljs-strong::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-quote,
.hljs .hljs-comment {
  color: #998;
  font-style: italic;
}
.hljs .hljs-quote::selection,
.hljs .hljs-comment::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-keyword,
.hljs .hljs-section,
.hljs .hljs-title {
  color: #d27979;
}
.hljs .hljs-keyword::selection,
.hljs .hljs-section::selection,
.hljs .hljs-title::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-meta,
.hljs .hljs-class .hljs-title,
.hljs .hljs-title.function_,
.hljs .hljs-built_in,
.hljs .hljs-type {
  color: #4192db;
}
.hljs .hljs-meta::selection,
.hljs .hljs-class .hljs-title::selection,
.hljs .hljs-title.function_::selection,
.hljs .hljs-built_in::selection,
.hljs .hljs-type::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-symbol,
.hljs .hljs-variable,
.hljs .hljs-template-variable {
  color: #1f5dbd;
}
.hljs .hljs-symbol::selection,
.hljs .hljs-variable::selection,
.hljs .hljs-template-variable::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-bullet,
.hljs .hljs-title.class_,
.hljs .hljs-attr {
  color: #e8a259;
}
.hljs .hljs-bullet::selection,
.hljs .hljs-title.class_::selection,
.hljs .hljs-attr::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-params,
.hljs .hljs-code,
.hljs .hljs-number,
.hljs .hljs-literal,
.hljs .hljs-selector-tag,
.hljs .hljs-subst {
  color: #5271ae;
}
.hljs .hljs-params::selection,
.hljs .hljs-code::selection,
.hljs .hljs-number::selection,
.hljs .hljs-literal::selection,
.hljs .hljs-selector-tag::selection,
.hljs .hljs-subst::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-regexp {
  background-color: #fff0ff;
  color: #e64ce6;
}
.hljs .hljs-regexp::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-symbol {
  color: #c165ff;
}
.hljs .hljs-symbol::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-string,
.hljs .hljs-tag,
.hljs .hljs-name,
.hljs .hljs-selector-id,
.hljs .hljs-selector-class {
  color: #7cbf93;
}
.hljs .hljs-string::selection,
.hljs .hljs-tag::selection,
.hljs .hljs-name::selection,
.hljs .hljs-selector-id::selection,
.hljs .hljs-selector-class::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}
.hljs .hljs-attr::selection,
.hljs .hljs-built_in::selection,
.hljs .hljs-punctuation::selection,
.hljs .hljs-params::selection,
.hljs .hljs-property::selection,
.hljs .hljs-function::selection {
  background: rgba(255, 252, 160, 0.486);
  color: unset;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Article {
  padding-bottom: 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.Article-title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
@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), (max-width: 750px) {
  .Article-title {
    margin-bottom: 10px;
  }
}
.Article-date {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #c7c7c7;
}
@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), (max-width: 750px) {
  .Article-date {
    margin-bottom: 10px;
  }
}
.Article-publishedIcon {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  fill: rgba(39, 39, 39, 0.15);
}
.Article-publishedIcon--published {
  fill: #72a4f6;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Control-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
}
.Control-sortable {
  padding-bottom: 20px;
  min-height: 500px;
}
.Control-sortableItem {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease;
  user-select: none;
  background: #fffff9;
}
.Control-sortableItemLeft {
  display: flex;
}
.Control-sortableItemText {
  padding-left: 24px;
}
.Control-sortableItemTitle {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  line-height: 10px;
}
.Control-sortableItemDate {
  font-size: 12px;
  font-weight: 500;
}
.Control-sortableItemHandle {
  font-size: 16px;
}
.Control-sortableItemHandle:hover {
  cursor: grab;
}
.Control-sortableItemHandle:active {
  cursor: grabbing;
}
.Control-sortableItemRemove:hover {
  cursor: pointer;
}
.Control-sortableItemRemoveIcon {
  height: 10px;
  width: 10px;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseFormField {
  padding-bottom: 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseFormLabel {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #a4a4a4;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Input-input:not(.noClass) {
  background: transparent;
  box-shadow: 2px 2px 0 0 #272727;
  border: 2px solid #272727;
  outline: none;
}
.Input-label {
  padding-left: 5px;
  color: #272727;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.ControlAbout {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@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), (max-width: 750px) {
  .ControlAbout {
    padding: 50px 20px 20px;
  }
}
@media (min-width: 751px) and (max-height: 620px)  {
  .ControlAbout {
    min-height: 480px;
  }
}
.ControlAbout-title {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 700;
  text-align: 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), (max-width: 750px) {
  .ControlAbout-title {
    margin-bottom: 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.ControlArticle-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
}
.ControlArticle-published *:hover {
  cursor: default;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.ControlArticleCreate-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Home {
  padding-bottom: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@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), (max-width: 750px) {
  .Home {
    width: 100%;
    padding-bottom: 50px;
  }
}
.Home-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: 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), (max-width: 750px) {
  .Home-title {
    margin-bottom: 0;
  }
}
.Home-subtitle {
  margin-bottom: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-align: 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), (max-width: 750px) {
  .Home-subtitle {
    font-size: 16px;
    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), (max-width: 750px) {
  .Home-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
.Home-articles:not(.noClass):not(.noClass) {
  list-style-type: none;
  margin: 0;
  text-align: left;
}
.Home-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 600px)  {
  .Home-article {
    display: block;
  }
}
.Home-articleTitle {
  flex: 1;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  transition: text-decoration-color 0.3s ease;
}
.Home-articleTitle:hover {
  text-decoration-color: #272727;
  cursor: pointer;
}
.Home-articleDate {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #a4a4a4;
}
.Home-publishedIcon {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  fill: rgba(39, 39, 39, 0.15);
}
.Home-publishedIcon--published {
  fill: #72a4f6;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
  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;
  }
}
@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: #a4a4a4;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseModalText {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseModalFooter {
  font-size: 16px;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseModalTitle {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.BaseModalFooterSection {
  margin-top: 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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: 5 / span 16;
  margin-bottom: 20px;
  padding: 70px 80px;
  border-radius: 8px;
  box-shadow: 5px 5px 50px 0 #f8f8f8;
}
@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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Login {
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.CardItem {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
}

/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.NotFound-cardItem {
  padding: 10px;
}
.NotFound-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
.NotFound-text {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 22px;
  text-align: 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) {
  .NotFound {
    margin-bottom: 10px;
    padding: 40px;
    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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* 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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.FullPage {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 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) {
  .FullPage {
    padding: 0 10px 10px;
  }
}
.FullPage-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.FullPage-content {
  display: flex;
  flex-direction: column;
  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;
}
/*
 * 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 */
/* Old media queries */
.u-minHeight {
  min-height: calc(100vh - 140px - 10px);
}
@media (min-width: 751px) and (max-height: 620px)  {
  .u-minHeight {
    min-height: 480px;
  }
}
.u-w720 {
  max-width: 720px;
}
/* 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;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Regular..woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-Italic..woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBold..woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EBGaramond';
  src: url(/fonts/EBGaramond-SemiBoldItalic..woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  scrollbar-width: none;
  /* Firefox */
  font-weight: 500;
  line-height: 22px;
  color: #272727;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
  width: 0;
  background: transparent;
}
body.preload * {
  transition: none !important;
}
body *.preload {
  opacity: 0;
  transition: opacity 0.3s ease;
}
body *.isLoaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}
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 */
/* OLD COLORS */
/* Utils */
.Layout {
  position: relative;
  background: #fffff9;
  margin: 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.Layout-modalsAndPortals {
  position: relative;
  z-index: 2;
}
.Layout-layOver {
  content: ' ';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fffff9;
  pointer-events: none;
  user-select: none;
}
.Layout-layOverIcon {
  display: none;
}
.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: #4c4c4c;
}
.Layout-loaderIcon .Spinner-fill {
  background: #4c4c4c;
}

