:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }

  .annotationLayer .choiceWidgetAnnotation select:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .textWidgetAnnotation :is(input, textarea):required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selecteditem;
  }

  .annotationLayer .linkAnnotation:hover {
    -webkit-backdrop-filter: invert();
    backdrop-filter: invert();
  }
}

.annotationLayer {
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer[data-main-rotation="90"] .norotate {
  transform: rotate(270deg)translateX(-100%);
}

.annotationLayer[data-main-rotation="180"] .norotate {
  transform: rotate(180deg)translate(-100%, -100%);
}

.annotationLayer[data-main-rotation="270"] .norotate {
  transform: rotate(90deg)translateY(-100%);
}

.annotationLayer canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.annotationLayer section {
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  transform-origin: 0 0;
  margin: 0;
  position: absolute;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :-webkit-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  width: 100%;
  height: 100%;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer :-moz-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  width: 100%;
  height: 100%;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  width: 100%;
  height: 100%;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer :-webkit-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

.annotationLayer :-moz-any(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: .2;
  background: #ff0;
  box-shadow: 0 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer .choiceWidgetAnnotation select {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea) {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea) {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea) {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
}

.annotationLayer .choiceWidgetAnnotation select:required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required {
  outline: 1.5px solid red;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .choiceWidgetAnnotation select[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea)[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea)[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
  background: none;
}

.annotationLayer .choiceWidgetAnnotation select:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .choiceWidgetAnnotation select:hover, .annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover {
  border-radius: 2px;
}

.annotationLayer .choiceWidgetAnnotation select:focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  background: none;
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-webkit-any(input, textarea):focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  background: none;
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :-moz-any(input, textarea):focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  background: none;
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  background: none;
  border-radius: 2px;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) :focus {
  background-color: #0000;
  background-image: none;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) :focus {
  background-color: #0000;
  background-image: none;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-color: #0000;
  background-image: none;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
  border-radius: 2px;
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after, .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  content: "";
  background-color: canvastext;
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before, .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  width: 1px;
  height: 80%;
  left: 45%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  width: 50%;
  height: 50%;
  top: 20%;
  left: 30%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  padding-left: 2px;
  padding-right: 0;
  font-family: monospace;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:-webkit-any(.checkBox, .radioButton) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.annotationLayer .buttonWidgetAnnotation:-moz-any(.checkBox, .radioButton) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  width: 100%;
  height: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
  position: absolute;
}

.annotationLayer .popup {
  max-width: calc(180px * var(--scale-factor));
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
  background-color: #ff9;
  position: absolute;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  margin-left: calc(5px * var(--scale-factor));
  display: inline-block;
}

.annotationLayer .popupContent {
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
  border-top: 1px solid #333;
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation, .annotationLayer .underlineAnnotation, .annotationLayer .squigglyAnnotation, .annotationLayer .strikeoutAnnotation, .annotationLayer .freeTextAnnotation, .annotationLayer .lineAnnotation svg line, .annotationLayer .squareAnnotation svg rect, .annotationLayer .circleAnnotation svg ellipse, .annotationLayer .polylineAnnotation svg polyline, .annotationLayer .polygonAnnotation svg polygon, .annotationLayer .caretAnnotation, .annotationLayer .inkAnnotation svg polyline, .annotationLayer .stampAnnotation, .annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  opacity: 0;
  color: #0000;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: #b400aa;
  --highlight-selected-bg-color: #006400;
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}

[data-main-rotation="90"] {
  transform: rotate(90deg)translateY(-100%);
}

[data-main-rotation="180"] {
  transform: rotate(180deg)translate(-100%, -100%);
}

[data-main-rotation="270"] {
  transform: rotate(270deg)translateX(-100%);
}

.textLayer {
  text-align: initial;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.textLayer :-webkit-any(span, br) {
  color: #0000;
  white-space: pre;
  cursor: text;
  transform-origin: 0 0;
  margin: 0;
  position: absolute;
}

.textLayer :-moz-any(span, br) {
  color: #0000;
  white-space: pre;
  cursor: text;
  transform-origin: 0 0;
  margin: 0;
  position: absolute;
}

.textLayer :is(span, br) {
  color: #0000;
  white-space: pre;
  cursor: text;
  transform-origin: 0 0;
  margin: 0;
  position: absolute;
}

.textLayer span.markedContent {
  height: 0;
  top: 0;
}

.textLayer .highlight {
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
  margin: -1px;
  padding: 1px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

.textLayer br::selection {
  background: none;
}

.textLayer .endOfContent {
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.jtnbq69a {
  --jtnbq60: 0px 0px 2px 0px #18274b2e, 0px 1px 3px 0px #18274b0a;
  --jtnbq61: 0px 0px 0px 1px #18274b0a, 0px 4px 8px -4px #18274b1f, 0px 4px 12px -2px #18274b29;
  --jtnbq62: 0px 8px 28px -6px #18274b1f, 0px 18px 88px -4px #18274b29;
  --jtnbq63: ;
  --jtnbq64: #fff;
  --jtnbq65: #fbfbfb;
  --jtnbq66: #fbfbfb;
  --jtnbq67: #eeeff1;
  --jtnbq68: #f4f5f6;
  --jtnbq69: #eeeff1;
  --jtnbq6a: #eeeff1;
  --jtnbq6b: #266df0;
  --jtnbq6c: #e5eeff;
  --jtnbq6d: #fff;
  --jtnbq6e: #f8f9fa;
  --jtnbq6f: #fdfdfd;
  --jtnbq6g: #2325294d;
  --jtnbq6h: #000000d1;
  --jtnbq6i: #ffffff8c;
  --jtnbq6j: #fbfbfbcc;
  --jtnbq6k: #9162f90a;
  --jtnbq6l: #1a1d2199;
  --jtnbq6m: #232529;
  --jtnbq6n: #313337;
  --jtnbq6o: #e5eeff;
  --jtnbq6p: #fff3cc;
  --jtnbq6q: #ffebeb;
  --jtnbq6r: #e0fced;
  --jtnbq6s: #0000000a;
  --jtnbq6t: #232529;
  --jtnbq6u: #5c5e63;
  --jtnbq6v: #75777c;
  --jtnbq6w: #9fa1a7;
  --jtnbq6x: #fff;
  --jtnbq6y: #183c81;
  --jtnbq6z: #fff;
  --jtnbq610: #0eb472;
  --jtnbq611: #f65351;
  --jtnbq612: #dba600;
  --jtnbq613: #0009;
  --jtnbq614: #266df0;
  --jtnbq615: #1c62e3;
  --jtnbq616: #fff;
  --jtnbq617: #9fa1a7;
  --jtnbq618: #898a8d;
  --jtnbq619: #266df0;
  --jtnbq61a: #215bc4;
  --jtnbq61b: #874d00;
  --jtnbq61c: #ba2525;
  --jtnbq61d: #007d53;
  --jtnbq61e: #0000;
  --jtnbq61f: #0000000d;
  --jtnbq61g: #00000008;
  --jtnbq61h: #266df0;
  --jtnbq61i: #1c62e3;
  --jtnbq61j: #e5eeff;
  --jtnbq61k: #ff5b59;
  --jtnbq61l: #f65351;
  --jtnbq61m: #ffebeb;
  --jtnbq61n: #fff;
  --jtnbq61o: #fbfbfb;
  --jtnbq61p: #ffffff1a;
  --jtnbq61q: #eeeff1;
  --jtnbq61r: #e6e7ea;
  --jtnbq61s: #d1d3d6;
  --jtnbq61t: #266df0;
  --jtnbq61u: #d6e5ff;
  --jtnbq61v: #eeeff1;
  --jtnbq61w: #eeeff1;
  --jtnbq61x: #2325290f;
  --jtnbq61y: #e6e7ea;
  --jtnbq61z: #0000001a;
  --jtnbq620: #ffb8b8;
  --jtnbq621: #ffffff1a;
  --jtnbq622: #313337;
  --jtnbq623: #45474a;
  --jtnbq624: #fff3;
  --jtnbq625: #d6e5ff;
  --jtnbq626: #ffe59e;
  --jtnbq627: #cbf7e1;
  --jtnbq628: #232529;
  --jtnbq629: #fff;
  --jtnbq62a: #ff6d6b;
  --jtnbq62b: #ffebeb;
  --jtnbq62c: #a52f2e;
  --jtnbq62d: #407ff2;
  --jtnbq62e: #e5eeff;
  --jtnbq62f: #2450a3;
  --jtnbq62g: #0fc27b;
  --jtnbq62h: #535455;
  --jtnbq62i: #505154;
  --jtnbq62j: #fbfbfb;
  --jtnbq62k: #fff;
  --jtnbq62l: #0d7a44;
  --jtnbq62m: #f5b900;
  --jtnbq62n: #fff3cc;
  --jtnbq62o: #765900;
  --jtnbq62p: #17bde9;
  --jtnbq62q: #daf4fc;
  --jtnbq62r: #156e86;
  --jtnbq62s: #fd9038;
  --jtnbq62t: #feeee1;
  --jtnbq62u: #894915;
  --jtnbq62v: #f65385;
  --jtnbq62w: #feecf1;
  --jtnbq62x: #a3264b;
  --jtnbq62y: #9162f9;
  --jtnbq62z: #f5f0ff;
  --jtnbq630: #603cae;
  --jtnbq631: #c5e311;
  --jtnbq632: #586907;
  --jtnbq633: #ce67db;
  --jtnbq634: #862994;
  --jtnbq635: #edd308;
  --jtnbq636: #6e6100;
  --jtnbq637: #ffdcdb;
  --jtnbq638: #d6e5ff;
  --jtnbq639: #c7f4d3;
  --jtnbq63a: #ffebad;
  --jtnbq63b: #c3edf9;
  --jtnbq63c: #fee0c8;
  --jtnbq63d: #fddde7;
  --jtnbq63e: #e8ddfe;
  --jtnbq63f: #e9f797;
  --jtnbq63g: #f2d6f5;
  --jtnbq63h: #fbf197;
  --jtnbq63i: #eeeff1;
  --jtnbq63j: #ff5b59;
  --jtnbq63k: #ffebeb;
  --jtnbq63l: #f65351;
  --jtnbq63m: #266df0;
  --jtnbq63n: #e5eeff;
  --jtnbq63o: #1c62e3;
  --jtnbq63p: #0fc27b;
  --jtnbq63q: #ddf9e4;
  --jtnbq63r: #0eb472;
  --jtnbq63s: #f5b900;
  --jtnbq63t: #fff3cc;
  --jtnbq63u: #dba600;
  --jtnbq63v: #17bde9;
  --jtnbq63w: #daf4fc;
  --jtnbq63x: #14aed6;
  --jtnbq63y: #fd9038;
  --jtnbq63z: #feeee1;
  --jtnbq640: #fd801c;
  --jtnbq641: #f65385;
  --jtnbq642: #feecf1;
  --jtnbq643: #f53d87;
  --jtnbq644: #9162f9;
  --jtnbq645: #f5f0ff;
  --jtnbq646: #8049f8;
  --jtnbq647: #c5e311;
  --jtnbq648: #f4fbcb;
  --jtnbq649: #89a100;
  --jtnbq64a: #ce67db;
  --jtnbq64b: #f7e6f9;
  --jtnbq64c: #cd33de;
  --jtnbq64d: #edd308;
  --jtnbq64e: #fdf7c4;
  --jtnbq64f: #a89500;
  --jtnbq64g: #d1d3d6;
  --jtnbq64h: #f4f5f6;
  --jtnbq64i: #266df0;
  --jtnbq64j: #266df0;
  --jtnbq64k: #1c62e3;
  --jtnbq64l: #e5eeff;
  --jtnbq64m: #d6e5ff;
  --jtnbq64n: #fff;
  --jtnbq64o: #fbfbfb;
  --jtnbq64p: #fbfbfb;
  --jtnbq64q: #eeeff1;
  --jtnbq64r: #f4f5f6;
  --jtnbq64s: #eeeff1;
  --jtnbq64t: #266df0;
  --jtnbq64u: #d6e5ff;
  --jtnbq64v: #eeeff1;
  --jtnbq64w: #e6e7ea;
  --jtnbq64x: #d1d3d6;
  --jtnbq64y: #2325290f;
  --jtnbq64z: #eeeff1;
  --jtnbq650: #266df0;
  --jtnbq651: #fff;
  --jtnbq652: #183c81;
  --jtnbq653: #232529;
  --jtnbq654: #5c5e63;
  --jtnbq655: #75777c;
  --jtnbq656: #9fa1a7;
  --jtnbq657: #fff;
  --jtnbq658: #0eb472;
  --jtnbq659: #f65351;
  --jtnbq65a: #dba600;
  --jtnbq65b: #fff;
  --jtnbq65c: #fbfbfb;
  --jtnbq65d: #fff;
  --jtnbq65e: #f8f9fa;
  --jtnbq65f: #fdfdfd;
  --jtnbq65g: #f4f5f6;
  --jtnbq65h: #18274b;
  --jtnbq65i: #232529;
  --jtnbq65j: #313337;
  --jtnbq65k: #313337;
  --jtnbq65l: #45474a;
  --jtnbq65m: #fff;
  --jtnbq65n: #9fa1a7;
  --jtnbq65o: #9162f9;
  --jtnbq65p: #232529;
  --jtnbq65q: #fff;
  --jtnbq65r: #d1d3d6;
  --jtnbq65s: #f4f5f6;
  --jtnbq65t: #535455;
  --jtnbq65u: #eeeff1;
  --jtnbq65v: #ff6d6b;
  --jtnbq65w: #a52f2e;
  --jtnbq65x: #ffebeb;
  --jtnbq65y: #ffebeb;
  --jtnbq65z: #ffdcdb;
  --jtnbq660: #ff5b59;
  --jtnbq661: #f65351;
  --jtnbq662: #ffdcdb;
  --jtnbq663: #ffb8b8;
  --jtnbq664: #407ff2;
  --jtnbq665: #2450a3;
  --jtnbq666: #245bc2;
  --jtnbq667: #e5eeff;
  --jtnbq668: #e5eeff;
  --jtnbq669: #d6e5ff;
  --jtnbq66a: #266df0;
  --jtnbq66b: #1c62e3;
  --jtnbq66c: #d6e5ff;
  --jtnbq66d: #b8d0ff;
  --jtnbq66e: #17bde9;
  --jtnbq66f: #156e86;
  --jtnbq66g: #daf4fc;
  --jtnbq66h: #daf4fc;
  --jtnbq66i: #17bde9;
  --jtnbq66j: #14aed6;
  --jtnbq66k: #c3edf9;
  --jtnbq66l: #f5b900;
  --jtnbq66m: #765900;
  --jtnbq66n: #fff3cc;
  --jtnbq66o: #fff3cc;
  --jtnbq66p: #f5b900;
  --jtnbq66q: #dba600;
  --jtnbq66r: #ffebad;
  --jtnbq66s: #fd9038;
  --jtnbq66t: #894915;
  --jtnbq66u: #feeee1;
  --jtnbq66v: #feeee1;
  --jtnbq66w: #fd9038;
  --jtnbq66x: #fd801c;
  --jtnbq66y: #fee0c8;
  --jtnbq66z: #f65385;
  --jtnbq670: #a3264b;
  --jtnbq671: #feecf1;
  --jtnbq672: #feecf1;
  --jtnbq673: #f65385;
  --jtnbq674: #f53d87;
  --jtnbq675: #fddde7;
  --jtnbq676: #9162f9;
  --jtnbq677: #603cae;
  --jtnbq678: #f5f0ff;
  --jtnbq679: #f5f0ff;
  --jtnbq67a: #9162f9;
  --jtnbq67b: #8049f8;
  --jtnbq67c: #e8ddfe;
  --jtnbq67d: #0fc27b;
  --jtnbq67e: #0d7a44;
  --jtnbq67f: #fff;
  --jtnbq67g: #ddf9e4;
  --jtnbq67h: #0fc27b;
  --jtnbq67i: #0eb472;
  --jtnbq67j: #c7f4d3;
  --jtnbq67k: #c5e311;
  --jtnbq67l: #586907;
  --jtnbq67m: #c5e311;
  --jtnbq67n: #f4fbcb;
  --jtnbq67o: #e9f797;
  --jtnbq67p: #ce67db;
  --jtnbq67q: #862994;
  --jtnbq67r: #ce67db;
  --jtnbq67s: #f7e6f9;
  --jtnbq67t: #f2d6f5;
  --jtnbq67u: #edd308;
  --jtnbq67v: #6e6100;
  --jtnbq67w: #edd308;
  --jtnbq67x: #fdf7c4;
  --jtnbq67y: #fbf197;
  --jtnbq67z: #0000;
  --jtnbq680: #0000000d;
  --jtnbq681: #0009;
  --jtnbq682: #266df0;
  --jtnbq683: #94b9ff;
  --jtnbq684: #245bc2;
  --jtnbq685: #54d490;
  --jtnbq686: #92e8ad;
  --jtnbq687: #0da669;
  --jtnbq688: #fd9038;
  --jtnbq689: #ffba85;
  --jtnbq68a: #f77002;
  --jtnbq68b: #fb84a7;
  --jtnbq68c: #fdc4d5;
  --jtnbq68d: #f42485;
  --jtnbq68e: #ff5b59;
  --jtnbq68f: #ffa4a3;
  --jtnbq68g: #c73a38;
  --jtnbq68h: #14aed6;
  --jtnbq68i: #9de3f6;
  --jtnbq68j: #1088a8;
  --jtnbq68k: #a27afa;
  --jtnbq68l: #d6c4fd;
  --jtnbq68m: #5715e4;
  --jtnbq68n: #ffd03d;
  --jtnbq68o: #ffebad;
  --jtnbq68p: #dba600;
  --jtnbq68q: #dff367;
  --jtnbq68r: #f4fbcb;
  --jtnbq68s: #84980b;
  --jtnbq68t: #de98e6;
  --jtnbq68u: #f2d6f5;
  --jtnbq68v: #c039d0;
  --jtnbq68w: #f8e43a;
  --jtnbq68x: #fdf7c4;
  --jtnbq68y: #d4bd07;
  --jtnbq68z: #b0b2b7;
  --jtnbq690: #d1d3d6;
  --jtnbq691: #86888d;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
}

.jtnbq69b {
  --jtnbq6b: #17bde9;
  --jtnbq6c: #daf4fc;
  --jtnbq6y: #156e86;
  --jtnbq614: #17bde9;
  --jtnbq615: #14aed6;
  --jtnbq61h: #17bde9;
  --jtnbq61i: #14aed6;
  --jtnbq61j: #daf4fc;
  --jtnbq61t: #17bde9;
  --jtnbq61u: #daf4fc;
  --jtnbq64i: #17bde9;
  --jtnbq64j: #17bde9;
  --jtnbq64k: #14aed6;
  --jtnbq64l: #daf4fc;
  --jtnbq64m: #14aed6;
  --jtnbq64t: #17bde9;
  --jtnbq64u: #c3edf9;
  --jtnbq650: #17bde9;
  --jtnbq652: #156e86;
}

.jtnbq69d {
  --jtnbq6b: #f5b900;
  --jtnbq6c: #fff3cc;
  --jtnbq6y: #765900;
  --jtnbq614: #f5b900;
  --jtnbq615: #dba600;
  --jtnbq61h: #f5b900;
  --jtnbq61i: #dba600;
  --jtnbq61j: #fff3cc;
  --jtnbq61t: #f5b900;
  --jtnbq61u: #fff3cc;
  --jtnbq64i: #f5b900;
  --jtnbq64j: #f5b900;
  --jtnbq64k: #dba600;
  --jtnbq64l: #fff3cc;
  --jtnbq64m: #dba600;
  --jtnbq64t: #f5b900;
  --jtnbq64u: #ffebad;
  --jtnbq650: #f5b900;
  --jtnbq652: #765900;
}

.jtnbq69f {
  --jtnbq6b: #fd9038;
  --jtnbq6c: #feeee1;
  --jtnbq6y: #894915;
  --jtnbq614: #fd9038;
  --jtnbq615: #fd801c;
  --jtnbq61h: #fd9038;
  --jtnbq61i: #fd801c;
  --jtnbq61j: #feeee1;
  --jtnbq61t: #fd9038;
  --jtnbq61u: #feeee1;
  --jtnbq64i: #fd9038;
  --jtnbq64j: #fd9038;
  --jtnbq64k: #fd801c;
  --jtnbq64l: #feeee1;
  --jtnbq64m: #fd801c;
  --jtnbq64t: #fd9038;
  --jtnbq64u: #fee0c8;
  --jtnbq650: #fd9038;
  --jtnbq652: #894915;
}

.jtnbq69h {
  --jtnbq6b: #f65385;
  --jtnbq6c: #feecf1;
  --jtnbq6y: #a3264b;
  --jtnbq614: #f65385;
  --jtnbq615: #f53d87;
  --jtnbq61h: #f65385;
  --jtnbq61i: #f53d87;
  --jtnbq61j: #feecf1;
  --jtnbq61t: #f65385;
  --jtnbq61u: #feecf1;
  --jtnbq64i: #f65385;
  --jtnbq64j: #f65385;
  --jtnbq64k: #f53d87;
  --jtnbq64l: #feecf1;
  --jtnbq64m: #f53d87;
  --jtnbq64t: #f65385;
  --jtnbq64u: #fddde7;
  --jtnbq650: #f65385;
  --jtnbq652: #a3264b;
}

.jtnbq69j {
  --jtnbq6b: #9162f9;
  --jtnbq6c: #f5f0ff;
  --jtnbq6y: #603cae;
  --jtnbq614: #9162f9;
  --jtnbq615: #8049f8;
  --jtnbq61h: #9162f9;
  --jtnbq61i: #8049f8;
  --jtnbq61j: #f5f0ff;
  --jtnbq61t: #9162f9;
  --jtnbq61u: #f5f0ff;
  --jtnbq64i: #9162f9;
  --jtnbq64j: #9162f9;
  --jtnbq64k: #8049f8;
  --jtnbq64l: #f5f0ff;
  --jtnbq64m: #8049f8;
  --jtnbq64t: #9162f9;
  --jtnbq64u: #e8ddfe;
  --jtnbq650: #9162f9;
  --jtnbq652: #603cae;
}

.jtnbq69l {
  --jtnbq6b: #0fc27b;
  --jtnbq6c: #ddf9e4;
  --jtnbq6y: #0d7a44;
  --jtnbq614: #0fc27b;
  --jtnbq615: #0eb472;
  --jtnbq61h: #0fc27b;
  --jtnbq61i: #0eb472;
  --jtnbq61j: #ddf9e4;
  --jtnbq61t: #0fc27b;
  --jtnbq61u: #ddf9e4;
  --jtnbq64i: #0fc27b;
  --jtnbq64j: #0fc27b;
  --jtnbq64k: #0eb472;
  --jtnbq64l: #ddf9e4;
  --jtnbq64m: #0eb472;
  --jtnbq64t: #0fc27b;
  --jtnbq64u: #c7f4d3;
  --jtnbq650: #0fc27b;
  --jtnbq652: #0d7a44;
}

.jtnbq69n {
  --jtnbq60: inset 0px 0px 0px 1px #fff0, 0px 0px 2px 0px #1c28402e, 0px 1px 3px 0px #18294b0a;
  --jtnbq61: inset 0px 0px 0px 1px #fff0, 0px 0px 0px 1px #1c28400a, 0px 4px 8px -4px #1c28401f, 0px 4px 12px -2px #18294b29;
  --jtnbq62: inset 0px 0px 0px 1px #fff0, 0px 8px 28px -6px #1c28401f, 0px 18px 88px -4px #1c284029;
  --jtnbq63: 0px 0px 1px 0px #1c284029, 0px 8px 28px -6px #1c28401f, 0px 18px 88px -4px #1c284029;
  --jtnbq64n: #fff;
  --jtnbq64o: #fbfbfb;
  --jtnbq64p: #fbfbfb;
  --jtnbq64q: #eeeff1;
  --jtnbq64r: #f8f9fa;
  --jtnbq64s: #e6e7ea;
  --jtnbq64j: #266df0;
  --jtnbq64k: #215bc4;
  --jtnbq64l: #e5eeff;
  --jtnbq64m: #266df00a;
  --jtnbq65d: #fff;
  --jtnbq65e: #f8f9fa;
  --jtnbq65b: #fff;
  --jtnbq65c: #fbfbfb;
  --jtnbq65f: #fbfbfb;
  --jtnbq65i: #fff;
  --jtnbq65j: #fbfbfb;
  --jtnbq67z: #0000;
  --jtnbq680: #0000000d;
  --jtnbq65g: #fbfbfb;
  --jtnbq653: #242529;
  --jtnbq654: #505154;
  --jtnbq655: #0000008c;
  --jtnbq656: #0006;
  --jtnbq651: #fff;
  --jtnbq652: #215bc4;
  --jtnbq657: #fff;
  --jtnbq658: #02ad6e;
  --jtnbq659: #ed3b3b;
  --jtnbq65a: #cf8300;
  --jtnbq681: #0000008c;
  --jtnbq65v: #ed3b3b;
  --jtnbq65x: #ffebeb;
  --jtnbq65w: #ba2525;
  --jtnbq664: #266df0;
  --jtnbq667: #e5eeff;
  --jtnbq665: #215bc4;
  --jtnbq666: #215bc4;
  --jtnbq67d: #02ad6e;
  --jtnbq67f: #e0fced;
  --jtnbq67e: #007d53;
  --jtnbq66l: #cf8300;
  --jtnbq66n: #fff3cc;
  --jtnbq66m: #874d00;
  --jtnbq66e: #0d99bd;
  --jtnbq66g: #ddf7ff;
  --jtnbq66f: #056c87;
  --jtnbq66s: #c95908;
  --jtnbq66u: #feeee1;
  --jtnbq66t: #9e3f00;
  --jtnbq66z: #e0387e;
  --jtnbq671: #feecf3;
  --jtnbq670: #b81c5d;
  --jtnbq676: #864aff;
  --jtnbq678: #f5f0ff;
  --jtnbq677: #6238b5;
  --jtnbq67k: #748700;
  --jtnbq67l: #536300;
  --jtnbq67p: #cd33de;
  --jtnbq67q: #9c1bab;
  --jtnbq67u: #8c7d00;
  --jtnbq67v: #665a00;
  --jtnbq65t: #898a8d;
  --jtnbq65m: #242529;
  --jtnbq65n: #505154;
  --jtnbq64v: #eeeff1;
  --jtnbq64w: #e6e7ea;
  --jtnbq64x: #cdcfd1;
  --jtnbq64t: #266df0;
  --jtnbq64u: #d6e5ff;
  --jtnbq64y: #0000000d;
  --jtnbq64z: #fff0;
  --jtnbq65k: #eeeff1;
  --jtnbq65l: #e6e7ea;
  --jtnbq650: #266df0;
  --jtnbq663: #ffdcdb;
  --jtnbq662: #ffdcdb;
  --jtnbq66d: #d6e5ff;
  --jtnbq66c: #d6e5ff;
  --jtnbq66k: #d0eff7;
  --jtnbq66r: #ffe59e;
  --jtnbq66y: #fee0c8;
  --jtnbq675: #fdddea;
  --jtnbq67c: #e8ddfe;
  --jtnbq67j: #cbf7e1;
  --jtnbq67o: #e9f797;
  --jtnbq67t: #fad6ff;
  --jtnbq67y: #fcef7e;
  --jtnbq65u: #eeeff1;
  --jtnbq660: #ff5454;
  --jtnbq65y: #ffebeb;
  --jtnbq661: #ed3b3b;
  --jtnbq65z: #ffebeb;
  --jtnbq66a: #266df0;
  --jtnbq668: #e5eeff;
  --jtnbq66b: #215bc4;
  --jtnbq669: #e5eeff;
  --jtnbq67h: #00d17e;
  --jtnbq67g: #e0fced;
  --jtnbq67i: #02ad6e;
  --jtnbq65s: #f8f9fa;
  --jtnbq65r: #cdcfd1;
  --jtnbq66i: #00b9eb;
  --jtnbq66h: #ddf7ff;
  --jtnbq66j: #0d99bd;
  --jtnbq66p: #f5a300;
  --jtnbq66o: #fff3cc;
  --jtnbq66q: #cf8300;
  --jtnbq66w: #f97514;
  --jtnbq66v: #feeee1;
  --jtnbq66x: #c95908;
  --jtnbq673: #fa4b94;
  --jtnbq672: #feecf3;
  --jtnbq674: #e0387e;
  --jtnbq67a: #9b69ff;
  --jtnbq679: #f5f0ff;
  --jtnbq67b: #864aff;
  --jtnbq67m: #c5e311;
  --jtnbq67n: #f4fbcb;
  --jtnbq67r: #ce67db;
  --jtnbq67s: #fdedff;
  --jtnbq67w: #edd308;
  --jtnbq67x: #fdf7c4;
  --jtnbq65o: #9b69ff0a;
  --jtnbq64i: #266df0;
  --jtnbq65h: #18274b;
  --jtnbq65p: #000;
  --jtnbq65q: #fff;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
  --jtnbq682: #266df0;
  --jtnbq683: #94b9ff;
  --jtnbq684: #245bc2;
  --jtnbq685: #54d490;
  --jtnbq686: #92e8ad;
  --jtnbq687: #0da669;
  --jtnbq688: #fd9038;
  --jtnbq689: #ffba85;
  --jtnbq68a: #f77002;
  --jtnbq68b: #fb84a7;
  --jtnbq68c: #fdc4d5;
  --jtnbq68d: #f42485;
  --jtnbq68e: #ff5b59;
  --jtnbq68f: #ffa4a3;
  --jtnbq68g: #c73a38;
  --jtnbq68h: #14aed6;
  --jtnbq68i: #9de3f6;
  --jtnbq68j: #1088a8;
  --jtnbq68k: #a27afa;
  --jtnbq68l: #d6c4fd;
  --jtnbq68m: #5715e4;
  --jtnbq68n: #ffd03d;
  --jtnbq68o: #ffebad;
  --jtnbq68p: #dba600;
  --jtnbq68q: #dff367;
  --jtnbq68r: #f4fbcb;
  --jtnbq68s: #84980b;
  --jtnbq68t: #de98e6;
  --jtnbq68u: #f2d6f5;
  --jtnbq68v: #c039d0;
  --jtnbq68w: #f8e43a;
  --jtnbq68x: #fdf7c4;
  --jtnbq68y: #d4bd07;
  --jtnbq68z: #b0b2b7;
  --jtnbq690: #d1d3d6;
  --jtnbq691: #86888d;
  --jtnbq61h: #266df0;
  --jtnbq61i: #215bc4;
  --jtnbq61j: #e5eeff;
  --jtnbq61k: #ff5454;
  --jtnbq61l: #ed3b3b;
  --jtnbq61m: #ffebeb;
  --jtnbq61n: #fff;
  --jtnbq61o: #f8f9fa;
  --jtnbq61e: #0000;
  --jtnbq61f: #0000000d;
  --jtnbq61g: #00000008;
  --jtnbq61p: #ffffff1a;
  --jtnbq6t: #242529;
  --jtnbq6u: #505154;
  --jtnbq6v: #0000008c;
  --jtnbq6w: #0006;
  --jtnbq614: #266df0;
  --jtnbq615: #215bc4;
  --jtnbq6x: #fff;
  --jtnbq6y: #215bc4;
  --jtnbq6z: #fff;
  --jtnbq619: #266df0;
  --jtnbq610: #02ad6e;
  --jtnbq611: #ed3b3b;
  --jtnbq612: #cf8300;
  --jtnbq61a: #215bc4;
  --jtnbq61d: #007d53;
  --jtnbq61c: #ba2525;
  --jtnbq61b: #874d00;
  --jtnbq613: #0000008c;
  --jtnbq616: #eeeff1;
  --jtnbq617: #a2a4a7;
  --jtnbq618: #898a8d;
  --jtnbq61q: #eeeff1;
  --jtnbq61y: #f8f9fa;
  --jtnbq61x: #0000000d;
  --jtnbq61r: #e6e7ea;
  --jtnbq61z: #0000001a;
  --jtnbq61s: #cdcfd1;
  --jtnbq61v: #eeeff1;
  --jtnbq61w: #fff0;
  --jtnbq61t: #266df0;
  --jtnbq61u: #d6e5ff;
  --jtnbq620: #ffd1d1;
  --jtnbq625: #d6e5ff;
  --jtnbq626: #ffe59e;
  --jtnbq627: #cbf7e1;
  --jtnbq621: #ffffff1a;
  --jtnbq622: #ffffff0d;
  --jtnbq623: #ffffff1a;
  --jtnbq624: #fff3;
  --jtnbq64: #fff;
  --jtnbq65: #fbfbfb;
  --jtnbq6i: #ffffff8c;
  --jtnbq66: #fbfbfb;
  --jtnbq67: #eeeff1;
  --jtnbq6j: #fbfbfbcc;
  --jtnbq68: #f8f9fa;
  --jtnbq69: #e6e7ea;
  --jtnbq6a: #eeeff1;
  --jtnbq6b: #266df0;
  --jtnbq6c: #266df00a;
  --jtnbq6k: #9b69ff0a;
  --jtnbq6g: #00000040;
  --jtnbq6h: #000000d1;
  --jtnbq6f: #fbfbfb;
  --jtnbq6d: #fff;
  --jtnbq6e: #f8f9fa;
  --jtnbq6l: #1a1d2199;
  --jtnbq6o: #e5eeff;
  --jtnbq6p: #fff3cc;
  --jtnbq6q: #ffebeb;
  --jtnbq6r: #e0fced;
  --jtnbq6s: #0000000a;
  --jtnbq6m: #1a1d21;
  --jtnbq6n: #ffffff1a;
  --jtnbq628: #000;
  --jtnbq629: #fff;
  --jtnbq635: #8c7d00;
  --jtnbq62d: #266df0;
  --jtnbq62p: #0d99bd;
  --jtnbq62g: #02ad6e;
  --jtnbq62h: #898a8d;
  --jtnbq633: #cd33de;
  --jtnbq631: #748700;
  --jtnbq636: #665a00;
  --jtnbq62e: #e5eeff;
  --jtnbq62f: #215bc4;
  --jtnbq62q: #ddf7ff;
  --jtnbq62r: #056c87;
  --jtnbq62k: #e0fced;
  --jtnbq62l: #007d53;
  --jtnbq62j: #fbfbfb;
  --jtnbq62i: #505154;
  --jtnbq634: #9c1bab;
  --jtnbq632: #536300;
  --jtnbq62t: #feeee1;
  --jtnbq62u: #9e3f00;
  --jtnbq62w: #feecf3;
  --jtnbq62x: #b81c5d;
  --jtnbq62z: #f5f0ff;
  --jtnbq630: #6238b5;
  --jtnbq62b: #ffebeb;
  --jtnbq62c: #ba2525;
  --jtnbq62n: #fff3cc;
  --jtnbq62o: #874d00;
  --jtnbq62s: #c95908;
  --jtnbq62v: #e0387e;
  --jtnbq62y: #864aff;
  --jtnbq62a: #ed3b3b;
  --jtnbq62m: #cf8300;
  --jtnbq63h: #fcef7e;
  --jtnbq638: #d6e5ff;
  --jtnbq63b: #d0eff7;
  --jtnbq639: #cbf7e1;
  --jtnbq63i: #eeeff1;
  --jtnbq63g: #fad6ff;
  --jtnbq63f: #e9f797;
  --jtnbq63c: #fee0c8;
  --jtnbq63d: #fdddea;
  --jtnbq63e: #e8ddfe;
  --jtnbq637: #ffdcdb;
  --jtnbq63a: #ffe59e;
  --jtnbq64d: #cfb700;
  --jtnbq64e: #fdf7c4;
  --jtnbq64f: #a89500;
  --jtnbq63m: #266df0;
  --jtnbq63o: #215bc4;
  --jtnbq63n: #e5eeff;
  --jtnbq63v: #00b9eb;
  --jtnbq63x: #0d99bd;
  --jtnbq63w: #ddf7ff;
  --jtnbq63p: #00d17e;
  --jtnbq63r: #02ad6e;
  --jtnbq63q: #e0fced;
  --jtnbq64g: #cdcfd1;
  --jtnbq64h: #f8f9fa;
  --jtnbq64a: #db4beb;
  --jtnbq64c: #cd33de;
  --jtnbq64b: #fdedff;
  --jtnbq647: #aabf2a;
  --jtnbq649: #89a100;
  --jtnbq648: #f4fbcb;
  --jtnbq63y: #f97514;
  --jtnbq640: #c95908;
  --jtnbq63z: #feeee1;
  --jtnbq641: #fa4b94;
  --jtnbq643: #e0387e;
  --jtnbq642: #feecf3;
  --jtnbq644: #9b69ff;
  --jtnbq646: #864aff;
  --jtnbq645: #f5f0ff;
  --jtnbq63j: #ff5454;
  --jtnbq63l: #ed3b3b;
  --jtnbq63k: #ffebeb;
  --jtnbq63s: #f5a300;
  --jtnbq63u: #cf8300;
  --jtnbq63t: #fff3cc;
}

.jtnbq69o {
  --jtnbq64j: #00b9eb;
  --jtnbq64k: #0d99bd;
  --jtnbq64l: #00b9eb0a;
  --jtnbq64m: #00b9eb0a;
  --jtnbq652: #056c87;
  --jtnbq64t: #00b9eb;
  --jtnbq64u: #d0eff7;
  --jtnbq650: #00b9eb;
  --jtnbq64i: #00b9eb;
  --jtnbq61h: #00b9eb;
  --jtnbq61i: #0d99bd;
  --jtnbq61j: #ddf7ff;
  --jtnbq614: #0d99bd;
  --jtnbq615: #0d99bd;
  --jtnbq6y: #056c87;
  --jtnbq61t: #00b9eb;
  --jtnbq61u: #d0eff7;
  --jtnbq6b: #00b9eb;
  --jtnbq6c: #00b9eb0a;
}

.jtnbq69q {
  --jtnbq64j: #f5a300;
  --jtnbq64k: #cf8300;
  --jtnbq64l: #f5a3000a;
  --jtnbq64m: #f5a3000a;
  --jtnbq652: #874d00;
  --jtnbq64t: #f5a300;
  --jtnbq64u: #ffe59e;
  --jtnbq650: #f5a300;
  --jtnbq64i: #f5a300;
  --jtnbq61h: #f5a300;
  --jtnbq61i: #cf8300;
  --jtnbq61j: #fff3cc;
  --jtnbq614: #cf8300;
  --jtnbq615: #cf8300;
  --jtnbq6y: #874d00;
  --jtnbq61t: #f5a300;
  --jtnbq61u: #ffe59e;
  --jtnbq6b: #f5a300;
  --jtnbq6c: #f5a3000a;
}

.jtnbq69s {
  --jtnbq64j: #f97514;
  --jtnbq64k: #c95908;
  --jtnbq64l: #f975140a;
  --jtnbq64m: #f975140a;
  --jtnbq652: #9e3f00;
  --jtnbq64t: #f97514;
  --jtnbq64u: #fee0c8;
  --jtnbq650: #f97514;
  --jtnbq64i: #f97514;
  --jtnbq61h: #f97514;
  --jtnbq61i: #c95908;
  --jtnbq61j: #feeee1;
  --jtnbq614: #c95908;
  --jtnbq615: #c95908;
  --jtnbq6y: #9e3f00;
  --jtnbq61t: #f97514;
  --jtnbq61u: #fee0c8;
  --jtnbq6b: #f97514;
  --jtnbq6c: #f975140a;
}

.jtnbq69u {
  --jtnbq64j: #fa4b94;
  --jtnbq64k: #e0387e;
  --jtnbq64l: #fa4b940a;
  --jtnbq64m: #fa4b940a;
  --jtnbq652: #b81c5d;
  --jtnbq64t: #fa4b94;
  --jtnbq64u: #fdddea;
  --jtnbq650: #fa4b94;
  --jtnbq64i: #fa4b94;
  --jtnbq61h: #fa4b94;
  --jtnbq61i: #e0387e;
  --jtnbq61j: #feecf3;
  --jtnbq614: #e0387e;
  --jtnbq615: #e0387e;
  --jtnbq6y: #b81c5d;
  --jtnbq61t: #fa4b94;
  --jtnbq61u: #fdddea;
  --jtnbq6b: #fa4b94;
  --jtnbq6c: #fa4b940a;
}

.jtnbq69w {
  --jtnbq64j: #9b69ff;
  --jtnbq64k: #864aff;
  --jtnbq64l: #9b69ff0a;
  --jtnbq64m: #9b69ff0a;
  --jtnbq652: #6238b5;
  --jtnbq64t: #9b69ff;
  --jtnbq64u: #e8ddfe;
  --jtnbq650: #9b69ff;
  --jtnbq64i: #9b69ff;
  --jtnbq61h: #9b69ff;
  --jtnbq61i: #864aff;
  --jtnbq61j: #f5f0ff;
  --jtnbq614: #864aff;
  --jtnbq615: #864aff;
  --jtnbq6y: #6238b5;
  --jtnbq61t: #9b69ff;
  --jtnbq61u: #e8ddfe;
  --jtnbq6b: #9b69ff;
  --jtnbq6c: #9b69ff0a;
}

.jtnbq69y {
  --jtnbq64j: #00d17e;
  --jtnbq64k: #02ad6e;
  --jtnbq64l: #00d17e0a;
  --jtnbq64m: #00d17e0a;
  --jtnbq652: #007d53;
  --jtnbq64t: #00d17e;
  --jtnbq64u: #cbf7e1;
  --jtnbq650: #00d17e;
  --jtnbq64i: #00d17e;
  --jtnbq61h: #00d17e;
  --jtnbq61i: #02ad6e;
  --jtnbq61j: #e0fced;
  --jtnbq614: #02ad6e;
  --jtnbq615: #02ad6e;
  --jtnbq6y: #007d53;
  --jtnbq61t: #00d17e;
  --jtnbq61u: #cbf7e1;
  --jtnbq6b: #00d17e;
  --jtnbq6c: #00d17e0a;
}

.jtnbq6a0 {
  --jtnbq60: inset 0px 0px 0px 1px #313337, 0px 0px 2px 0px #000, 0px 1px 3px 0px #00000014;
  --jtnbq61: inset 0px 0px 0px 1px #313337, 0px 0px 0px 1px #00000029, 0px 4px 8px -4px #0000007a, 0px 4px 12px -2px #000000a3;
  --jtnbq62: 0px 8px 28px -6px #0000007a, 0px 18px 88px -4px #000000a3;
  --jtnbq63: ;
  --jtnbq64: #1b1d21;
  --jtnbq65: #202225;
  --jtnbq66: #17191c;
  --jtnbq67: #232529;
  --jtnbq68: #17191c;
  --jtnbq69: #45474a;
  --jtnbq6a: #000;
  --jtnbq6b: #266df0;
  --jtnbq6c: #293c60;
  --jtnbq6d: #232529;
  --jtnbq6e: #2c2e33;
  --jtnbq6f: #202226;
  --jtnbq6g: #000000b3;
  --jtnbq6h: #000000d1;
  --jtnbq6i: #1b1d218c;
  --jtnbq6j: #17191ccc;
  --jtnbq6k: #9162f90f;
  --jtnbq6l: #2f3033;
  --jtnbq6m: #1b1d21;
  --jtnbq6n: #232529;
  --jtnbq6o: #1d2e55;
  --jtnbq6p: #3a2d12;
  --jtnbq6q: #4e1b28;
  --jtnbq6r: #1d4034;
  --jtnbq6s: #fbfbfb0d;
  --jtnbq6t: #eeeff1;
  --jtnbq6u: #9fa1a7;
  --jtnbq6v: #86888d;
  --jtnbq6w: #5c5e63;
  --jtnbq6x: #eeeff1;
  --jtnbq6y: #e5eeff;
  --jtnbq6z: #1b1d21;
  --jtnbq610: #0eb472;
  --jtnbq611: #eb4947;
  --jtnbq612: #dba600;
  --jtnbq613: #fff9;
  --jtnbq614: #266df0;
  --jtnbq615: #4285ff;
  --jtnbq616: #f4f5f6;
  --jtnbq617: #9fa1a7;
  --jtnbq618: #898a8d;
  --jtnbq619: #4e8cfc;
  --jtnbq61a: #c2d6ff;
  --jtnbq61b: #ffd269;
  --jtnbq61c: #ffd1d1;
  --jtnbq61d: #a7f2cf;
  --jtnbq61e: #fff0;
  --jtnbq61f: #ffffff0d;
  --jtnbq61g: #ffffff08;
  --jtnbq61h: #266df0;
  --jtnbq61i: #4285ff;
  --jtnbq61j: #293c60;
  --jtnbq61k: #eb4947;
  --jtnbq61l: #ff4f4d;
  --jtnbq61m: #552726;
  --jtnbq61n: #1b1d21;
  --jtnbq61o: #202225;
  --jtnbq61p: #ffffff1a;
  --jtnbq61q: #27282b;
  --jtnbq61r: #313337;
  --jtnbq61s: #45474a;
  --jtnbq61t: #266df0;
  --jtnbq61u: #314872;
  --jtnbq61v: #313337;
  --jtnbq61w: #313337;
  --jtnbq61x: #ffffff0f;
  --jtnbq61y: #313337;
  --jtnbq61z: #ffffff1a;
  --jtnbq620: #673332;
  --jtnbq621: #ffffff1a;
  --jtnbq622: #313337;
  --jtnbq623: #45474a;
  --jtnbq624: #fff3;
  --jtnbq625: #2b3e6d;
  --jtnbq626: #523817;
  --jtnbq627: #244a3a;
  --jtnbq628: #1b1d21;
  --jtnbq629: #f4f5f6;
  --jtnbq62a: #ff8180;
  --jtnbq62b: #ffebeb;
  --jtnbq62c: #ffc2c2;
  --jtnbq62d: #538bf3;
  --jtnbq62e: #e5eeff;
  --jtnbq62f: #c3d8ff;
  --jtnbq62g: #0fc27b;
  --jtnbq62h: #d1d1d1;
  --jtnbq62i: #cdcfd1;
  --jtnbq62j: #eeeff1;
  --jtnbq62k: #ddf9e4;
  --jtnbq62l: #b8ebd1;
  --jtnbq62m: #f5b900;
  --jtnbq62n: #fff3cc;
  --jtnbq62o: #f5d576;
  --jtnbq62p: #17bde9;
  --jtnbq62q: #daf4fc;
  --jtnbq62r: #abe7f7;
  --jtnbq62s: #fd9038;
  --jtnbq62t: #feeee1;
  --jtnbq62u: #ffc89c;
  --jtnbq62v: #f65385;
  --jtnbq62w: #feecf1;
  --jtnbq62x: #ffbfd2;
  --jtnbq62y: #9162f9;
  --jtnbq62z: #f5f0ff;
  --jtnbq630: #d7c4fe;
  --jtnbq631: #c5e311;
  --jtnbq632: #d8e19d;
  --jtnbq633: #ce67db;
  --jtnbq634: #edbbf2;
  --jtnbq635: #edd308;
  --jtnbq636: #e5dd93;
  --jtnbq637: #673332;
  --jtnbq638: #314872;
  --jtnbq639: #246149;
  --jtnbq63a: #6a5206;
  --jtnbq63b: #165364;
  --jtnbq63c: #6a360c;
  --jtnbq63d: #68275d;
  --jtnbq63e: #573d8f;
  --jtnbq63f: #505921;
  --jtnbq63g: #562e5c;
  --jtnbq63h: #594f03;
  --jtnbq63i: #45474a;
  --jtnbq63j: #eb4947;
  --jtnbq63k: #552726;
  --jtnbq63l: #ff4f4d;
  --jtnbq63m: #266df0;
  --jtnbq63n: #293c60;
  --jtnbq63o: #407ff2;
  --jtnbq63p: #0fc27b;
  --jtnbq63q: #1d4e3b;
  --jtnbq63r: #2ac687;
  --jtnbq63s: #f5b900;
  --jtnbq63t: #574305;
  --jtnbq63u: #ffc81f;
  --jtnbq63v: #17bde9;
  --jtnbq63w: #134958;
  --jtnbq63x: #3bc7ec;
  --jtnbq63y: #fd9038;
  --jtnbq63z: #553216;
  --jtnbq640: #ff9747;
  --jtnbq641: #f65385;
  --jtnbq642: #56254e;
  --jtnbq643: #fa6b96;
  --jtnbq644: #9162f9;
  --jtnbq645: #463172;
  --jtnbq646: #a27afa;
  --jtnbq647: #c5e311;
  --jtnbq648: #424a1c;
  --jtnbq649: #aabf2a;
  --jtnbq64a: #ce67db;
  --jtnbq64b: #46254b;
  --jtnbq64c: #db4beb;
  --jtnbq64d: #edd308;
  --jtnbq64e: #453d02;
  --jtnbq64f: #cfb700;
  --jtnbq64g: #45474a;
  --jtnbq64h: #313337;
  --jtnbq64i: #266df0;
  --jtnbq64j: #266df0;
  --jtnbq64k: #4285ff;
  --jtnbq64l: #293c60;
  --jtnbq64m: #314872;
  --jtnbq64n: #1b1d21;
  --jtnbq64o: #202225;
  --jtnbq64p: #17191c;
  --jtnbq64q: #232529;
  --jtnbq64r: #17191c;
  --jtnbq64s: #45474a;
  --jtnbq64t: #266df0;
  --jtnbq64u: #314872;
  --jtnbq64v: #27282b;
  --jtnbq64w: #313337;
  --jtnbq64x: #45474a;
  --jtnbq64y: #ffffff0f;
  --jtnbq64z: #313337;
  --jtnbq650: #266df0;
  --jtnbq651: #eeeff1;
  --jtnbq652: #e5eeff;
  --jtnbq653: #eeeff1;
  --jtnbq654: #9fa1a7;
  --jtnbq655: #86888d;
  --jtnbq656: #5c5e63;
  --jtnbq657: #1b1d21;
  --jtnbq658: #0eb472;
  --jtnbq659: #eb4947;
  --jtnbq65a: #dba600;
  --jtnbq65b: #1b1d21;
  --jtnbq65c: #202225;
  --jtnbq65d: #232529;
  --jtnbq65e: #2c2e33;
  --jtnbq65f: #202226;
  --jtnbq65g: #202225;
  --jtnbq65h: #000;
  --jtnbq65i: #1b1d21;
  --jtnbq65j: #232529;
  --jtnbq65k: #313337;
  --jtnbq65l: #45474a;
  --jtnbq65m: #f4f5f6;
  --jtnbq65n: #9fa1a7;
  --jtnbq65o: #9162f9;
  --jtnbq65p: #1b1d21;
  --jtnbq65q: #f4f5f6;
  --jtnbq65r: #45474a;
  --jtnbq65s: #313337;
  --jtnbq65t: #d1d1d1;
  --jtnbq65u: #45474a;
  --jtnbq65v: #ff8180;
  --jtnbq65w: #ffc2c2;
  --jtnbq65x: #ffebeb;
  --jtnbq65y: #552726;
  --jtnbq65z: #793534;
  --jtnbq660: #eb4947;
  --jtnbq661: #ff4f4d;
  --jtnbq662: #673332;
  --jtnbq663: #673332;
  --jtnbq664: #538bf3;
  --jtnbq665: #c3d8ff;
  --jtnbq666: #94b9ff;
  --jtnbq667: #e5eeff;
  --jtnbq668: #293c60;
  --jtnbq669: #314872;
  --jtnbq66a: #266df0;
  --jtnbq66b: #407ff2;
  --jtnbq66c: #314872;
  --jtnbq66d: #314872;
  --jtnbq66e: #17bde9;
  --jtnbq66f: #abe7f7;
  --jtnbq66g: #daf4fc;
  --jtnbq66h: #134958;
  --jtnbq66i: #17bde9;
  --jtnbq66j: #3bc7ec;
  --jtnbq66k: #165364;
  --jtnbq66l: #f5b900;
  --jtnbq66m: #f5d576;
  --jtnbq66n: #fff3cc;
  --jtnbq66o: #574305;
  --jtnbq66p: #f5b900;
  --jtnbq66q: #ffc81f;
  --jtnbq66r: #6a5206;
  --jtnbq66s: #fd9038;
  --jtnbq66t: #ffc89c;
  --jtnbq66u: #feeee1;
  --jtnbq66v: #553216;
  --jtnbq66w: #fd9038;
  --jtnbq66x: #ff9747;
  --jtnbq66y: #6a360c;
  --jtnbq66z: #f65385;
  --jtnbq670: #ffbfd2;
  --jtnbq671: #feecf1;
  --jtnbq672: #56254e;
  --jtnbq673: #f65385;
  --jtnbq674: #fa6b96;
  --jtnbq675: #68275d;
  --jtnbq676: #9162f9;
  --jtnbq677: #d7c4fe;
  --jtnbq678: #f5f0ff;
  --jtnbq679: #463172;
  --jtnbq67a: #9162f9;
  --jtnbq67b: #a27afa;
  --jtnbq67c: #573d8f;
  --jtnbq67d: #0fc27b;
  --jtnbq67e: #b8ebd1;
  --jtnbq67f: #ddf9e4;
  --jtnbq67g: #1d4e3b;
  --jtnbq67h: #0fc27b;
  --jtnbq67i: #2ac687;
  --jtnbq67j: #246149;
  --jtnbq67k: #c5e311;
  --jtnbq67l: #d8e19d;
  --jtnbq67m: #c5e311;
  --jtnbq67n: #424a1c;
  --jtnbq67o: #505921;
  --jtnbq67p: #ce67db;
  --jtnbq67q: #edbbf2;
  --jtnbq67r: #ce67db;
  --jtnbq67s: #46254b;
  --jtnbq67t: #562e5c;
  --jtnbq67u: #edd308;
  --jtnbq67v: #e5dd93;
  --jtnbq67w: #edd308;
  --jtnbq67x: #453d02;
  --jtnbq67y: #594f03;
  --jtnbq67z: #fff0;
  --jtnbq680: #ffffff0d;
  --jtnbq681: #fff9;
  --jtnbq682: #266df0;
  --jtnbq683: #314872;
  --jtnbq684: #709ff5;
  --jtnbq685: #54d490;
  --jtnbq686: #1c7350;
  --jtnbq687: #bff3cc;
  --jtnbq688: #fd9038;
  --jtnbq689: #bb5402;
  --jtnbq68a: #ffae70;
  --jtnbq68b: #fb84a7;
  --jtnbq68c: #8c2c6c;
  --jtnbq68d: #fdc4d5;
  --jtnbq68e: #ff5b59;
  --jtnbq68f: #8a2f2e;
  --jtnbq68g: #ff908f;
  --jtnbq68h: #14aed6;
  --jtnbq68i: #15657a;
  --jtnbq68j: #7ddaf3;
  --jtnbq68k: #a27afa;
  --jtnbq68l: #5c36b0;
  --jtnbq68m: #c5abfc;
  --jtnbq68n: #ffd03d;
  --jtnbq68o: #ad7c00;
  --jtnbq68p: #ffe699;
  --jtnbq68q: #dff367;
  --jtnbq68r: #636e21;
  --jtnbq68s: #e7f68d;
  --jtnbq68t: #de98e6;
  --jtnbq68u: #7d3d85;
  --jtnbq68v: #e5adeb;
  --jtnbq68w: #f8e43a;
  --jtnbq68x: #8a7b05;
  --jtnbq68y: #f9e858;
  --jtnbq68z: #9fa1a7;
  --jtnbq690: #5c5e63;
  --jtnbq691: #b0b2b7;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
}

.jtnbq6a1 {
  --jtnbq6b: #17bde9;
  --jtnbq6c: #134958;
  --jtnbq6y: #abe7f7;
  --jtnbq614: #17bde9;
  --jtnbq615: #3bc7ec;
  --jtnbq61h: #17bde9;
  --jtnbq61i: #3bc7ec;
  --jtnbq61j: #134958;
  --jtnbq61t: #17bde9;
  --jtnbq61u: #134958;
  --jtnbq64i: #17bde9;
  --jtnbq64j: #17bde9;
  --jtnbq64k: #3bc7ec;
  --jtnbq64l: #134958;
  --jtnbq64m: #3bc7ec;
  --jtnbq64t: #17bde9;
  --jtnbq64u: #165364;
  --jtnbq650: #17bde9;
  --jtnbq652: #abe7f7;
}

.jtnbq6a3 {
  --jtnbq6b: #f5b900;
  --jtnbq6c: #574305;
  --jtnbq6y: #f5d576;
  --jtnbq614: #f5b900;
  --jtnbq615: #ffc81f;
  --jtnbq61h: #f5b900;
  --jtnbq61i: #ffc81f;
  --jtnbq61j: #574305;
  --jtnbq61t: #f5b900;
  --jtnbq61u: #574305;
  --jtnbq64i: #f5b900;
  --jtnbq64j: #f5b900;
  --jtnbq64k: #ffc81f;
  --jtnbq64l: #574305;
  --jtnbq64m: #ffc81f;
  --jtnbq64t: #f5b900;
  --jtnbq64u: #6a5206;
  --jtnbq650: #f5b900;
  --jtnbq652: #f5d576;
}

.jtnbq6a5 {
  --jtnbq6b: #fd9038;
  --jtnbq6c: #553216;
  --jtnbq6y: #ffc89c;
  --jtnbq614: #fd9038;
  --jtnbq615: #ff9747;
  --jtnbq61h: #fd9038;
  --jtnbq61i: #ff9747;
  --jtnbq61j: #553216;
  --jtnbq61t: #fd9038;
  --jtnbq61u: #553216;
  --jtnbq64i: #fd9038;
  --jtnbq64j: #fd9038;
  --jtnbq64k: #ff9747;
  --jtnbq64l: #553216;
  --jtnbq64m: #ff9747;
  --jtnbq64t: #fd9038;
  --jtnbq64u: #6a360c;
  --jtnbq650: #fd9038;
  --jtnbq652: #ffc89c;
}

.jtnbq6a7 {
  --jtnbq6b: #f65385;
  --jtnbq6c: #56254e;
  --jtnbq6y: #ffbfd2;
  --jtnbq614: #f65385;
  --jtnbq615: #fa6b96;
  --jtnbq61h: #f65385;
  --jtnbq61i: #fa6b96;
  --jtnbq61j: #56254e;
  --jtnbq61t: #f65385;
  --jtnbq61u: #56254e;
  --jtnbq64i: #f65385;
  --jtnbq64j: #f65385;
  --jtnbq64k: #fa6b96;
  --jtnbq64l: #56254e;
  --jtnbq64m: #fa6b96;
  --jtnbq64t: #f65385;
  --jtnbq64u: #68275d;
  --jtnbq650: #f65385;
  --jtnbq652: #ffbfd2;
}

.jtnbq6a9 {
  --jtnbq6b: #9162f9;
  --jtnbq6c: #463172;
  --jtnbq6y: #d7c4fe;
  --jtnbq614: #9162f9;
  --jtnbq615: #a27afa;
  --jtnbq61h: #9162f9;
  --jtnbq61i: #a27afa;
  --jtnbq61j: #463172;
  --jtnbq61t: #9162f9;
  --jtnbq61u: #463172;
  --jtnbq64i: #9162f9;
  --jtnbq64j: #9162f9;
  --jtnbq64k: #a27afa;
  --jtnbq64l: #463172;
  --jtnbq64m: #a27afa;
  --jtnbq64t: #9162f9;
  --jtnbq64u: #573d8f;
  --jtnbq650: #9162f9;
  --jtnbq652: #d7c4fe;
}

.jtnbq6ab {
  --jtnbq6b: #0fc27b;
  --jtnbq6c: #1d4e3b;
  --jtnbq6y: #b8ebd1;
  --jtnbq614: #0fc27b;
  --jtnbq615: #2ac687;
  --jtnbq61h: #0fc27b;
  --jtnbq61i: #2ac687;
  --jtnbq61j: #1d4e3b;
  --jtnbq61t: #0fc27b;
  --jtnbq61u: #1d4e3b;
  --jtnbq64i: #0fc27b;
  --jtnbq64j: #0fc27b;
  --jtnbq64k: #2ac687;
  --jtnbq64l: #1d4e3b;
  --jtnbq64m: #2ac687;
  --jtnbq64t: #0fc27b;
  --jtnbq64u: #246149;
  --jtnbq650: #0fc27b;
  --jtnbq652: #b8ebd1;
}

.jtnbq6ad {
  --jtnbq60: inset 0px 0px 0px 1px #2f3033, 0px 0px 2px 0px #000, 0px 1px 3px 0px #00000014;
  --jtnbq61: inset 0px 0px 0px 1px #2f3033, 0px 0px 0px 1px #00000029, 0px 4px 8px -4px #0000007a, 0px 4px 12px -2px #000000a3;
  --jtnbq62: 0px 8px 28px -6px #0000007a, 0px 18px 88px -4px #000000a3;
  --jtnbq63: 0px 0px 0px 1px #2f3033, 0px 8px 28px -6px #0000007a, 0px 18px 88px -4px #000000a3;
  --jtnbq64n: #1a1d21;
  --jtnbq64o: #1f2125;
  --jtnbq64p: #15181c;
  --jtnbq64q: #242529;
  --jtnbq64r: #15181c;
  --jtnbq64s: #242529;
  --jtnbq64j: #4e8cfc;
  --jtnbq64k: #4e8cfc;
  --jtnbq64l: #1d2e55;
  --jtnbq64m: #4e8cfc0f;
  --jtnbq65d: #1f2125;
  --jtnbq65e: #27282b;
  --jtnbq65b: #1a1d21;
  --jtnbq65c: #1f2125;
  --jtnbq65f: #15181c;
  --jtnbq65i: #1a1d21;
  --jtnbq65j: #1f2125;
  --jtnbq67z: #fff0;
  --jtnbq680: #ffffff0d;
  --jtnbq65g: #1f2125;
  --jtnbq653: #eeeff1;
  --jtnbq654: #a2a4a7;
  --jtnbq655: #ffffff8c;
  --jtnbq656: #ffffff4a;
  --jtnbq651: #fff;
  --jtnbq652: #c2d6ff;
  --jtnbq657: #1a1d21;
  --jtnbq658: #00d17e;
  --jtnbq659: #ff5454;
  --jtnbq65a: #cf8300;
  --jtnbq681: #ffffff8c;
  --jtnbq65v: #ff8180;
  --jtnbq65x: #ffebeb;
  --jtnbq65w: #ffd1d1;
  --jtnbq664: #4e8cfc;
  --jtnbq667: #e5eeff;
  --jtnbq665: #c2d6ff;
  --jtnbq666: #c2d6ff;
  --jtnbq67d: #4ad99a;
  --jtnbq67f: #e0fced;
  --jtnbq67e: #a7f2cf;
  --jtnbq66l: #f5a300;
  --jtnbq66n: #fff3cc;
  --jtnbq66m: #ffd269;
  --jtnbq66e: #40cff5;
  --jtnbq66g: #ddf7ff;
  --jtnbq66f: #a9ebfc;
  --jtnbq66s: #ff9340;
  --jtnbq66u: #feeee1;
  --jtnbq66t: #ffc89e;
  --jtnbq66z: #ff73ad;
  --jtnbq671: #feecf3;
  --jtnbq670: #ffbfda;
  --jtnbq676: #b28cff;
  --jtnbq678: #f5f0ff;
  --jtnbq677: #d8c4ff;
  --jtnbq67k: #aabf2a;
  --jtnbq67l: #d7eb67;
  --jtnbq67p: #f16bff;
  --jtnbq67q: #f6bdfc;
  --jtnbq67u: #cfb700;
  --jtnbq67v: #f5e242;
  --jtnbq65t: #a2a4a7;
  --jtnbq65m: #eeeff1;
  --jtnbq65n: #a2a4a7;
  --jtnbq64v: #27282b;
  --jtnbq64w: #2f3033;
  --jtnbq64x: #46474a;
  --jtnbq64t: #4e8cfc;
  --jtnbq64u: #2b3e6d;
  --jtnbq64y: #ffffff0d;
  --jtnbq64z: #2f3033;
  --jtnbq65k: #27282b;
  --jtnbq65l: #2f3033;
  --jtnbq650: #4e8cfc;
  --jtnbq663: #692623;
  --jtnbq662: #692623;
  --jtnbq66d: #2b3e6d;
  --jtnbq66c: #2b3e6d;
  --jtnbq66k: #0a4e6b;
  --jtnbq66r: #523817;
  --jtnbq66y: #593217;
  --jtnbq675: #642640;
  --jtnbq67c: #45297d;
  --jtnbq67j: #244a3a;
  --jtnbq67o: #3b4217;
  --jtnbq67t: #5c2169;
  --jtnbq67y: #423e17;
  --jtnbq65u: #46474a;
  --jtnbq660: #ed3b3b;
  --jtnbq65y: #4e1b28;
  --jtnbq661: #ff5454;
  --jtnbq65z: #4e1b28;
  --jtnbq66a: #266df0;
  --jtnbq668: #1d2e55;
  --jtnbq66b: #4e8cfc;
  --jtnbq669: #1d2e55;
  --jtnbq67h: #02ad6e;
  --jtnbq67g: #1d4034;
  --jtnbq67i: #00d17e;
  --jtnbq65s: #2f3033;
  --jtnbq65r: #46474a;
  --jtnbq66i: #0d99bd;
  --jtnbq66h: #1a3946;
  --jtnbq66j: #00b9eb;
  --jtnbq66p: #cf8300;
  --jtnbq66o: #3a2d12;
  --jtnbq66q: #f5a300;
  --jtnbq66w: #c95908;
  --jtnbq66v: #432410;
  --jtnbq66x: #f97514;
  --jtnbq673: #e0387e;
  --jtnbq672: #4e1b30;
  --jtnbq674: #fa4b94;
  --jtnbq67a: #864aff;
  --jtnbq679: #2f1e5a;
  --jtnbq67b: #9b69ff;
  --jtnbq67m: #c5e311;
  --jtnbq67n: #2f3802;
  --jtnbq67r: #ce67db;
  --jtnbq67s: #431b4b;
  --jtnbq67w: #edd308;
  --jtnbq67x: #373313;
  --jtnbq65o: #9b69ff0f;
  --jtnbq64i: #4e8cfc;
  --jtnbq65h: #000;
  --jtnbq65p: #000;
  --jtnbq65q: #fff;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
  --jtnbq682: #266df0;
  --jtnbq683: #314872;
  --jtnbq684: #709ff5;
  --jtnbq685: #54d490;
  --jtnbq686: #1c7350;
  --jtnbq687: #bff3cc;
  --jtnbq688: #fd9038;
  --jtnbq689: #bb5402;
  --jtnbq68a: #ffae70;
  --jtnbq68b: #fb84a7;
  --jtnbq68c: #8c2c6c;
  --jtnbq68d: #fdc4d5;
  --jtnbq68e: #ff5b59;
  --jtnbq68f: #8a2f2e;
  --jtnbq68g: #ff908f;
  --jtnbq68h: #14aed6;
  --jtnbq68i: #15657a;
  --jtnbq68j: #7ddaf3;
  --jtnbq68k: #a27afa;
  --jtnbq68l: #5c36b0;
  --jtnbq68m: #c5abfc;
  --jtnbq68n: #ffd03d;
  --jtnbq68o: #ad7c00;
  --jtnbq68p: #ffe699;
  --jtnbq68q: #dff367;
  --jtnbq68r: #636e21;
  --jtnbq68s: #e7f68d;
  --jtnbq68t: #de98e6;
  --jtnbq68u: #7d3d85;
  --jtnbq68v: #e5adeb;
  --jtnbq68w: #f8e43a;
  --jtnbq68x: #8a7b05;
  --jtnbq68y: #f9e858;
  --jtnbq68z: #9fa1a7;
  --jtnbq690: #5c5e63;
  --jtnbq691: #b0b2b7;
  --jtnbq61h: #266df0;
  --jtnbq61i: #4e8cfc;
  --jtnbq61j: #1d2e55;
  --jtnbq61k: #ed3b3b;
  --jtnbq61l: #ff5454;
  --jtnbq61m: #4e1b28;
  --jtnbq61e: #fff0;
  --jtnbq61f: #ffffff0d;
  --jtnbq61g: #ffffff08;
  --jtnbq61n: #1a1d21;
  --jtnbq61o: #27282b;
  --jtnbq61p: #ffffff1a;
  --jtnbq614: #4e8cfc;
  --jtnbq615: #4e8cfc;
  --jtnbq613: #ffffff8c;
  --jtnbq6z: #1a1d21;
  --jtnbq6x: #fff;
  --jtnbq6y: #c2d6ff;
  --jtnbq6t: #eeeff1;
  --jtnbq6w: #ffffff4a;
  --jtnbq6u: #a2a4a7;
  --jtnbq6v: #ffffff8c;
  --jtnbq619: #4e8cfc;
  --jtnbq611: #ff5454;
  --jtnbq612: #cf8300;
  --jtnbq610: #00d17e;
  --jtnbq61a: #c2d6ff;
  --jtnbq61d: #a7f2cf;
  --jtnbq61c: #ffd1d1;
  --jtnbq61b: #ffd269;
  --jtnbq616: #eeeff1;
  --jtnbq617: #a2a4a7;
  --jtnbq618: #898a8d;
  --jtnbq61t: #4e8cfc;
  --jtnbq61u: #2b3e6d;
  --jtnbq620: #692623;
  --jtnbq625: #2b3e6d;
  --jtnbq626: #523817;
  --jtnbq627: #244a3a;
  --jtnbq61v: #2f3033;
  --jtnbq61w: #2f3033;
  --jtnbq61q: #27282b;
  --jtnbq61y: #242529;
  --jtnbq61x: #ffffff0d;
  --jtnbq61r: #2f3033;
  --jtnbq61z: #ffffff1a;
  --jtnbq61s: #46474a;
  --jtnbq621: #ffffff1a;
  --jtnbq622: #ffffff0d;
  --jtnbq623: #ffffff1a;
  --jtnbq624: #fff3;
  --jtnbq6b: #4e8cfc;
  --jtnbq6c: #4e8cfc0f;
  --jtnbq6k: #9b69ff0f;
  --jtnbq6g: #0000008c;
  --jtnbq6h: #000000d1;
  --jtnbq6f: #15181c;
  --jtnbq6d: #1f2125;
  --jtnbq6e: #27282b;
  --jtnbq64: #1a1d21;
  --jtnbq65: #1f2125;
  --jtnbq6i: #1a1d2199;
  --jtnbq66: #15181c;
  --jtnbq67: #242529;
  --jtnbq6j: #15181ccc;
  --jtnbq68: #15181c;
  --jtnbq69: #242529;
  --jtnbq6a: #000;
  --jtnbq6l: #2f3033;
  --jtnbq6o: #1d2e55;
  --jtnbq6p: #3a2d12;
  --jtnbq6q: #4e1b28;
  --jtnbq6r: #1d4034;
  --jtnbq6s: #fbfbfb0d;
  --jtnbq6m: #1a1d21;
  --jtnbq6n: #ffffff1a;
  --jtnbq628: #000;
  --jtnbq629: #fff;
  --jtnbq635: #cfb700;
  --jtnbq62d: #4e8cfc;
  --jtnbq62p: #40cff5;
  --jtnbq62g: #4ad99a;
  --jtnbq62h: #a2a4a7;
  --jtnbq633: #f16bff;
  --jtnbq631: #aabf2a;
  --jtnbq636: #f5e242;
  --jtnbq62e: #e5eeff;
  --jtnbq62f: #c2d6ff;
  --jtnbq62q: #ddf7ff;
  --jtnbq62r: #a9ebfc;
  --jtnbq62k: #e0fced;
  --jtnbq62l: #a7f2cf;
  --jtnbq62j: #eeeff1;
  --jtnbq62i: #cdcfd1;
  --jtnbq634: #f6bdfc;
  --jtnbq632: #d7eb67;
  --jtnbq62t: #feeee1;
  --jtnbq62u: #ffc89e;
  --jtnbq62w: #feecf3;
  --jtnbq62x: #ffbfda;
  --jtnbq62z: #f5f0ff;
  --jtnbq630: #d8c4ff;
  --jtnbq62b: #ffebeb;
  --jtnbq62c: #ffd1d1;
  --jtnbq62n: #fff3cc;
  --jtnbq62o: #ffd269;
  --jtnbq62s: #ff9340;
  --jtnbq62v: #ff73ad;
  --jtnbq62y: #b28cff;
  --jtnbq62a: #ff8180;
  --jtnbq62m: #f5a300;
  --jtnbq63h: #423e17;
  --jtnbq638: #2b3e6d;
  --jtnbq63b: #0a4e6b;
  --jtnbq639: #244a3a;
  --jtnbq63i: #46474a;
  --jtnbq63g: #5c2169;
  --jtnbq63f: #3b4217;
  --jtnbq63c: #593217;
  --jtnbq63d: #642640;
  --jtnbq63e: #45297d;
  --jtnbq637: #692623;
  --jtnbq63a: #523817;
  --jtnbq64d: #a89500;
  --jtnbq64e: #373313;
  --jtnbq64f: #cfb700;
  --jtnbq63m: #266df0;
  --jtnbq63o: #4e8cfc;
  --jtnbq63n: #1d2e55;
  --jtnbq63v: #0d99bd;
  --jtnbq63x: #00b9eb;
  --jtnbq63w: #1a3946;
  --jtnbq63p: #02ad6e;
  --jtnbq63r: #00d17e;
  --jtnbq63q: #1d4034;
  --jtnbq64g: #46474a;
  --jtnbq64h: #2f3033;
  --jtnbq64a: #cd33de;
  --jtnbq64c: #db4beb;
  --jtnbq64b: #431b4b;
  --jtnbq647: #89a100;
  --jtnbq649: #aabf2a;
  --jtnbq648: #2f3802;
  --jtnbq63y: #c95908;
  --jtnbq640: #f97514;
  --jtnbq63z: #432410;
  --jtnbq641: #e0387e;
  --jtnbq643: #fa4b94;
  --jtnbq642: #4e1b30;
  --jtnbq644: #864aff;
  --jtnbq646: #9b69ff;
  --jtnbq645: #2f1e5a;
  --jtnbq63j: #ed3b3b;
  --jtnbq63l: #ff5454;
  --jtnbq63k: #4e1b28;
  --jtnbq63s: #cf8300;
  --jtnbq63u: #f5a300;
  --jtnbq63t: #3a2d12;
}

.jtnbq6ae {
  --jtnbq64j: #0d99bd;
  --jtnbq64k: #00b9eb;
  --jtnbq64l: #0d99bd0f;
  --jtnbq64m: #0d99bd0f;
  --jtnbq652: #a9ebfc;
  --jtnbq64t: #0d99bd;
  --jtnbq64u: #0a4e6b;
  --jtnbq650: #0d99bd;
  --jtnbq64i: #0d99bd;
  --jtnbq61h: #0d99bd;
  --jtnbq61i: #00b9eb;
  --jtnbq61j: #1a3946;
  --jtnbq614: #40cff5;
  --jtnbq615: #00b9eb;
  --jtnbq6y: #a9ebfc;
  --jtnbq61t: #0d99bd;
  --jtnbq61u: #0a4e6b;
  --jtnbq6b: #0d99bd;
  --jtnbq6c: #0d99bd0f;
}

.jtnbq6ag {
  --jtnbq64j: #cf8300;
  --jtnbq64k: #f5a300;
  --jtnbq64l: #cf83000f;
  --jtnbq64m: #cf83000f;
  --jtnbq652: #ffd269;
  --jtnbq64t: #cf8300;
  --jtnbq64u: #523817;
  --jtnbq650: #cf8300;
  --jtnbq64i: #cf8300;
  --jtnbq61h: #cf8300;
  --jtnbq61i: #f5a300;
  --jtnbq61j: #3a2d12;
  --jtnbq614: #f5a300;
  --jtnbq615: #f5a300;
  --jtnbq6y: #ffd269;
  --jtnbq61t: #cf8300;
  --jtnbq61u: #523817;
  --jtnbq6b: #cf8300;
  --jtnbq6c: #cf83000f;
}

.jtnbq6ai {
  --jtnbq64j: #c95908;
  --jtnbq64k: #f97514;
  --jtnbq64l: #c959080f;
  --jtnbq64m: #c959080f;
  --jtnbq652: #ffc89e;
  --jtnbq64t: #c95908;
  --jtnbq64u: #593217;
  --jtnbq650: #c95908;
  --jtnbq64i: #c95908;
  --jtnbq61h: #c95908;
  --jtnbq61i: #f97514;
  --jtnbq61j: #432410;
  --jtnbq614: #ff9340;
  --jtnbq615: #f97514;
  --jtnbq6y: #ffc89e;
  --jtnbq61t: #c95908;
  --jtnbq61u: #593217;
  --jtnbq6b: #c95908;
  --jtnbq6c: #c959080f;
}

.jtnbq6ak {
  --jtnbq64j: #e0387e;
  --jtnbq64k: #fa4b94;
  --jtnbq64l: #e0387e0f;
  --jtnbq64m: #e0387e0f;
  --jtnbq652: #ffbfda;
  --jtnbq64t: #e0387e;
  --jtnbq64u: #642640;
  --jtnbq650: #e0387e;
  --jtnbq64i: #e0387e;
  --jtnbq61h: #e0387e;
  --jtnbq61i: #fa4b94;
  --jtnbq61j: #4e1b30;
  --jtnbq614: #ff73ad;
  --jtnbq615: #fa4b94;
  --jtnbq6y: #ffbfda;
  --jtnbq61t: #e0387e;
  --jtnbq61u: #642640;
  --jtnbq6b: #e0387e;
  --jtnbq6c: #e0387e0f;
}

.jtnbq6am {
  --jtnbq64j: #864aff;
  --jtnbq64k: #9b69ff;
  --jtnbq64l: #864aff0f;
  --jtnbq64m: #864aff0f;
  --jtnbq652: #d8c4ff;
  --jtnbq64t: #864aff;
  --jtnbq64u: #45297d;
  --jtnbq650: #864aff;
  --jtnbq64i: #864aff;
  --jtnbq61h: #864aff;
  --jtnbq61i: #9b69ff;
  --jtnbq61j: #2f1e5a;
  --jtnbq614: #b28cff;
  --jtnbq615: #9b69ff;
  --jtnbq6y: #d8c4ff;
  --jtnbq61t: #864aff;
  --jtnbq61u: #45297d;
  --jtnbq6b: #864aff;
  --jtnbq6c: #864aff0f;
}

.jtnbq6ao {
  --jtnbq64j: #02ad6e;
  --jtnbq64k: #00d17e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq652: #a7f2cf;
  --jtnbq64t: #02ad6e;
  --jtnbq64u: #244a3a;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq61i: #00d17e;
  --jtnbq61j: #1d4034;
  --jtnbq614: #4ad99a;
  --jtnbq615: #00d17e;
  --jtnbq6y: #a7f2cf;
  --jtnbq61t: #02ad6e;
  --jtnbq61u: #244a3a;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.jtnbq6aq {
  --jtnbq60: inset 0px 0px 0px 1px #030, 0px 0px 2px 0px #00b300, 0px 1px 3px 0px #00b30014;
  --jtnbq61: inset 0px 0px 0px 1px #030, 0px 0px 0px 1px #00b30029, 0px 4px 8px -4px #00b3007a, 0px 4px 12px -2px #00b300a3;
  --jtnbq62: 0px 8px 28px -6px #00b3007a, 0px 18px 88px -4px #00b300a3;
  --jtnbq63: ;
  --jtnbq64: #000;
  --jtnbq65: #020;
  --jtnbq66: #020;
  --jtnbq67: #030;
  --jtnbq68: #020;
  --jtnbq69: #030;
  --jtnbq6a: #000;
  --jtnbq6b: #030;
  --jtnbq6c: #002600;
  --jtnbq6d: #020;
  --jtnbq6e: #030;
  --jtnbq6f: #010;
  --jtnbq6g: #000000b3;
  --jtnbq6h: #000000d1;
  --jtnbq6i: #0000008c;
  --jtnbq6j: #020c;
  --jtnbq6k: #00dd000f;
  --jtnbq6l: #02ad6ea6;
  --jtnbq6m: #000;
  --jtnbq6n: #020;
  --jtnbq6o: #1d2e55;
  --jtnbq6p: #3a2d12;
  --jtnbq6q: #4e1b28;
  --jtnbq6r: #1d4034;
  --jtnbq6s: #0000000a;
  --jtnbq6t: #0d0;
  --jtnbq6u: #090;
  --jtnbq6v: #080;
  --jtnbq6w: #050;
  --jtnbq6x: #0d0;
  --jtnbq6y: #e5eeff;
  --jtnbq6z: #000;
  --jtnbq610: green;
  --jtnbq611: #060;
  --jtnbq612: #007300;
  --jtnbq613: #fff9;
  --jtnbq614: #030;
  --jtnbq615: #004000;
  --jtnbq616: #0e0;
  --jtnbq617: #090;
  --jtnbq618: #898a8d;
  --jtnbq619: #4e8cfc;
  --jtnbq61a: #c2d6ff;
  --jtnbq61b: #ffd269;
  --jtnbq61c: #ffd1d1;
  --jtnbq61d: #a7f2cf;
  --jtnbq61e: #fff0;
  --jtnbq61f: #ffffff0d;
  --jtnbq61g: #00d17e08;
  --jtnbq61h: #030;
  --jtnbq61i: #004000;
  --jtnbq61j: #002600;
  --jtnbq61k: #060;
  --jtnbq61l: #007300;
  --jtnbq61m: #002600;
  --jtnbq61n: #000;
  --jtnbq61o: #020;
  --jtnbq61p: #4ad99a1a;
  --jtnbq61q: #030;
  --jtnbq61r: #030;
  --jtnbq61s: #040;
  --jtnbq61t: green;
  --jtnbq61u: #004000;
  --jtnbq61v: #030;
  --jtnbq61w: #030;
  --jtnbq61x: #11ff110f;
  --jtnbq61y: #030;
  --jtnbq61z: #00d17e1a;
  --jtnbq620: #030;
  --jtnbq621: #ffffff1a;
  --jtnbq622: #030;
  --jtnbq623: #040;
  --jtnbq624: #fff3;
  --jtnbq625: #1d2e55;
  --jtnbq626: #3a2d12;
  --jtnbq627: #1d4034;
  --jtnbq628: #000;
  --jtnbq629: #0e0;
  --jtnbq62a: #00b300;
  --jtnbq62b: #3f3;
  --jtnbq62c: #3f3;
  --jtnbq62d: #090;
  --jtnbq62e: #1aff1a;
  --jtnbq62f: #1aff1a;
  --jtnbq62g: #008c00;
  --jtnbq62h: #0c0;
  --jtnbq62i: #cdcfd1;
  --jtnbq62j: #fbfbfb;
  --jtnbq62k: #3f3;
  --jtnbq62l: #3f3;
  --jtnbq62m: green;
  --jtnbq62n: #3f3;
  --jtnbq62o: #3f3;
  --jtnbq62p: #008040;
  --jtnbq62q: #1aff8c;
  --jtnbq62r: #1aff8c;
  --jtnbq62s: #008040;
  --jtnbq62t: #1aff8c;
  --jtnbq62u: #1aff8c;
  --jtnbq62v: #008040;
  --jtnbq62w: #1aff8c;
  --jtnbq62x: #1aff8c;
  --jtnbq62y: green;
  --jtnbq62z: #3f3;
  --jtnbq630: #3f3;
  --jtnbq631: #008c00;
  --jtnbq632: #3f3;
  --jtnbq633: #008040;
  --jtnbq634: #1aff8c;
  --jtnbq635: green;
  --jtnbq636: #3f3;
  --jtnbq637: #030;
  --jtnbq638: #004000;
  --jtnbq639: #004000;
  --jtnbq63a: #030;
  --jtnbq63b: #00331a;
  --jtnbq63c: #00331a;
  --jtnbq63d: #00331a;
  --jtnbq63e: #030;
  --jtnbq63f: #004000;
  --jtnbq63g: #00331a;
  --jtnbq63h: #030;
  --jtnbq63i: #040;
  --jtnbq63j: #060;
  --jtnbq63k: #002600;
  --jtnbq63l: #007300;
  --jtnbq63m: green;
  --jtnbq63n: #002600;
  --jtnbq63o: #008c00;
  --jtnbq63p: #008c00;
  --jtnbq63q: #030;
  --jtnbq63r: #090;
  --jtnbq63s: green;
  --jtnbq63t: #002600;
  --jtnbq63u: #090;
  --jtnbq63v: #008040;
  --jtnbq63w: #002613;
  --jtnbq63x: #008c46;
  --jtnbq63y: #008040;
  --jtnbq63z: #002613;
  --jtnbq640: #008c46;
  --jtnbq641: #008040;
  --jtnbq642: #002613;
  --jtnbq643: #008c46;
  --jtnbq644: green;
  --jtnbq645: #002600;
  --jtnbq646: #090;
  --jtnbq647: #008c00;
  --jtnbq648: #030;
  --jtnbq649: #4ad99a;
  --jtnbq64a: #008040;
  --jtnbq64b: #002613;
  --jtnbq64c: #4ad99a;
  --jtnbq64d: green;
  --jtnbq64e: #002600;
  --jtnbq64f: #4ad99a;
  --jtnbq64g: #040;
  --jtnbq64h: #030;
  --jtnbq64i: #0d0;
  --jtnbq64j: #030;
  --jtnbq64k: #004000;
  --jtnbq64l: #002600;
  --jtnbq64m: #004000;
  --jtnbq64n: #000;
  --jtnbq64o: #020;
  --jtnbq64p: #020;
  --jtnbq64q: #030;
  --jtnbq64r: #020;
  --jtnbq64s: #030;
  --jtnbq64t: green;
  --jtnbq64u: #004000;
  --jtnbq64v: #030;
  --jtnbq64w: #030;
  --jtnbq64x: #040;
  --jtnbq64y: #11ff110f;
  --jtnbq64z: #030;
  --jtnbq650: green;
  --jtnbq651: #0d0;
  --jtnbq652: #e5eeff;
  --jtnbq653: #0d0;
  --jtnbq654: #090;
  --jtnbq655: #080;
  --jtnbq656: #050;
  --jtnbq657: #000;
  --jtnbq658: green;
  --jtnbq659: #060;
  --jtnbq65a: #007300;
  --jtnbq65b: #000;
  --jtnbq65c: #020;
  --jtnbq65d: #020;
  --jtnbq65e: #030;
  --jtnbq65f: #010;
  --jtnbq65g: #030;
  --jtnbq65h: #00b300;
  --jtnbq65i: #000;
  --jtnbq65j: #020;
  --jtnbq65k: #030;
  --jtnbq65l: #040;
  --jtnbq65m: #0e0;
  --jtnbq65n: #090;
  --jtnbq65o: #0d0;
  --jtnbq65p: #000;
  --jtnbq65q: #0e0;
  --jtnbq65r: #040;
  --jtnbq65s: #030;
  --jtnbq65t: #0c0;
  --jtnbq65u: #040;
  --jtnbq65v: #00b300;
  --jtnbq65w: #3f3;
  --jtnbq65x: #3f3;
  --jtnbq65y: #002600;
  --jtnbq65z: #004000;
  --jtnbq660: #060;
  --jtnbq661: #007300;
  --jtnbq662: #030;
  --jtnbq663: #030;
  --jtnbq664: #090;
  --jtnbq665: #1aff1a;
  --jtnbq666: #0c0;
  --jtnbq667: #1aff1a;
  --jtnbq668: #002600;
  --jtnbq669: #004000;
  --jtnbq66a: green;
  --jtnbq66b: #008c00;
  --jtnbq66c: #004000;
  --jtnbq66d: #004000;
  --jtnbq66e: #008040;
  --jtnbq66f: #1aff8c;
  --jtnbq66g: #1aff8c;
  --jtnbq66h: #002613;
  --jtnbq66i: #008040;
  --jtnbq66j: #008c46;
  --jtnbq66k: #00331a;
  --jtnbq66l: green;
  --jtnbq66m: #3f3;
  --jtnbq66n: #3f3;
  --jtnbq66o: #002600;
  --jtnbq66p: green;
  --jtnbq66q: #090;
  --jtnbq66r: #030;
  --jtnbq66s: #008040;
  --jtnbq66t: #1aff8c;
  --jtnbq66u: #1aff8c;
  --jtnbq66v: #002613;
  --jtnbq66w: #008040;
  --jtnbq66x: #008c46;
  --jtnbq66y: #00331a;
  --jtnbq66z: #008040;
  --jtnbq670: #1aff8c;
  --jtnbq671: #1aff8c;
  --jtnbq672: #002613;
  --jtnbq673: #008040;
  --jtnbq674: #008c46;
  --jtnbq675: #00331a;
  --jtnbq676: green;
  --jtnbq677: #3f3;
  --jtnbq678: #3f3;
  --jtnbq679: #002600;
  --jtnbq67a: green;
  --jtnbq67b: #090;
  --jtnbq67c: #030;
  --jtnbq67d: #008c00;
  --jtnbq67e: #3f3;
  --jtnbq67f: #3f3;
  --jtnbq67g: #030;
  --jtnbq67h: #008c00;
  --jtnbq67i: #090;
  --jtnbq67j: #004000;
  --jtnbq67k: #008c00;
  --jtnbq67l: #3f3;
  --jtnbq67m: #008c00;
  --jtnbq67n: #030;
  --jtnbq67o: #004000;
  --jtnbq67p: #008040;
  --jtnbq67q: #1aff8c;
  --jtnbq67r: #008040;
  --jtnbq67s: #002613;
  --jtnbq67t: #00331a;
  --jtnbq67u: green;
  --jtnbq67v: #3f3;
  --jtnbq67w: green;
  --jtnbq67x: #002600;
  --jtnbq67y: #030;
  --jtnbq67z: #fff0;
  --jtnbq680: #ffffff0d;
  --jtnbq681: #fff9;
  --jtnbq682: green;
  --jtnbq683: #004000;
  --jtnbq684: #00b300;
  --jtnbq685: #00b300;
  --jtnbq686: #004d00;
  --jtnbq687: #0f0;
  --jtnbq688: #008040;
  --jtnbq689: #004d26;
  --jtnbq68a: #00b359;
  --jtnbq68b: #00994d;
  --jtnbq68c: #004020;
  --jtnbq68d: #00e673;
  --jtnbq68e: green;
  --jtnbq68f: #004d00;
  --jtnbq68g: #0c0;
  --jtnbq68h: #00733a;
  --jtnbq68i: #004020;
  --jtnbq68j: #00b359;
  --jtnbq68k: #090;
  --jtnbq68l: #004000;
  --jtnbq68m: #0c0;
  --jtnbq68n: #00b300;
  --jtnbq68o: #005900;
  --jtnbq68p: #0f0;
  --jtnbq68q: #0c0;
  --jtnbq68r: #004d00;
  --jtnbq68s: #00e600;
  --jtnbq68t: #00994d;
  --jtnbq68u: #004020;
  --jtnbq68v: #00b359;
  --jtnbq68w: #00b300;
  --jtnbq68x: #004d00;
  --jtnbq68y: #0c0;
  --jtnbq68z: #090;
  --jtnbq690: #050;
  --jtnbq691: #0a0;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
}

.jtnbq6ar {
  --jtnbq6b: #008040;
  --jtnbq6c: #002613;
  --jtnbq6y: #1aff8c;
  --jtnbq614: #008040;
  --jtnbq615: #008c46;
  --jtnbq61h: #008040;
  --jtnbq61i: #008c46;
  --jtnbq61j: #002613;
  --jtnbq61t: #008040;
  --jtnbq61u: #002613;
  --jtnbq64i: #008040;
  --jtnbq64j: #008040;
  --jtnbq64k: #008c46;
  --jtnbq64l: #002613;
  --jtnbq64m: #008c46;
  --jtnbq64t: #008040;
  --jtnbq64u: #00331a;
  --jtnbq650: #008040;
  --jtnbq652: #1aff8c;
}

.jtnbq6at {
  --jtnbq6b: green;
  --jtnbq6y: #3f3;
  --jtnbq614: green;
  --jtnbq615: #090;
  --jtnbq61h: green;
  --jtnbq61i: #090;
  --jtnbq61u: #002600;
  --jtnbq64i: green;
  --jtnbq64j: green;
  --jtnbq64k: #090;
  --jtnbq64m: #090;
  --jtnbq64u: #030;
  --jtnbq652: #3f3;
}

.jtnbq6av, .jtnbq6ax {
  --jtnbq6b: #008040;
  --jtnbq6c: #002613;
  --jtnbq6y: #1aff8c;
  --jtnbq614: #008040;
  --jtnbq615: #008c46;
  --jtnbq61h: #008040;
  --jtnbq61i: #008c46;
  --jtnbq61j: #002613;
  --jtnbq61t: #008040;
  --jtnbq61u: #002613;
  --jtnbq64i: #008040;
  --jtnbq64j: #008040;
  --jtnbq64k: #008c46;
  --jtnbq64l: #002613;
  --jtnbq64m: #008c46;
  --jtnbq64t: #008040;
  --jtnbq64u: #00331a;
  --jtnbq650: #008040;
  --jtnbq652: #1aff8c;
}

.jtnbq6az {
  --jtnbq6b: green;
  --jtnbq6y: #3f3;
  --jtnbq614: green;
  --jtnbq615: #090;
  --jtnbq61h: green;
  --jtnbq61i: #090;
  --jtnbq61u: #002600;
  --jtnbq64i: green;
  --jtnbq64j: green;
  --jtnbq64k: #090;
  --jtnbq64m: #090;
  --jtnbq64u: #030;
  --jtnbq652: #3f3;
}

.jtnbq6b1 {
  --jtnbq6b: #008c00;
  --jtnbq6c: #030;
  --jtnbq6y: #3f3;
  --jtnbq614: #008c00;
  --jtnbq615: #090;
  --jtnbq61h: #008c00;
  --jtnbq61i: #090;
  --jtnbq61j: #030;
  --jtnbq61t: #008c00;
  --jtnbq61u: #030;
  --jtnbq64i: #008c00;
  --jtnbq64j: #008c00;
  --jtnbq64k: #090;
  --jtnbq64l: #030;
  --jtnbq64m: #090;
  --jtnbq64t: #008c00;
  --jtnbq650: #008c00;
  --jtnbq652: #3f3;
}

.jtnbq6b3 {
  --jtnbq60: inset 0px 0px 0px 1px #244a3a, 0px 0px 2px 0px #000, 0px 1px 3px 0px #00000014;
  --jtnbq61: inset 0px 0px 0px 1px #244a3a, 0px 0px 0px 1px #00000029, 0px 4px 8px -4px #0000007a, 0px 4px 12px -2px #000000a3;
  --jtnbq62: 0px 8px 28px -6px #0000007a, 0px 18px 88px -4px #000000a3;
  --jtnbq63: 0px 0px 0px 1px #244a3a, 0px 8px 28px -6px #0000007a, 0px 18px 88px -4px #000000a3;
  --jtnbq64n: #000;
  --jtnbq64o: #15181c;
  --jtnbq64p: #15181c;
  --jtnbq64q: #1a1d21;
  --jtnbq64r: #1a1d21;
  --jtnbq64s: #1f2125;
  --jtnbq64j: #00d17e;
  --jtnbq64k: #4ad99a;
  --jtnbq64l: #1d4034;
  --jtnbq64m: #00d17e0f;
  --jtnbq65d: #15181c;
  --jtnbq65e: #1f2125;
  --jtnbq65b: #000;
  --jtnbq65c: #15181c;
  --jtnbq65f: #000;
  --jtnbq65i: #000;
  --jtnbq65j: #15181c;
  --jtnbq67z: #00d17e00;
  --jtnbq680: #00d17e1a;
  --jtnbq65g: #15181c;
  --jtnbq653: #4ad99a;
  --jtnbq654: #02ad6e;
  --jtnbq655: #00d17e8c;
  --jtnbq656: #00d17e4a;
  --jtnbq651: #02ad6e;
  --jtnbq652: #a7f2cf;
  --jtnbq657: #15181c;
  --jtnbq658: #00d17e;
  --jtnbq659: #ff5454;
  --jtnbq65a: #cf8300;
  --jtnbq681: #00d17e8c;
  --jtnbq65v: #ff8180;
  --jtnbq65x: #ffebeb;
  --jtnbq65w: #ffd1d1;
  --jtnbq664: #4ad99a;
  --jtnbq667: #e0fced;
  --jtnbq665: #a7f2cf;
  --jtnbq666: #a7f2cf;
  --jtnbq67d: #4ad99a;
  --jtnbq67f: #e0fced;
  --jtnbq67e: #a7f2cf;
  --jtnbq66l: #f5a300;
  --jtnbq66n: #fff3cc;
  --jtnbq66m: #ffd269;
  --jtnbq66e: #a7f2cf;
  --jtnbq66g: #e0fced;
  --jtnbq66f: #a7f2cf;
  --jtnbq66s: #4ad99a;
  --jtnbq66u: #e0fced;
  --jtnbq66t: #a7f2cf;
  --jtnbq66z: #4ad99a;
  --jtnbq671: #e0fced;
  --jtnbq670: #a7f2cf;
  --jtnbq676: #4ad99a;
  --jtnbq678: #e0fced;
  --jtnbq677: #a7f2cf;
  --jtnbq67k: #00d17e;
  --jtnbq67l: #a7f2cf;
  --jtnbq67p: #02ad6e;
  --jtnbq67q: #a7f2cf;
  --jtnbq67u: #00d17e;
  --jtnbq67v: #a7f2cf;
  --jtnbq65t: #a2a4a7;
  --jtnbq65m: #4ad99a;
  --jtnbq65n: #02ad6e;
  --jtnbq64v: #1f2125;
  --jtnbq64w: #242529;
  --jtnbq64x: #1d4034;
  --jtnbq64t: #00d17e;
  --jtnbq64u: #244a3a;
  --jtnbq64y: #00d17e0d;
  --jtnbq64z: #244a3a;
  --jtnbq65k: #1f2125;
  --jtnbq65l: #242529;
  --jtnbq650: #00d17e;
  --jtnbq663: #692623;
  --jtnbq662: #692623;
  --jtnbq66d: #244a3a;
  --jtnbq66c: #244a3a;
  --jtnbq66k: #244a3a;
  --jtnbq66r: #523817;
  --jtnbq66y: #244a3a;
  --jtnbq675: #244a3a;
  --jtnbq67c: #244a3a;
  --jtnbq67j: #007d53;
  --jtnbq67o: #244a3a;
  --jtnbq67t: #244a3a;
  --jtnbq67y: #244a3a;
  --jtnbq65u: #242529;
  --jtnbq660: #ed3b3b;
  --jtnbq65y: #4e1b28;
  --jtnbq661: #ff8180;
  --jtnbq65z: #4e1b28;
  --jtnbq66a: #007d53;
  --jtnbq668: #1d4034;
  --jtnbq66b: #02ad6e;
  --jtnbq669: #1d4034;
  --jtnbq67h: #02ad6e;
  --jtnbq67g: #1d4034;
  --jtnbq67i: #4ad99a;
  --jtnbq65s: #1a1d21;
  --jtnbq65r: #1f2125;
  --jtnbq66i: #02ad6e;
  --jtnbq66h: #1d4034;
  --jtnbq66j: #00d17e;
  --jtnbq66p: #b06a00;
  --jtnbq66o: #3a2d12;
  --jtnbq66q: #f5a300;
  --jtnbq66w: #02ad6e;
  --jtnbq66v: #1d4034;
  --jtnbq66x: #00d17e;
  --jtnbq673: #02ad6e;
  --jtnbq672: #1d4034;
  --jtnbq674: #00d17e;
  --jtnbq67a: #02ad6e;
  --jtnbq679: #1d4034;
  --jtnbq67b: #00d17e;
  --jtnbq67m: #008c00;
  --jtnbq67n: #1d4034;
  --jtnbq67r: #008040;
  --jtnbq67s: #1d4034;
  --jtnbq67w: green;
  --jtnbq67x: #1d4034;
  --jtnbq65o: #00d17e0f;
  --jtnbq64i: #00d17e;
  --jtnbq65h: #00b300;
  --jtnbq65p: #000;
  --jtnbq65q: #fff;
  --jtnbq692: #85aff2;
  --jtnbq693: #70a1f0;
  --jtnbq694: #5992ed;
  --jtnbq695: #e2a3b5;
  --jtnbq696: #dc8fa5;
  --jtnbq697: #d57b95;
  --jtnbq698: #81d7ce;
  --jtnbq699: #fdbe8f;
  --jtnbq682: green;
  --jtnbq683: #004000;
  --jtnbq684: #00b300;
  --jtnbq685: #00b300;
  --jtnbq686: #004d00;
  --jtnbq687: #0f0;
  --jtnbq688: #008040;
  --jtnbq689: #004d26;
  --jtnbq68a: #00b359;
  --jtnbq68b: #00994d;
  --jtnbq68c: #004020;
  --jtnbq68d: #00e673;
  --jtnbq68e: green;
  --jtnbq68f: #004d00;
  --jtnbq68g: #0c0;
  --jtnbq68h: #00733a;
  --jtnbq68i: #004020;
  --jtnbq68j: #00b359;
  --jtnbq68k: #090;
  --jtnbq68l: #004000;
  --jtnbq68m: #0c0;
  --jtnbq68n: #00b300;
  --jtnbq68o: #005900;
  --jtnbq68p: #0f0;
  --jtnbq68q: #0c0;
  --jtnbq68r: #004d00;
  --jtnbq68s: #00e600;
  --jtnbq68t: #00994d;
  --jtnbq68u: #004020;
  --jtnbq68v: #00b359;
  --jtnbq68w: #00b300;
  --jtnbq68x: #004d00;
  --jtnbq68y: #0c0;
  --jtnbq68z: #090;
  --jtnbq690: #050;
  --jtnbq691: #0a0;
  --jtnbq61h: #00d17e;
  --jtnbq61i: #4ad99a;
  --jtnbq61j: #1d4034;
  --jtnbq61k: #ed3b3b;
  --jtnbq61l: #ff5454;
  --jtnbq61m: #4e1b28;
  --jtnbq61e: #00d17e00;
  --jtnbq61f: #00d17e1a;
  --jtnbq61g: #00d17e08;
  --jtnbq61n: #15181c;
  --jtnbq61o: #1f2125;
  --jtnbq61p: #4ad99a1a;
  --jtnbq614: #00d17e;
  --jtnbq615: #4ad99a;
  --jtnbq613: #00d17e8c;
  --jtnbq6z: #15181c;
  --jtnbq6x: #02ad6e;
  --jtnbq6y: #a7f2cf;
  --jtnbq6t: #4ad99a;
  --jtnbq6w: #00d17e4a;
  --jtnbq6u: #02ad6e;
  --jtnbq6v: #00d17e8c;
  --jtnbq611: #ff5454;
  --jtnbq612: #cf8300;
  --jtnbq610: #00d17e;
  --jtnbq619: #4e8cfc;
  --jtnbq61a: #c2d6ff;
  --jtnbq61d: #a7f2cf;
  --jtnbq61c: #ffd1d1;
  --jtnbq61b: #ffd269;
  --jtnbq616: #eeeff1;
  --jtnbq617: #a2a4a7;
  --jtnbq618: #898a8d;
  --jtnbq61t: #00d17e;
  --jtnbq61u: #244a3a;
  --jtnbq61v: #15181c;
  --jtnbq61w: #244a3a;
  --jtnbq61q: #1f2125;
  --jtnbq61y: #1a1d21;
  --jtnbq61x: #00d17e0d;
  --jtnbq61r: #242529;
  --jtnbq61z: #00d17e1a;
  --jtnbq61s: #1d4034;
  --jtnbq621: #ffffff1a;
  --jtnbq620: #4e1b28;
  --jtnbq625: #1d2e55;
  --jtnbq626: #3a2d12;
  --jtnbq627: #1d4034;
  --jtnbq622: #ffffff0d;
  --jtnbq623: #ffffff1a;
  --jtnbq624: #fff3;
  --jtnbq6b: #00d17e;
  --jtnbq6c: #00d17e0f;
  --jtnbq6k: #00d17e0f;
  --jtnbq6g: #000000bf;
  --jtnbq6h: #000000d1;
  --jtnbq6f: #000;
  --jtnbq6d: #15181c;
  --jtnbq6e: #1f2125;
  --jtnbq64: #000;
  --jtnbq65: #15181c;
  --jtnbq6i: #000c;
  --jtnbq66: #15181c;
  --jtnbq67: #1a1d21;
  --jtnbq6j: #15181ce6;
  --jtnbq68: #1a1d21;
  --jtnbq69: #1f2125;
  --jtnbq6a: #000;
  --jtnbq6l: #02ad6ea6;
  --jtnbq6o: #1d2e55;
  --jtnbq6p: #3a2d12;
  --jtnbq6q: #4e1b28;
  --jtnbq6r: #1d4034;
  --jtnbq6s: #0000000a;
  --jtnbq6m: #1a1d21;
  --jtnbq6n: #ffffff1a;
  --jtnbq628: #000;
  --jtnbq629: #fff;
  --jtnbq635: #00d17e;
  --jtnbq62d: #4ad99a;
  --jtnbq62p: #a7f2cf;
  --jtnbq62g: #4ad99a;
  --jtnbq62h: #a2a4a7;
  --jtnbq633: #02ad6e;
  --jtnbq631: #00d17e;
  --jtnbq636: #a7f2cf;
  --jtnbq62e: #e0fced;
  --jtnbq62f: #a7f2cf;
  --jtnbq62q: #e0fced;
  --jtnbq62r: #a7f2cf;
  --jtnbq62k: #e0fced;
  --jtnbq62l: #a7f2cf;
  --jtnbq62j: #fbfbfb;
  --jtnbq62i: #cdcfd1;
  --jtnbq634: #a7f2cf;
  --jtnbq632: #a7f2cf;
  --jtnbq62t: #e0fced;
  --jtnbq62u: #a7f2cf;
  --jtnbq62w: #e0fced;
  --jtnbq62x: #a7f2cf;
  --jtnbq62z: #e0fced;
  --jtnbq630: #a7f2cf;
  --jtnbq62b: #ffebeb;
  --jtnbq62c: #ffd1d1;
  --jtnbq62n: #fff3cc;
  --jtnbq62o: #ffd269;
  --jtnbq62s: #4ad99a;
  --jtnbq62v: #4ad99a;
  --jtnbq62y: #4ad99a;
  --jtnbq62a: #ff8180;
  --jtnbq62m: #f5a300;
  --jtnbq63h: #244a3a;
  --jtnbq638: #244a3a;
  --jtnbq63b: #244a3a;
  --jtnbq639: #007d53;
  --jtnbq63i: #242529;
  --jtnbq63g: #244a3a;
  --jtnbq63f: #244a3a;
  --jtnbq63c: #244a3a;
  --jtnbq63d: #244a3a;
  --jtnbq63e: #244a3a;
  --jtnbq637: #692623;
  --jtnbq63a: #523817;
  --jtnbq64d: #00d17e;
  --jtnbq64e: #1d4034;
  --jtnbq64f: #4ad99a;
  --jtnbq63m: #007d53;
  --jtnbq63o: #02ad6e;
  --jtnbq63n: #1d4034;
  --jtnbq63v: #02ad6e;
  --jtnbq63x: #00d17e;
  --jtnbq63w: #1d4034;
  --jtnbq63p: #02ad6e;
  --jtnbq63r: #4ad99a;
  --jtnbq63q: #1d4034;
  --jtnbq64g: #1f2125;
  --jtnbq64h: #1a1d21;
  --jtnbq64a: #00d17e;
  --jtnbq64c: #4ad99a;
  --jtnbq64b: #1d4034;
  --jtnbq647: #00d17e;
  --jtnbq649: #4ad99a;
  --jtnbq648: #1d4034;
  --jtnbq63y: #02ad6e;
  --jtnbq640: #00d17e;
  --jtnbq63z: #1d4034;
  --jtnbq641: #02ad6e;
  --jtnbq643: #00d17e;
  --jtnbq642: #1d4034;
  --jtnbq644: #02ad6e;
  --jtnbq646: #00d17e;
  --jtnbq645: #1d4034;
  --jtnbq63j: #ed3b3b;
  --jtnbq63l: #ff8180;
  --jtnbq63k: #4e1b28;
  --jtnbq63s: #b06a00;
  --jtnbq63u: #f5a300;
  --jtnbq63t: #3a2d12;
}

.jtnbq6b4 {
  --jtnbq64j: #02ad6e;
  --jtnbq64k: #00d17e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq64t: #02ad6e;
  --jtnbq64u: #0a4e6b;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq61i: #00d17e;
  --jtnbq61j: #1a3946;
  --jtnbq614: #a7f2cf;
  --jtnbq615: #00d17e;
  --jtnbq61t: #02ad6e;
  --jtnbq61u: #0a4e6b;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.jtnbq6b6 {
  --jtnbq64j: #b06a00;
  --jtnbq64k: #f5a300;
  --jtnbq64l: #b06a000f;
  --jtnbq64m: #b06a000f;
  --jtnbq652: #ffd269;
  --jtnbq64t: #b06a00;
  --jtnbq64u: #523817;
  --jtnbq650: #b06a00;
  --jtnbq64i: #b06a00;
  --jtnbq61h: #b06a00;
  --jtnbq61i: #f5a300;
  --jtnbq61j: #3a2d12;
  --jtnbq614: #f5a300;
  --jtnbq615: #f5a300;
  --jtnbq6y: #ffd269;
  --jtnbq61t: #b06a00;
  --jtnbq61u: #523817;
  --jtnbq6b: #b06a00;
  --jtnbq6c: #b06a000f;
}

.jtnbq6b8 {
  --jtnbq64j: #02ad6e;
  --jtnbq64k: #00d17e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq64t: #02ad6e;
  --jtnbq64u: #593217;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq61i: #00d17e;
  --jtnbq61j: #432410;
  --jtnbq614: #4ad99a;
  --jtnbq615: #00d17e;
  --jtnbq61t: #02ad6e;
  --jtnbq61u: #593217;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.jtnbq6ba {
  --jtnbq64j: #02ad6e;
  --jtnbq64k: #00d17e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq64t: #02ad6e;
  --jtnbq64u: #642640;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq61i: #00d17e;
  --jtnbq61j: #4e1b30;
  --jtnbq614: #4ad99a;
  --jtnbq615: #00d17e;
  --jtnbq61t: #02ad6e;
  --jtnbq61u: #642640;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.jtnbq6bc {
  --jtnbq64j: #02ad6e;
  --jtnbq64k: #00d17e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq64t: #02ad6e;
  --jtnbq64u: #45297d;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq61i: #00d17e;
  --jtnbq61j: #2f1e5a;
  --jtnbq614: #4ad99a;
  --jtnbq615: #00d17e;
  --jtnbq61t: #02ad6e;
  --jtnbq61u: #45297d;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.jtnbq6be {
  --jtnbq64j: #02ad6e;
  --jtnbq64l: #02ad6e0f;
  --jtnbq64m: #02ad6e0f;
  --jtnbq64t: #02ad6e;
  --jtnbq650: #02ad6e;
  --jtnbq64i: #02ad6e;
  --jtnbq61h: #02ad6e;
  --jtnbq614: #4ad99a;
  --jtnbq61t: #02ad6e;
  --jtnbq6b: #02ad6e;
  --jtnbq6c: #02ad6e0f;
}

.v2aqaz0 {
  display: contents;
}

._927ba50 {
  isolation: isolate;
  z-index: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._927ba51 {
  -webkit-user-select: none;
  user-select: none;
}

._927ba52 {
  outline: none;
  min-width: 100%;
  position: relative;
}

._927ba53 {
  position: sticky;
  top: 0;
}

._927ba54 {
  position: sticky;
  bottom: 0;
}

._927ba55 {
  width: var(--_1onfw990);
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  position: fixed;
}

._927ba56 {
  width: 0;
  position: sticky;
  left: 0;
}

._927ba57 {
  width: 0;
  position: sticky;
  top: 0;
}

._927ba58 {
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: var(--_1onfw991);
  flex-direction: column;
  display: flex;
  position: absolute;
}

._927ba59 {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._1nijfgn0 {
  position: absolute;
  right: 0;
}

._1nijfgn1 {
  top: 0;
  right: 0;
  left: var(--_1onfw993);
  height: var(--_1onfw994);
  position: absolute;
}

._1jc0uxc0 {
  position: absolute;
  top: 0;
  right: 0;
}

.myj3lz0 {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

._3wkrhj0 {
  position: absolute;
  top: 0;
  left: 0;
}

._14k0eai0 {
  position: absolute;
  top: 0;
  left: 0;
}

._1jbmjxs0 {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes _1ecqj8f0 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes _1ecqj8f1 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

._1ecqj8f2 {
  flex-direction: column;
  flex: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._1ecqj8f3 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

._1ecqj8f3[data-has-horizontal-scroll="true"] {
  margin-bottom: 10px;
}

._1ecqj8f4 {
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  z-index: var(--_1onfw992);
  padding: 2px;
  display: flex;
}

._1ecqj8f4[data-state="visible"] {
  animation: .14s cubic-bezier(.7, 0, .39, .98) _1ecqj8f0;
}

._1ecqj8f4[data-state="hidden"] {
  animation: .14s cubic-bezier(.7, 0, .39, .98) _1ecqj8f1;
}

._1ecqj8f4[data-orientation="vertical"] {
  width: 10px;
}

._1ecqj8f4[data-orientation="horizontal"] {
  flex-direction: column;
  height: 10px;
}

._1ecqj8f5 {
  background-color: var(--web-table-scroll-thumb-bg, darkgrey);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  flex: 1;
  position: relative;
}

._1ecqj8f6 {
  z-index: var(--_1onfw992);
}

.react-flow {
  --xy-edge-stroke-default: #b1b1b7;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #555;
  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;
  --xy-attribution-background-color-default: #ffffff80;
  --xy-minimap-background-color-default: #fff;
  --xy-minimap-mask-background-color-default: #f0f0f099;
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #e2e2e2;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;
  --xy-background-color-default: transparent;
  --xy-background-pattern-dots-color-default: #91919a;
  --xy-background-pattern-lines-color-default: #eee;
  --xy-background-pattern-cross-color-default: #e2e2e2;
  background-color: var(--xy-background-color, var(--xy-background-color-default));
  --xy-node-color-default: inherit;
  --xy-node-border-default: 1px solid #1a192b;
  --xy-node-background-color-default: #fff;
  --xy-node-group-background-color-default: #f0f0f040;
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px #00000014;
  --xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;
  --xy-node-border-radius-default: 3px;
  --xy-handle-background-color-default: #1a192b;
  --xy-handle-border-color-default: #fff;
  --xy-selection-background-color-default: #0059dc14;
  --xy-selection-border-default: 1px dotted #0059dccc;
  --xy-controls-button-background-color-default: #fefefe;
  --xy-controls-button-background-color-hover-default: #f4f4f4;
  --xy-controls-button-color-default: inherit;
  --xy-controls-button-color-hover-default: inherit;
  --xy-controls-button-border-color-default: #eee;
  --xy-controls-box-shadow-default: 0 0 2px 1px #00000014;
  --xy-edge-label-background-color-default: #fff;
  --xy-edge-label-color-default: inherit;
  --xy-resize-background-color-default: #3367d9;
  direction: ltr;
}

.react-flow.dark {
  --xy-edge-stroke-default: #3e3e3e;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #727272;
  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;
  --xy-attribution-background-color-default: #96969640;
  --xy-minimap-background-color-default: #141414;
  --xy-minimap-mask-background-color-default: #3c3c3c99;
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #2b2b2b;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;
  --xy-background-color-default: #141414;
  --xy-background-pattern-dots-color-default: #777;
  --xy-background-pattern-lines-color-default: #777;
  --xy-background-pattern-cross-color-default: #777;
  --xy-node-color-default: #f8f8f8;
  --xy-node-border-default: 1px solid #3c3c3c;
  --xy-node-background-color-default: #1e1e1e;
  --xy-node-group-background-color-default: #f0f0f040;
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px #ffffff14;
  --xy-node-boxshadow-selected-default: 0 0 0 .5px #999;
  --xy-handle-background-color-default: #bebebe;
  --xy-handle-border-color-default: #1e1e1e;
  --xy-selection-background-color-default: #c8c8dc14;
  --xy-selection-border-default: 1px dotted #c8c8dccc;
  --xy-controls-button-background-color-default: #2b2b2b;
  --xy-controls-button-background-color-hover-default: #3e3e3e;
  --xy-controls-button-color-default: #f8f8f8;
  --xy-controls-button-color-hover-default: #fff;
  --xy-controls-button-border-color-default: #5b5b5b;
  --xy-controls-box-shadow-default: 0 0 2px 1px #00000014;
  --xy-edge-label-background-color-default: #141414;
  --xy-edge-label-color-default: #f8f8f8;
}

.react-flow__background {
  background-color: var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));
  pointer-events: none;
  z-index: -1;
}

.react-flow__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.react-flow__pane {
  z-index: 1;
}

.react-flow__pane.draggable {
  cursor: grab;
}

.react-flow__pane.dragging {
  cursor: grabbing;
}

.react-flow__pane.selection {
  cursor: pointer;
}

.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}

.react-flow__renderer {
  z-index: 4;
}

.react-flow__selection {
  z-index: 6;
}

.react-flow__nodesselection-rect:focus {
  outline: none;
}

.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}

.react-flow__edge-path {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
  stroke-width: var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));
  fill: none;
}

.react-flow__connection-path {
  stroke: var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));
  stroke-width: var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));
  fill: none;
}

.react-flow .react-flow__edges {
  position: absolute;
}

.react-flow .react-flow__edges svg {
  pointer-events: none;
  position: absolute;
  overflow: visible;
}

.react-flow__edge {
  pointer-events: visibleStroke;
}

.react-flow__edge.selectable {
  cursor: pointer;
}

.react-flow__edge.animated path {
  stroke-dasharray: 5;
  animation: .5s linear infinite dashdraw;
}

.react-flow__edge.animated path.react-flow__edge-interaction {
  stroke-dasharray: none;
  animation: none;
}

.react-flow__edge.inactive {
  pointer-events: none;
}

.react-flow__edge.selected, .react-flow__edge:focus {
  outline: none;
}

.react-flow__edge:focus-visible {
  outline: none;
}

.react-flow__edge.selected .react-flow__edge-path, .react-flow__edge.selectable:focus .react-flow__edge-path {
  stroke: var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default));
}

.react-flow__edge.selectable:focus-visible .react-flow__edge-path {
  stroke: var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default));
}

.react-flow__edge-textwrapper {
  pointer-events: all;
}

.react-flow__edge .react-flow__edge-text {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.react-flow__connection {
  pointer-events: none;
}

.react-flow__connection .animated {
  stroke-dasharray: 5;
  animation: .5s linear infinite dashdraw;
}

svg.react-flow__connectionline {
  z-index: 1001;
  position: absolute;
  overflow: visible;
}

.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}

.react-flow__node {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
  position: absolute;
}

.react-flow__node.selectable {
  cursor: pointer;
}

.react-flow__node.draggable {
  cursor: grab;
  pointer-events: all;
}

.react-flow__node.draggable.dragging {
  cursor: grabbing;
}

.react-flow__nodesselection {
  z-index: 3;
  transform-origin: 0 0;
  pointer-events: none;
}

.react-flow__nodesselection-rect {
  pointer-events: all;
  cursor: grab;
  position: absolute;
}

.react-flow__handle {
  pointer-events: none;
  background-color: var(--xy-handle-background-color, var(--xy-handle-background-color-default));
  border: 1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));
  border-radius: 100%;
  width: 6px;
  min-width: 5px;
  height: 6px;
  min-height: 5px;
  position: absolute;
}

.react-flow__handle.connectingfrom {
  pointer-events: all;
}

.react-flow__handle.connectionindicator {
  pointer-events: all;
  cursor: crosshair;
}

.react-flow__handle-bottom {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.react-flow__handle-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.react-flow__handle-left {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.react-flow__handle-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}

.react-flow__panel {
  z-index: 5;
  margin: 15px;
  position: absolute;
}

.react-flow__panel.top {
  top: 0;
}

.react-flow__panel.bottom {
  bottom: 0;
}

.react-flow__panel.top.center, .react-flow__panel.bottom.center {
  left: 50%;
  transform: translateX(-50%);
}

.react-flow__panel.left {
  left: 0;
}

.react-flow__panel.right {
  right: 0;
}

.react-flow__panel.left.center, .react-flow__panel.right.center {
  top: 50%;
  transform: translateY(-50%);
}

.react-flow__attribution {
  background: var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));
  margin: 0;
  padding: 2px 3px;
  font-size: 10px;
}

.react-flow__attribution a {
  color: #999;
  text-decoration: none;
}

@keyframes dashdraw {
  from {
    stroke-dashoffset: 10px;
  }
}

.react-flow__edgelabel-renderer {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.react-flow__viewport-portal {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.react-flow__minimap {
  background: var(--xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)));
}

.react-flow__minimap-svg {
  display: block;
}

.react-flow__minimap-mask {
  fill: var(--xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)));
  stroke: var(--xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)));
  stroke-width: var(--xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)));
}

.react-flow__minimap-node {
  fill: var(--xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)));
  stroke: var(--xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)));
  stroke-width: var(--xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)));
}

.react-flow__background-pattern.dots {
  fill: var(--xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)));
}

.react-flow__background-pattern.lines {
  stroke: var(--xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)));
}

.react-flow__background-pattern.cross {
  stroke: var(--xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)));
}

.react-flow__controls {
  box-shadow: var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default));
  flex-direction: column;
  display: flex;
}

.react-flow__controls.horizontal {
  flex-direction: row;
}

.react-flow__controls-button {
  background: var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));
  border: none;
  border-bottom: 1px solid var(--xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)));
  width: 26px;
  height: 26px;
  color: var(--xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)));
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.react-flow__controls-button svg {
  fill: currentColor;
  width: 100%;
  max-width: 12px;
  max-height: 12px;
}

.react-flow__edge.updating .react-flow__edge-path {
  stroke: #777;
}

.react-flow__edge-text {
  font-size: 10px;
}

.react-flow__node.selectable:focus {
  outline: none;
}

.react-flow__node.selectable:focus-visible {
  outline: none;
}

.react-flow__node-input, .react-flow__node-default, .react-flow__node-output, .react-flow__node-group {
  border-radius: var(--xy-node-border-radius, var(--xy-node-border-radius-default));
  width: 150px;
  color: var(--xy-node-color, var(--xy-node-color-default));
  text-align: center;
  border: var(--xy-node-border, var(--xy-node-border-default));
  background-color: var(--xy-node-background-color, var(--xy-node-background-color-default));
  padding: 10px;
  font-size: 12px;
}

.react-flow__node-input.selectable:hover, .react-flow__node-default.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
  box-shadow: var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default));
}

.react-flow__node-input.selectable.selected, .react-flow__node-input.selectable:focus, .react-flow__node-default.selectable.selected, .react-flow__node-default.selectable:focus, .react-flow__node-output.selectable.selected, .react-flow__node-output.selectable:focus, .react-flow__node-group.selectable.selected, .react-flow__node-group.selectable:focus {
  box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
}

.react-flow__node-input.selectable:focus-visible {
  box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
}

.react-flow__node-default.selectable:focus-visible {
  box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
}

.react-flow__node-output.selectable:focus-visible {
  box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
}

.react-flow__node-group.selectable:focus-visible {
  box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
}

.react-flow__node-group {
  background-color: var(--xy-node-group-background-color, var(--xy-node-group-background-color-default));
}

.react-flow__nodesselection-rect, .react-flow__selection {
  background: var(--xy-selection-background-color, var(--xy-selection-background-color-default));
  border: var(--xy-selection-border, var(--xy-selection-border-default));
}

.react-flow__nodesselection-rect:focus, .react-flow__selection:focus {
  outline: none;
}

.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}

.react-flow__selection:focus-visible {
  outline: none;
}

.react-flow__controls-button:hover {
  background: var(--xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)));
  color: var(--xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)));
}

.react-flow__controls-button:disabled {
  pointer-events: none;
}

.react-flow__controls-button:disabled svg {
  fill-opacity: .4;
}

.react-flow__controls-button:last-child {
  border-bottom: none;
}

.react-flow__controls.horizontal .react-flow__controls-button {
  border-bottom: none;
  border-right: 1px solid var(--xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)));
}

.react-flow__controls.horizontal .react-flow__controls-button:last-child {
  border-right: none;
}

.react-flow__resize-control {
  position: absolute;
}

.react-flow__resize-control.left, .react-flow__resize-control.right {
  cursor: ew-resize;
}

.react-flow__resize-control.top, .react-flow__resize-control.bottom {
  cursor: ns-resize;
}

.react-flow__resize-control.top.left, .react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}

.react-flow__resize-control.bottom.left, .react-flow__resize-control.top.right {
  cursor: nesw-resize;
}

.react-flow__resize-control.handle {
  background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  border: 1px solid #fff;
  border-radius: 1px;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
}

.react-flow__resize-control.handle.left {
  top: 50%;
  left: 0;
}

.react-flow__resize-control.handle.right {
  top: 50%;
  left: 100%;
}

.react-flow__resize-control.handle.top {
  top: 0;
  left: 50%;
}

.react-flow__resize-control.handle.bottom {
  top: 100%;
  left: 50%;
}

.react-flow__resize-control.handle.top.left, .react-flow__resize-control.handle.bottom.left {
  left: 0;
}

.react-flow__resize-control.handle.top.right, .react-flow__resize-control.handle.bottom.right {
  left: 100%;
}

.react-flow__resize-control.line {
  border-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  border-style: solid;
  border-width: 0;
}

.react-flow__resize-control.line.left, .react-flow__resize-control.line.right {
  width: 1px;
  height: 100%;
  top: 0;
  transform: translate(-50%);
}

.react-flow__resize-control.line.left {
  border-left-width: 1px;
  left: 0;
}

.react-flow__resize-control.line.right {
  border-right-width: 1px;
  left: 100%;
}

.react-flow__resize-control.line.top, .react-flow__resize-control.line.bottom {
  width: 100%;
  height: 1px;
  left: 0;
  transform: translate(0, -50%);
}

.react-flow__resize-control.line.top {
  border-top-width: 1px;
  top: 0;
}

.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}

.react-flow__edge-textbg {
  fill: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
}

.react-flow__edge-text {
  fill: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
}

